Practice_Unity/Library/Bee/artifacts/iOS/il2cppOutput/cpp/Unity.RenderPipelines.Universal.Runtime__4.cpp
Seonkyu.kim 60d64f1069 작업
1. UI - 조이스틱 UIManager에 추가 및 Scene에서 호출 방식 변경
2. UI - 경험치 바 앞에 레벨 아이콘 추가
3. 몬스터 죽었을때 경험치로 변경
4. 경험치 바와 레벨 아이콘 연동

Todo
1. 투사체 공격 만들기
2. 몬스터가 플레이어 쫓아오게 만들기
3. 몬스터를 카메라 외각에서 다량으로 생성하는 기능 추가하기
4. 몬스터가 캐릭터 공격시 체력 닳게 하기
5. 메뉴 UI 만들기
6. 레벨업시 획득 스킬 UI 만들기
7. 체력바 UI 만들기
8. 공격시 데미지 띄우는 UI 만들기
2025-10-02 17:37:10 +09:00

31084 lines
1.8 MiB

#include "pch-cpp.hpp"
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename 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 T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct InterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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_t00621160046FE06A171CE95A003D9AE71EBB2B1D;
struct Action_2_tECD5D9B0D67D486B802E231F6C4D4B0870A6FE72;
struct BaseRenderFunc_2_tCEF4A4193D64B47BA9BDF45CF9B801DEB82FED1C;
struct BaseRenderFunc_2_tA367BC6873E6166CAEC57DF6061E145117B9C512;
struct BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81;
struct BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5;
struct BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5;
struct BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF;
struct BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3;
struct BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23;
struct BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B;
struct BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67;
struct BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E;
struct BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22;
struct BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770;
struct BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC;
struct BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA;
struct BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173;
struct BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1;
struct BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC;
struct BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73;
struct BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D;
struct BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C;
struct BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C;
struct BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A;
struct BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0;
struct BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4;
struct BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2;
struct BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB;
struct BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F;
struct Dictionary_2_tE738E3156DB830A7FCEA2AE6066FC5BEA6715F0D;
struct Dictionary_2_tCB9019887EB0254D4745B0724BC12327C5B63792;
struct Dictionary_2_tB41FAC88F07BAB98D6D373F7C94FB0496D1BDA32;
struct Dictionary_2_t8A3B31ECF40F7B7208FD9A6869CC4B4721141788;
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
struct Dictionary_2_t21E090827BAF9D0D011CB55C02CA666756BF1AE7;
struct Dictionary_2_t54101FB5AEA0292C95D30CFAB7909873BF26E0B9;
struct Dictionary_2_t0E762F009D947F93BDD830FC66274E5BAEC7A15B;
struct Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806;
struct Dictionary_2_t6EB10DF170874D02D43E115B0A1B93479CE3FF80;
struct Dictionary_2_t6FFAD029BB474A5257D9A441504B633831AF5341;
struct Dictionary_2_tDC4827733B8CF2DD93DCE2A2DA5DF87A61A8CD7F;
struct Dictionary_2_t8D403C45B564DB77AE8A32FD6D35E333ABE68793;
struct DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA;
struct Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF;
struct Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE;
struct Func_4_t332C0058075A9D0A2F5170831803531EC540225C;
struct IEnumerator_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33;
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436;
struct KeyCollection_t73A1D83B8AB423626098C7207A0F005938FC0CA7;
struct List_1_tD4E159626B334B064F310AA17B10E63A995D569E;
struct List_1_t5CD71DBACD6BC46240AFB7F6AC2C2A09CEF1934D;
struct List_1_t1A9527CB44249AD17D081A2D7A468343FC2D0720;
struct List_1_t2E25D2E682EF62FB0FC538A4C88B3D49616A03DC;
struct List_1_tD8DB23A94A44626CAF7E9B5B4A949D0FDC7B27A7;
struct List_1_t437E45D007C2D93DCB30DA30023CB2745EE095D0;
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
struct List_1_tF9D88C946600C782EE786A252258C0AA97BD019A;
struct List_1_tCD7772AB40D4E7A61CCAFDDF9E33C190D4F9E6D4;
struct List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4;
struct List_1_tB5216E2043E168F4E0A122E4594A52A4BA2394F2;
struct List_1_t1EFB69EBBF25AD12F3A9E56C62B12F01D63469CD;
struct List_1_tE719CFD9827ECEC23BAC8452B125081998D08CC6;
struct List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C;
struct List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6;
struct List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6;
struct List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF;
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317;
struct List_1_t7B0B015A57215073C45C813320AF5F3ECF8149F7;
struct List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A;
struct List_1_t75FC6D059D696BAD77462D09FCDC98B4A7B7D3D4;
struct List_1_t179992B095C528117EEF4782A1F45568BD2D51EA;
struct List_1_t315DEAF697A9E5FB3C0330AE774E83A1A1632F8A;
struct ObjectPool_1_tB7113FB7DE0E017977D81FA05D795CCB946B759C;
struct ObjectPool_1_t3ED83FBAFF7FB163D2003A9664CDA2A929337EDE;
struct Queue_1_t4E72D95FA4BA0376A0776B630CD5C0804EE5682D;
struct ReadOnlyCollection_1_tE414953665CCBE1BFF28E8E32C184621ADDA4B76;
struct SortComparer_t11B022FD2CBEA9A975BEAD95186DCD8A0F0C6575;
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6;
struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28;
struct ValueCollection_tA5D514828CBEC6244C2181400FBAD5DE8F115D49;
struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA;
struct EntryU5BU5D_t905EFBEA2721F3A7EA29746E3C7C44C82241511F;
struct List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206;
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E;
struct RTHandleU5BU5DU5BU5D_t6066EC3F94599A5A42DA9A893F102E9618CB612F;
struct RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB;
struct AttachmentDescriptorU5BU5D_tC70107EBD955FE94BA31C7FDC146069EF9C547C1;
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389;
struct DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503;
struct GraphicsDeviceTypeU5BU5D_t4322565F239068C66BF47053B83BD6A9A9D16408;
struct GraphicsFormatU5BU5D_tF6A3D90C430FA3F548B77E5D58D25D71F154E6C5;
struct Hash128U5BU5D_tB104E7247B842648E447B7FCF4748077DC1F8C98;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct PlaneU5BU5D_t4EEF66BAA8B0140EFFF34F6183CE7F80546592BE;
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF;
struct RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5;
struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE;
struct ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
struct VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103;
struct ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334;
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB;
struct WidgetU5BU5D_t39DEA55B87EF43C59C5699E0340B34185BA1E4A2;
struct ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF;
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
struct AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004;
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
struct BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06;
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA;
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
struct Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225;
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB;
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
struct CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE;
struct ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F;
struct ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8;
struct ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E;
struct ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86;
struct ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644;
struct ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C;
struct ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0;
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7;
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
struct ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233;
struct ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61;
struct ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F;
struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8;
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C;
struct ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086;
struct CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693;
struct CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82;
struct CullingAllocationInfo_tB260F5CD0B290F74E145EB16E54B901CC68D9D5A;
struct CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487;
struct DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5;
struct DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7;
struct DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A;
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4;
struct DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1;
struct DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA;
struct DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C;
struct DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837;
struct DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378;
struct DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D;
struct DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E;
struct DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE;
struct DecalEntityIndexer_t884A1F60E13512A2DE8CEC24635D2B3BE3FD3544;
struct DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A;
struct DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9;
struct DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4;
struct DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5;
struct DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64;
struct DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F;
struct DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016;
struct DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3;
struct DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC;
struct DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C;
struct DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6;
struct DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F;
struct DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2;
struct DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC;
struct DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0;
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
struct DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6;
struct DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF;
struct DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E;
struct DisallowMultipleRendererFeature_tCAAD3D9755F96F836BD37A45FCB473D12F2049C6;
struct DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68;
struct DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5;
struct DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686;
struct DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA;
struct FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172;
struct FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F;
struct FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC;
struct FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106;
struct ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA;
struct FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21;
struct GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7;
struct GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1;
struct HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1;
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
struct IComputeRenderGraphBuilder_tB136BEF63B60A8DD535EC84E6542C4BABF019D65;
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
struct IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372;
struct IRenderPipelineGraphicsSettings_tFD0CD27795DA54240F76B377D953AA3DD9929947;
struct IUnsafeRenderGraphBuilder_t60BB47E91098AE0177EA53951D7A2B7DC56A6A28;
struct InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503;
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
struct InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9;
struct LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6;
struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3;
struct LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B;
struct MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3;
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D;
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
struct MethodInfo_t;
struct MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9;
struct MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161;
struct MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD;
struct NativePassCompiler_t4E5CE894AF5B8832B5828B22DAB0EA4FAC819E07;
struct NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478;
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
struct PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA;
struct PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05;
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C;
struct ProbeBrickBlendingPool_tD0DBB9B875C8C88A6410A239987DA3F9F4BE18F8;
struct ProbeBrickIndex_tF1B02DB88E5F4CF79533962B018B5724D74E32D2;
struct ProbeBrickPool_tC43640788A2B356F3F99A068D2CED6702E721693;
struct ProbeGlobalIndirection_t2AB9BD4BE8E7DFF06B6C8DB4914AEF5BC7BFD2A4;
struct ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F;
struct ProbeSamplingDebugData_tFCEEB04792835D4AF13DAF72103A2B01D4AF9215;
struct ProbeVolumeBakingSetWeakReference_t2C93CCA1E66DE8EC5A9B4DBEC109A075E59CAC12;
struct ProbeVolumeDebug_t295620780739F33AEAD1D1BB44C5252CE70D3DD8;
struct ProbeVolumeDebugPass_t604EF5336E2B87C9B01C43FA8C33D898CACF89DC;
struct ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90;
struct ProbeVolumeScratchBufferPool_t51450AD69BD510651301523B922D3B52E7019591;
struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE;
struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B;
struct RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F;
struct RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8;
struct Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90;
struct ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D;
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 RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130;
struct RenderObjects_t4528AF6BBF25CB4C387AAA687B66064FE86B3DA4;
struct RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A;
struct RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13;
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
struct ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791;
struct ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF;
struct ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1;
struct ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981;
struct ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D;
struct ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE;
struct ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076;
struct ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D;
struct ScreenSpaceShadows_t25F81CCD73D153D4F52B97E8000321A6766DEF71;
struct ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583;
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0;
struct ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892;
struct ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7;
struct ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6;
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
struct SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD;
struct StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07;
struct StencilStateData_t4181AB6F6A795950C67270CB147999D915071462;
struct StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081;
struct String_t;
struct TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D;
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
struct Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA;
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
struct TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7;
struct Type_t;
struct UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7;
struct UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80;
struct UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2;
struct UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653;
struct UniversalRenderPipelineRuntimeTextures_tDA15F1E9BFCD85610D963AC723C03EB214D1EB86;
struct UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A;
struct UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6;
struct UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629;
struct UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6;
struct UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626;
struct UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C;
struct UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2;
struct UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320;
struct Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A;
struct Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC;
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
struct XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93;
struct XROcclusionMesh_tA0B52AD16F48002574AF9C1F274264C79ECB028D;
struct XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8;
struct XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF;
struct XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1;
struct XRSystemData_t89A064914358326F98105E94D5F082C186133DE6;
struct XRVisibleMesh_tD685DD0F7C47F5270F8ABB3E7366972918E2B677;
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
struct PassData_tDAE1D33171A4E5E3DF38E7D534325CC68CA166BF;
struct PassData_tF70F090B9F8F10D501515F31CF899BBEECA8D8B2;
struct PassData_t077B24D5F09604372E173ECFC9A3A66F30F8AD4C;
struct DebugFinalValidationPassData_t8E6E203E5F9FFDDBB98153741C76049EEF9F744B;
struct DebugSetupPassData_t6FF39B74BC8FDCBD41EF92A852D5495C4F6F33EA;
struct EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C;
struct PassData_t3894D6AEA48D65EEDB1032B9371FF5B63D4302A6;
struct PassData_t4396B080377CC62E6B81D42D8103F58BF0CC9451;
struct PassData_t0F7D1F1E94925DC481C5764B997BEC982471D969;
struct DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C;
struct PassData_tE8DFD4099E5A523D2AA3761A4B9CE793D50AA5F6;
struct FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA;
struct ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59;
struct TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122;
struct U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197;
struct BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA;
struct DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565;
struct DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3;
struct LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24;
struct LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0;
struct MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562;
struct MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE;
struct PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF;
struct PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B;
struct PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108;
struct PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E;
struct PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A;
struct SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4;
struct SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1;
struct StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE;
struct UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2;
struct UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD;
struct U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D;
struct WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7;
struct CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644;
struct OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226;
struct OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C;
struct CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118;
struct FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941;
struct RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A;
struct U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0;
struct PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED;
struct U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B;
struct SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4;
struct ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981;
struct ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7;
struct RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371;
struct DebugShaderResources_tDE399BFF5E1E9403CD4793CD8C8A51796C682B8B;
struct ProbeVolumeResources_t30A6677110700C97538A9A5E99ABEE1F847C4CE7;
struct U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7;
struct PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F;
struct U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590;
struct PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975;
struct U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345;
struct PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714;
struct U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8;
struct CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F;
struct MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED;
struct OnStreamingCompleteDelegate_t7DAB7BE2E737BCCAB139341C50DF63FD26A6E0D2;
struct U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D;
struct PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F;
struct PassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF;
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE_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* IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StencilStateData_t4181AB6F6A795950C67270CB147999D915071462_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____4636993D3E1DA4E9D6B8F87B79E8F7C6D018580D52661950EABC3845C5897A4D_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____67F97CD57FBAB63018C13EBA31B2DF63BC71EFF185FC0E19E116C63B1954D9EA_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____B6599D21CE74F24FA42D57991D6B0D0C5770322C90AF734EEB36A37F74090137_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____BAED642339816AFFB3FE8719792D0E4CE82F12DB72B7373D244EAA65445800FE_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____C94719FC63BFC7010A8361E8B4D4746BAB3C8AD593769F86532655EE58EBB101_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00F7F48A706CC847EAD8424D8C1DF8A02B7C4FE4;
IL2CPP_EXTERN_C String_t* _stringLiteral01168A43658DB50DEE474B303FF18964F0EF2BBC;
IL2CPP_EXTERN_C String_t* _stringLiteral014618732E1574AAABBED70C76792B57B48E7C4C;
IL2CPP_EXTERN_C String_t* _stringLiteral01A849374C26F36DBF4641EFCBB31ABDCEFF10D2;
IL2CPP_EXTERN_C String_t* _stringLiteral0394E8066ADEB81C179D9FC4BE69C937944972E5;
IL2CPP_EXTERN_C String_t* _stringLiteral066C0035F66438B186A69BF34E5BBD392AE74119;
IL2CPP_EXTERN_C String_t* _stringLiteral0888954EF7E24BF59B2878E047E3892A160A1C2A;
IL2CPP_EXTERN_C String_t* _stringLiteral08A43B15A45E316279EE278D3546A5DF8B4E344D;
IL2CPP_EXTERN_C String_t* _stringLiteral08D5298E45CEEC332FF2A81C3A6CD5ED81C09DCA;
IL2CPP_EXTERN_C String_t* _stringLiteral09BA8A94B4C513A414C7DD6658D274799E89F6A4;
IL2CPP_EXTERN_C String_t* _stringLiteral0B4F3E20B83C9F607CC9FF32C77FBD2E14E58558;
IL2CPP_EXTERN_C String_t* _stringLiteral0DAAA1AD08D46F248D9B83DFF6AE0293B4DD567D;
IL2CPP_EXTERN_C String_t* _stringLiteral15D36338EDABEDBCF7ED8917A233F3B382079984;
IL2CPP_EXTERN_C String_t* _stringLiteral16AD1CF109234F5150F5C70D518930E1D2CD5769;
IL2CPP_EXTERN_C String_t* _stringLiteral196B933679BEC770E436E965513177E6D8316911;
IL2CPP_EXTERN_C String_t* _stringLiteral19D09672E3946178FDE53B781007832412CF7428;
IL2CPP_EXTERN_C String_t* _stringLiteral1B54B12967093EC2509A46151FCBE605602B946F;
IL2CPP_EXTERN_C String_t* _stringLiteral1F1446FA8B3EF6BF5F9E5BE903A40F07ADB3D49E;
IL2CPP_EXTERN_C String_t* _stringLiteral203FD35DBF43AF6DAB1EC60BD04E1D3E70A6BBEA;
IL2CPP_EXTERN_C String_t* _stringLiteral25237607F1AF62DB3D126570D183BBA91403AA57;
IL2CPP_EXTERN_C String_t* _stringLiteral25744F5F65C784C977ECA7512D653F3CD3EBAD9F;
IL2CPP_EXTERN_C String_t* _stringLiteral25ED13653676FB95778E4365ECBC64E4F417303D;
IL2CPP_EXTERN_C String_t* _stringLiteral26AA4F2E0027A88D0D596EFE6667016A94515880;
IL2CPP_EXTERN_C String_t* _stringLiteral2963F2245A41D5E846DB525D6DCC3BD2D5B76862;
IL2CPP_EXTERN_C String_t* _stringLiteral2A333CBDB7F4BE6FD8265A48CAEED3BBC7F5330E;
IL2CPP_EXTERN_C String_t* _stringLiteral2ADACFBB5A797B96BB4AB3D6D30CA644ABFC150A;
IL2CPP_EXTERN_C String_t* _stringLiteral2B8848A387F66265CF2162B83C560C7D11DE4B00;
IL2CPP_EXTERN_C String_t* _stringLiteral2CEFCD3A1C24A7A0B78BEF6B7FD124C7276CFDD2;
IL2CPP_EXTERN_C String_t* _stringLiteral2E7870AEF2A248A9AE967332DBED4146A634E1A3;
IL2CPP_EXTERN_C String_t* _stringLiteral30F7C85CBD506296FF3A4ED56BC846B65F056176;
IL2CPP_EXTERN_C String_t* _stringLiteral33C22CE665FEB81776C71A69D70D941A76149644;
IL2CPP_EXTERN_C String_t* _stringLiteral34FA5C120D0BF19214FF3AC8D4008CE4E7F29E95;
IL2CPP_EXTERN_C String_t* _stringLiteral363E9088547FE8D920C8B8993040C60B2E10C269;
IL2CPP_EXTERN_C String_t* _stringLiteral39BADBB815B7A47F6BCFDAD1505CD85BE06D13A3;
IL2CPP_EXTERN_C String_t* _stringLiteral3ACB912DEC58B21D5E810D14534561A625FCFC82;
IL2CPP_EXTERN_C String_t* _stringLiteral3FCF0E139133F0DDF478955F270C04BEB6603608;
IL2CPP_EXTERN_C String_t* _stringLiteral409C684F15718CD5128EA481EE08C266015A223C;
IL2CPP_EXTERN_C String_t* _stringLiteral44373E55582D0E04AA1A19D524C037E0698FF263;
IL2CPP_EXTERN_C String_t* _stringLiteral45C133862F62EA433BFD9DCE00BE9529130BF753;
IL2CPP_EXTERN_C String_t* _stringLiteral4895D4B3F9E3AE5640455C2D1DCB1369291BA3ED;
IL2CPP_EXTERN_C String_t* _stringLiteral49829A26FB64EAF9B932FE1901616BABF070D8D3;
IL2CPP_EXTERN_C String_t* _stringLiteral49AE794C00022ECA141068DEA9531BF6E0D342B7;
IL2CPP_EXTERN_C String_t* _stringLiteral4BD43356886FA524A5F1CC4E87346FD59600564F;
IL2CPP_EXTERN_C String_t* _stringLiteral4BFCC02C600E16F1316591D6840C468CF89C7DA8;
IL2CPP_EXTERN_C String_t* _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E;
IL2CPP_EXTERN_C String_t* _stringLiteral4EFC8ECBA3179DEF67CCC4B392F0172A6D2F6416;
IL2CPP_EXTERN_C String_t* _stringLiteral50665081EBCC0DF97EC88569DC5C23FCF39A9CF6;
IL2CPP_EXTERN_C String_t* _stringLiteral526869AFBC0B552DE7C8BF7A15EFCFB4634328E6;
IL2CPP_EXTERN_C String_t* _stringLiteral53E5A11AA5E4FD35308D01344B0A5149AC89BE2D;
IL2CPP_EXTERN_C String_t* _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6;
IL2CPP_EXTERN_C String_t* _stringLiteral5A36056FB6B4EB88D3BD8D57D5D6167B529F7C4B;
IL2CPP_EXTERN_C String_t* _stringLiteral5A5DCA3C8B904C55260AA8BB623AB13FF1DCE75D;
IL2CPP_EXTERN_C String_t* _stringLiteral5A76A3C034F1E32F4AA9086476AE91C6FD1685AE;
IL2CPP_EXTERN_C String_t* _stringLiteral5D11AC4CBF285154DA4B0D61A04D892215250B50;
IL2CPP_EXTERN_C String_t* _stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9;
IL2CPP_EXTERN_C String_t* _stringLiteral5F2DDE80F0F56189B8A34A2B8E6A51223B27F3F1;
IL2CPP_EXTERN_C String_t* _stringLiteral5F4C3FC258C9A81B5A6DD77120722F75CD65B7AE;
IL2CPP_EXTERN_C String_t* _stringLiteral680441391CB765A96F7102F6D9129436E97D9ECA;
IL2CPP_EXTERN_C String_t* _stringLiteral681E80DB4E3C38EBDB37217ED7B53254A8271A12;
IL2CPP_EXTERN_C String_t* _stringLiteral6BB148816DE832D438B4EA52AC76303D149E0BA5;
IL2CPP_EXTERN_C String_t* _stringLiteral6C7127CDBD7228C606F75ABACEDE7F927FDEE94E;
IL2CPP_EXTERN_C String_t* _stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89;
IL2CPP_EXTERN_C String_t* _stringLiteral705E45A32DA1DDF61998467D74F91CF2D32D0D3C;
IL2CPP_EXTERN_C String_t* _stringLiteral7170A5577CE3E568EBB6E20A2CD672A2C255465C;
IL2CPP_EXTERN_C String_t* _stringLiteral74266E390E77AE13EB2F526FD957CE39B3483203;
IL2CPP_EXTERN_C String_t* _stringLiteral753E0AB79D2F5928CFBF78F6E1394CF452AF8DE5;
IL2CPP_EXTERN_C String_t* _stringLiteral75923E0735AEA9887B4F654139F76A2145395D51;
IL2CPP_EXTERN_C String_t* _stringLiteral76B44E1C4BE0AC9D81A04102994BE4A238CBB160;
IL2CPP_EXTERN_C String_t* _stringLiteral783219C420145B12A303BE885382DCFDA89AB4E6;
IL2CPP_EXTERN_C String_t* _stringLiteral7BF650CFCB50C8254620745470518A4ACD8AB55D;
IL2CPP_EXTERN_C String_t* _stringLiteral7FB1CFE09771E76265F63F93512EA8C70FD340F4;
IL2CPP_EXTERN_C String_t* _stringLiteral855FED6E03442FBB3AF914FFBFA9DA82813817A1;
IL2CPP_EXTERN_C String_t* _stringLiteral87F7E34DC7F46519916A2EE7AA7CB23B4D29D476;
IL2CPP_EXTERN_C String_t* _stringLiteral88DA3FA608EF918D3140BA3A55F246596668BE2C;
IL2CPP_EXTERN_C String_t* _stringLiteral8A3827112ECFDABFCB5295D1234E0143FB2BEC23;
IL2CPP_EXTERN_C String_t* _stringLiteral8B556C00CA8D8EBCC29B357E205B88297DDCE1E0;
IL2CPP_EXTERN_C String_t* _stringLiteral8C8DF319EBADDFB9D1E4F99F6F4F1B23A33CC03E;
IL2CPP_EXTERN_C String_t* _stringLiteral971C7301C98006E7CCCA69A81F210FB1AB4E0BF8;
IL2CPP_EXTERN_C String_t* _stringLiteral9846D9531354123A56D64BABE6404063B364AA89;
IL2CPP_EXTERN_C String_t* _stringLiteral9B9FF63EA4297F1AA9CD29B0B5DD2E01FABC7748;
IL2CPP_EXTERN_C String_t* _stringLiteral9FFB4D8E920D44D630E84FE6EAFCE216A179866A;
IL2CPP_EXTERN_C String_t* _stringLiteralA50407C120B7E761C0EC198A6F6D1D02A5CB71F7;
IL2CPP_EXTERN_C String_t* _stringLiteralA5C439D0C0ABE8D60F9AC2454A1CD23D9F7FF8EF;
IL2CPP_EXTERN_C String_t* _stringLiteralA5C7B3E054C7309AF925B6B4A31D0C67EEB8DE91;
IL2CPP_EXTERN_C String_t* _stringLiteralA5FFE776B622793B621B1D485548510BCC32016D;
IL2CPP_EXTERN_C String_t* _stringLiteralA6EC66CFF2B1531A0E5C992FC51A403CB3CB4B03;
IL2CPP_EXTERN_C String_t* _stringLiteralA6F8530D0057C4924C3C7151E55A68CE9A843598;
IL2CPP_EXTERN_C String_t* _stringLiteralAA89DFA526B5C05DCFE7D4E37910DE5B3AB8DCE1;
IL2CPP_EXTERN_C String_t* _stringLiteralAF9B0EF01DE2A312794B9F1E7864935A88AB3349;
IL2CPP_EXTERN_C String_t* _stringLiteralB8A17AF46273CD8A00F66D77FD25EF32BC3A3FEC;
IL2CPP_EXTERN_C String_t* _stringLiteralB8D83E6AD9EAB7B7BFF246181DBD614381CA8826;
IL2CPP_EXTERN_C String_t* _stringLiteralC0FF8E9E92F96AD7AE0FDEEC4B4B727E3A1F39DB;
IL2CPP_EXTERN_C String_t* _stringLiteralC1296C5C083922D9B6D2729C05E875D875420C6C;
IL2CPP_EXTERN_C String_t* _stringLiteralC59095BFAA7711C0A80D205931FFBB8CB0729BD4;
IL2CPP_EXTERN_C String_t* _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0;
IL2CPP_EXTERN_C String_t* _stringLiteralC9EDB6B7EBF2B99CDDE984606E633E2D9B2368AB;
IL2CPP_EXTERN_C String_t* _stringLiteralCA9A200D0BECC9DC41985B202909B9581D091833;
IL2CPP_EXTERN_C String_t* _stringLiteralCCDAECC58725DBEE24CF8941DEB8BCE132721653;
IL2CPP_EXTERN_C String_t* _stringLiteralD720DFE8729C1DDD4F800D2B83FC02A6FB3559AC;
IL2CPP_EXTERN_C String_t* _stringLiteralD86928468E6F0F8FB4EBCA7CC8DA0ED2F37D948C;
IL2CPP_EXTERN_C String_t* _stringLiteralD99C2A5BA2D859D6C60C21BC36476BBE435CD36C;
IL2CPP_EXTERN_C String_t* _stringLiteralD9E9F97F4B6286A1393F651B9AA5CA3FA68AEA47;
IL2CPP_EXTERN_C String_t* _stringLiteralDE28467E010BCD19BC4BF254C6A305687C8FB8C1;
IL2CPP_EXTERN_C String_t* _stringLiteralE5862FE661DC2C898B00EB611D5C62DF6383D5A9;
IL2CPP_EXTERN_C String_t* _stringLiteralE8FA112D21451A147AE060914F38B665719308D5;
IL2CPP_EXTERN_C String_t* _stringLiteralEC030FFBE6B88D2D658F72D69667A51691C3F324;
IL2CPP_EXTERN_C String_t* _stringLiteralED78948F0CCF20E080CCC38433FA4DBA1858AEFC;
IL2CPP_EXTERN_C String_t* _stringLiteralEDA9F4E479CEB9AD5A555C951FEA7DABD262DA16;
IL2CPP_EXTERN_C String_t* _stringLiteralF0DAF1676A070DC0093358142F28F02BE2243842;
IL2CPP_EXTERN_C String_t* _stringLiteralF26611C9DDAAAF7D9720DD7BDDC7D61A02365383;
IL2CPP_EXTERN_C String_t* _stringLiteralF2EA163F399C65631FECE057AE2F4A438567593C;
IL2CPP_EXTERN_C String_t* _stringLiteralF5D81A56423E2ABA303271291E88C5DD643FD999;
IL2CPP_EXTERN_C String_t* _stringLiteralFA1FCC76988750273696D324CA9CBC7E79AF2C62;
IL2CPP_EXTERN_C String_t* _stringLiteralFB09C472260424DF2163A6CAA9B50C2F0DDC16D1;
IL2CPP_EXTERN_C String_t* _stringLiteralFB2080595D1820C790FBEB51CA9CE4EF2F16CBB2;
IL2CPP_EXTERN_C String_t* _stringLiteralFC033304597AEDC3AAF17A0AA96255BEC236390F;
IL2CPP_EXTERN_C String_t* _stringLiteralFC2A368EC6B09D7670707343672D60E45A4F60A1;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mDFD29A18B311D9C2DFCD03AF5E1FD20D0A28B92D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mE1C266F4F6B385185FEFFB31F9A0ED0B23549568_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m6862124076457E217895F9A6113FEA9756F8CCC5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mACE7C17E992B478BE37C9BA42D7F03EA9BA349F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAC6ACB92E983D6538AD4554F7BF809B6C0AC4D89_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mAF56F61CBD9F77BAFCE5E2591712018424E7DB22_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mADEBFB37D1E90C72D84CB1651436A5A16BD224BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mCD6BB33BC9996D771B2DFB49CFE24357B2D56E2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m7D7562841F27447424E4790BDD9DF718E3003E20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF1BC613D7434809EB54EB8B3F03209B1E34C9DBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB0459D58F0F936F0703D52DBACCB30E2B5D07287_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB3209CB4B6378CF044D4B4B1DCFB5639555A6029_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mB015E1CCF2A3AB00FD14986BB797F3DDBBC366AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF8686FE59226D0603D5B095DC67F76377BBA52B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_GetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m56420DF2716F76491B6A3613F8033339272EA2DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1_mC47E6F9FA7C764A444E9DE2BE66CDD1EF7FC4209_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D_m0AFEC40D0F5B1284845D39BE7D1928B77AAC803A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IComputeRenderGraphBuilder_SetRenderFunc_TisWriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7_mE4BA2EF0648630D545A5260CDE20A4F1654B77F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisCopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F_m0317F76833EFAA17B1AD066FF93B390D73A57B44_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisMainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED_m751B139DD916053B9B41E51443D2F84E12900D72_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F_mBE5D2BAFF5CD11EBC7046029BC9551215DB468C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_mA6CBA9AAB2A91551157D15651ACB71D02E004599_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_mBE88A3D5CF53D794F150A915E64B3655466A9456_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF_m47A5119EF3FE86CD719D8096CB0C86AFC6EC5316_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_mBE78CFC4C976108A2D4BB8C12F334EA9EF76AAAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_mD399CAA8C7CD5EBC61A2A68DC576D948568F95FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisSSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_mE1838DBFA8D1B7DF021727235E670FD12FD2B811_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_Deconstruct_m698B8CF727E105D2D66F1E20B58C38FF41D5BF14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_Deconstruct_mDE25BA9EC47143F92B5A273A3BD6A3003F72291D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mEEB980D4B200822F835DDCD39FCAAF36F15FA578_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectsByType_TisDecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64_mE216AF1E4B92BD0151AF57B938FF25742E598687_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddComputePass_TisWriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7_mDAAC3EF94158A61B0254834ACE56DB88ED55E4D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisCopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F_mD26AF9FEFDA3C481C675429D6442BC32A9AE62A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisMainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED_mE15A790859DA9D45B4FEF71547065A8EF4553941_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F_mBBAE5B39EC92C79F5391F574DF8F4DF915438532_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_m8A05F67860E6D5712CDB8AB139F9BBECAF50C6D5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_m5701AD541533AAA4069E203294B452A596A343B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF_m7A1FE4CB139B65E5252BA6D9A8F8F8A4E6A6BD2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_m6AAA2A0FFE8A3E2D00F872C4EDDFF853C0F8B7B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisPassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_mBE264EDE72CBD760882175994FE228B38E97EA1B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisSSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_m1AD0A11FA853B9916F6A752452312E292A3DD051_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisTexture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_m6A9F7B1DE5020DB6F5EFC7276C99D92B89092842_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScreenSpaceAmbientOcclusionPass_GetPassOrder_m3180C322C70A06901AC54C56B8E307BBAF8FA9BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScreenSpaceAmbientOcclusionPass_OnCameraCleanup_mCDE395AA19C0A7C5C9A4DF4B603C694B0006878C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ScreenSpaceAmbientOcclusionPass_Setup_m050110604F9D542C4633882921D3C230907B6AEB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SharedDecalEntityManager_OnAllDecalPropertyChange_mE0197DE8F584BA167354F767E0691378DF5FD33E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SharedDecalEntityManager_OnDecalAdd_m24CD08EAFDB06005DB4981CFA9B3FADF4BB4FAF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SharedDecalEntityManager_OnDecalMaterialChange_m609EA19A8A1F7B1349800C7F9CFDC2CA72637146_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SharedDecalEntityManager_OnDecalPropertyChange_m6A5DDCD90FF67635394FB5DFF88A8128CE7C106F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SharedDecalEntityManager_OnDecalRemove_m6567A9CCA995E2E71691DBE574B5EBA3A8925E7F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRecordRenderGraphU3Eb__11_0_m23F552F20709D135104D9EF55C16CD933F69D030_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRecordRenderGraphU3Eb__14_0_m6FFD7C8E55817CB9C7F545A1EA24B16427C79AE5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRecordRenderGraphU3Eb__14_1_mA14494539CE6217FBEC2DBD3DA93A8766D11F062_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRecordRenderGraphU3Eb__33_0_mD4ADAE1E47755863F4578C32F086309D6BEC48D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRecordRenderGraphU3Eb__50_0_m3F18DF7CDEDE36BE3D785C6AA8A510C07D00C036_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRecordRenderGraphU3Eb__6_0_m2E8B6096119EBAAD7060A284368EECBAFA8891D4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_1_mC9D97488D0C5711F8D69E34199EDDAFEA0DDD04D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_2_mC3EA196BAA1A7FC70B16EC5F9417BB617F89C0B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderU3Eb__6_0_m4F5D73EED2CEF606138E8861E17E42C06E2A2A7F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderU3Eb__7_0_mCA2DCDFE2DC3D31BA2BC75267D458AA8A10A07BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderU3Eb__8_0_mBA30A51E554C67D78E5EFC9760F0ACFCE17B5D38_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass20_0_U3CRenderU3Eb__0_mBDA71D9E475DB475A90C8DAF2863E2215880322B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RenderPassEvent_t65FBDDF314AC831A598C794FD81BB61AD3930353_0_0_0_var;
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB;;
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com;
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com;;
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke;
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke;;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3;
struct DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF;
struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE;
struct ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7;
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB;
struct ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF;
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 Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180 : public RuntimeObject
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____entries;
int32_t ____count;
int32_t ____freeList;
int32_t ____freeCount;
int32_t ____version;
RuntimeObject* ____comparer;
KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys;
ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values;
RuntimeObject* ____syncRoot;
};
struct Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806 : public RuntimeObject
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
EntryU5BU5D_t905EFBEA2721F3A7EA29746E3C7C44C82241511F* ____entries;
int32_t ____count;
int32_t ____freeList;
int32_t ____freeCount;
int32_t ____version;
RuntimeObject* ____comparer;
KeyCollection_t73A1D83B8AB423626098C7207A0F005938FC0CA7* ____keys;
ValueCollection_tA5D514828CBEC6244C2181400FBAD5DE8F115D49* ____values;
RuntimeObject* ____syncRoot;
};
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject
{
};
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF : public RuntimeObject
{
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C : public RuntimeObject
{
};
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
struct BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06 : public RuntimeObject
{
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_WrappedCommandBuffer;
RenderGraphPass_tEFB5BD685D417024760D82991EEEA4F4D0454A93* ___m_ExecutingPass;
};
struct ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F : public RuntimeObject
{
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___cmd;
};
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C : public RuntimeObject
{
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* ___m_Items;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_ActiveItemIndices;
};
struct ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086 : public RuntimeObject
{
};
struct DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA : public RuntimeObject
{
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___m_EntityManager;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_Sampler;
float ___m_MaxDrawDistance;
};
struct DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE : public RuntimeObject
{
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___m_EntityManager;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_WorldToDecals;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_NormalToDecals;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_DecalLayerMasks;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_Sampler;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___U3CoverrideMaterialU3Ek__BackingField;
};
struct DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A : public RuntimeObject
{
List_1_t437E45D007C2D93DCB30DA30023CB2745EE095D0* ___entityChunks;
List_1_t1A9527CB44249AD17D081A2D7A468343FC2D0720* ___cachedChunks;
List_1_t2E25D2E682EF62FB0FC538A4C88B3D49616A03DC* ___culledChunks;
List_1_tD8DB23A94A44626CAF7E9B5B4A949D0FDC7B27A7* ___drawCallChunks;
int32_t ___chunkCount;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_AddDecalSampler;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ResizeChunks;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_SortChunks;
DecalEntityIndexer_t884A1F60E13512A2DE8CEC24635D2B3BE3FD3544* ___m_DecalEntityIndexer;
Dictionary_2_t6EB10DF170874D02D43E115B0A1B93479CE3FF80* ___m_MaterialToChunkIndex;
List_1_t75FC6D059D696BAD77462D09FCDC98B4A7B7D3D4* ___m_CombinedChunks;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_CombinedChunkRemmap;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ErrorMaterial;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_DecalProjectorMesh;
};
struct DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C : public RuntimeObject
{
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___m_EntityManager;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_Sampler;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_Camera;
};
struct DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6 : public RuntimeObject
{
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___m_EntityManager;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_Sampler;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_SamplerJob;
};
struct DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F : public RuntimeObject
{
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___m_EntityManager;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_Sampler;
};
struct DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2 : public RuntimeObject
{
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_BoundingDistance;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_Camera;
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___m_EntityManager;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_Sampler;
};
struct MemberInfo_t : public RuntimeObject
{
};
struct PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36 : public RuntimeObject
{
};
struct PostProcessUtils_t23A2022D81D302785BCA7B0685631420532DEC57 : 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 RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8 : public RuntimeObject
{
};
struct ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1 : public RuntimeObject
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___m_BlueNoise256Textures;
int32_t ___m_Version;
};
struct ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D : public RuntimeObject
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_Shader;
int32_t ___m_Version;
};
struct ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583 : public RuntimeObject
{
};
struct ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91 : public RuntimeObject
{
};
struct ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2 : public RuntimeObject
{
};
struct SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD : public RuntimeObject
{
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___m_DecalEntityManager;
int32_t ___m_ReferenceCounter;
};
struct StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07 : public RuntimeObject
{
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___m_StencilDitherMaskSeedMaterials;
int32_t ____StencilDitherPattern;
int32_t ____StencilRefDitherMask;
int32_t ____StencilWriteDitherMask;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSampler;
};
struct String_t : public RuntimeObject
{
int32_t ____stringLength;
Il2CppChar ____firstChar;
};
struct UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629 : public RuntimeObject
{
int32_t ___m_Version;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_CopyDepthPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_CameraMotionVector;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StencilDeferredPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_ClusterDeferred;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StencilDitherMaskSeedPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DBufferClear;
};
struct UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320 : public RuntimeObject
{
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___cmd;
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
struct VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72 : public RuntimeObject
{
bool ___m_OverrideState;
};
struct XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7 : public RuntimeObject
{
};
struct TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122 : public RuntimeObject
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___blueNoise16LTex;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___filmGrainTex;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___smaaAreaTex;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___smaaSearchTex;
int32_t ___m_TexturesResourcesVersion;
};
struct U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197 : public RuntimeObject
{
};
struct PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B : public RuntimeObject
{
};
struct ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132 : public RuntimeObject
{
};
struct ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331 : public RuntimeObject
{
};
struct U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D : public RuntimeObject
{
};
struct ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C : public RuntimeObject
{
};
struct U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0 : public RuntimeObject
{
};
struct U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B : public RuntimeObject
{
};
struct U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7 : public RuntimeObject
{
};
struct U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590 : public RuntimeObject
{
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* ___U3CU3E4__this;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* ___passData;
};
struct U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345 : public RuntimeObject
{
};
struct U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8 : public RuntimeObject
{
};
struct U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D : public RuntimeObject
{
};
struct U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09 : public RuntimeObject
{
};
struct PassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF : public RuntimeObject
{
ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* ___pass;
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ___shadowData;
};
struct Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC
{
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ____list;
int32_t ____index;
int32_t ____version;
int32_t ____current;
};
struct KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189
{
int32_t ___key;
int32_t ___value;
};
struct ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D
{
int32_t ___Item1;
int32_t ___Item2;
};
struct VolumeParameter_1_t7111FAD4FF4C5BAEA3D390725AF3BC9069DBB546 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_t18B35E30089EFE0C2751A53FE6143F972EC9F9B8 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
float ___m_Value;
};
struct VolumeParameter_1_tB3100970DE7F44CC1B4585781E82F1E9F5C9C4A1 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_Value;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
bool ___m_value;
};
struct BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840
{
int32_t ___level;
int32_t ___index;
};
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
{
float ___r;
float ___g;
float ___b;
float ___a;
};
struct CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5
{
union
{
struct
{
};
uint8_t CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5__padding[1];
};
};
struct ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61 : public BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06
{
};
struct CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F
{
int32_t ___filterMode;
uint32_t ___cullingMask;
int32_t ___instanceID;
};
struct DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C : public DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE
{
};
struct DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378 : public DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE
{
};
struct DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D : public DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE
{
};
struct DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E : public DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE
{
};
struct DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD
{
int32_t ___index;
int32_t ___version;
};
struct DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255
{
uint8_t ___m_WriteEnabled;
int8_t ___m_CompareFunction;
};
struct DisallowMultipleRendererFeature_tCAAD3D9755F96F836BD37A45FCB473D12F2049C6 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
String_t* ___U3CcustomTitleU3Ek__BackingField;
};
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
double ___m_value;
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
struct GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D
{
uint32_t ___m_Index;
};
struct Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40
{
uint64_t ___u64_0;
uint64_t ___u64_1;
};
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
int32_t ___m_value;
};
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
int64_t ___m_value;
};
struct IntPtr_t
{
void* ___m_value;
};
struct LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB
{
int32_t ___m_Mask;
};
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
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 PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9
{
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* ___m_ColorGradingLutPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_FinalPostProcessPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AfterPostProcessColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorGradingLut;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_RendererPostProcessData;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_CurrentPostProcessData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
};
struct PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_pinvoke
{
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* ___m_ColorGradingLutPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_FinalPostProcessPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AfterPostProcessColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorGradingLut;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_RendererPostProcessData;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_CurrentPostProcessData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
};
struct PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_com
{
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* ___m_ColorGradingLutPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___m_FinalPostProcessPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AfterPostProcessColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorGradingLut;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_RendererPostProcessData;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_CurrentPostProcessData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
};
struct PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD
{
union
{
struct
{
};
uint8_t ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD__padding[1];
};
};
struct RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8 : public BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06
{
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147
{
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___cmd;
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147_marshaled_pinvoke
{
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___cmd;
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147_marshaled_com
{
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___cmd;
};
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
{
float ___m_XMin;
float ___m_YMin;
float ___m_Width;
float ___m_Height;
};
struct RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71
{
int32_t ___m_LowerBound;
int32_t ___m_UpperBound;
};
struct RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7
{
uint8_t ___m_WriteMask;
uint8_t ___m_SourceColorBlendMode;
uint8_t ___m_DestinationColorBlendMode;
uint8_t ___m_SourceAlphaBlendMode;
uint8_t ___m_DestinationAlphaBlendMode;
uint8_t ___m_ColorBlendOperation;
uint8_t ___m_AlphaBlendOperation;
uint8_t ___m_Padding;
};
struct RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1
{
uint32_t ___m_Bits;
};
struct ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0
{
int32_t ___m_Id;
};
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
};
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
float ___m_value;
};
struct SortingLayerRange_t96D04CFB4E8824978FEB2CFFFCFEAC37E56D52C9
{
int16_t ___m_LowerBound;
int16_t ___m_UpperBound;
};
struct StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9
{
uint8_t ___m_Enabled;
uint8_t ___m_ReadMask;
uint8_t ___m_WriteMask;
uint8_t ___m_Padding;
uint8_t ___m_CompareFunctionFront;
uint8_t ___m_PassOperationFront;
uint8_t ___m_FailOperationFront;
uint8_t ___m_ZFailOperationFront;
uint8_t ___m_CompareFunctionBack;
uint8_t ___m_PassOperationBack;
uint8_t ___m_FailOperationBack;
uint8_t ___m_ZFailOperationBack;
};
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
uint32_t ___m_value;
};
struct UIntPtr_t
{
void* ____pointer;
};
struct UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
bool ___U3CisAccessibleU3Ek__BackingField;
};
struct UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2 : public BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06
{
};
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 Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376
{
int32_t ___m_X;
int32_t ___m_Y;
int32_t ___m_Z;
};
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
{
float ___x;
float ___y;
float ___z;
float ___w;
};
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
struct bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611
{
bool ___x;
bool ___y;
};
struct float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA
{
float ___x;
float ___y;
};
struct float4_t89D9A294E7A79BD81BFBDD18654508532958555E
{
float ___x;
float ___y;
float ___z;
float ___w;
};
struct int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A
{
int32_t ___x;
int32_t ___y;
};
struct int4_tBA77D4945786DE82C3A487B33955EA1004996052
{
int32_t ___x;
int32_t ___y;
int32_t ___z;
int32_t ___w;
};
struct uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F
{
uint32_t ___x;
uint32_t ___y;
};
struct U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F
{
union
{
struct
{
float ___FixedElementField;
};
uint8_t U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F__padding[128];
};
};
struct U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9
{
union
{
struct
{
uint8_t ___FixedElementField;
};
uint8_t U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9__padding[96];
};
};
struct U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F
{
union
{
struct
{
uint8_t ___FixedElementField;
};
uint8_t U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F__padding[96];
};
};
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
bool ___isSet;
};
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC_marshaled_pinvoke
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
int32_t ___isSet;
};
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC_marshaled_com
{
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
int32_t ___isSet;
};
struct U3CshaderPassNamesU3Ee__FixedBuffer_t5EDC823777BDDC9D50E55FF3779FBC1B3820126D
{
union
{
struct
{
int32_t ___FixedElementField;
};
uint8_t U3CshaderPassNamesU3Ee__FixedBuffer_t5EDC823777BDDC9D50E55FF3779FBC1B3820126D__padding[64];
};
};
struct U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___source;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___destination;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___U3CU3E4__this;
int32_t ___amountOfPassesRemaining;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd;
};
struct DataLocation_t34FC6B68E8194966FC3C075EF4227E1522CB53BB
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL0_L1rx;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL1_G_ry;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL1_B_rz;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_1;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_3;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexProbeOcclusion;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexValidity;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexSkyOcclusion;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexSkyShadingDirectionIndices;
int32_t ___width;
int32_t ___height;
int32_t ___depth;
};
struct DataLocation_t34FC6B68E8194966FC3C075EF4227E1522CB53BB_marshaled_pinvoke
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL0_L1rx;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL1_G_ry;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL1_B_rz;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_1;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_3;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexProbeOcclusion;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexValidity;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexSkyOcclusion;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexSkyShadingDirectionIndices;
int32_t ___width;
int32_t ___height;
int32_t ___depth;
};
struct DataLocation_t34FC6B68E8194966FC3C075EF4227E1522CB53BB_marshaled_com
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL0_L1rx;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL1_G_ry;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL1_B_rz;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_1;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexL2_3;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexProbeOcclusion;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexValidity;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexSkyOcclusion;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___TexSkyShadingDirectionIndices;
int32_t ___width;
int32_t ___height;
int32_t ___depth;
};
struct State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1
{
int32_t ___s0;
int32_t ___s1;
int32_t ___s2;
int32_t ___s3;
};
struct U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955
{
union
{
struct
{
uint8_t ___FixedElementField;
};
uint8_t U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955__padding[160];
};
};
struct U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D
{
union
{
struct
{
float ___FixedElementField;
};
uint8_t U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D__padding[128];
};
};
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 U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015
{
union
{
struct
{
int32_t ___FixedElementField;
};
uint8_t U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015__padding[28];
};
};
struct U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7
{
union
{
struct
{
int32_t ___FixedElementField;
};
uint8_t U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7__padding[28];
};
};
struct Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB
{
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ____dictionary;
int32_t ____version;
int32_t ____index;
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 ____current;
int32_t ____getEnumeratorRetType;
};
struct Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C
{
bool ___hasValue;
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___value;
};
struct Nullable_1_t5070FF5B4129C859CA3EFC7B94E615A818E11144
{
bool ___hasValue;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___value;
};
struct VolumeParameter_1_t548F25B8FDAED7E284E53FF27602B841970079FC : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Value;
};
struct VolumeParameter_1_tADB3F1E2F42E88F6F74B7FD1CE782B1098424D7B : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Value;
};
struct AccessFlags_tB7D400C853C05A1DB9C6B56DF14E43721F0B1739
{
int32_t ___value__;
};
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
{
int32_t ___value__;
};
struct AntialiasingMode_tDF75AC7BDAF51FA550F528F7B798416ACB8D3487
{
int32_t ___value__;
};
struct AntialiasingQuality_t45B2A050F79EB8B705FED3F3F30A70942E71D605
{
int32_t ___value__;
};
struct BlendState_tC9B817349E49EF26CBCDC8FCE02789A661DC2630
{
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState0;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState1;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState2;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState3;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState4;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState5;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState6;
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState7;
uint8_t ___m_SeparateMRTBlendStates;
uint8_t ___m_AlphaToMask;
int16_t ___m_Padding;
};
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents;
};
struct BuiltinRenderTextureType_t3D56813CAC7C6E4AC3B438039BD1CE7E62FE7C4E
{
int32_t ___value__;
};
struct CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___screenRect;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___viewDir;
float ___projectionNear;
float ___projectionFar;
float ___cameraNear;
float ___cameraFar;
float ___cameraAspect;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___actualWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraClipToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___implicitProjection;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipLeft;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipRight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___worldToCamera;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___up;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___right;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___transformDirection;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___cameraEuler;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___velocity;
float ___farPlaneWorldSpaceLength;
uint32_t ___rendererCount;
U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F ___m_ShadowCullPlanes;
U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9 ___m_CameraCullPlanes;
float ___baseFarDistance;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___shadowCullCenter;
U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F ___layerCullDistances;
int32_t ___layerCullSpherical;
CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F ___coreCameraValues;
uint32_t ___cameraType;
int32_t ___projectionIsOblique;
int32_t ___isImplicitProjectionMatrix;
bool ___useInteractiveLightBakingData;
};
struct CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57_marshaled_pinvoke
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___screenRect;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___viewDir;
float ___projectionNear;
float ___projectionFar;
float ___cameraNear;
float ___cameraFar;
float ___cameraAspect;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___actualWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraClipToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___implicitProjection;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipLeft;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipRight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___worldToCamera;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___up;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___right;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___transformDirection;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___cameraEuler;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___velocity;
float ___farPlaneWorldSpaceLength;
uint32_t ___rendererCount;
U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F ___m_ShadowCullPlanes;
U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9 ___m_CameraCullPlanes;
float ___baseFarDistance;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___shadowCullCenter;
U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F ___layerCullDistances;
int32_t ___layerCullSpherical;
CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F ___coreCameraValues;
uint32_t ___cameraType;
int32_t ___projectionIsOblique;
int32_t ___isImplicitProjectionMatrix;
int32_t ___useInteractiveLightBakingData;
};
struct CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57_marshaled_com
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___screenRect;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___viewDir;
float ___projectionNear;
float ___projectionFar;
float ___cameraNear;
float ___cameraFar;
float ___cameraAspect;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___actualWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraClipToWorld;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cameraWorldToClip;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___implicitProjection;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipLeft;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___stereoWorldToClipRight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___worldToCamera;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___up;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___right;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___transformDirection;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___cameraEuler;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___velocity;
float ___farPlaneWorldSpaceLength;
uint32_t ___rendererCount;
U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F ___m_ShadowCullPlanes;
U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9 ___m_CameraCullPlanes;
float ___baseFarDistance;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___shadowCullCenter;
U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F ___layerCullDistances;
int32_t ___layerCullSpherical;
CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F ___coreCameraValues;
uint32_t ___cameraType;
int32_t ___projectionIsOblique;
int32_t ___isImplicitProjectionMatrix;
int32_t ___useInteractiveLightBakingData;
};
struct CameraRenderType_tC686ABD18F67CA30E6DF217007744F509606A41D
{
int32_t ___value__;
};
struct CameraType_tCA1017DBE96964E1D967942FB98F152F14121FCD
{
int32_t ___value__;
};
struct ClearFlag_t0B57BE5A60AA0EE7CC0DAE7E7DF82EB993A59ADD
{
int32_t ___value__;
};
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7 : public RuntimeObject
{
intptr_t ___m_Ptr;
};
struct CompareFunction_tF4CB32BA795A16A1488DD63D6CF4DC71B20E1518
{
int32_t ___value__;
};
struct CopyDepthMode_t0A1F431DCE72B7B024FF0A3C035807DB818B5EEC
{
int32_t ___value__;
};
struct CopyTextureSupport_t4EFE718FA2FC4A185D5011E063FAA1249550C644
{
int32_t ___value__;
};
struct CubemapFace_t300D6E2CD7DF60D44AA28338748B607677ED1D1B
{
int32_t ___value__;
};
struct CullMode_t049B71889E4E981866E205A3F71DC8B856306D50
{
int32_t ___value__;
};
struct CullingOptions_t94DE290A993D1671AE0E2CAC416FD9F37222B812
{
int32_t ___value__;
};
struct CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267
{
intptr_t ___ptr;
CullingAllocationInfo_tB260F5CD0B290F74E145EB16E54B901CC68D9D5A* ___m_AllocationInfo;
};
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4 : public RuntimeObject
{
DebugSetupPassData_t6FF39B74BC8FDCBD41EF92A852D5495C4F6F33EA* ___s_DebugSetupPassData;
DebugFinalValidationPassData_t8E6E203E5F9FFDDBB98153741C76049EEF9F744B* ___s_DebugFinalValidationPassData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ReplacementMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_HDRDebugViewMaterial;
HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* ___m_HDRDebugViewPass;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugScreenColorHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugScreenDepthHandle;
UniversalRenderPipelineRuntimeTextures_tDA15F1E9BFCD85610D963AC723C03EB214D1EB86* ___m_RuntimeTextures;
bool ___m_HasDebugRenderTarget;
bool ___m_DebugRenderTargetSupportsStereo;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_DebugRenderTargetPixelRect;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_DebugRenderTargetRangeRemap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugRenderTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugFontTexture;
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_debugDisplayConstant;
UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* ___m_DebugDisplaySettings;
};
struct DecalNormalBlend_tF102A6EEEDE361DABD5BA1670C8B3DB80A03477A
{
int32_t ___value__;
};
struct DecalScaleMode_tBFFBA2F5E3B718BD9965A803920323CB8B6C208C
{
int32_t ___value__;
};
struct DecalSurfaceData_t7ADDD1F0DAD9984BFFEC6BC9A6F65469BD1C1A5B
{
int32_t ___value__;
};
struct DecalTechnique_t0C27ABC599AE20CBBE9BE0945D1E4D048E813649
{
int32_t ___value__;
};
struct DecalTechniqueOption_tCEAAB783849B5A46FA9329DE7AB4002BC923588C
{
int32_t ___value__;
};
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 DepthFormat_tC5F801ECE667A8F03310593A216E828E3FCD33E4
{
int32_t ___value__;
};
struct DepthPrimingMode_t788A505A123926BDBA954D796941C989865263C8
{
int32_t ___value__;
};
struct DepthTextureMode_t64422B6053A3474607EEBAB848B2049ECE39472D
{
int32_t ___value__;
};
struct DistanceMetric_t071B9815BB961E33F7CA2C553CA725F61AE09EDE
{
int32_t ___value__;
};
struct DrawRendererFlags_t3AD0574208BFF93F323D5E1E92012F19EAE972CD
{
int32_t ___value__;
};
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;
};
struct FastMemoryFlags_tCB7206B25993B48CC436B08142DBF24F0F74C3A7
{
int32_t ___value__;
};
struct FilmGrainLookup_t189CC7A72ECA871AA34FE915CB57B713B5DB9317
{
int32_t ___value__;
};
struct FilterMode_t4AD57F1A3FE272D650E0E688BA044AE872BD2A34
{
int32_t ___value__;
};
struct FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F
{
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___m_RenderQueueRange;
int32_t ___m_LayerMask;
uint32_t ___m_RenderingLayerMask;
uint32_t ___m_BatchLayerMask;
int32_t ___m_ExcludeMotionVectorObjects;
int32_t ___m_ForceAllMotionVectorObjects;
SortingLayerRange_t96D04CFB4E8824978FEB2CFFFCFEAC37E56D52C9 ___m_SortingLayerRange;
};
struct FindObjectsSortMode_t3C83F8C6588F54EBB0CEB21F79D54CD19460AE9E
{
int32_t ___value__;
};
struct FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106 : public VolumeParameter_1_t18B35E30089EFE0C2751A53FE6143F972EC9F9B8
{
};
struct FoveatedRenderingCaps_tBC8C9BB9100AE3EE12492E5C56B21839B84373E5
{
int32_t ___value__;
};
struct FoveatedRenderingMode_tE5B4BD8B909179B3E0AD94A6936DB33408C5C8CF
{
int32_t ___value__;
};
struct FramebufferFetchEvent_t72BD214347F8EB583F67D7EA33CFE2F5C67AEF24
{
int32_t ___value__;
};
struct GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1 : public RuntimeObject
{
intptr_t ___m_Ptr;
};
struct GraphicsDeviceType_t65150C9055D1BC1E377E894972629BF22BA2CBF5
{
int32_t ___value__;
};
struct GraphicsFormat_tC3D1898F3F3F1F57256C7F3FFD6BA9A37AE7E713
{
int32_t ___value__;
};
struct GraphicsFormatUsage_t57084DF17F02CD0238EF07705101FD425F607063
{
int32_t ___value__;
};
struct HDRColorBufferPrecision_tEF57E1CB7C2B230E3AFF5D6628010DD456EA58C7
{
int32_t ___value__;
};
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
{
int32_t ___value__;
};
struct ImageScalingMode_tB7E238BD8F6E6D9CBC6C2C92E3E4C9DF72A4AF54
{
int32_t ___value__;
};
struct ImageUpscalingFilter_t6BAB8A7CB0216E88F69458503780865981937631
{
int32_t ___value__;
};
struct ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616
{
bool ___clearOnFirstUse;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
bool ___discardOnLastUse;
};
struct ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616_marshaled_pinvoke
{
int32_t ___clearOnFirstUse;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
int32_t ___discardOnLastUse;
};
struct ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616_marshaled_com
{
int32_t ___clearOnFirstUse;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
int32_t ___discardOnLastUse;
};
struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C
{
int32_t ___value__;
};
struct IntParameter_t45D52025F857DFDFC590EDB800071A92774E04B8 : public VolumeParameter_1_t7111FAD4FF4C5BAEA3D390725AF3BC9069DBB546
{
};
struct IntermediateTextureMode_t393BD5890504A30C3A5EEDC10C95266B5CAC28BD
{
int32_t ___value__;
};
struct LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A
{
int32_t ___m_IsOrthographic;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_CameraPosition;
float ___m_FieldOfView;
float ___m_OrthoSize;
int32_t ___m_CameraPixelHeight;
};
struct LightShape_t538BE3D1AD8C9B537615DAE1C77FA43E26295E91
{
int32_t ___value__;
};
struct MSAASamples_tB69F548BE8CA330465CC9D1F7B51199162D5D72C
{
int32_t ___value__;
};
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D : public RuntimeObject
{
intptr_t ___m_Ptr;
};
struct MeshTopology_t815FF5CF04D62195A23E2DF8A5C0A071F11FBCBF
{
int32_t ___value__;
};
struct MixedLightingSetup_tD9025BE7BF89DAAA8886B982A2F5CAD6A8783721
{
int32_t ___value__;
};
struct NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478 : public VolumeParameter_1_tB3100970DE7F44CC1B4585781E82F1E9F5C9C4A1
{
};
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 PerObjectData_t04DDCBE9ABF1113E8F9BAFCF4A7F94DD841B9CC9
{
int32_t ___value__;
};
struct ProbeVolumeBlendingTextureMemoryBudget_t7EE399384930322B57F0CF83315FE1FA651CB002
{
int32_t ___value__;
};
struct ProbeVolumeSHBands_t1515D16254FE4344C5FC4C9506F4F9A7ABA4D194
{
int32_t ___value__;
};
struct ProbeVolumeTextureMemoryBudget_t9F9B7221A5D6E98DAED0233C050A91A2D745CB66
{
int32_t ___value__;
};
struct RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousViewportSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousRenderTargetSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentViewportSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentRenderTargetSize;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rtHandleScale;
};
struct ReflectionProbeMode_t12F6F00CFD705CCF8E7B74D71E47AEA99FF9C211
{
int32_t ___value__;
};
struct ReflectionProbeRefreshMode_tB0E2E262AF4202160FD065066BB6575EAF8911FC
{
int32_t ___value__;
};
struct ReflectionProbeSortingCriteria_tC7B547F11F4EF1259DB024027DD9562A19EA957E
{
int32_t ___value__;
};
struct RenderBufferLoadAction_t3333B2CABABAC39DA0CDC25602E5E4FD93C2CB0E
{
int32_t ___value__;
};
struct RenderBufferStoreAction_t87683F22C09634E24A574F21F42037C953A2C8B7
{
int32_t ___value__;
};
struct RenderGraphResourceType_t5F552AF06E38DEC5775B77F13C8783A895FCD086
{
int32_t ___value__;
};
struct RenderGraphState_tFB60E034516492478A523A4D4EB7E380C799C1E3
{
int32_t ___value__;
};
struct RenderPassEvent_t65FBDDF314AC831A598C794FD81BB61AD3930353
{
int32_t ___value__;
};
struct RenderQueueType_t2DC2CD7699E758E69E1C42943B7AE4170A67E68F
{
int32_t ___value__;
};
struct RenderStateMask_tC9C95BF62EADEE4D622D4E16CDE1DF94E2A9EF57
{
int32_t ___value__;
};
struct RenderTextureCreationFlags_t1C01993691E5BA956575134696509089FE852F50
{
int32_t ___value__;
};
struct RenderTextureFormat_tB6F1ED5040395B46880CE00312D2FDDBF9EEB40F
{
int32_t ___value__;
};
struct RenderTextureMemoryless_tE3B7F3AE353C3E9ACF86076376EB862131D19A69
{
int32_t ___value__;
};
struct RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85
{
uintptr_t ___context;
uint32_t ___index;
uint32_t ___frame;
uint32_t ___type;
uint32_t ___contextID;
};
struct RendererListHandleType_tF4A920C02D6273E876EA0E5E7BF6B7096E278E57
{
int32_t ___value__;
};
struct RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E ___cameraData;
LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470 ___lightData;
ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832 ___shadowData;
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4 ___postProcessingData;
};
struct RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71_marshaled_pinvoke
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_pinvoke ___cameraData;
LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_pinvoke ___lightData;
ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_pinvoke ___shadowData;
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4_marshaled_pinvoke ___postProcessingData;
};
struct RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71_marshaled_com
{
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_com ___cameraData;
LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_com ___lightData;
ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_com ___shadowData;
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4_marshaled_com ___postProcessingData;
};
struct RenderingMode_t55C56C57973CFEF6AC1C91E2F4D7C8D76FF393A1
{
int32_t ___value__;
};
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
{
intptr_t ___value;
};
struct RuntimePlatform_t9A8AAF204603076FCAAECCCC05DA386AEE7BF66E
{
int32_t ___value__;
};
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
intptr_t ___value;
};
struct ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36
{
intptr_t ___m_Ptr;
};
struct ScriptableRenderPassInput_t2E28A5DE1B3B8001EE14298E0133EFF3204DE645
{
int32_t ___value__;
};
struct ShadowSamplingMode_t8BE740C4258CFEDDBAC01FDC0438D8EE3F776BA8
{
int32_t ___value__;
};
struct SortingCriteria_t4907D221CB6E6AA4A32C1ED7B5D17103FD3E7C39
{
int32_t ___value__;
};
struct StencilOp_t35EB362AF3CF60D7EC63DF5282B8256BF9985436
{
int32_t ___value__;
};
struct StoreActionsOptimization_tB5EB82E81175365B1DF3C5DE71F35E77E3B38B4A
{
int32_t ___value__;
};
struct TemporalAAQuality_t03A8B3F777D54108A9CE21E79AB4C022968AD5F5
{
int32_t ___value__;
};
struct TextureDimension_t8D7148B9168256EE1E9AF91378ABA148888CE642
{
int32_t ___value__;
};
struct TextureSizeMode_t106C584015E214EB90B8CCDF3EB41D36C051CDFB
{
int32_t ___value__;
};
struct TextureWrapMode_tF9851343029052ED45668D1C99BAE09B2CCC13AD
{
int32_t ___value__;
};
struct TonemappingMode_t02C640FB19D579E2BF9B9EA58F87F8F115544267
{
int32_t ___value__;
};
struct URPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481
{
int32_t ___value__;
};
struct VRTextureUsage_t57FAA0077810142A461D74EDC5E33FC3D78BD2E8
{
int32_t ___value__;
};
struct Version_t10CE5BD858145CB965A46550B564490F1691EF1D
{
int32_t ___value__;
};
struct InjectionPoint_tA3CAE07BF8599B01D538E25644D7AFDCE01FE73A
{
int32_t ___value__;
};
struct Version_t6E35BD7ECDF1EE808C77CEB4BE90030F822029DE
{
int32_t ___value__;
};
struct Operation_t4202DB2118F4561CD44BC2B734A90A0AA32BF559
{
int32_t ___value__;
};
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
bool ___highQualityFiltering;
bool ___enableAlphaOutput;
};
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_pinvoke
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
int32_t ___highQualityFiltering;
int32_t ___enableAlphaOutput;
};
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_com
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
int32_t ___highQualityFiltering;
int32_t ___enableAlphaOutput;
};
struct UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD : public RuntimeObject
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___newCameraTargetSize;
};
struct CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098
{
uint32_t ___updateCount;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___imageContentsHash;
int32_t ___size;
int32_t ___mipCount;
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015 ___dataIndices;
U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7 ___levels;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture;
int32_t ___lastUsed;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___hdrData;
};
struct CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshaled_pinvoke
{
uint32_t ___updateCount;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___imageContentsHash;
int32_t ___size;
int32_t ___mipCount;
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015 ___dataIndices;
U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7 ___levels;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture;
int32_t ___lastUsed;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___hdrData;
};
struct CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshaled_com
{
uint32_t ___updateCount;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___imageContentsHash;
int32_t ___size;
int32_t ___mipCount;
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015 ___dataIndices;
U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7 ___levels;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture;
int32_t ___lastUsed;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___hdrData;
};
struct CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118 : public RuntimeObject
{
bool ___overrideCamera;
bool ___restoreCamera;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___offset;
float ___cameraFieldOfView;
};
struct Event_tEB6B0291F738CDC6D90B67E4C476ADD4AFE13601
{
int32_t ___value__;
};
struct MaskSize_t84F10A9530391814360A3F70DD021343A5144EE5
{
int32_t ___value__;
};
struct BlurTypes_tF7605D12C4A29D52AB2CCBB8DC55B6D8B064CEF9
{
int32_t ___value__;
};
struct SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E
{
bool ___orthographicCamera;
bool ___aoBlueNoise;
bool ___aoInterleavedGradient;
bool ___sampleCountHigh;
bool ___sampleCountMedium;
bool ___sampleCountLow;
bool ___sourceDepthNormals;
bool ___sourceDepthHigh;
bool ___sourceDepthMedium;
bool ___sourceDepthLow;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___ssaoParams;
};
struct SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshaled_pinvoke
{
int32_t ___orthographicCamera;
int32_t ___aoBlueNoise;
int32_t ___aoInterleavedGradient;
int32_t ___sampleCountHigh;
int32_t ___sampleCountMedium;
int32_t ___sampleCountLow;
int32_t ___sourceDepthNormals;
int32_t ___sourceDepthHigh;
int32_t ___sourceDepthMedium;
int32_t ___sourceDepthLow;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___ssaoParams;
};
struct SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshaled_com
{
int32_t ___orthographicCamera;
int32_t ___aoBlueNoise;
int32_t ___aoInterleavedGradient;
int32_t ___sampleCountHigh;
int32_t ___sampleCountMedium;
int32_t ___sampleCountLow;
int32_t ___sourceDepthNormals;
int32_t ___sourceDepthHigh;
int32_t ___sourceDepthMedium;
int32_t ___sourceDepthLow;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___ssaoParams;
};
struct ShaderPasses_t44B62758966B0802A680B25E6ACD5CC2CB2C109F
{
int32_t ___value__;
};
struct AOMethodOptions_tB9865A987E9A99089A5BADBFFF42E773CB08D8CF
{
int32_t ___value__;
};
struct AOSampleOption_tDDA131F7977FE8E1E1456D1314A39D686ED5E590
{
int32_t ___value__;
};
struct BlurQualityOptions_t8D927848B8560AE9A868C7AEF9821F4127B44ACB
{
int32_t ___value__;
};
struct DepthSource_t0AB71AA7D910F92AB3D9781B7A32BE1110BCFE93
{
int32_t ___value__;
};
struct NormalQuality_tC9B6C65F916E21B4A23ADAEA7E9CDD6EC5A978B0
{
int32_t ___value__;
};
struct ActiveID_t29AFD1C17603245BE41E1B8BAB21769900F7BB42
{
int32_t ___value__;
};
struct OverrideMaterialMode_t1F05E15641F29077DD6952A9A9BA479E9877095D
{
int32_t ___value__;
};
struct KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A
{
int32_t ___key;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 ___value;
};
struct NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t4C11F337CF2A7773644650D071AA5F21F158A5E0
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t3CC4179AFF43449D3539816D3EE4D2D69B6022E8
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct VolumeParameter_1_tD49D57859487E5822C22F93779BB46D808BBE63A : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB
{
void* ___m_Data;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_ActiveFreeMaskCounts;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMasksStorage;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMaskIndicesStorage;
int32_t ___m_Allocator;
};
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke
{
void* ___m_Data;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_ActiveFreeMaskCounts;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMasksStorage;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMaskIndicesStorage;
int32_t ___m_Allocator;
};
struct BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com
{
void* ___m_Data;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_ActiveFreeMaskCounts;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMasksStorage;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D ___m_FreeMaskIndicesStorage;
int32_t ___m_Allocator;
};
struct ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8 : public FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106
{
float ___min;
float ___max;
};
struct ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E : public IntParameter_t45D52025F857DFDFC590EDB800071A92774E04B8
{
int32_t ___min;
int32_t ___max;
};
struct ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0 : public VolumeParameter_1_t548F25B8FDAED7E284E53FF27602B841970079FC
{
bool ___hdr;
bool ___showAlpha;
bool ___showEyeDropper;
};
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A : public RuntimeObject
{
int32_t ___surfaceData;
};
struct DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1 : public RuntimeObject
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* ___m_DebugHandler;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
List_1_t5CD71DBACD6BC46240AFB7F6AC2C2A09CEF1934D* ___m_DebugRenderSetups;
List_1_tE719CFD9827ECEC23BAC8452B125081998D08CC6* ___m_ActiveDebugRendererList;
List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C* ___m_ActiveDebugRendererListHdl;
};
struct DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837 : public DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE
{
int32_t ___m_Technique;
};
struct DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3 : public RuntimeObject
{
int32_t ___normalBlend;
};
struct DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC : public RuntimeObject
{
int32_t ___technique;
float ___maxDrawDistance;
bool ___decalLayers;
DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* ___dBufferSettings;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* ___screenSpaceSettings;
};
struct FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F
{
bool ___inFastMemory;
int32_t ___flags;
float ___residencyFraction;
};
struct FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_pinvoke
{
int32_t ___inFastMemory;
int32_t ___flags;
float ___residencyFraction;
};
struct FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_com
{
int32_t ___inFastMemory;
int32_t ___flags;
float ___residencyFraction;
};
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9 : public FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106
{
float ___min;
};
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 PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
int32_t ___requestColorFormat;
};
struct PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_pinvoke
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
int32_t ___requestColorFormat;
};
struct PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_com
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
int32_t ___requestColorFormat;
};
struct ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F : public RuntimeObject
{
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_EmptyIndexBuffer;
bool ___m_IsInitialized;
bool ___m_SupportScenarios;
bool ___m_SupportScenarioBlending;
bool ___m_ForceNoDiskStreaming;
bool ___m_SupportDiskStreaming;
bool ___m_SupportGPUStreaming;
bool ___m_UseStreamingAssets;
float ___m_MinBrickSize;
int32_t ___m_MaxSubdivision;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_ProbeOffset;
ProbeBrickPool_tC43640788A2B356F3F99A068D2CED6702E721693* ___m_Pool;
ProbeBrickIndex_tF1B02DB88E5F4CF79533962B018B5724D74E32D2* ___m_Index;
ProbeGlobalIndirection_t2AB9BD4BE8E7DFF06B6C8DB4914AEF5BC7BFD2A4* ___m_CellIndices;
ProbeBrickBlendingPool_tD0DBB9B875C8C88A6410A239987DA3F9F4BE18F8* ___m_BlendingPool;
List_1_t179992B095C528117EEF4782A1F45568BD2D51EA* ___m_TmpSrcChunks;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_PositionOffsets;
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_CurrGlobalBounds;
Dictionary_2_t0E762F009D947F93BDD830FC66274E5BAEC7A15B* ___cells;
ObjectPool_1_tB7113FB7DE0E017977D81FA05D795CCB946B759C* ___m_CellPool;
DataLocation_t34FC6B68E8194966FC3C075EF4227E1522CB53BB ___m_TemporaryDataLocation;
int32_t ___m_TemporaryDataLocationMemCost;
ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* ___sceneData;
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___minLoadedCellPos;
Vector3Int_t65CB06F557251D18A37BD71F3655BA836A357376 ___maxLoadedCellPos;
Action_1_t00621160046FE06A171CE95A003D9AE71EBB2B1D* ___retrieveExtraDataAction;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___checksDuringBakeAction;
Dictionary_2_tDC4827733B8CF2DD93DCE2A2DA5DF87A61A8CD7F* ___m_PendingScenesToBeLoaded;
Dictionary_2_t6FFAD029BB474A5257D9A441504B633831AF5341* ___m_PendingScenesToBeUnloaded;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ActiveScenes;
ProbeVolumeBakingSetWeakReference_t2C93CCA1E66DE8EC5A9B4DBEC109A075E59CAC12* ___m_CurrentBakingSetReference;
ProbeVolumeBakingSetWeakReference_t2C93CCA1E66DE8EC5A9B4DBEC109A075E59CAC12* ___m_LazyBakingSetReference;
bool ___m_NeedLoadAsset;
bool ___m_ProbeReferenceVolumeInit;
bool ___m_EnabledBySRP;
bool ___m_VertexSampling;
bool ___m_NeedsIndexRebuild;
bool ___m_HasChangedIndex;
int32_t ___m_CBShaderID;
int32_t ___m_MemoryBudget;
int32_t ___m_BlendingMemoryBudget;
int32_t ___m_SHBands;
bool ___clearAssetsOnVolumeClear;
List_1_tCD7772AB40D4E7A61CCAFDDF9E33C190D4F9E6D4* ___U3CperSceneDataListU3Ek__BackingField;
ProbeVolumeDebug_t295620780739F33AEAD1D1BB44C5252CE70D3DD8* ___U3CprobeVolumeDebugU3Ek__BackingField;
ColorU5BU5D_t612261CF293F6FFC3D80AB52259FF0DC2B2CC389* ___U3CsubdivisionDebugColorsU3Ek__BackingField;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_DebugMesh;
WidgetU5BU5D_t39DEA55B87EF43C59C5699E0340B34185BA1E4A2* ___m_DebugItems;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DebugMaterial;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_DebugProbeSamplingMesh;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ProbeSamplingDebugMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ProbeSamplingDebugMaterial02;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_DisplayNumbersTexture;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_DebugOffsetMesh;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DebugOffsetMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DebugFragmentationMaterial;
PlaneU5BU5D_t4EEF66BAA8B0140EFFF34F6183CE7F80546592BE* ___m_DebugFrustumPlanes;
GUIContentU5BU5D_t98DA1EEA8D0A2C4AE42CE11C4840B627CADFC503* ___m_DebugScenarioNames;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_DebugScenarioValues;
String_t* ___m_DebugActiveSceneGUID;
String_t* ___m_DebugActiveScenario;
EnumField_t15C8FC0EB96499DFDCEC2B9DBB27B2BBCD5E262C* ___m_DebugScenarioField;
Dictionary_2_tE738E3156DB830A7FCEA2AE6066FC5BEA6715F0D* ___realtimeSubdivisionInfo;
bool ___m_MaxSubdivVisualizedIsMaxAvailable;
bool ___m_LoadMaxCellsPerFrame;
int32_t ___m_NumberOfCellsLoadedPerFrame;
int32_t ___m_NumberOfCellsBlendedPerFrame;
float ___m_TurnoverRate;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_LoadedCells;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_ToBeLoadedCells;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_WorseLoadedCells;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_BestToBeLoadedCells;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_TempCellToLoadList;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_TempCellToUnloadList;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_LoadedBlendingCells;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_ToBeLoadedBlendingCells;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_TempBlendingCellToLoadList;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_TempBlendingCellToUnloadList;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_FrozenCameraPosition;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_FrozenCameraDirection;
bool ___m_IndexDefragmentationInProgress;
ProbeBrickIndex_tF1B02DB88E5F4CF79533962B018B5724D74E32D2* ___m_DefragIndex;
ProbeGlobalIndirection_t2AB9BD4BE8E7DFF06B6C8DB4914AEF5BC7BFD2A4* ___m_DefragCellIndices;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_IndexDefragCells;
DynamicArray_1_t417A8A89CA5B25965BE1831A6DD20490247F49FA* ___m_TempIndexDefragCells;
float ___minStreamingScore;
float ___maxStreamingScore;
Queue_1_t4E72D95FA4BA0376A0776B630CD5C0804EE5682D* ___m_StreamingQueue;
List_1_t315DEAF697A9E5FB3C0330AE774E83A1A1632F8A* ___m_ActiveStreamingRequests;
ObjectPool_1_t3ED83FBAFF7FB163D2003A9664CDA2A929337EDE* ___m_StreamingRequestsPool;
bool ___m_DiskStreamingUseCompute;
ProbeVolumeScratchBufferPool_t51450AD69BD510651301523B922D3B52E7019591* ___m_ScratchBufferPool;
OnStreamingCompleteDelegate_t7DAB7BE2E737BCCAB139341C50DF63FD26A6E0D2* ___m_OnStreamingComplete;
OnStreamingCompleteDelegate_t7DAB7BE2E737BCCAB139341C50DF63FD26A6E0D2* ___m_OnBlendingStreamingComplete;
};
struct RasterState_tA30E8336EA5D1E2152A6C7252F15384985B98A26
{
int32_t ___m_CullingMode;
int32_t ___m_OffsetUnits;
float ___m_OffsetFactor;
uint8_t ___m_DepthClip;
uint8_t ___m_Conservative;
uint8_t ___m_Padding1;
uint8_t ___m_Padding2;
};
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 RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA
{
int32_t ___width;
int32_t ___height;
int32_t ___volumeDepth;
int32_t ___msaaSamples;
int32_t ___format;
bool ___bindMS;
};
struct RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA_marshaled_pinvoke
{
int32_t ___width;
int32_t ___height;
int32_t ___volumeDepth;
int32_t ___msaaSamples;
int32_t ___format;
int32_t ___bindMS;
};
struct RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA_marshaled_com
{
int32_t ___width;
int32_t ___height;
int32_t ___volumeDepth;
int32_t ___msaaSamples;
int32_t ___format;
int32_t ___bindMS;
};
struct RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46
{
int32_t ___U3CwidthU3Ek__BackingField;
int32_t ___U3CheightU3Ek__BackingField;
int32_t ___U3CmsaaSamplesU3Ek__BackingField;
int32_t ___U3CvolumeDepthU3Ek__BackingField;
int32_t ___U3CmipCountU3Ek__BackingField;
int32_t ____graphicsFormat;
int32_t ___U3CstencilFormatU3Ek__BackingField;
int32_t ___U3CdepthStencilFormatU3Ek__BackingField;
int32_t ___U3CdimensionU3Ek__BackingField;
int32_t ___U3CshadowSamplingModeU3Ek__BackingField;
int32_t ___U3CvrUsageU3Ek__BackingField;
int32_t ____flags;
int32_t ___U3CmemorylessU3Ek__BackingField;
};
struct RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA
{
int32_t ___type;
bool ___m_IsValid;
int32_t ___U3ChandleU3Ek__BackingField;
};
struct RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA_marshaled_pinvoke
{
int32_t ___type;
int32_t ___m_IsValid;
int32_t ___U3ChandleU3Ek__BackingField;
};
struct RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA_marshaled_com
{
int32_t ___type;
int32_t ___m_IsValid;
int32_t ___U3ChandleU3Ek__BackingField;
};
struct ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C
{
uint32_t ___m_Value;
int32_t ___m_Version;
int32_t ___m_Type;
};
struct ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE : public RuntimeObject
{
int32_t ___AOMethod;
bool ___Downsample;
bool ___AfterOpaque;
int32_t ___Source;
int32_t ___NormalSamples;
float ___Intensity;
float ___DirectLightingStrength;
float ___Radius;
int32_t ___Samples;
int32_t ___BlurQuality;
float ___Falloff;
int32_t ___SampleCount;
};
struct ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899
{
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A ___m_LODParameters;
U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955 ___m_CullingPlanes;
int32_t ___m_CullingPlaneCount;
uint32_t ___m_CullingMask;
uint64_t ___m_SceneMask;
uint64_t ___m_ViewID;
U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D ___m_LayerFarCullDistances;
int32_t ___m_LayerCull;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_CullingMatrix;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin;
float ___m_ShadowDistance;
float ___m_ShadowNearPlaneOffset;
int32_t ___m_CullingOptions;
int32_t ___m_ReflectionProbeSortingCriteria;
CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57 ___m_CameraProperties;
float ___m_AccurateOcclusionThreshold;
int32_t ___m_MaximumPortalCullingJobs;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoProjectionMatrix;
float ___m_StereoSeparationDistance;
int32_t ___m_maximumVisibleLights;
bool ___m_ConservativeEnclosingSphere;
int32_t ___m_NumIterationsEnclosingSphere;
};
struct ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_marshaled_pinvoke
{
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A ___m_LODParameters;
U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955 ___m_CullingPlanes;
int32_t ___m_CullingPlaneCount;
uint32_t ___m_CullingMask;
uint64_t ___m_SceneMask;
uint64_t ___m_ViewID;
U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D ___m_LayerFarCullDistances;
int32_t ___m_LayerCull;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_CullingMatrix;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin;
float ___m_ShadowDistance;
float ___m_ShadowNearPlaneOffset;
int32_t ___m_CullingOptions;
int32_t ___m_ReflectionProbeSortingCriteria;
CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57_marshaled_pinvoke ___m_CameraProperties;
float ___m_AccurateOcclusionThreshold;
int32_t ___m_MaximumPortalCullingJobs;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoProjectionMatrix;
float ___m_StereoSeparationDistance;
int32_t ___m_maximumVisibleLights;
int32_t ___m_ConservativeEnclosingSphere;
int32_t ___m_NumIterationsEnclosingSphere;
};
struct ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899_marshaled_com
{
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A ___m_LODParameters;
U3Cm_CullingPlanesU3Ee__FixedBuffer_t1E4CBEC7086738067A0EF9A1B2B6B36059DAB955 ___m_CullingPlanes;
int32_t ___m_CullingPlaneCount;
uint32_t ___m_CullingMask;
uint64_t ___m_SceneMask;
uint64_t ___m_ViewID;
U3Cm_LayerFarCullDistancesU3Ee__FixedBuffer_tD64F550B6761957A5DA6A33A171BBF4FB4EB667D ___m_LayerFarCullDistances;
int32_t ___m_LayerCull;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_CullingMatrix;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Origin;
float ___m_ShadowDistance;
float ___m_ShadowNearPlaneOffset;
int32_t ___m_CullingOptions;
int32_t ___m_ReflectionProbeSortingCriteria;
CameraProperties_t9318B43C06A9BAC4CD8BC5EFCC9FE6882D296D57_marshaled_com ___m_CameraProperties;
float ___m_AccurateOcclusionThreshold;
int32_t ___m_MaximumPortalCullingJobs;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_StereoProjectionMatrix;
float ___m_StereoSeparationDistance;
int32_t ___m_maximumVisibleLights;
int32_t ___m_ConservativeEnclosingSphere;
int32_t ___m_NumIterationsEnclosingSphere;
};
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 SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldToCameraMatrix;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_CameraPosition;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_CustomAxis;
int32_t ___m_Criteria;
int32_t ___m_DistanceMetric;
};
struct StencilStateData_t4181AB6F6A795950C67270CB147999D915071462 : public RuntimeObject
{
bool ___overrideStencilState;
int32_t ___stencilReference;
int32_t ___stencilCompareFunction;
int32_t ___passOperation;
int32_t ___failOperation;
int32_t ___zFailOperation;
};
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct Type_t : public MemberInfo_t
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
};
struct UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_CommandBuffer;
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267 ___cullResults;
bool ___supportsDynamicBatching;
int32_t ___perObjectData;
int32_t ___U3CrenderingModeU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CprepassLayerMaskU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CopaqueLayerMaskU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CtransparentLayerMaskU3Ek__BackingField;
bool ___U3CstencilLodCrossFadeEnabledU3Ek__BackingField;
};
struct Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A : public VolumeParameter_1_tADB3F1E2F42E88F6F74B7FD1CE782B1098424D7B
{
};
struct VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B
{
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_Bounds;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_LocalToWorldMatrix;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_HdrData;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center;
float ___m_BlendDistance;
int32_t ___m_Importance;
int32_t ___m_BoxProjection;
int32_t ___m_InstanceId;
int32_t ___m_TextureId;
};
struct FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3
{
bool ___isFxaaEnabled;
bool ___isFsrEnabled;
bool ___isTaaSharpeningEnabled;
bool ___requireHDROutput;
bool ___resolveToDebugScreen;
bool ___isAlphaOutputEnabled;
int32_t ___hdrOperations;
};
struct FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_pinvoke
{
int32_t ___isFxaaEnabled;
int32_t ___isFsrEnabled;
int32_t ___isTaaSharpeningEnabled;
int32_t ___requireHDROutput;
int32_t ___resolveToDebugScreen;
int32_t ___isAlphaOutputEnabled;
int32_t ___hdrOperations;
};
struct FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_com
{
int32_t ___isFxaaEnabled;
int32_t ___isFsrEnabled;
int32_t ___isTaaSharpeningEnabled;
int32_t ___requireHDROutput;
int32_t ___resolveToDebugScreen;
int32_t ___isAlphaOutputEnabled;
int32_t ___hdrOperations;
};
struct SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1 : public RuntimeObject
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___metrics;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___areaTexture;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___searchTexture;
float ___stencilRef;
float ___stencilMask;
int32_t ___antialiasingQuality;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
};
struct FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941 : public RuntimeObject
{
int32_t ___RenderQueueType;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___LayerMask;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___PassNames;
};
struct RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A : public RuntimeObject
{
String_t* ___passTag;
int32_t ___Event;
FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* ___filterSettings;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___overrideMaterial;
int32_t ___overrideMaterialPassIndex;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___overrideShader;
int32_t ___overrideShaderPassIndex;
int32_t ___overrideMode;
bool ___overrideDepthState;
int32_t ___depthCompareFunction;
bool ___enableWrite;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* ___stencilSettings;
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* ___cameraSettings;
};
struct Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92
{
int32_t ___m_Quality;
float ___m_FrameInfluence;
float ___m_JitterScale;
float ___m_MipBias;
float ___m_VarianceClampScale;
float ___m_ContrastAdaptiveSharpening;
int32_t ___resetHistoryFrames;
int32_t ___jitterFrameCountOffset;
};
struct BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73 : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0 : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4 : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2 : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F : public MulticastDelegate_t
{
};
struct Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9
{
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* ____dictionary;
int32_t ____version;
int32_t ____index;
KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A ____current;
int32_t ____getEnumeratorRetType;
};
struct Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE : public MulticastDelegate_t
{
};
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
struct AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E
{
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 ___m_SortedShadowResolutionRequests;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
int32_t ___m_TotalShadowSlicesCount;
int32_t ___m_TotalShadowResolutionRequestCount;
bool ___m_TooManyShadowMaps;
int32_t ___m_ShadowSlicesScaleFactor;
int32_t ___m_AtlasSize;
};
struct AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_pinvoke
{
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 ___m_SortedShadowResolutionRequests;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
int32_t ___m_TotalShadowSlicesCount;
int32_t ___m_TotalShadowResolutionRequestCount;
int32_t ___m_TooManyShadowMaps;
int32_t ___m_ShadowSlicesScaleFactor;
int32_t ___m_AtlasSize;
};
struct AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_com
{
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 ___m_SortedShadowResolutionRequests;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
int32_t ___m_TotalShadowSlicesCount;
int32_t ___m_TotalShadowResolutionRequestCount;
int32_t ___m_TooManyShadowMaps;
int32_t ___m_ShadowSlicesScaleFactor;
int32_t ___m_AtlasSize;
};
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
String_t* ____paramName;
};
struct AttachmentDescriptor_tBAC9B26B50BB0838C5C0CC22BB296F9DFF41276E
{
int32_t ___m_LoadAction;
int32_t ___m_StoreAction;
int32_t ___m_Format;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___m_LoadStoreTarget;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___m_ResolveTarget;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_ClearColor;
float ___m_ClearDepth;
uint32_t ___m_ClearStencil;
};
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
struct BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5
{
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
};
struct DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC : public RuntimeObject
{
int32_t ___U3CRenderingLayerMaskSizeU3Ek__BackingField;
bool ___U3CUseDecalLayersU3Ek__BackingField;
bool ___U3CUseFramebufferFetchU3Ek__BackingField;
bool ___U3CHasDepthPrepassU3Ek__BackingField;
bool ___U3CHasNormalPrepassU3Ek__BackingField;
bool ___U3CHasRenderingLayerPrepassU3Ek__BackingField;
bool ___U3CAccurateGbufferNormalsU3Ek__BackingField;
int32_t ___U3CMixedLightingSetupU3Ek__BackingField;
bool ___U3CUseJobSystemU3Ek__BackingField;
int32_t ___U3CRenderWidthU3Ek__BackingField;
int32_t ___U3CRenderHeightU3Ek__BackingField;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___U3CGbufferAttachmentsU3Ek__BackingField;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___GbufferRTHandles;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___U3CGbufferTextureHandlesU3Ek__BackingField;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___U3CDeferredInputAttachmentsU3Ek__BackingField;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___U3CDeferredInputIsTransientU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CDepthAttachmentU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CDepthCopyTextureU3Ek__BackingField;
GraphicsFormatU5BU5D_tF6A3D90C430FA3F548B77E5D58D25D71F154E6C5* ___U3CGbufferFormatsU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CDepthAttachmentHandleU3Ek__BackingField;
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___m_stencilVisLights;
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___m_stencilVisLightOffsets;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* ___m_AdditionalLightsShadowCasterPass;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_SphereMesh;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_HemisphereMesh;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_FullscreenMesh;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_StencilDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ClusterDeferredMaterial;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_StencilDeferredPasses;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_ClusterDeferredPasses;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_ScreenToWorld;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerDeferredShadingPass;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerDeferredStencilPass;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerDeferredFogPass;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___m_LightCookieManager;
bool ___m_UseDeferredPlus;
};
struct DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49
{
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 ___m_SortingSettings;
U3CshaderPassNamesU3Ee__FixedBuffer_t5EDC823777BDDC9D50E55FF3779FBC1B3820126D ___shaderPassNames;
int32_t ___m_PerObjectData;
int32_t ___m_Flags;
int32_t ___m_OverrideShaderID;
int32_t ___m_OverrideShaderPassIndex;
int32_t ___m_OverrideMaterialInstanceId;
int32_t ___m_OverrideMaterialPassIndex;
int32_t ___m_fallbackMaterialInstanceId;
int32_t ___m_MainLightIndex;
int32_t ___m_UseSrpBatcher;
int32_t ___m_LodCrossFadeStencilMask;
};
struct FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F : public VolumeParameter_1_tD49D57859487E5822C22F93779BB46D808BBE63A
{
};
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* ___shaders;
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* ___textures;
};
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 ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___m_Resolution;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture0;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AtlasTexture0Handle;
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB ___m_AtlasAllocator;
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* ___m_Cache;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_WarningCache;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsUpdate;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsRemove;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_BoxMax;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_BoxMin;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_ProbePosition;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_MipScaleOffset;
};
struct ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_pinvoke
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___m_Resolution;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture0;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AtlasTexture0Handle;
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke ___m_AtlasAllocator;
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* ___m_Cache;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_WarningCache;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsUpdate;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsRemove;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_BoxMax;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_BoxMin;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_ProbePosition;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_MipScaleOffset;
};
struct ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_com
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___m_Resolution;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture0;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_AtlasTexture1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AtlasTexture0Handle;
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com ___m_AtlasAllocator;
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* ___m_Cache;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_WarningCache;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsUpdate;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_NeedsRemove;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_BoxMax;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_BoxMin;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_ProbePosition;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___m_MipScaleOffset;
};
struct RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733
{
BlendState_tC9B817349E49EF26CBCDC8FCE02789A661DC2630 ___m_BlendState;
RasterState_tA30E8336EA5D1E2152A6C7252F15384985B98A26 ___m_RasterState;
DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255 ___m_DepthState;
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___m_StencilState;
int32_t ___m_StencilReference;
int32_t ___m_Mask;
};
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0 : public RuntimeObject
{
int32_t ___U3CrenderPassEventU3Ek__BackingField;
RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5* ___m_ColorStoreActions;
int32_t ___m_DepthStoreAction;
bool ___U3CrequiresIntermediateTextureU3Ek__BackingField;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_OverriddenColorStoreActions;
bool ___m_OverriddenDepthStoreAction;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfingSampler;
String_t* ___m_PassName;
RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130* ___m_RenderGraphSettings;
bool ___U3CoverrideCameraTargetU3Ek__BackingField;
bool ___U3CisBlitRenderPassU3Ek__BackingField;
bool ___U3CuseNativeRenderPassU3Ek__BackingField;
int32_t ___U3CrenderPassQueueIndexU3Ek__BackingField;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_ColorAttachmentIndices;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_InputAttachmentIndices;
GraphicsFormatU5BU5D_tF6A3D90C430FA3F548B77E5D58D25D71F154E6C5* ___U3CrenderTargetFormatU3Ek__BackingField;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_ColorAttachments;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_InputAttachments;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_InputAttachmentIsTransient;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DepthAttachment;
int32_t ___m_Input;
int32_t ___m_ClearFlag;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_ClearColor;
};
struct ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
DebugShaderResources_tDE399BFF5E1E9403CD4793CD8C8A51796C682B8B* ___debugShaders;
ProbeVolumeResources_t30A6677110700C97538A9A5E99ABEE1F847C4CE7* ___probeVolumeResources;
bool ___U3CisInvalidatedU3Ek__BackingField;
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ___m_RendererFeatures;
List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* ___m_RendererFeatureMap;
bool ___m_UseNativeRenderPass;
bool ___m_StripShadowsOffVariants;
bool ___m_StripAdditionalLightOffVariants;
};
struct ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
bool ___m_Active;
};
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673
{
int32_t ___sizeMode;
int32_t ___width;
int32_t ___height;
int32_t ___slices;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___func;
int32_t ___format;
int32_t ___filterMode;
int32_t ___wrapMode;
int32_t ___dimension;
bool ___enableRandomWrite;
bool ___useMipMap;
bool ___autoGenerateMips;
bool ___isShadowMap;
int32_t ___anisoLevel;
float ___mipMapBias;
int32_t ___msaaSamples;
bool ___bindTextureMS;
bool ___useDynamicScale;
bool ___useDynamicScaleExplicit;
int32_t ___memoryless;
int32_t ___vrUsage;
bool ___enableShadingRate;
String_t* ___name;
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F ___fastMemoryDesc;
bool ___fallBackToBlackTexture;
bool ___disableFallBackToImportedTexture;
bool ___clearBuffer;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
bool ___discardBuffer;
};
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673_marshaled_pinvoke
{
int32_t ___sizeMode;
int32_t ___width;
int32_t ___height;
int32_t ___slices;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
Il2CppMethodPointer ___func;
int32_t ___format;
int32_t ___filterMode;
int32_t ___wrapMode;
int32_t ___dimension;
int32_t ___enableRandomWrite;
int32_t ___useMipMap;
int32_t ___autoGenerateMips;
int32_t ___isShadowMap;
int32_t ___anisoLevel;
float ___mipMapBias;
int32_t ___msaaSamples;
int32_t ___bindTextureMS;
int32_t ___useDynamicScale;
int32_t ___useDynamicScaleExplicit;
int32_t ___memoryless;
int32_t ___vrUsage;
int32_t ___enableShadingRate;
char* ___name;
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_pinvoke ___fastMemoryDesc;
int32_t ___fallBackToBlackTexture;
int32_t ___disableFallBackToImportedTexture;
int32_t ___clearBuffer;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
int32_t ___discardBuffer;
};
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673_marshaled_com
{
int32_t ___sizeMode;
int32_t ___width;
int32_t ___height;
int32_t ___slices;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
Il2CppMethodPointer ___func;
int32_t ___format;
int32_t ___filterMode;
int32_t ___wrapMode;
int32_t ___dimension;
int32_t ___enableRandomWrite;
int32_t ___useMipMap;
int32_t ___autoGenerateMips;
int32_t ___isShadowMap;
int32_t ___anisoLevel;
float ___mipMapBias;
int32_t ___msaaSamples;
int32_t ___bindTextureMS;
int32_t ___useDynamicScale;
int32_t ___useDynamicScaleExplicit;
int32_t ___memoryless;
int32_t ___vrUsage;
int32_t ___enableShadingRate;
Il2CppChar* ___name;
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_com ___fastMemoryDesc;
int32_t ___fallBackToBlackTexture;
int32_t ___disableFallBackToImportedTexture;
int32_t ___clearBuffer;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
int32_t ___discardBuffer;
};
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 UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_ViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_ProjectionMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_JitterMatrix;
bool ___m_CachedRenderIntoTextureXR;
bool ___m_InitBuiltinXRConstants;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera;
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* ___m_HistoryManager;
int32_t ___renderType;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___targetTexture;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___cameraTargetDescriptor;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___pixelRect;
bool ___useScreenCoordOverride;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___screenSizeOverride;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___screenCoordScaleBias;
int32_t ___pixelWidth;
int32_t ___pixelHeight;
float ___aspectRatio;
float ___renderScale;
int32_t ___imageScalingMode;
int32_t ___upscalingFilter;
bool ___fsrOverrideSharpness;
float ___fsrSharpness;
int32_t ___hdrColorBufferPrecision;
bool ___clearDepth;
int32_t ___cameraType;
bool ___isDefaultViewport;
bool ___isHdrEnabled;
bool ___allowHDROutput;
bool ___isAlphaOutputEnabled;
bool ___requiresDepthTexture;
bool ___requiresOpaqueTexture;
bool ___postProcessingRequiresDepthTexture;
bool ___xrRendering;
bool ___useGPUOcclusionCulling;
bool ___stackLastCameraOutputToHDR;
int32_t ___defaultOpaqueSortFlags;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___U3CxrU3Ek__BackingField;
float ___maxShadowDistance;
bool ___postProcessEnabled;
bool ___stackAnyPostProcessingEnabled;
RuntimeObject* ___captureActions;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___volumeLayerMask;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___volumeTrigger;
bool ___isStopNaNEnabled;
bool ___isDitheringEnabled;
int32_t ___antialiasing;
int32_t ___antialiasingQuality;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___renderer;
bool ___resolveFinalTarget;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldSpaceCameraPos;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor;
TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* ___taaHistory;
StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081* ___stpHistory;
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92 ___taaSettings;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___baseCamera;
bool ___isLastBaseCamera;
};
struct UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
int32_t ___mainLightIndex;
int32_t ___additionalLightsCount;
int32_t ___maxPerObjectAdditionalLightsCount;
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 ___visibleLights;
bool ___shadeAdditionalLightsPerVertex;
bool ___supportsMixedLighting;
bool ___reflectionProbeBoxProjection;
bool ___reflectionProbeBlending;
bool ___reflectionProbeAtlas;
bool ___supportsLightLayers;
bool ___supportsAdditionalLights;
};
struct VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
bool ___active;
String_t* ___U3CdisplayNameU3Ek__BackingField;
VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103* ___parameterList;
ReadOnlyCollection_1_tE414953665CCBE1BFF28E8E32C184621ADDA4B76* ___m_ParameterReadOnlyCollection;
};
struct XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF : public RuntimeObject
{
List_1_t7B0B015A57215073C45C813320AF5F3ECF8149F7* ___m_Views;
XROcclusionMesh_tA0B52AD16F48002574AF9C1F274264C79ECB028D* ___m_OcclusionMesh;
XRVisibleMesh_tD685DD0F7C47F5270F8ABB3E7366972918E2B677* ___m_VisibleMesh;
bool ___U3CcopyDepthU3Ek__BackingField;
bool ___U3ChasMotionVectorPassU3Ek__BackingField;
bool ___U3CspaceWarpRightHandedNDCU3Ek__BackingField;
int32_t ___U3CmultipassIdU3Ek__BackingField;
int32_t ___U3CcullingPassIdU3Ek__BackingField;
int32_t ___U3CrenderTargetScaledWidthU3Ek__BackingField;
int32_t ___U3CrenderTargetScaledHeightU3Ek__BackingField;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___U3CrenderTargetU3Ek__BackingField;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___U3CrenderTargetDescU3Ek__BackingField;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___U3CmotionVectorRenderTargetU3Ek__BackingField;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___U3CmotionVectorRenderTargetDescU3Ek__BackingField;
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899 ___U3CcullingParamsU3Ek__BackingField;
intptr_t ___U3CfoveatedRenderingInfoU3Ek__BackingField;
float ___U3CocclusionMeshScaleU3Ek__BackingField;
};
struct DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C : public MulticastDelegate_t
{
};
struct PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975 : public RuntimeObject
{
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___objMotionRendererList;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___previousViewProjectionStereo;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___viewProjectionStereo;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___xrMotionVector;
};
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
RuntimeObject* ____actualValue;
};
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
uint32_t ___m_NonSerializedVersion;
};
struct ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_LutBuilderLdr;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_LutBuilderHdr;
int32_t ___m_HdrLutFormat;
int32_t ___m_LdrLutFormat;
PassData_tDAE1D33171A4E5E3DF38E7D534325CC68CA166BF* ___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_InternalLut;
bool ___m_AllowColorGradingACESHDR;
};
struct CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CsourceU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CdestinationU3Ek__BackingField;
int32_t ___U3CMsaaSamplesU3Ek__BackingField;
bool ___U3CCopyToDepthU3Ek__BackingField;
bool ___U3CCopyToDepthXRU3Ek__BackingField;
bool ___U3CCopyToBackbufferU3Ek__BackingField;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_CopyDepthMaterial;
bool ___m_CopyResolvedDepth;
bool ___m_ShouldClear;
PassData_tF70F090B9F8F10D501515F31CF899BBEECA8D8B2* ___m_PassData;
};
struct DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C* ___m_DrawSystem;
DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* ___m_Settings;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DBufferClear;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___m_ShaderTagIdList;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_DBufferClearSampler;
bool ___m_DecalLayers;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DBufferDepth;
PassData_t077B24D5F09604372E173ECFC9A3A66F30F8AD4C* ___m_PassData;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___U3CdBufferColorHandlesU3Ek__BackingField;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___U3CdepthHandleU3Ek__BackingField;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___dbufferHandles;
};
struct DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___m_ShaderTagIdList;
DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378* ___m_DrawSystem;
PassData_t3894D6AEA48D65EEDB1032B9371FF5B63D4302A6* ___m_PassData;
};
struct DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___m_ShaderTagIdList;
DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D* ___m_DrawSystem;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* ___m_Settings;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___m_DeferredLights;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_GbufferAttachments;
bool ___m_DecalLayers;
PassData_t4396B080377CC62E6B81D42D8103F58BF0CC9451* ___m_PassData;
};
struct DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___m_ShaderTagIdList;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSampler;
PassData_t0F7D1F1E94925DC481C5764B997BEC982471D969* ___m_PassData;
};
struct DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F : public ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6
{
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* ___m_Settings;
int32_t ___m_Technique;
DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* ___m_DBufferSettings;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* ___m_ScreenSpaceSettings;
bool ___m_RecreateSystems;
DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5* ___m_DecalPreviewPass;
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___m_DecalEntityManager;
DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6* ___m_DecalUpdateCachedSystem;
DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2* ___m_DecalUpdateCullingGroupSystem;
DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F* ___m_DecalUpdateCulledSystem;
DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA* ___m_DecalCreateDrawCallSystem;
DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837* ___m_DrawErrorSystem;
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* ___m_CopyDepthPass;
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* ___m_DBufferRenderPass;
DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9* ___m_ForwardEmissivePass;
DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C* ___m_DecalDrawDBufferSystem;
DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378* ___m_DecalDrawForwardEmissiveSystem;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DBufferClearMaterial;
DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016* ___m_ScreenSpaceDecalRenderPass;
DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E* ___m_DecalDrawScreenSpaceSystem;
DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C* ___m_DecalSkipCulledSystem;
DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4* ___m_GBufferRenderPass;
DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D* ___m_DrawGBufferSystem;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___m_DeferredLights;
};
struct DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___m_ShaderTagIdList;
DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E* ___m_DrawSystem;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* ___m_Settings;
bool ___m_DecalLayers;
PassData_tE8DFD4099E5A523D2AA3761A4B9CE793D50AA5F6* ___m_PassData;
};
struct FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* ___type;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___response;
NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478* ___texture;
};
struct FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21 : public ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6
{
int32_t ___injectionPoint;
bool ___fetchColorBuffer;
int32_t ___requirements;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___passMaterial;
int32_t ___passIndex;
bool ___bindDepthStencilAttachment;
FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* ___m_FullScreenPass;
int32_t ___m_Version;
};
struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
int32_t ___U3CshapeU3Ek__BackingField;
int32_t ___m_BakedIndex;
};
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource;
};
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Source;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Destination;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Depth;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_InternalLut;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_MotionVectors;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_FullCoCTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_HalfCoCTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_PingTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_PongTexture;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_BloomMipDown;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_BloomMipUp;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_BloomMipDownName;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_BloomMipUpName;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____BloomMipUp;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____BloomMipDown;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_BlendTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_EdgeColorTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_EdgeStencilTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TempTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TempTarget2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_StreakTmpTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_StreakTmpTexture2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ScreenSpaceLensFlareResult;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_UserLut;
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* ___m_Materials;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_Data;
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* ___m_DepthOfField;
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* ___m_MotionBlur;
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* ___m_LensFlareScreenSpace;
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* ___m_PaniniProjection;
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* ___m_Bloom;
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* ___m_LensDistortion;
ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* ___m_ChromaticAberration;
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* ___m_Vignette;
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* ___m_ColorLookup;
ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* ___m_ColorAdjustments;
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* ___m_Tonemapping;
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* ___m_FilmGrain;
int32_t ___m_DefaultColorFormat;
bool ___m_DefaultColorFormatIsAlpha;
int32_t ___m_SMAAEdgeFormat;
int32_t ___m_GaussianCoCFormat;
int32_t ___m_DitheringTextureIndex;
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___m_MRT2;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_BokehKernel;
int32_t ___m_BokehHash;
float ___m_BokehMaxRadius;
float ___m_BokehRCPAspect;
bool ___m_IsFinalPass;
bool ___m_HasFinalPass;
bool ___m_EnableColorEncodingIfNeeded;
bool ___m_UseFastSRGBLinearConversion;
bool ___m_SupportScreenSpaceLensFlare;
bool ___m_SupportDataDrivenLensFlare;
bool ___m_ResolveToScreen;
bool ___m_UseSwapBuffer;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ScalingSetupTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_UpscaledTarget;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 ___m_BloomParamsPrev;
};
struct ProbeVolumeDebugPass_t604EF5336E2B87C9B01C43FA8C33D898CACF89DC : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_ComputeShader;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DepthTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_NormalTexture;
};
struct ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
struct RenderObjects_t4528AF6BBF25CB4C387AAA687B66064FE86B3DA4 : public ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6
{
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* ___settings;
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* ___renderObjectsPass;
};
struct RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
int32_t ___renderQueueType;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* ___m_CameraSettings;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___U3CoverrideMaterialU3Ek__BackingField;
int32_t ___U3CoverrideMaterialPassIndexU3Ek__BackingField;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___U3CoverrideShaderU3Ek__BackingField;
int32_t ___U3CoverrideShaderPassIndexU3Ek__BackingField;
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___m_ShaderTagIdList;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* ___m_PassData;
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 ___m_RenderStateBlock;
};
struct ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF : public ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* ___m_Settings;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* ___m_SSAOPass;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_Shader;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___m_BlueNoise256Textures;
};
struct ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
bool ___m_SupportsR8RenderTextureFormat;
int32_t ___m_BlueNoiseTextureIndex;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* ___m_PassData;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___m_BlueNoiseTextures;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_CameraTopLeftCorner;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_CameraXExtent;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_CameraYExtent;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_CameraZExtent;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_SSAOTextures;
int32_t ___m_BlurType;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_CameraViewProjections;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSampler;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___m_Renderer;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_AOPassDescriptor;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* ___m_CurrentSettings;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E ___m_SSAOParamsPrev;
};
struct ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___intensity;
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* ___tintColor;
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* ___bloomMip;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___firstFlareIntensity;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___secondaryFlareIntensity;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___warpedFlareIntensity;
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* ___warpedFlareScale;
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* ___samples;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___sampleDimmer;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___vignetteEffect;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___startingPosition;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___scale;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___streaksIntensity;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___streaksLength;
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* ___streaksOrientation;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___streaksThreshold;
ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D* ___resolution;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___chromaticAbberationIntensity;
};
struct ScreenSpaceShadows_t25F81CCD73D153D4F52B97E8000321A6766DEF71 : public ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_Shader;
ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* ___m_Settings;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* ___m_SSShadowsPass;
ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* ___m_SSShadowsPostPass;
};
struct ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892 : public RuntimeObject
{
int32_t ___m_LastBeginSubpassPassIndex;
Dictionary_2_tCB9019887EB0254D4745B0724BC12327C5B63792* ___m_MergeableRenderPassesMap;
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ___m_MergeableRenderPassesMapArrays;
Hash128U5BU5D_tB104E7247B842648E447B7FCF4748077DC1F8C98* ___m_PassIndexToPassHash;
Dictionary_2_tB41FAC88F07BAB98D6D373F7C94FB0496D1BDA32* ___m_RenderPassesAttachmentCount;
int32_t ___m_firstPassIndexOfLastMergeableGroup;
AttachmentDescriptorU5BU5D_tC70107EBD955FE94BA31C7FDC146069EF9C547C1* ___m_ActiveColorAttachmentDescriptors;
AttachmentDescriptor_tBAC9B26B50BB0838C5C0CC22BB296F9DFF41276E ___m_ActiveDepthAttachmentDescriptor;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_IsActiveColorAttachmentTransient;
RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5* ___m_FinalColorStoreAction;
int32_t ___m_FinalDepthStoreAction;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___U3CprofilingExecuteU3Ek__BackingField;
bool ___hasReleasedRTs;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* ___U3CDebugHandlerU3Ek__BackingField;
RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* ___U3CsupportedRenderingFeaturesU3Ek__BackingField;
GraphicsDeviceTypeU5BU5D_t4322565F239068C66BF47053B83BD6A9A9D16408* ___U3CunsupportedGraphicsDeviceTypesU3Ek__BackingField;
int32_t ___m_StoreActionsOptimizationSetting;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ___m_ActiveRenderPassQueue;
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ___m_RendererFeatures;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraColorTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraDepthTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraResolveTarget;
bool ___m_FirstTimeCameraColorTargetIsBound;
bool ___m_FirstTimeCameraDepthTargetIsBound;
bool ___m_IsPipelineExecuting;
bool ___disableNativeRenderPassInFeatures;
bool ___useRenderPassEnabled;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___m_frameData;
bool ___U3CuseDepthPrimingU3Ek__BackingField;
bool ___U3CstripShadowsOffVariantsU3Ek__BackingField;
bool ___U3CstripAdditionalLightOffVariantsU3Ek__BackingField;
};
struct TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
bool ___m_shouldReceiveShadows;
};
struct UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6 : public ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7
{
XRSystemData_t89A064914358326F98105E94D5F082C186133DE6* ___xrSystemData;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___postProcessData;
int32_t ___m_AssetVersion;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_PrepassLayerMask;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_OpaqueLayerMask;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_TransparentLayerMask;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* ___m_DefaultStencilState;
bool ___m_ShadowTransparentReceive;
int32_t ___m_RenderingMode;
int32_t ___m_DepthPrimingMode;
int32_t ___m_CopyDepthMode;
int32_t ___m_DepthAttachmentFormat;
int32_t ___m_DepthTextureFormat;
bool ___m_AccurateGbufferNormals;
int32_t ___m_IntermediateTextureMode;
bool ___m_StripShadowsOffVariants;
bool ___m_StripAdditionalLightOffVariants;
};
struct UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626 : public UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4
{
int32_t ___U3CactiveColorIDU3Ek__BackingField;
int32_t ___U3CactiveDepthIDU3Ek__BackingField;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____backBufferColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____backBufferDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____mainShadowsTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____additionalShadowsTexture;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____gBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraOpaqueTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraDepthTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraNormalsTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____motionVectorColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____motionVectorDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____internalColorLut;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____debugScreenColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____debugScreenDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____afterPostProcessColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____overlayUITexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____renderingLayersTexture;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____dBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____dBufferDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____ssaoTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____stpDebugView;
};
struct UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
bool ___supportsMainLightShadows;
bool ___mainLightShadowsEnabled;
int32_t ___mainLightShadowmapWidth;
int32_t ___mainLightShadowmapHeight;
int32_t ___mainLightShadowCascadesCount;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___mainLightShadowCascadesSplit;
float ___mainLightShadowCascadeBorder;
bool ___supportsAdditionalLightShadows;
bool ___additionalLightShadowsEnabled;
int32_t ___additionalLightsShadowmapWidth;
int32_t ___additionalLightsShadowmapHeight;
bool ___supportsSoftShadows;
int32_t ___shadowmapDepthBufferBits;
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___bias;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___resolution;
bool ___isKeywordAdditionalLightShadowsEnabled;
bool ___isKeywordSoftShadowsEnabled;
int32_t ___mainLightShadowResolution;
int32_t ___mainLightRenderTargetWidth;
int32_t ___mainLightRenderTargetHeight;
NativeArray_1_t4C11F337CF2A7773644650D071AA5F21F158A5E0 ___visibleLightsShadowCullingInfos;
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E ___shadowAtlasLayout;
};
struct XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* ___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_XRMotionVectorColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___xrMotionVectorColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_XRMotionVectorDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___xrMotionVectorDepth;
bool ___m_XRSpaceWarpRightHandedNDC;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_ViewProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousViewProjection;
int32_t ___m_LastFrameIndex;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_XRMotionVectorMaterial;
};
struct XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* ___m_PassData;
bool ___m_IsActiveTargetBackBuffer;
};
struct XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1 : public XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF
{
bool ___U3CisLateLatchEnabledU3Ek__BackingField;
bool ___U3CcanMarkLateLatchU3Ek__BackingField;
bool ___U3ChasMarkedLateLatchU3Ek__BackingField;
bool ___U3CcanFoveateIntermediatePassesU3Ek__BackingField;
};
struct FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
int32_t ___m_PassIndex;
bool ___m_FetchActiveColor;
bool ___m_BindDepthStencilAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CopiedColor;
};
struct BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA : public RuntimeObject
{
int32_t ___mipCount;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___upsampleMaterials;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___bloomMipUp;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___bloomMipDown;
};
struct DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565 : public RuntimeObject
{
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___bokehKernel;
int32_t ___downSample;
float ___uvMargin;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___cocParams;
bool ___useFastSRGBLinearConversion;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthTexture;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___materialCoC;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___halfCoCTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___fullCoCTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___pingTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___pongTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destination;
};
struct DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3 : public RuntimeObject
{
int32_t ___downsample;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71 ___renderingData;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___cocParams;
bool ___highQualitySamplingValue;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthTexture;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___materialCoC;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___halfCoCTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___fullCoCTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___pingTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___pongTexture;
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___multipleRenderTargets;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destination;
};
struct LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24 : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___viewport;
float ___paniniDistance;
float ___paniniCropToFit;
float ___width;
float ___height;
bool ___usePanini;
};
struct LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0 : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___streakTmpTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___streakTmpTexture2;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___originalBloomTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___screenSpaceLensFlareBloomMipTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___result;
int32_t ___actualWidth;
int32_t ___actualHeight;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* ___lensFlareScreenSpace;
int32_t ___downsample;
};
struct MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___motionVectors;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
int32_t ___passIndex;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___xr;
float ___intensity;
float ___clamp;
bool ___enableAlphaOutput;
};
struct PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___paniniParams;
bool ___isPaniniGeneric;
};
struct PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108 : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 ___settings;
};
struct PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
bool ___enableAlphaOutput;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___fsrInputSize;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___fsrOutputSize;
};
struct PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
};
struct SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4 : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthStencilTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___blendTexture;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
};
struct StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___stopNaNTarget;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___stopNaN;
};
struct UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2 : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___lutTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___bloomTexture;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___lutParams;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___userLutTexture;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___userLutParams;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
int32_t ___toneMappingMode;
bool ___isHdrGrading;
bool ___isBackbuffer;
bool ___enableAlphaOutput;
bool ___hasFinalPass;
};
struct WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7 : public RuntimeObject
{
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___computeShader;
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___resultBuffer;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___clickCoordinates;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___normalBuffer;
};
struct PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED : public RuntimeObject
{
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* ___cameraSettings;
int32_t ___renderPassEvent;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___color;
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___rendererListHdl;
DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* ___debugRendererLists;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___rendererList;
};
struct SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4 : public RuntimeObject
{
bool ___afterOpaque;
int32_t ___BlurQuality;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
float ___directLightingStrength;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___cameraColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___AOTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___finalTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___blurTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___cameraNormalsTexture;
};
struct ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* ___m_CurrentSettings;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_RenderTarget;
int32_t ___m_ScreenSpaceShadowmapTextureID;
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* ___m_PassData;
};
struct ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
};
struct PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthTarget;
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___stencilDitherMaskSeedMaterials;
};
struct PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714 : public RuntimeObject
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___xr;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___cameraColorAttachment;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___cameraDepthAttachment;
bool ___isActiveTargetBackBuffer;
};
struct CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___inputTexture;
};
struct MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED : public RuntimeObject
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
int32_t ___passIndex;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___inputTexture;
};
struct PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___target;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
int32_t ___shadowmapID;
};
struct DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5 : public CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82
{
};
struct DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD ___U3CdecalEntityU3Ek__BackingField;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material;
float ___m_DrawDistance;
float ___m_FadeScale;
float ___m_StartAngleFade;
float ___m_EndAngleFade;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_UVScale;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_UVBias;
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___m_RenderingLayerMask;
int32_t ___m_ScaleMode;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Offset;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Size;
float ___m_FadeFactor;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_OldMaterial;
float ___m_OldDrawDistance;
float ___m_OldFadeScale;
float ___m_OldStartAngleFade;
float ___m_OldEndAngleFade;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_OldUVScale;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_OldUVBias;
int32_t ___m_OldScaleMode;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_OldOffset;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_OldSize;
float ___m_OldFadeFactor;
int32_t ___version;
uint32_t ___m_DecalLayerMask;
};
struct UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A : public ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892
{
DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E* ___m_DepthPrepass;
DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6* ___m_DepthNormalPrepass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_PrimedDepthCopyPass;
MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* ___m_MotionVectorPass;
MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3* ___m_MainLightShadowCasterPass;
AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004* ___m_AdditionalLightsShadowCasterPass;
GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7* ___m_GBufferPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_GBufferCopyDepthPass;
DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0* ___m_DeferredPass;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* ___m_RenderOpaqueForwardOnlyPass;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* ___m_RenderOpaqueForwardPass;
DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5* ___m_RenderOpaqueForwardWithRenderingLayersPass;
DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* ___m_DrawSkyboxPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_CopyDepthPass;
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* ___m_CopyColorPass;
TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* ___m_TransparentSettingsPass;
DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68* ___m_RenderTransparentForwardPass;
InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* ___m_OnRenderObjectCallbackPass;
FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC* ___m_FinalBlitPass;
CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* ___m_CapturePass;
XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* ___m_XROcclusionMeshPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_XRCopyDepthPass;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* ___m_XRDepthMotionPass;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* ___m_DrawOffscreenUIPass;
DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* ___m_DrawOverlayUIPass;
CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693* ___m_HistoryRawColorCopyPass;
CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* ___m_HistoryRawDepthCopyPass;
StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* ___m_StencilCrossFadeRenderPass;
RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13* ___m_ColorBufferSystem;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ActiveCameraColorAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorFrontBuffer;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ActiveCameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraDepthAttachment;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraDepthAttachment_D3d_11;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TargetColorHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TargetDepthHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DepthTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_NormalsTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DecalLayersTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_OpaqueColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_MotionVectorColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_MotionVectorDepth;
ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA* ___m_ForwardLights;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___m_DeferredLights;
int32_t ___m_RenderingMode;
int32_t ___m_DepthPrimingMode;
int32_t ___m_CopyDepthMode;
int32_t ___m_CameraDepthAttachmentFormat;
int32_t ___m_CameraDepthTextureFormat;
bool ___m_DepthPrimingRecommended;
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___m_DefaultStencilState;
LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* ___m_LightCookieManager;
int32_t ___m_IntermediateTextureMode;
bool ___m_VulkanEnablePreTransform;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitHDRMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_SamplingMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_StencilDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ClusterDeferredMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_CameraMotionVecMaterial;
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9 ___m_PostProcessPasses;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CprepassLayerMaskU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CopaqueLayerMaskU3Ek__BackingField;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___U3CtransparentLayerMaskU3Ek__BackingField;
bool ___U3CshadowTransparentReceiveU3Ek__BackingField;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DebugBlitMaterial;
bool ___m_RequiresRenderingLayer;
int32_t ___m_RenderingLayersEvent;
int32_t ___m_RenderingLayersMaskSize;
bool ___m_RenderingLayerProvidesRenderObjectPass;
bool ___m_RenderingLayerProvidesByDepthNormalPass;
String_t* ___m_RenderingLayersTextureName;
bool ___m_IssuedGPUOcclusionUnsupportedMsg;
};
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value;
};
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray;
};
struct List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_StaticFields
{
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* ___s_emptyArray;
};
struct TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C_StaticFields
{
uint32_t ___value;
};
struct ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F_StaticFields
{
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___computecmd;
};
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C_StaticFields
{
uint32_t ___s_TypeCount;
};
struct DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE_StaticFields
{
uint32_t ___MaxBatchSize;
};
struct PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_StaticFields
{
bool ___U3CisXRMobileU3Ek__BackingField;
bool ___U3CisShaderAPIMobileDefinedU3Ek__BackingField;
bool ___U3CisSwitchU3Ek__BackingField;
bool ___isRunningOnPowerVRGPU;
};
struct RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_StaticFields
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___values;
};
struct ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields
{
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___MainLightShadows;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___MainLightShadowCascades;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___MainLightShadowScreen;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___CastingPunctualLightShadow;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___AdditionalLightsVertex;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___AdditionalLightsPixel;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ClusterLightLoop;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___AdditionalLightShadows;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ReflectionProbeBoxProjection;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ReflectionProbeBlending;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ReflectionProbeAtlas;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___SoftShadows;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___SoftShadowsLow;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___SoftShadowsMedium;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___SoftShadowsHigh;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___MixedLightingSubtractive;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___LightmapShadowMixing;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ShadowsShadowMask;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___LightLayers;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___RenderPassEnabled;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___BillboardFaceCameraPos;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___LightCookies;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DepthNoMsaa;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DepthMsaa2;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DepthMsaa4;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DepthMsaa8;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DBufferMRT1;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DBufferMRT2;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DBufferMRT3;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DecalNormalBlendLow;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DecalNormalBlendMedium;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DecalNormalBlendHigh;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DecalLayers;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___WriteRenderingLayers;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ScreenSpaceOcclusion;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____SPOT;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____DIRECTIONAL;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____POINT;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____DEFERRED_STENCIL;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____DEFERRED_FIRST_LIGHT;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____DEFERRED_MAIN_LIGHT;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____GBUFFER_NORMALS_OCT;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____DEFERRED_MIXED_LIGHTING;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___LIGHTMAP_ON;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DYNAMICLIGHTMAP_ON;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____ALPHATEST_ON;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DIRLIGHTMAP_COMBINED;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____DETAIL_MULX2;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____DETAIL_SCALED;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____CLEARCOAT;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____CLEARCOATMAP;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DEBUG_DISPLAY;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___LOD_FADE_CROSSFADE;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___USE_UNITY_CROSSFADE;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____EMISSION;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____RECEIVE_SHADOWS_OFF;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____SURFACE_TYPE_TRANSPARENT;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____ALPHAPREMULTIPLY_ON;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____ALPHAMODULATE_ON;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____NORMALMAP;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____ADD_PRECOMPUTED_VELOCITY;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___EDITOR_VISUALIZATION;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___FoveatedRenderingNonUniformRaster;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DisableTexture2DXArray;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___BlitSingleSlice;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___XROcclusionMeshCombined;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___SCREEN_COORD_OVERRIDE;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DOWNSAMPLING_SIZE_2;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DOWNSAMPLING_SIZE_4;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DOWNSAMPLING_SIZE_8;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___DOWNSAMPLING_SIZE_16;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___EVALUATE_SH_MIXED;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___EVALUATE_SH_VERTEX;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ProbeVolumeL1;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ProbeVolumeL2;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___LIGHTMAP_BICUBIC_SAMPLING;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____OUTPUT_DEPTH;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___LinearToSRGBConversion;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ____ENABLE_ALPHA_OUTPUT;
GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D ___ForwardPlus;
};
struct ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields
{
int32_t ___glossyEnvironmentColor;
int32_t ___subtractiveShadowColor;
int32_t ___glossyEnvironmentCubeMap;
int32_t ___glossyEnvironmentCubeMapHDR;
int32_t ___ambientSkyColor;
int32_t ___ambientEquatorColor;
int32_t ___ambientGroundColor;
int32_t ___time;
int32_t ___sinTime;
int32_t ___cosTime;
int32_t ___deltaTime;
int32_t ___timeParameters;
int32_t ___lastTimeParameters;
int32_t ___scaledScreenParams;
int32_t ___worldSpaceCameraPos;
int32_t ___screenParams;
int32_t ___alphaToMaskAvailable;
int32_t ___projectionParams;
int32_t ___zBufferParams;
int32_t ___orthoParams;
int32_t ___globalMipBias;
int32_t ___screenSize;
int32_t ___screenCoordScaleBias;
int32_t ___screenSizeOverride;
int32_t ___viewMatrix;
int32_t ___projectionMatrix;
int32_t ___viewAndProjectionMatrix;
int32_t ___inverseViewMatrix;
int32_t ___inverseProjectionMatrix;
int32_t ___inverseViewAndProjectionMatrix;
int32_t ___cameraProjectionMatrix;
int32_t ___inverseCameraProjectionMatrix;
int32_t ___worldToCameraMatrix;
int32_t ___cameraToWorldMatrix;
int32_t ___shadowBias;
int32_t ___lightDirection;
int32_t ___lightPosition;
int32_t ___cameraWorldClipPlanes;
int32_t ___billboardNormal;
int32_t ___billboardTangent;
int32_t ___billboardCameraParams;
int32_t ___previousViewProjectionNoJitter;
int32_t ___viewProjectionNoJitter;
int32_t ___previousViewProjectionNoJitterStereo;
int32_t ___viewProjectionNoJitterStereo;
int32_t ___blitTexture;
int32_t ___blitScaleBias;
int32_t ___sourceTex;
int32_t ___scaleBias;
int32_t ___scaleBiasRt;
int32_t ___rtHandleScale;
int32_t ___rendererColor;
int32_t ___ditheringTexture;
int32_t ___ditheringTextureInvSize;
int32_t ___renderingLayerMaxInt;
int32_t ___overlayUITexture;
int32_t ___hdrOutputLuminanceParams;
int32_t ___hdrOutputGradingParams;
};
struct String_t_StaticFields
{
String_t* ___Empty;
};
struct UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320_StaticFields
{
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___unsCmd;
};
struct XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_StaticFields
{
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___s_projMatrix;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___s_XRSharedPropertyBlock;
};
struct U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields
{
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* ___U3CU3E9;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___U3CU3E9__100_0;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___U3CU3E9__100_1;
BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* ___U3CU3E9__124_0;
BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* ___U3CU3E9__131_0;
BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* ___U3CU3E9__134_0;
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* ___U3CU3E9__134_1;
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* ___U3CU3E9__134_2;
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* ___U3CU3E9__134_3;
BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* ___U3CU3E9__139_0;
BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* ___U3CU3E9__142_0;
BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* ___U3CU3E9__144_0;
BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* ___U3CU3E9__146_0;
BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* ___U3CU3E9__152_0;
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* ___U3CU3E9__154_0;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___U3CU3E9__155_1;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___U3CU3E9__155_2;
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* ___U3CU3E9__155_0;
BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* ___U3CU3E9__157_0;
BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* ___U3CU3E9__162_0;
BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* ___U3CU3E9__164_0;
BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* ___U3CU3E9__167_0;
BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* ___U3CU3E9__171_0;
BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* ___U3CU3E9__173_0;
};
struct ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields
{
int32_t ____TempTarget;
int32_t ____TempTarget2;
int32_t ____StencilRef;
int32_t ____StencilMask;
int32_t ____FullCoCTexture;
int32_t ____HalfCoCTexture;
int32_t ____DofTexture;
int32_t ____CoCParams;
int32_t ____BokehKernel;
int32_t ____BokehConstants;
int32_t ____PongTexture;
int32_t ____PingTexture;
int32_t ____Metrics;
int32_t ____AreaTexture;
int32_t ____SearchTexture;
int32_t ____EdgeTexture;
int32_t ____BlendTexture;
int32_t ____ColorTexture;
int32_t ____Params;
int32_t ____SourceTexLowMip;
int32_t ____Bloom_Params;
int32_t ____Bloom_Texture;
int32_t ____LensDirt_Texture;
int32_t ____LensDirt_Params;
int32_t ____LensDirt_Intensity;
int32_t ____Distortion_Params1;
int32_t ____Distortion_Params2;
int32_t ____Chroma_Params;
int32_t ____Vignette_Params1;
int32_t ____Vignette_Params2;
int32_t ____Vignette_ParamsXR;
int32_t ____Lut_Params;
int32_t ____UserLut_Params;
int32_t ____InternalLut;
int32_t ____UserLut;
int32_t ____DownSampleScaleFactor;
int32_t ____FlareOcclusionRemapTex;
int32_t ____FlareOcclusionTex;
int32_t ____FlareOcclusionIndex;
int32_t ____FlareTex;
int32_t ____FlareColorValue;
int32_t ____FlareData0;
int32_t ____FlareData1;
int32_t ____FlareData2;
int32_t ____FlareData3;
int32_t ____FlareData4;
int32_t ____FlareData5;
int32_t ____FullscreenProjMat;
};
struct ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields
{
int32_t ____Grain_Texture;
int32_t ____Grain_Params;
int32_t ____Grain_TilingParams;
int32_t ____BlueNoise_Texture;
int32_t ____Dithering_Params;
int32_t ____SourceSize;
};
struct U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_StaticFields
{
U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D* ___U3CU3E9;
BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* ___U3CU3E9__7_0;
};
struct ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields
{
int32_t ___BoxMin;
int32_t ___BoxMax;
int32_t ___ProbePosition;
int32_t ___MipScaleOffset;
int32_t ___Count;
int32_t ___Atlas;
};
struct U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_StaticFields
{
U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0* ___U3CU3E9;
BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* ___U3CU3E9__33_0;
};
struct U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_StaticFields
{
U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B* ___U3CU3E9;
BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* ___U3CU3E9__50_0;
};
struct U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_StaticFields
{
U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7* ___U3CU3E9;
BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* ___U3CU3E9__8_0;
};
struct U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_StaticFields
{
U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345* ___U3CU3E9;
BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* ___U3CU3E9__6_0;
};
struct U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields
{
U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8* ___U3CU3E9;
BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* ___U3CU3E9__14_0;
BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* ___U3CU3E9__14_1;
};
struct U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_StaticFields
{
U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D* ___U3CU3E9;
BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* ___U3CU3E9__11_0;
};
struct U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_StaticFields
{
U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09* ___U3CU3E9;
BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* ___U3CU3E9__6_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
String_t* ___TrueString;
String_t* ___FalseString;
};
struct CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_StaticFields
{
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___rasterCmd;
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___computeCmd;
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___unsafeCmd;
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray;
};
struct IntPtr_t_StaticFields
{
intptr_t ___Zero;
};
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix;
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147_StaticFields
{
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___rastercmd;
};
struct RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_StaticFields
{
int32_t ___minimumBound;
int32_t ___maximumBound;
};
struct ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0_StaticFields
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___none;
};
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 float4_t89D9A294E7A79BD81BFBDD18654508532958555E_StaticFields
{
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___zero;
};
struct int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A_StaticFields
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___zero;
};
struct int4_tBA77D4945786DE82C3A487B33955EA1004996052_StaticFields
{
int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___zero;
};
struct uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F_StaticFields
{
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___zero;
};
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_StaticFields
{
bool ___ThrowOnSetRenderTarget;
};
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_StaticFields
{
int32_t ___k_DebugColorInvalidModePropertyId;
int32_t ___k_DebugCurrentRealTimeId;
int32_t ___k_DebugColorPropertyId;
int32_t ___k_DebugTexturePropertyId;
int32_t ___k_DebugFontId;
int32_t ___k_DebugTextureNoStereoPropertyId;
int32_t ___k_DebugTextureDisplayRect;
int32_t ___k_DebugRenderTargetSupportsStereo;
int32_t ___k_DebugRenderTargetRangeRemap;
int32_t ___k_DebugMaterialModeId;
int32_t ___k_DebugVertexAttributeModeId;
int32_t ___k_DebugMaterialValidationModeId;
int32_t ___k_DebugMipInfoModeId;
int32_t ___k_DebugMipMapStatusModeId;
int32_t ___k_DebugMipMapShowStatusCodeId;
int32_t ___k_DebugMipMapOpacityId;
int32_t ___k_DebugMipMapRecentlyUpdatedCooldownId;
int32_t ___k_DebugMipMapTerrainTextureModeId;
int32_t ___k_DebugSceneOverrideModeId;
int32_t ___k_DebugFullScreenModeId;
int32_t ___k_DebugValidationModeId;
int32_t ___k_DebugValidateBelowMinThresholdColorPropertyId;
int32_t ___k_DebugValidateAboveMaxThresholdColorPropertyId;
int32_t ___k_DebugMaxPixelCost;
int32_t ___k_DebugLightingModeId;
int32_t ___k_DebugLightingFeatureFlagsId;
int32_t ___k_DebugValidateAlbedoMinLuminanceId;
int32_t ___k_DebugValidateAlbedoMaxLuminanceId;
int32_t ___k_DebugValidateAlbedoSaturationToleranceId;
int32_t ___k_DebugValidateAlbedoHueToleranceId;
int32_t ___k_DebugValidateAlbedoCompareColorId;
int32_t ___k_DebugValidateMetallicMinValueId;
int32_t ___k_DebugValidateMetallicMaxValueId;
int32_t ___k_ValidationChannelsId;
int32_t ___k_RangeMinimumId;
int32_t ___k_RangeMaximumId;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_DebugSetupSampler;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_DebugFinalValidationSampler;
};
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
int32_t ___OffsetOfInstanceIDInCPlusPlusObject;
};
struct RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85_StaticFields
{
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___nullRendererList;
};
struct ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_StaticFields
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___kRenderTypeTag;
};
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_StaticFields
{
int32_t ___k_ColorId;
int32_t ___k_MainTexId;
};
struct ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_StaticFields
{
String_t* ___defaultLightingScenario;
ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* ____instance;
String_t* ___k_DebugPanelName;
ProbeSamplingDebugData_tFCEEB04792835D4AF13DAF72103A2B01D4AF9215* ___probeSamplingDebugData;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___s_BoundsArray;
SortComparer_t11B022FD2CBEA9A975BEAD95186DCD8A0F0C6575* ___s_BlendingComparer;
SortComparer_t11B022FD2CBEA9A975BEAD95186DCD8A0F0C6575* ___s_DefragComparer;
};
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 RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_StaticFields
{
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___Invalid;
};
struct ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_StaticFields
{
uint32_t ___s_CurrentValidBit;
uint32_t ___s_SharedResourceValidBit;
};
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
{
int32_t ___GenerateAllMips;
};
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 DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_GBufferNames;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___k_GBufferShaderPropertyIDs;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_StencilDeferredPassNames;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_ClusterDeferredPassNames;
uint16_t ___k_InvalidLightOffset;
String_t* ___k_SetupLights;
String_t* ___k_DeferredPass;
String_t* ___k_DeferredShadingPass;
String_t* ___k_DeferredStencilPass;
String_t* ___k_DeferredFogPass;
String_t* ___k_SetupLightConstants;
float ___kStencilShapeGuard;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSetupLights;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingDeferredPass;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSetupLightConstants;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_SetupDeferredLights;
};
struct DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_StaticFields
{
int32_t ___maxShaderPasses;
};
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_StaticFields
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___k_CameraTarget;
};
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_StaticFields
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___s_NullHandle;
};
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
{
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull;
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender;
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender;
};
struct DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_DBufferNames;
String_t* ___s_DBufferDepthName;
int32_t ___s_SSAOTextureID;
};
struct DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_StaticFields
{
SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* ___U3CsharedDecalEntityManagerU3Ek__BackingField;
};
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields
{
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingRenderPostProcessing;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingRenderFinalPostProcessing;
int32_t ___k_ShaderPropertyId_ViewProjM;
int32_t ___k_ShaderPropertyId_PrevViewProjM;
int32_t ___k_ShaderPropertyId_ViewProjMStereo;
int32_t ___k_ShaderPropertyId_PrevViewProjMStereo;
int32_t ___s_CameraDepthTextureID;
};
struct ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D_StaticFields
{
Action_2_tECD5D9B0D67D486B802E231F6C4D4B0870A6FE72* ___reflectionProbeChanged;
Dictionary_2_t8A3B31ECF40F7B7208FD9A6869CC4B4721141788* ___registeredDefaultReflectionSetActions;
List_1_tD4E159626B334B064F310AA17B10E63A995D569E* ___registeredDefaultReflectionTextureActions;
};
struct ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields
{
int32_t ___s_AmbientOcclusionParamID;
int32_t ___s_SSAOParamsID;
int32_t ___s_SSAOBlueNoiseParamsID;
int32_t ___s_BlueNoiseTextureID;
int32_t ___s_SSAOFinalTextureID;
int32_t ___s_CameraViewXExtentID;
int32_t ___s_CameraViewYExtentID;
int32_t ___s_CameraViewZExtentID;
int32_t ___s_ProjectionParams2ID;
int32_t ___s_CameraViewProjectionsID;
int32_t ___s_CameraViewTopLeftCornerID;
int32_t ___s_CameraDepthTextureID;
int32_t ___s_CameraNormalsTextureID;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_BilateralTexturesIndices;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* ___m_BilateralPasses;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* ___m_BilateralAfterOpaquePasses;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_GaussianTexturesIndices;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* ___m_GaussianPasses;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* ___m_GaussianAfterOpaquePasses;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_KawaseTexturesIndices;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* ___m_KawasePasses;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* ___m_KawaseAfterOpaquePasses;
};
struct ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_StaticFields
{
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___current;
bool ___m_UseOptimizedStoreActions;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___k_CameraTarget;
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___m_ActiveColorAttachmentIDs;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_ActiveColorAttachments;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ActiveDepthAttachment;
RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5* ___m_ActiveColorStoreActions;
int32_t ___m_ActiveDepthStoreAction;
RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB* ___m_TrimmedColorAttachmentCopyIDs;
RTHandleU5BU5DU5BU5D_t6066EC3F94599A5A42DA9A893F102E9618CB612F* ___m_TrimmedColorAttachmentCopies;
PlaneU5BU5D_t4EEF66BAA8B0140EFFF34F6183CE7F80546592BE* ___s_Planes;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___s_VectorPlanes;
};
struct XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_StaticFields
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___k_MotionOnlyShaderTagId;
int32_t ___k_SpaceWarpNDCModifier;
};
struct FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_StaticFields
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___s_SharedPropertyBlock;
};
struct ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_StaticFields
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___k_CurrentActive;
};
struct DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64_StaticFields
{
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___onDecalAdd;
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___onDecalRemove;
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___onDecalPropertyChange;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onAllDecalPropertyChange;
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___onDecalMaterialChange;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___U3CdefaultMaterialU3Ek__BackingField;
};
struct UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_StaticFields
{
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___k_DepthNormalsOnly;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_RenderGraphCameraColorHandles;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_RenderGraphCameraDepthHandle;
int32_t ___m_CurrentColorHandle;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_RenderGraphDebugTextureHandle;
bool ___m_RequiresIntermediateAttachments;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE : public RuntimeArray
{
ALIGN_FIELD (8) RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B m_Items[1];
inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* 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, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B value)
{
m_Items[index] = value;
}
};
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_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, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7 : public RuntimeArray
{
ALIGN_FIELD (8) TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 m_Items[1];
inline TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* 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, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 value)
{
m_Items[index] = value;
}
};
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D : public RuntimeArray
{
ALIGN_FIELD (8) Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* m_Items[1];
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** 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, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD : public RuntimeArray
{
ALIGN_FIELD (8) Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 m_Items[1];
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* 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, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 value)
{
m_Items[index] = value;
}
};
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF : public RuntimeArray
{
ALIGN_FIELD (8) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* m_Items[1];
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** 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, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D : public RuntimeArray
{
ALIGN_FIELD (8) Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 m_Items[1];
inline Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* 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, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 value)
{
m_Items[index] = value;
}
};
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191 : public RuntimeArray
{
ALIGN_FIELD (8) Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* m_Items[1];
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** 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, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
struct ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** 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, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3 : public RuntimeArray
{
ALIGN_FIELD (8) DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* m_Items[1];
inline DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64** 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, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB : public RuntimeArray
{
ALIGN_FIELD (8) Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC m_Items[1];
inline Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC* 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, Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___storage), (void*)NULL);
}
inline Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___storage), (void*)NULL);
}
};
struct ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143 : public RuntimeArray
{
ALIGN_FIELD (8) ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 m_Items[1];
inline ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0* 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, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 value)
{
m_Items[index] = value;
}
};
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_pinvoke(const BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB& unmarshaled, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_pinvoke_back(const BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke& marshaled, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB& unmarshaled);
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_pinvoke_cleanup(BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_com(const BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB& unmarshaled, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com& marshaled);
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_com_back(const BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com& marshaled, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB& unmarshaled);
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_com_cleanup(BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com& marshaled);
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ProfilingSampler_Get_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m8A88D1A0EBDE48471A988A3C0B292D7E590709B2_gshared (int32_t ___0_marker, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_4__ctor_m6F2B4733AC89D456287CE6FCC617F05B75EB7429_gshared (Func_4_t332C0058075A9D0A2F5170831803531EC540225C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, 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 List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_gshared (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_gshared (Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C* __this, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_gshared_inline (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_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_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared (BaseRenderFunc_2_tA367BC6873E6166CAEC57DF6061E145117B9C512* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RenderGraph_AddUnsafePass_TisRuntimeObject_m22ED403D4C84145926A27918AB261A49E25F3206_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 Dictionary_2__ctor_mAC6ACB92E983D6538AD4554F7BF809B6C0AC4D89_gshared (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mAF56F61CBD9F77BAFCE5E2591712018424E7DB22_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9 Dictionary_2_GetEnumerator_mDFD29A18B311D9C2DFCD03AF5E1FD20D0A28B92D_gshared (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m7D7562841F27447424E4790BDD9DF718E3003E20_gshared (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A Enumerator_get_Current_mB015E1CCF2A3AB00FD14986BB797F3DDBBC366AF_gshared_inline (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2_Deconstruct_m698B8CF727E105D2D66F1E20B58C38FF41D5BF14_gshared (KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A* __this, int32_t* ___0_key, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098* ___1_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB0459D58F0F936F0703D52DBACCB30E2B5D07287_gshared (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_gshared (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_gshared_inline (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mACE7C17E992B478BE37C9BA42D7F03EA9BA349F5_gshared (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_gshared (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB Dictionary_2_GetEnumerator_mE1C266F4F6B385185FEFFB31F9A0ED0B23549568_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mF1BC613D7434809EB54EB8B3F03209B1E34C9DBF_gshared (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 Enumerator_get_Current_mF8686FE59226D0603D5B095DC67F76377BBA52B6_gshared_inline (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyValuePair_2_Deconstruct_mDE25BA9EC47143F92B5A273A3BD6A3003F72291D_gshared (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, int32_t* ___0_key, int32_t* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB3209CB4B6378CF044D4B4B1DCFB5639555A6029_gshared (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m6862124076457E217895F9A6113FEA9756F8CCC5_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133_gshared (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_key, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mCD6BB33BC9996D771B2DFB49CFE24357B2D56E2A_gshared (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_key, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 Dictionary_2_get_Item_mADEBFB37D1E90C72D84CB1651436A5A16BD224BC_gshared (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_key, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mEEB980D4B200822F835DDCD39FCAAF36F15FA578_gshared (Nullable_1_t5070FF5B4129C859CA3EFC7B94E615A818E11144* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Object_FindObjectsByType_TisRuntimeObject_m9F3B83321CD4E4F4F764805ADCEF338CF2BA8409_gshared (int32_t ___0_sortMode, 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 RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisRuntimeObject_m4A49E1AE2B3C4BE4E8ABC90A0DDF437C4A5FE544_gshared (RuntimeObject* ___0_settings, RuntimeObject** ___1_currentPropertyValue, RuntimeObject* ___2_newValue, String_t* ___3_propertyName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsSettings_TryGetRenderPipelineSettings_TisRuntimeObject_m0D94DC4AD9E0B50AB27617DDD4ADE7D626554DEA_gshared (RuntimeObject** ___0_settings, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m9DC0CBC6B2899B36D53FDDEC54B3367D03C0FCC7_gshared (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m378B392086AAB6F400944FA9839516326B3F7BB8_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, 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 bool Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BloomMaterialParams_Equals_m724B2E19DCCD76542F1640EE6EA61F30D5DBBC84 (BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* __this, BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* ___0_other, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF49CF20E27C81E8219F216B512B96DCB6693D91F (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PostProcessPass_GetLensFlareLightAttenuation_m6356423CA7C5B0BF291EF78487BB234B463AFBF0 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___0_light, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_wo, 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 void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeCommandBuffer_SetGlobalVector_m33F45879E3628254C11DA183E22BD11BD36E1D96 (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25 (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_texture, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBias, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, float ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_keyword, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6 (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_texture, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* CommandBufferHelpers_GetNativeCommandBuffer_m00E0A36F7BA58959180A2CF84B882FCE474577CA_inline (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_baseBuffer, const RuntimeMethod* method) ;
inline ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661 (int32_t ___0_marker, const RuntimeMethod* method)
{
return (( ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* (*) (int32_t, const RuntimeMethod*))ProfilingSampler_Get_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m8A88D1A0EBDE48471A988A3C0B292D7E590709B2_gshared)(___0_marker, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___1_sampler, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, int32_t ___3_loadAction, int32_t ___4_storeAction, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___5_material, int32_t ___6_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___0_sampler, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, String_t* ___1_keyword, bool ___2_state, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_texture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetRenderTarget_m15C7543529D1F2137686A7BCF7CF18DF3B4BD443 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___1_colorBuffers, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_depthBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitTexture_m21015F24382F8A20B9FC10DB85B8FCE7BEAE8C63 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBias, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVectorArray_mB06BA7BAF369A609DC5DC448BBDCE8B4AF3CAC7F (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___1_values, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m1FD55F67090B321AC9488CA325A72E454E6BCA37_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_SetGlobalVector_mB54A698709E920A961D8601DC5B2452B4866C68E (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_UpdateMotionBlurMatrices_m84163B214654508F44DB87605071D993DACD0083 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___0_material, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___2_xr, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, float ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_SetSourceSize_m5188E13BABE534DB6AE849A3EC8683632EB62BA2 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_proj, bool ___1_renderIntoTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_lhs, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_get_worldToCameraMatrix_m48E324BD76706A316A1701EFC6A3DEC7DFB2FF40 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_ComputeOcclusion_m9A4A53D58985F70A190DED0F119165686DA89305 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_lensFlareShader, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___2_xr, int32_t ___3_xrIndex, float ___4_actualWidth, float ___5_actualHeight, bool ___6_usePanini, float ___7_paniniDistance, float ___8_paniniCropToFit, bool ___9_isCameraRelative, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___10_cameraPositionWS, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___11_viewProjMatrix, UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___12_cmd, bool ___13_taaEnabled, bool ___14_hasCloudLayer, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___15_cloudOpacityTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___16_sunOcclusionTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRPass_get_viewCount_m0D9E6A5AEA60C52EAA3B211DDE1BEA734318A35D (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
inline void Func_4__ctor_mCB654A521C926308B7947FC97B239C5A7847D677 (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_4__ctor_m6F2B4733AC89D456287CE6FCC617F05B75EB7429_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_DoLensFlareDataDrivenCommon_m4D7DD99F4081C3D2E0E4EF2A7617455676F496DF (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_lensFlareShader, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___2_viewport, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___3_xr, int32_t ___4_xrIndex, float ___5_actualWidth, float ___6_actualHeight, bool ___7_usePanini, float ___8_paniniDistance, float ___9_paniniCropToFit, bool ___10_isCameraRelative, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___11_cameraPositionWS, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___12_viewProjMatrix, UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___13_cmd, bool ___14_taaEnabled, bool ___15_hasCloudLayer, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___16_cloudOpacityTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___17_sunOcclusionTexture, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___18_colorBuffer, Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___19_GetLensFlareLightAttenuation, bool ___20_debugView, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_DoLensFlareScreenSpaceCommon_m6564DA31B3FFC6DD5AF6E309F0F9880755B8481B (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_lensFlareShader, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, float ___2_actualWidth, float ___3_actualHeight, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_tintColor, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___5_originalBloomTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___6_bloomMipTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___7_spectralLut, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___8_streakTextureTmp, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___9_streakTextureTmp2, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___10_parameters1, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___11_parameters2, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___12_parameters3, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___13_parameters4, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___14_parameters5, UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___15_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___16_result, bool ___17_debugView, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_ScaleViewportAndBlit_mFD19A7DD5FA6EB7655DA21A850637712DD65D792 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTextureHdl, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_dest, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, bool ___5_hasFinalPass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSRUtils_SetEasuConstants_mF6A34D2754A54C64F3DB2B79DFF2AF85AEF57A56 (BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06* ___0_cmd, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_inputViewportSizeInPixels, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_inputImageSizeInPixels, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___3_outputImageSizeInPixels, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSRUtils_SetRcasConstantsLinear_m1375854E93CD894C9C565D7F3AB30C728BF0A7A0 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, float ___1_sharpnessLinear, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_lhs, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_SetViewport_mCC43D00D3A49FF4179249DC0A9C5AF417589C74D (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_pixelRect, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_hasValidVisibleMesh_mFC501705138FCE7A7B7DE41DCBF3651D7E283C11 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* XRSystemUniversal_GetMaterialPropertyBlock_mD8A6FCCB8580823E1289454F5800BA4868D90026_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA (String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___0_nameID, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRPass_get_occlusionMeshScale_m046F8625F75A7801D7A5D217FB020411140731A5_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRPass_RenderVisibleMeshCustomMaterial_m6C53423D2EAE44417FC48743BB1BC15C4BF060DD (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, float ___1_occlusionMeshScale, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___3_materialBlock, int32_t ___4_shaderPass, bool ___5_renderIntoTexture, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_ScaleViewportAndDrawVisibilityMesh_m1070A3023505F2DEB4B7513E49809BDAEFC5405C (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTextureHdl, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_dest, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, bool ___5_hasFinalPass, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, int32_t ___0_nameID, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* ProbeReferenceVolume_get_instance_m7EAD257CFABE08C6549F8E34930FDB400DECC71C_inline (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ProbeReferenceVolume_get_isInitialized_m81527DFA28013F4D7108C2E45368841F98EBDE03_inline (ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** CameraData_get_camera_mA3084B19BBF03DF4E59402E021A74016AC808B01 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ProbeReferenceVolume_GetProbeSamplingDebugResources_mCE1727AA8C89637585C6FC21A2937DC6B2E284F9 (ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1** ___1_resultBuffer, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___2_coords, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A (RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* __this, 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 CommandBuffer_SetComputeTextureParam_m4EE2EFCF46096652EA2D3D14C0DE3D1252CD2174 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, String_t* ___2_name, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___3_rt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetComputeVectorParam_mCB04E8C59D63D6CDCA0E8EDA362BE1CB7BF49709 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, String_t* ___1_name, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_val, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetComputeBufferParam_mECA6050623F14E350FAFCD655B59B6B179E49F88 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, String_t* ___2_name, GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___3_buffer, 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) ;
inline UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddComputePass_TisWriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7_mDAAC3EF94158A61B0254834ACE56DB88ED55E4D2 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7**, 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 BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 RenderGraph_ImportBuffer_m2C992E2CD031CA2B766800D02A1EC1F9ADB2D8A3 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___0_graphicsBuffer, bool ___1_forceRelease, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_m014E61931570486B005595239E378A186ECBBDA6 (BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m386A245703CC0F01B20D80A9A0B0B7B558D260C5 (U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeCommandBuffer_SetComputeTextureParam_m97FF563691B0BC597D21F7A22687923D3156ABAA (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, String_t* ___2_name, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_rt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeCommandBuffer_SetComputeVectorParam_m9E4388863DC186091EB6B5E1C0869A79942D3073 (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, String_t* ___1_name, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_val, 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 void ComputeCommandBuffer_SetComputeBufferParam_m5017EDFE228E66F20C313962540C0A8C33A2D740 (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, String_t* ___2_name, 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 void RenderObjectsPass_SetDepthState_mDEE4F367E2C1DF2F016DD13E879B2E55A767E5AB (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, bool ___0_writeEnabled, int32_t ___1_function, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderStateBlock_get_mask_mC675CA5A35CC9912F9B8E34B1DB6BBDB66FFC4C6 (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderStateBlock_set_mask_m0857047D723D7AF5E378D4F9F25D0BC83AD6E9BC (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthState__ctor_mF4AED45C211436228B26F6C35702093DDF4DCB3B (DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255* __this, bool ___0_writeEnabled, int32_t ___1_compareFunction, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderStateBlock_set_depthState_mC3E64761972C4C08337991AE4E2DEF565C059E56 (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* __this, DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 StencilState_get_defaultValue_m4A98541E193B4B554C8529C240D54B0DC2994BA7 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_enabled_m6DC861C699D1044E896E833D2DAE69B82F796564 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_SetCompareFunction_m4F46E4197FDEBB0643BB1D529DB33CA3590D7E29 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_SetPassOperation_m8DF4167E4EC16BDEA8DB8CAD4F5161094B8FD7CB (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_SetFailOperation_mC5BFB2CA88EFDEF6E302C1EA70471DFAFD9F19C9 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_SetZFailOperation_m1E6D4F210E0039A6E44F9550FEC8D4155F540DF2 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderStateBlock_set_stencilReference_m9AE2F79509B0F431E8D0430B941DC23755722D84 (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderStateBlock_set_stencilState_m1DD8E2B3953C435C65BA7D60348D717E16B29DEA (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* __this, StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___0_value, const RuntimeMethod* method) ;
inline void List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787 (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*, const RuntimeMethod*))List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_Init_m75606708089B6CE74B275DCFB05E796FA50C74B8 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_renderPassEvent, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_shaderTags, int32_t ___2_renderQueueType, int32_t ___3_layerMask, CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* ___4_cameraSettings, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_mF65D515699E7F5DEA1FE0D04891F00164B78687D (PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideMaterial_mEC314E355840943E662211B1A5D9AB6D2002FF86_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideMaterialPassIndex_m5FD3BD73FF1B668607F83DB8438A6E6AC2395214_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideShader_m07E428FAE9424E8EC411E3E9B263B69B3B64AC56_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideShaderPassIndex_m8511E9A9C26BA59E12B54B7DEAFC28D454FF506B_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 RenderQueueRange_get_transparent_m874E5D7D8B1F634BD31FF1306CCD6BDF018E2816 (const RuntimeMethod* method) ;
inline void Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204 (Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C* __this, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___0_value, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C*, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71, const RuntimeMethod*))Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_gshared)(__this, ___0_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilteringSettings__ctor_m2A2242373FC7D053CFBBC6814D02AAC73C7B3AE7 (FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F* __this, Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C ___0_renderQueueRange, int32_t ___1_layerMask, uint32_t ___2_renderingLayerMask, int32_t ___3_excludeMotionVectorObjects, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B (ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0* __this, String_t* ___0_name, const RuntimeMethod* method) ;
inline void List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_inline (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0, const RuntimeMethod*))List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_gshared_inline)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderStateBlock__ctor_mED2806102FED1023AB74D94DC37F535497AED1F9 (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* __this, int32_t ___0_mask, const RuntimeMethod* method) ;
inline UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
inline UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_baseBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_mEF7BF01DCAD3709F978E564AEDEDD643FC617904 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06* ___0_cmd, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___1_sampler, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_InitPassData_m66F54EB8BE35F1FD764A2B630A723909A1AA4091 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** ___1_passData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_InitRendererLists_m664EB18ABE21CC1BE865F01BCC754CEAD447F30F (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___0_renderingData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___1_lightData, PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** ___2_passData, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___3_context, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___4_renderGraph, bool ___5_useRenderGraph, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraData_IsCameraProjectionMatrixFlipped_m381DFFDE02B019E1EE975967B5E9593FDF9464E2 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_ExecutePass_m8927D3FB39D6ED32785C8DE6F4689E60CB1AEFB6 (PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* ___0_passData, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___1_cmd, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, bool ___3_isYFlipped, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_m5E8FAF84326E3192CB036BD29DCCDAF6A9861013 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_Perspective_m08BFCC6D4F8C7D51CEFBB8F3425954125BF9A743 (float ___0_fov, float ___1_aspect, float ___2_zNear, float ___3_zFar, 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_Addition_m471A0C9B30316933F8CE430F17A7F8806ECA3EB9_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_b, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Matrix4x4_SetColumn_mC1CBEB2C29C0A9F1434C601786CE1B6DED1E1234 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___0_index, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_column, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingUtils_SetViewAndProjectionMatrices_m48D33405DF2F84B8313C65D92F8FA61AE98579CC (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_viewMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_projectionMatrix, bool ___3_setInverseMatrices, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugRendererLists_DrawWithRendererList_m8E906F0103062274ADD2DA373E9527942D38F59D (DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_DrawRendererList_m6C50C4A5E4CABE3542317969BC91F552B41A427F (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___0_rendererList, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 RenderingUtils_CreateDrawingSettings_m3DB61D695B8C38BC10DF00E538DCB622F04189A0 (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* ___0_shaderTagIdList, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___1_renderingData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___3_lightData, int32_t ___4_sortingCriteria, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderObjectsPass_get_overrideMaterial_m700D37339DC81FF453ED333230DD04B3CA9BE4F6_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_overrideMaterial_m6A1D1A128D31B5DAA3EEDFF0D6F07EF67D2B276F (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderObjectsPass_get_overrideMaterialPassIndex_mAEFF1485FEFD7C3232C8F8AF2EB2FBE8ACBB6EAA_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_overrideMaterialPassIndex_mED93BC41A0496812035C23337949A05C0A4C48ED (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* RenderObjectsPass_get_overrideShader_mF78593C21A4AB87CE37CA7B8C06CC0810456F284_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_overrideShader_m4B3BA8E9EBDCDE9A6925A60A13CDD034779DC7FC (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderObjectsPass_get_overrideShaderPassIndex_m38C83ECBA1A85B346B0529A687803F478E738BA3_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_overrideShaderPassIndex_m9ED770895F2A387C29871B9DDC6A1145EE142486 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* DebugHandler_CreateRendererListsWithDebugRenderState_m77FCC19B8452259BB628B54D2D84810C9537DC86 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* ___2_drawingSettings, FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F* ___3_filteringSettings, RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* ___4_renderStateBlock, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingUtils_CreateRendererListWithRenderStateBlock_m2EA7A0F6D66B9148185F7A873EE1525242AF741F (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 ___2_ds, FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___3_fs, RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 ___4_rsb, RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* ___5_rl, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* DebugHandler_CreateRendererListsWithDebugRenderState_m920C99CD16580DE4EC9F64A8AD130EA9D9A7CA90 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* ___2_drawingSettings, FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F* ___3_filteringSettings, RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* ___4_renderStateBlock, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingUtils_CreateRendererListWithRenderStateBlock_mD1D6675E3A3CA96DD04B7EF36726E4EA983C024D (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 ___2_ds, FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___3_fs, RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 ___4_rsb, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85* ___5_rl, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_m6AAA2A0FFE8A3E2D00F872C4EDDFF853C0F8B7B9 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
inline UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* UniversalResourceData_get_dBuffer_mF3B5C9BB0428A41208F6AEBD564E4ACAC759D72A (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_ssaoTexture_m0AF63820533256331CD1B29C540B69083563CC2F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugRendererLists_PrepareRendererListForRasterPass_m8E4B72A3E9F4880FC3EE728C85B4DD9210E92789 (DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* __this, RuntimeObject* ___0_builder, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPassUniversal_get_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline (XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* __this, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_mE24D24DAE0BD5E34F72A8E99A0E6FD7429B04E44 (BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m33C573B5375B8BF00D165FA405E7B3493A716CA9 (U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsRenderTargetProjectionMatrixFlipped_m4BE75838B7F341A0EEE859ED9EFB3B341B99974D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_color, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depth, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585 (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___0_rendererList, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_SupportsRenderTextureFormat_mCCC3C69578A2C5B7367F73999E6938C315A98201 (int32_t ___0_format, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionSettings__ctor_m17D135716FB0AF01296284595A3B15B3B5BA3DDA (ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SSAOPassData__ctor_mD6EBA9DA631CFB2EEA199EC732386C4F2C45180F (SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_passInput, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, 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_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Matrix4x4_MultiplyPoint_m20E910B65693559BFDE99382472D8DD02C862E7E (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_point, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_b, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetMatrixArray_m8D2C4EF5A830DDB903DE9781208F5CB1D9E2CCB3 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___1_values, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_orthographic_m904DEFC76C54DA4E30C20A62A86D5D87B7D4DD8F (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SSAOMaterialParams__ctor_mD18C211515735B50D7BFA0E662E1E45DAC3C8C22 (SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* __this, ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** ___0_settings, bool ___1_isOrthographic, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SSAOMaterialParams_Equals_m3AFA664F79ABAD8FBA8C43CB1E17FF59E618CC04 (SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* __this, SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* ___0_other, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_HasProperty_m52E2D3BC3049B8B228149E023CD73C34B05A5222 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_CreateRenderTextureHandles_m0A395AD5B283C9E7C5DC6D03D18BAC59039364D5 (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_aoTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_blurTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___5_finalTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraNormalsTexture_mC20E493E8A5CEFE7866E1DD3A923B41CCAA67CBB (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_SetupKeywordsAndParameters_m0C46BE50DDE0BCF5D2663678CF485C94EC02079F (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** ___0_settings, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___1_cameraData, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddUnsafePass_TisSSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_m1AD0A11FA853B9916F6A752452312E292A3DD051 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddUnsafePass_TisRuntimeObject_m22ED403D4C84145926A27918AB261A49E25F3206_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_InitSSAOPassData_m237E0C1A36C107DDBE4CA6C9C9EFBAAAE1E23A28 (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4** ___0_data, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_m8E45409E7BD9EFD1A13BCFAB4ED5D5861ACDEE2C (BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_desc, String_t* ___2_name, bool ___3_clear, int32_t ___4_filterMode, int32_t ___5_wrapMode, 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 UniversalResourceData_set_ssaoTexture_m708A97EC2902DEDAC323048F90C12E84F8DB6707 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* CameraData_get_cameraTargetDescriptor_mC199E27390A4D33338FCDC3ADC4ECFD3F7BE2761 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___0_handle, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___1_descriptor, int32_t ___2_filterMode, int32_t ___3_wrapMode, int32_t ___4_anisoLevel, float ___5_mipMapBias, String_t* ___6_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureTarget_m6767C5E94D51F989348F415771B770DE844FD4A6 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorAttachment, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureClear_m5C82128C3ABDD63621501DC012ED91F392ABF123 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_clearFlag, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_clearColor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetKeyword_m21015D629787CEC4954ABA00F1211D2F957B2399 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D* ___0_keyword, bool ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___0_name, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* CameraData_get_xr_m5E9EFE56E6BABFF14ADC71E87D5A19BA7CDDF697 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_foveatedRenderingCaps_mA18C54E186EB539F4095FFA0A8E9D87F5AEC0D26 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetFoveatedRenderingMode_mEB94470BC91694B62B28AC5EE1383DA636D3B43B (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_foveatedRenderingMode, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_GetPassOrder_m3180C322C70A06901AC54C56B8E307BBAF8FA9BB (int32_t ___0_blurType, bool ___1_isAfterOpaque, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** ___2_textureIndices, ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** ___3_shaderPasses, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ScriptableRenderer_get_cameraDepthTargetHandle_m105A4BA47F734199554838F588A5101E2591988E (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_RenderAndSetBaseMap_m7E7C855B8DFFB0EC815C4206C775D630D9C63BFC (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** ___2_renderer, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___3_mat, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___4_baseMap, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___5_target, int32_t ___6_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceAmbientOcclusionPass_IsAfterOpaquePass_m75117B70FE47521049210F078210E174CBC145F1 (int32_t* ___0_pass, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetRenderTarget_mF4745C7C50C72F6D3C0593706BE2611651583873 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_buffer, int32_t ___2_clearFlag, int32_t ___3_miplevel, int32_t ___4_cubemapFace, int32_t ___5_depthSlice, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitTexture_m29479BD6DD36E599A3F11C9019A94F829CE4EA59 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBias, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __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 U3CU3Ec__ctor_m6DACBF0ED4966DA6876432DD091696670EC70554 (U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeCommandBuffer_SetKeyword_m5C6557417621D24F781B43347C1578E7B2B5F234 (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* __this, GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D* ___0_keyword, bool ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray* Enum_GetValues_m803B9D68C367FAABC5AFB6B5B52775C8A573CEF9 (Type_t* ___0_enumType, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E (RuntimeArray* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2 (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetInteger_m37332E747B3F19DA02FA85DC37BBCBDC99C300F4 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, int32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F_mBBAE5B39EC92C79F5391F574DF8F4DF915438532 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
inline void BaseRenderFunc_2__ctor_m9ADCC21CD6051994DD49D154B7F3F808DF4AC4DC (BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_GetScaledSize_m58D71FF94244F1EE9BCB5690381DB37C79D3E239 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___0_refSize, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_DrawProcedural_mD1AEF755322DD077ADA3B3FCBF34F819D1EA5E9C (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_matrix, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, int32_t ___2_shaderPass, int32_t ___3_topology, int32_t ___4_vertexCount, int32_t ___5_instanceCount, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE5FAACB3D0D6553010F134CDAD36CC40D458DE5D (U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilCrossFadeRenderPass_ExecutePass_m7F75A81B0880413125B235C33B09FC9DD6114C17 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depthTarget, MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___2_stencilDitherMaskSeedMaterials, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransparentSettingsPass_ExecutePass_m489020E21070F532988AFEA638A855B7D4E6F873 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_rasterCommandBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainLightShadowCasterPass_SetShadowParamsForEmptyShadowmap_mCBE8758960CEB5A2DF6953350A969A492312810E (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_rasterCommandBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalLightsShadowCasterPass_SetShadowParamsForEmptyShadowmap_m335F8189FD2CDAB0F1A2E0ED90FC6536A064D409 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_rasterCommandBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m06B978D42144D0A54BB4FFDE8CFDA7B0C78623D9 (PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_ResetMotionData_m85FF7507EDF8EFCAA698CC925367855E328E2986 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortingSettings__ctor_m449888DBB95B75702BFC5BFA1E4A5BE40D9302ED (SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortingSettings_set_criteria_m3D0A9A89ACF96F7135E47BEB44770EF439419E57 (SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings__ctor_m2B34DB19727143945DDE925B5CACD0E8E5D478A5 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_shaderPassName, SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 ___1_sortingSettings, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_perObjectData_mE83721A5FEDA0A0F5DFA6A385B5DB110A7AE2DC8 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_enableDynamicBatching_m528D48733B339E2CB847DBAC237BAB16260D2310 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_enableInstancing_m321194534FABDC36DE5A217078130A0DAAF8B007 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_SetShaderPassName_m3ABF2F58CA9D8B16989747058CAA504E7B4ED738 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, int32_t ___0_index, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___1_shaderPassName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 XRDepthMotionPass_GetObjectMotionDrawingSettings_m51C54D458041A6B9C2BD0ED0E3675268630FDCFA (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cullingMask_m6F5AFF8FB522F876D99E839BF77D8F27F26A1EF8 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilteringSettings_set_forceAllMotionVectorObjects_m6386F1394CA54A3D10600DA590C6E3F1B10CA4C0 (FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B XRPass_get_motionVectorRenderTarget_mD79815DB1488D5BD95E35AF5220ABB3EBD2455EB_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m7EC88962CADCEAB38EAE8D792039466E20874304 (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_tex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_lhs, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleStaticHelpers_SetRTHandleUserManagedWrapper_mC550F8602CF14819A9EDC41A6F15E6991AF1F51F (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___0_rtWrapper, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rtId, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 XRPass_get_motionVectorRenderTargetDesc_m708FD87CAC00A4B208ECC7E7448DAEE8752BE1D8_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_ImportTexture_m67F8202712A6F45704230E466B863350E4343A3B (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rt, RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA ___1_info, ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 ___2_importParams, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPass_get_spaceWarpRightHandedNDC_m8C81B2C72B0A457828DF46E72EE8832817FC18D0_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_mB18FB8AF49F111253A4075FE4F405DD6F03369E4 (U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPass_get_hasMotionVectorPass_m1F33C209CC4ACFC8F5413583A15FC90C2CC0A288_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_ImportXRMotionColorAndDepth_m6090A348BB921405A4C63C2D881AB85B27ADE2E2 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_depthTextureMode_m998CDEBC055FE2A910F3B650585ADE3E2BB141EE (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_mE722389E4DF8B3DF7F6100DB142E4DBAF698F6BF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___0_value, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_m8A05F67860E6D5712CDB8AB139F9BBECAF50C6D5 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_InitObjectMotionRendererLists_mFB07B1219AEDA99FCA6334C5861C3271476C0DF6 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** ___0_passData, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___2_renderGraph, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___3_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_InitPassData_mDBF1EBDC97E5D825D905EFC7F5E93433E5B2F01E (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** ___0_passData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_m9C65BDF9ECCDFB6B0A6EB49491B9DB30FB8101FB (BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_SetGlobalMatrixArray_m8AFED067E7189FA1F1D301BFD7E1F31AF191EDA1 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, int32_t ___0_nameID, Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___1_values, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_SetGlobalFloat_m6735C779D876CE30CE93D637B614C3249D9D55DB (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, int32_t ___0_nameID, float ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m7F3624AFC1D54E5803ED0B622D220D672A6794F7 (PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_hasValidOcclusionMesh_m2D0E0A44FDDB87C8FE82A3D0996E7282A08FDD2C (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D XRPass_GetViewport_m1AB79BA272EFF457892F38F0949F948D6E9993D7 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRPass_RenderOcclusionMesh_m43B4F495CE063AEF14182E6DD92A07FE28BA4A9B (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, bool ___1_renderIntoTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XROcclusionMeshPass_ExecutePass_mC2A05844943A97F13963A7D7A444E6E868B816E3 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* ___1_data, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_m5701AD541533AAA4069E203294B452A596A343B0 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_m3842BBE1B2A527A960455EFEB71F4EB2178AC815 (BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m26F44821BFF443D8BD34DA30F07CA40D7326ADED (U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_afterPostProcessColor_m73C5609283C6A9B3CCAF96304D0A318CD30A231B_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_colorGradingLut_m109522E238E99C4787B2102E86FAC20D998D6669_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses_Recreate_m2C4DF51BD0599362C1CD5BB88A6847172899D427 (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___1_ppParams, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses__ctor_m037C1A5C70CF6EBB280576FDAC5BDD5E9AAD44ED (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_rendererPostProcessData, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___1_postProcessParams, const RuntimeMethod* 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 ColorGradingLutPass_Cleanup_m2392CDEBD0E93E0DEFEAD36E427F1338DDC98A9C (ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Cleanup_m5D9EAD31E5B3C7AC334E5ABB2A3ED5E5D11CE8EB (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorGradingLutPass__ctor_m88B36C6F15B706B65B52CAEF54318A77F4AE650A (ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* __this, int32_t ___0_evt, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___1_data, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass__ctor_mFE22A702C52C5C89E83E25CC211CDB6CBF21826C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, int32_t ___0_evt, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___1_data, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___2_postProcessParams, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses_Dispose_m4221B50B16AD6692410415519FEE1EBE3CCE8D9B (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Dispose_m2026FC2BEEE3A150A63BBA81F731FC2BE8676EFD (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses_ReleaseRenderTargets_m4F7AE0DFF20F9DB0CAC22227D5D934A5C9299F4F (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessUtils_ConfigureDithering_m4EDD6C3D556383E75451522FF1E51E3B47DACD9C (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, int32_t ___1_index, int32_t ___2_cameraPixelWidth, int32_t ___3_cameraPixelHeight, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 Random_get_state_m84FD78A44C27EA34F1CD9833545DAB9B541B98AA (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random_InitState_mE70961834F42FFEEB06CB9C68175354E0C255664 (int32_t ___0_seed, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Random_set_state_m335B3E4E30A9A85E8794BC0A84013F1F365BA179 (State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_ConfigureFilmGrain_m9AFEDA4B679AB1D1D47F8EC440BADA369715A85B (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* ___1_settings, int32_t ___2_cameraPixelWidth, int32_t ___3_cameraPixelHeight, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_get_useDynamicScale_mF997E27A3460FE45806D2CFE48858379B30AF6B2 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_vrUsage_mBAA76D7342447C9E902954376BF14C0E07628524 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRSystem_ScaleTextureWidthForXR_m4FD1D18C9D8F56CE062CBCBD640218EBDD807AAF (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_texture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRSystem_ScaleTextureHeightForXR_m236D664637BFAD58C3EE933ADC6CEDFF7984D751 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_texture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScalableBufferManager_get_widthScaleFactor_m544DB29370FFD51C8E445BA407B0199116F79EAC (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScalableBufferManager_get_heightScaleFactor_mD47126B1D94893B4DC53B57D7678631A058A264B (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ReflectionProbeManager_get_atlasRTHandle_m6658A09E558C4B7FCF8451D4CA59F0189FCE1011_inline (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbeManager_Init_m908A6F6482A5C24489A25C8D5FF4E91A8C0E163C (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderPipeline_get_maxVisibleReflectionProbes_mF085C7609B126D71540B17CE1CE72B6618256C8E (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Implicit_m8CFB0C58F0EE9CF236FC42E64F57838140AF7D46_inline (int32_t ___0_v, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680 (int32_t ___0_format, int32_t ___1_usage, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_volumeDepth_mEF9610D1C14182417A01B7243DEE6B559A13B34D_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_dimension_mCE9A4A08454BB2D9DFE3E505EC336FD480078F39_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture__ctor_m1CBDB7F13C2CE49A31EE654081F01C4F874EA5E3 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m47300A299DB65AE79F29D564BD65769486F02160 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_tex, bool ___1_transferOwnership, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 RenderTexture_get_descriptor_m2FABD5CF6CCF410D1311FCBC7C9D9ECDEE9C7CC2 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_maxTextureSize_mEE557C09643222591C6F4D3F561D7A60CD403991 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_floorlog2_m27DF7DB26915A7FE16A4A72ACDA15795BF95562E_inline (int32_t ___0_x, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuddyAllocator__ctor_m895DAA3DC7AC0408F7AFC21C2756B56E6A112453 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_levelCount, int32_t ___1_branchingOrder, int32_t ___2_allocator, const RuntimeMethod* method) ;
inline void Dictionary_2__ctor_mAC6ACB92E983D6538AD4554F7BF809B6C0AC4D89 (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mAC6ACB92E983D6538AD4554F7BF809B6C0AC4D89_gshared)(__this, ___0_capacity, method);
}
inline void Dictionary_2__ctor_mAF56F61CBD9F77BAFCE5E2591712018424E7DB22 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mAF56F61CBD9F77BAFCE5E2591712018424E7DB22_gshared)(__this, ___0_capacity, method);
}
inline void List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98_gshared)(__this, ___0_capacity, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t3CC4179AFF43449D3539816D3EE4D2D69B6022E8 CullingResults_get_visibleReflectionProbes_mA4BB1AA0A4DA51D13789E8B1A684C756685B6EF3 (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* __this, const RuntimeMethod* 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 Time_get_renderedFrameCount_m65102648E50AC7B110E619C91D1B67DEA53D7DBE (const RuntimeMethod* method) ;
inline Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9 Dictionary_2_GetEnumerator_mDFD29A18B311D9C2DFCD03AF5E1FD20D0A28B92D (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, const RuntimeMethod* method)
{
return (( Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9 (*) (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mDFD29A18B311D9C2DFCD03AF5E1FD20D0A28B92D_gshared)(__this, method);
}
inline void Enumerator_Dispose_m7D7562841F27447424E4790BDD9DF718E3003E20 (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9*, const RuntimeMethod*))Enumerator_Dispose_m7D7562841F27447424E4790BDD9DF718E3003E20_gshared)(__this, method);
}
inline KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A Enumerator_get_Current_mB015E1CCF2A3AB00FD14986BB797F3DDBBC366AF_inline (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9* __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A (*) (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9*, const RuntimeMethod*))Enumerator_get_Current_mB015E1CCF2A3AB00FD14986BB797F3DDBBC366AF_gshared_inline)(__this, method);
}
inline void KeyValuePair_2_Deconstruct_m698B8CF727E105D2D66F1E20B58C38FF41D5BF14 (KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A* __this, int32_t* ___0_key, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098* ___1_value, const RuntimeMethod* method)
{
(( void (*) (KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A*, int32_t*, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098*, const RuntimeMethod*))KeyValuePair_2_Deconstruct_m698B8CF727E105D2D66F1E20B58C38FF41D5BF14_gshared)(__this, ___0_key, ___1_value, method);
}
inline void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline)(__this, ___0_item, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuddyAllocation__ctor_m6592B864DECFE0F217468DAC10FF36F35AF6347F (BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* __this, int32_t ___0_level, int32_t ___1_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuddyAllocator_Free_m6318C9204F1A4CB21D9BF04C0147C0DACF2B0E4F (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 ___0_allocation, const RuntimeMethod* method) ;
inline bool Enumerator_MoveNext_mB0459D58F0F936F0703D52DBACCB30E2B5D07287 (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9*, const RuntimeMethod*))Enumerator_MoveNext_mB0459D58F0F936F0703D52DBACCB30E2B5D07287_gshared)(__this, method);
}
inline Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
return (( Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_gshared)(__this, method);
}
inline void Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923 (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC*, const RuntimeMethod*))Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_gshared)(__this, method);
}
inline int32_t Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_inline (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC*, const RuntimeMethod*))Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_gshared_inline)(__this, method);
}
inline bool Dictionary_2_Remove_mACE7C17E992B478BE37C9BA42D7F03EA9BA349F5 (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_key, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_mACE7C17E992B478BE37C9BA42D7F03EA9BA349F5_gshared)(__this, ___0_key, method);
}
inline bool Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312 (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC*, const RuntimeMethod*))Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_gshared)(__this, method);
}
inline void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline)(__this, method);
}
inline Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB Dictionary_2_GetEnumerator_mE1C266F4F6B385185FEFFB31F9A0ED0B23549568 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method)
{
return (( Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mE1C266F4F6B385185FEFFB31F9A0ED0B23549568_gshared)(__this, method);
}
inline void Enumerator_Dispose_mF1BC613D7434809EB54EB8B3F03209B1E34C9DBF (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB*, const RuntimeMethod*))Enumerator_Dispose_mF1BC613D7434809EB54EB8B3F03209B1E34C9DBF_gshared)(__this, method);
}
inline KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 Enumerator_get_Current_mF8686FE59226D0603D5B095DC67F76377BBA52B6_inline (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB* __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 (*) (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB*, const RuntimeMethod*))Enumerator_get_Current_mF8686FE59226D0603D5B095DC67F76377BBA52B6_gshared_inline)(__this, method);
}
inline void KeyValuePair_2_Deconstruct_mDE25BA9EC47143F92B5A273A3BD6A3003F72291D (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189* __this, int32_t* ___0_key, int32_t* ___1_value, const RuntimeMethod* method)
{
(( void (*) (KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189*, int32_t*, int32_t*, const RuntimeMethod*))KeyValuePair_2_Deconstruct_mDE25BA9EC47143F92B5A273A3BD6A3003F72291D_gshared)(__this, ___0_key, ___1_value, method);
}
inline bool Enumerator_MoveNext_mB3209CB4B6378CF044D4B4B1DCFB5639555A6029 (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB*, const RuntimeMethod*))Enumerator_MoveNext_mB3209CB4B6378CF044D4B4B1DCFB5639555A6029_gshared)(__this, method);
}
inline bool Dictionary_2_Remove_m6862124076457E217895F9A6113FEA9756F8CCC5 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m6862124076457E217895F9A6113FEA9756F8CCC5_gshared)(__this, ___0_key, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_int2_m0A9A8113022D7954E7DA5BE5436989C2DF01650D_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* VisibleReflectionProbe_get_texture_m4F45BFEE436E932BA3103B7281EF7EBE030D8C98 (VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* VisibleReflectionProbe_get_reflectionProbe_mDA806E7A3D9F9F879D79B5B8EAD025C1C671FB99 (VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
inline bool Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133 (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_key, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098* ___1_value, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806*, int32_t, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098*, const RuntimeMethod*))Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_ceillog2_m1F8130D49F06A9A97699F43FDB771782FE1A7930_inline (int32_t ___0_x, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BuddyAllocator_TryAllocate_m015224E46E8A5697FFD813852508C8713D1AACB5 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_requestedLevel, BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* ___1_allocation, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E ReflectionProbeManager_GetScaleOffset_mA40251584173221D0F932B183A6687A15A46D4DB (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, int32_t ___0_level, int32_t ___1_dataIndex, bool ___2_includePadding, bool ___3_yflip, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyxy_mAD2CD0BE7639D713E52DAE9D6EE7534DF1B6E71A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Implicit_mA889A779BA63B2654EEEF1F5CE2407DAA0E33142_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___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 int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_mCBE5AD9158BC21B2E93CFB154927523284100E6A_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_v, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zw_mE8F9C45028C9B218050B7DBDF61063B60F62349D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xy_m9402873A61D837606A752C019B7AB157EA4FC6C9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mB8210BD1CFEF218431BCFB14816FA467B196BCB7_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_max_m11CA4E4999B4F371CB5189F06CAD3FD0E852B2B4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_x, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___1_y, const RuntimeMethod* method) ;
inline bool Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, const RuntimeMethod*))Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_gshared)(__this, ___0_key, method);
}
inline void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___0_key, int32_t ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 VisibleReflectionProbe_get_hdrData_m3E8DB1EF0ADDD1F3BC7C3D310FDC55038C4E6F31 (VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_mode_mF3B7702C5EB9ACBED8A54D4859A99F0F6AFAAC21 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReflectionProbe_get_refreshMode_mB0B278743A4834CFA493C97648061A2A90F40206 (ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* __this, const RuntimeMethod* method) ;
inline void Dictionary_2_set_Item_mCD6BB33BC9996D771B2DFB49CFE24357B2D56E2A (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_key, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806*, int32_t, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098, const RuntimeMethod*))Dictionary_2_set_Item_mCD6BB33BC9996D771B2DFB49CFE24357B2D56E2A_gshared)(__this, ___0_key, ___1_value, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_mDA9D38A2DFECDECA7FE2934167CF14DE2A710D13_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool math_any_m76E4E0A6EAF4782AB83EC7BE0BB7E2513791C0B0_inline (bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___0_x, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_ceilpow2_m55FA5F42278E2409D11BF05A5A9E3B2A883C82CB_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_x, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_copyTextureSupport_m35C5E2D749B53757DD6F05492B5D79F364F466C2 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_CopyTexture_mA6F9298621B0493A08483EF57028B66C93FFCBA8 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_src, int32_t ___1_srcElement, int32_t ___2_srcMip, int32_t ___3_srcX, int32_t ___4_srcY, int32_t ___5_srcWidth, int32_t ___6_srcHeight, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___7_dst, int32_t ___8_dstElement, int32_t ___9_dstMip, int32_t ___10_dstX, int32_t ___11_dstY, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Implicit_mDCE8EF24B96CB48EEFA3D9C75760ECA01874C735_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_v, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Division_mA1BE4D539CEEC02DE7F3C3C35060D3CEF1CBEDDA_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_lhs, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 float2_op_Implicit_mBB339033BC4FFDA8BC7A41DF06C1FA97F60115D9 (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_v, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_Blit_mAE476D82DF9AE8AA0C0565B55E34332DFE68C421 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_source, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___1_dest, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_scale, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___3_offset, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_Release_mE7399D6187A0E38945D2913D0FFB41247143AB1E (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 VisibleReflectionProbe_get_bounds_m3A2BA98C937B9F2603409CD9893DBBA8358638FD (VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_max_m6446F2AB97C1E57CA89467B9DE52D4EB61F1CB09_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VisibleReflectionProbe_get_blendDistance_m462215FF02E39641D512CF787443EE6A2870139C (VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisibleReflectionProbe_get_importance_m6D84CDBDB81FA17F06F50029DF90C5BE1D54A41E (VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 VisibleReflectionProbe_get_localToWorldMatrix_m7042F82A8E030B22BEB1F7F254649599922F1891 (VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VisibleReflectionProbe_get_isBoxProjection_mAABCCE87671B503C8E4EB41BB2049663B66084AD (VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 float4_op_Implicit_m5E3AEBAF5F12155549CC051E1EEEE81DF3516E92 (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_v, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetRenderTarget_m89782BA1E8AD50020DBDB9EABF32F8AA9356628A (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_rt, const RuntimeMethod* method) ;
inline CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 Dictionary_2_get_Item_mADEBFB37D1E90C72D84CB1651436A5A16BD224BC (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* __this, int32_t ___0_key, const RuntimeMethod* method)
{
return (( CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 (*) (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mADEBFB37D1E90C72D84CB1651436A5A16BD224BC_gshared)(__this, ___0_key, method);
}
inline void Nullable_1__ctor_mEEB980D4B200822F835DDCD39FCAAF36F15FA578 (Nullable_1_t5070FF5B4129C859CA3EFC7B94E615A818E11144* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_value, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t5070FF5B4129C859CA3EFC7B94E615A818E11144*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, const RuntimeMethod*))Nullable_1__ctor_mEEB980D4B200822F835DDCD39FCAAF36F15FA578_gshared)(__this, ___0_value, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitCubeToOctahedral2DQuadWithPadding_m9795C85A5234DE60382C59586CB4E9E8377CAD39 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_source, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_textureSize, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___3_scaleBiasRT, int32_t ___4_mipLevelTex, bool ___5_bilinear, int32_t ___6_paddingInPixels, Nullable_1_t5070FF5B4129C859CA3EFC7B94E615A818E11144 ___7_decodeInstructions, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalVectorArray_m8CC41D9A9A5E2D5EF192D0852E97829DEA07A217 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___1_values, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalFloat_mBF1BB546F61D851FE19063F6D383096CA55A7C68 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, float ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbeManager_UpdateGpuData_m9B902ECB6895041955C30B4C3926FB67706341ED (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F SpaceFillingCurves_DecodeMorton2D_m4D62ED99E4DD7154612828F8F6E5F69CD5D9084E (uint32_t ___0_code, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Division_mE9F0EA43229DDFD549088D0F71AABF831698EE5F_inline (float ___0_lhs, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Implicit_m9CAFCA676C0609D02F3F23A214D01DA3FF480FF4_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___0_v, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Multiply_m34D03129CE0D7AD665A914DE83CB749585B2455F_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_lhs, float ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Addition_m6A1EEFBE2B92691F07967739DB3ECEEB432968AD_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_lhs, float ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E math_float4_mE797E50A2E9FF0935867108F0F25C0F683E47B15_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_xy, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_zw, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuddyAllocator_Dispose_mF2940139B0EDC499760AA8B0CE38B4126AFA8BF3 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m6336EBC83591A5DB64EC70C92132824C6E258705 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbeManager_Dispose_m2517A36EC183519CFA8BE412C8FDFA265115041C (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalEntityManager__ctor_m7C3BC334BACCF412B5B69B45069F868E505F495E (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* __this, const RuntimeMethod* method) ;
inline DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3* Object_FindObjectsByType_TisDecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64_mE216AF1E4B92BD0151AF57B938FF25742E598687 (int32_t ___0_sortMode, const RuntimeMethod* method)
{
return (( DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3* (*) (int32_t, const RuntimeMethod*))Object_FindObjectsByType_TisRuntimeObject_m9F3B83321CD4E4F4F764805ADCEF338CF2BA8409_gshared)(___0_sortMode, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_isActiveAndEnabled_mEB4ECCE9761A7016BC619557CEFEA1A30D3BF28A (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD DecalProjector_get_decalEntity_m567C59A20E812BD089244A06FC921CB14DF6AEF5_inline (DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalEntityManager_IsValid_m3230B3D6F55B890FBA70B880A83FCE3BCB04AB6F (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* __this, DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD ___0_decalEntity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD DecalEntityManager_CreateDecalEntity_mA41B0AF15E30EB901C2ED0488CDFBF57B6771BC0 (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* __this, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* ___0_decalProjector, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DecalProjector_set_decalEntity_mB69979C283861801CBF16EF122CE14111FF3E871_inline (DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* __this, DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8 (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_add_onDecalAdd_mA05977518FA839F3F0D1BA4D17D517A8356AB49D (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_add_onDecalRemove_m531C4E7FDFCF3DD57E0746261249BA8D7D8F449A (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_add_onDecalPropertyChange_mAA2F942E4309DDE464D9EB0BFFC55BB648FEB18C (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_add_onDecalMaterialChange_m8F2C90C593E7593C2287D8532E74F33C547C5CAB (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_add_onAllDecalPropertyChange_mB0377575C163622BFF68915CFEBCED0D846DA06C (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_Dispose_m6F6B25305318BECE5CA43D295368CADC8F221CF8 (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalEntityManager_Dispose_mE97270B7147CEE4894F7423903C86444F21FF27B (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_remove_onDecalAdd_mCF842A6859ECCA72D57D3CD3BC88592DAE550788 (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_remove_onDecalRemove_mE9C2DBE62BD5C5D25666F0F6BBD77F4DF79BBDD2 (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_remove_onDecalPropertyChange_m9FD4A2217E074247B2CEE5CF55F8A0403B61C9E9 (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_remove_onDecalMaterialChange_m3701462729ADAE7D703E4BDE5B98CDA02FC8B8B8 (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_remove_onAllDecalPropertyChange_m17DFEF5CF48E2C4F782867AC881F248E9BC9BC9F (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalEntityManager_DestroyDecalEntity_mC807A733E2DD070B363DA2FF8D1EDCEF00D4018E (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* __this, DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD ___0_decalEntity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalEntityManager_UpdateDecalEntityData_mADA2777065215D61F2FB0CA51F5A91700547DB28 (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* __this, DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD ___0_decalEntity, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* ___1_decalProjector, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalEntityManager_UpdateAllDecalEntitiesData_m8B73D354BD0302A1C684B1FF43ED9E7BAB3AF465 (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_OnDecalRemove_m6567A9CCA995E2E71691DBE574B5EBA3A8925E7F (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* ___0_decalProjector, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_OnDecalAdd_m24CD08EAFDB06005DB4981CFA9B3FADF4BB4FAF2 (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* ___0_decalProjector, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalPreviewPass__ctor_mEA23BEC97CFF1C875C14B9B97DFF661B3CB668BA (DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecalRendererFeature_GetTechnique_m59DF447F061B91D1F158D90342DE950E5A015DE8 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, bool ___0_isDeferred, bool ___1_needsGBufferAccurateNormals, bool ___2_checkForInvalidTechniques, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_get_requiresDecalLayers_m7A6B8215E2B276ABD4B2A4642B2B65C711F6B238 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBufferSettings__ctor_m439EC1DD7982907C52B74CD1CC3EA9CB06593C8E (DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalScreenSpaceSettings__ctor_m2B0A516268143882D0C83BC99B1CC6DE218C2691 (DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRendererData_get_accurateGbufferNormals_mEEC3CD3A5BDE3BDF5E8882791BEEA6753EABD0EC_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_get_accurateGbufferNormals_mD6C3105E77810345753DFAA4C1BE059302AA6152 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_IsAutomaticDBuffer_m7B713B9BB8A50E357C9837A2E980635E07721E68 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_get_isGLDevice_mAB005FBB84E6230BFD7C8DE6672559C5152BD308 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_supportedRenderTargetCount_mA8696B2D9AB343F9D04B0F4F14A4A1F7098DBC34 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PlatformAutoDetect_get_isShaderAPIMobileDefined_mE249D1F6B78C22288F5655105C46F359D6F4102F_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecalRendererFeature_GetTechnique_mDE5088B1FD575FD2B82C8A026391DEF07DAF28AA (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* DecalRendererFeature_GetDBufferSettings_mFD48611455B28AD7F6F5693754D47036D4C58EFD (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* DecalRendererFeature_GetScreenSpaceSettings_mB5C649CCADBFB1C41821BBD468151C87D1529E68 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method) ;
inline UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* GraphicsSettings_GetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m56420DF2716F76491B6A3613F8033339272EA2DD (const RuntimeMethod* method)
{
return (( UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* (*) (const RuntimeMethod*))GraphicsSettings_GetRenderPipelineSettings_TisRuntimeObject_mE2EF737215ED168685806935CE4460AB2D8E2BCE_gshared)(method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_decalDBufferClear_m69940D010E72D8EB87406176D263F3428197C6CE_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* DecalRendererFeature_get_sharedDecalEntityManager_m40E27F3BFD2D84F47B48221A07AF7AA21DE86D0E_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* SharedDecalEntityManager_Get_mD8540D7E16C17DC81C47F0F5310C552A309BDD29 (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalUpdateCachedSystem__ctor_m61CB04D08417976D8C9532B19A0295568E82773A (DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalUpdateCulledSystem__ctor_mF16F0666A7642C20554EF3142FEA0A06C60A32A2 (DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalCreateDrawCallSystem__ctor_mC122DFBE7BF9CF09F5EAF246BDD1C532275875F4 (DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, float ___1_maxDrawDistance, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_get_intermediateRendering_mA32621126D368BAFFBA7636AD2A525F5D42A7FBC (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalUpdateCullingGroupSystem__ctor_m1EAE8569022784AA1DAB67E6930542ABB8D36D75 (DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, float ___1_drawDistance, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalSkipCulledSystem__ctor_mE9B76A882F6B06341D1C09BCFB0C7BFB3CC1C951 (DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalDrawErrorSystem__ctor_m015484F442DE0009013C0A23C76D897327344BB1 (DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, int32_t ___1_technique, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalDrawScreenSpaceSystem__ctor_m5C3A06343E2CBA6098503807B9D7D59AB71D7064 (DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalScreenSpaceRenderPass__ctor_m5A552C55F529DCDC07421224A1D04898B930E087 (DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016* __this, DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* ___0_settings, DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E* ___1_drawSystem, bool ___2_decalLayers, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* UniversalRenderer_get_deferredLights_m32F1A62E9BAAB45913C9B60CBB3CE5FD9D0292BC_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalDrawGBufferSystem__ctor_mE0079617EEA532B331E3F4B03B638CE4F45B36DD (DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalGBufferRenderPass__ctor_mD99109D7C7FD2566FA695EAD62F444CFA1EA44C0 (DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4* __this, DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* ___0_settings, DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D* ___1_drawSystem, bool ___2_decalLayers, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_copyDepthPS_m843A3A7B6BC975394A7BD79C18CCD23B8F6C8859_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBufferCopyDepthPass__ctor_m96499519BB4EC6D734B3EEF6DF9236B331EA7F97 (DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* __this, int32_t ___0_evt, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___1_copyDepthShader, bool ___2_shouldClear, bool ___3_copyToDepth, bool ___4_copyResolvedDepth, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalDrawDBufferSystem__ctor_mD1019124C6167DDD732832366A8DE5C29469C7C6 (DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBufferRenderPass__ctor_m5FEC0357F4405FD321029A6491777CE99778F860 (DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_dBufferClear, DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* ___1_settings, DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C* ___2_drawSystem, bool ___3_decalLayers, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalDrawFowardEmissiveSystem__ctor_m8E4DED025617608225B7BFC2AAAF5BF568D092F8 (DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_entityManager, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalForwardEmissivePass__ctor_m8E2AEDB39E8A7CEA72CA8C1EE8C9A72A44030699 (DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9* __this, DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378* ___0_drawSystem, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* CameraData_get_cameraType_mE4973B5A8E3E2CE0C87AF6149B3F7629AE0879E6 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_RecreateSystemsIfNeeded_m4C11DC61FC722F6D23FF9C9029E5925DDCF6BA78 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___1_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalEntityManager_Update_mDCE8CDF07E499154DFE7078175B0CB815D497B11 (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalUpdateCachedSystem_Execute_m49D9D4B18FA9A672E5687FE2535556788AD8040E (DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalUpdateCullingGroupSystem_Execute_m32F1635D3DB3CCEF80270C2FD0721BD5E5ECA965 (DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalSkipCulledSystem_Execute_m5CD567108A793D03C5E994A9F635ACC874F602D0 (DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalCreateDrawCallSystem_Execute_m9065BD8BC60D5F12697E2F7C8B803E484A759BC8 (DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalDrawSystem_Execute_mDB6BC88981DC6AF9CCEAF4B2B3A3FC841484C031 (DecalDrawSystem_t87ECA1A8D2D9C3A73A12F81D8CCA0F79029C0BFE* __this, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderer_IsOffscreenDepthTexture_mECE28F96C401B7ED9904728B4148658FE26C4FE2 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* ___0_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalUpdateCulledSystem_Execute_mC9AB16C84C382BE4D114FE4129493C2A5C75234F (DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_CopyToDepth_mF2F24BDBE3DA669FFCDAB890D1DBB387405A963C_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_MsaaSamples_mE86AA6AF92C2B0E809DD62702CF9E5DE827831B9_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DecalGBufferRenderPass_Setup_m9394FE80F88C9A5DBB5E1901D5B98344C668D081_inline (DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4* __this, DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___0_deferredLights, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBufferRenderPass_Setup_mB9F9129007C95E0ACA53EC78A11A6E36242C66A2 (DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* __this, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBufferRenderPass_Setup_m2DD3245F004EB47147D3AB5EC4D0701E4302CB0F (DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* __this, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depthTextureHandle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41 (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_destination, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* DBufferRenderPass_get_dBufferDepth_m12942D14EA190FF67A70DB8985C58D217480025C_inline (DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBufferRenderPass_Dispose_m73F41EFE5EB17E62F6656B7D19648F76D8FE1239 (DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyDepthPass_Dispose_m99D4A610892C3DAE95601E042ABB4687CACE128B (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_Release_mDF9307DFCE36208911BF3F36FE410DDACBD12C7E (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_decalEntityManager, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalSettings__ctor_mF50A64EE4B8C4C385F32EF360DC31A5685A9956C (DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererFeature__ctor_mA05EC9569A5DCF48CDD98E1FC5838857E2C4C001 (ScriptableRendererFeature_tF2ED08AD2498105378D4DAB0386A0F8A144EF4C6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager__ctor_m3980501329D7CA818F35B65802C222C06D9A9BAA (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisallowMultipleRendererFeature_set_customTitle_m3FE10FA8966D2FB14B8B9438F8AA43EE8DB6FAC9_inline (DisallowMultipleRendererFeature_tCAAD3D9755F96F836BD37A45FCB473D12F2049C6* __this, String_t* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass__ctor_m837524BD6A47C930B18297948FB1EF680ADCB5AC (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, String_t* ___0_passName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarningFormat_mD8224DEBCB6050F4E2BF55151F0C6A29B87DEFBC (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Material_get_passCount_m7BA071AFFA34DC3E49B56A16CB8B098566BDE765 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_SetupMembers_m88C8C9C55FB8FD4866FB211A69D909871F89D456 (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, int32_t ___1_passIndex, bool ___2_fetchActiveColor, bool ___3_bindDepthStencilAttachment, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_requiresIntermediateTexture_m148E04B5EED5457E979C6EFAA710E683A56FDF8E_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_Dispose_mD0E5110F3C07E6714F7267421958024A5A13269D (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenPassRendererFeature_UpgradeIfNeeded_mCCB1944AEFC96FC5CDD1C550BB4D706412C10157 (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_ResetTarget_m72FDC62EA0D61FC897421DC931E1FC5C14CC4B5C (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_ReAllocate_mA2F2AA1185E54C08B036D488B1922E84D49F27E4 (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitTexture_mFAA916422013EF3F51B65D797AC98208CA4305C1 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBias, float ___3_mipLevel, bool ___4_bilinear, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_Clear_m83CE1CC476A80F162FC89DBF6C2C78659B6E1253 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_DrawProcedural_m54031CCE6CA11C2EB6CBBEA42F9D6904A3673582 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_matrix, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, int32_t ___2_shaderPass, int32_t ___3_topology, int32_t ___4_vertexCount, int32_t ___5_instanceCount, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___6_properties, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_ExecuteCopyColorPass_m1953FCF265FF228E429CA5B546FD141C32D5CC3F (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetRenderTarget_m679F166E79101FD56D0B3F899A76FEB54C27A9B9 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_colorBuffer, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_depthBuffer, int32_t ___3_miplevel, int32_t ___4_cubemapFace, int32_t ___5_depthSlice, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_ExecuteMainPass_m31C5F45E461202858ED35F0D4753294BE15A88EB (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTexture, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, int32_t ___3_passIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 RenderGraph_GetTextureDesc_m54CBA2F485C8E9A04A1C227ACC25D386949ECA51 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___0_texture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___0_desc, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisCopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F_mD26AF9FEFDA3C481C675429D6442BC32A9AE62A6 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
inline void BaseRenderFunc_2__ctor_m144E060FD00B4BF92461EF8305D0C90C1C5DE21F (BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisMainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED_mE15A790859DA9D45B4FEF71547065A8EF4553941 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraOpaqueTexture_m07EB866161296CE7BFC92E39707B486A58E466FC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_motionVectorDepth_mC40565B1A67E7057259B73DB1E8ECBD9937E061A (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_m95EDEDF5C7D5E13082BED8791DAB7B5D779C9796 (BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5EEB020D65256D416FF4399AE280F62862050860 (U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D (LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_mask, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass__ctor_m1C08D664BF8724A18C6171C8C22F6343F028369A (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, String_t* ___0_profilerTag, int32_t ___1_renderPassEvent, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_shaderTags, int32_t ___3_renderQueueType, int32_t ___4_layerMask, CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* ___5_cameraSettings, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_SetStencilState_m3F378960837E3BEAEED641CF4DA06DA2BA6B4F17 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_reference, int32_t ___1_compareFunction, int32_t ___2_passOp, int32_t ___3_failOp, int32_t ___4_zFailOp, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsSettings__ctor_m378F64C986F3B7E4F383D5E531CA4AF4F1691F9A (RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterSettings__ctor_m79F21AC58A7D9A56F5A6376C8A13C1D27E59E858 (FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilStateData__ctor_m451D4A1F484A26C9CD98CD3637820CBAC6B1D862 (StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomCameraSettings__ctor_mFEE83DC28C5C5791EEBD8603F7C94358CD4C7698 (CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222 (int32_t ___0_intVal, const RuntimeMethod* 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);
}
inline void RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisTexture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_m6A9F7B1DE5020DB6F5EFC7276C99D92B89092842 (RuntimeObject* ___0_settings, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** ___1_currentPropertyValue, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___2_newValue, String_t* ___3_propertyName, const RuntimeMethod* method)
{
(( void (*) (RuntimeObject*, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191**, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191*, 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 ScreenSpaceAmbientOcclusionPass__ctor_mE84612B2319D83B58FBCFE631C615F30FC89435A (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceAmbientOcclusion_TryPrepareResources_m055BEDE4030158AAF30B8B4E756EADBE84424116 (ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceAmbientOcclusionPass_Setup_m050110604F9D542C4633882921D3C230907B6AEB (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** ___0_featureSettings, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** ___1_renderer, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___2_material, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** ___3_blueNoiseTextures, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_Dispose_mC9DAC66BC4BE4DF13EC42FBBF35BB47D856D158F (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, const RuntimeMethod* method) ;
inline bool GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D_m0AFEC40D0F5B1284845D39BE7D1928B77AAC803A (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D** ___0_settings, const RuntimeMethod* method)
{
return (( bool (*) (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D**, const RuntimeMethod*))GraphicsSettings_TryGetRenderPipelineSettings_TisRuntimeObject_m0D94DC4AD9E0B50AB27617DDD4ADE7D626554DEA_gshared)(___0_settings, method);
}
inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline (const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ScreenSpaceAmbientOcclusionPersistentResources_get_Shader_mE77BB6F4F279106EAC9AD9294DCE41E2632B228F_inline (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* __this, const RuntimeMethod* method) ;
inline bool GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1_mC47E6F9FA7C764A444E9DE2BE66CDD1EF7FC4209 (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1** ___0_settings, const RuntimeMethod* method)
{
return (( bool (*) (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1**, const RuntimeMethod*))GraphicsSettings_TryGetRenderPipelineSettings_TisRuntimeObject_m0D94DC4AD9E0B50AB27617DDD4ADE7D626554DEA_gshared)(___0_settings, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ScreenSpaceAmbientOcclusionDynamicResources_get_BlueNoise256Textures_m63FDA23C1928D610651375BE50B977EB74B35568_inline (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass__ctor_m6262F841E52A57FAFAB4F3D75F41468BDB7A7BEE (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPostPass__ctor_mA8DBD82ABA9A934C886BADEDD261DC32B94A5675 (ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceShadows_LoadMaterial_m937DA265F40D0A84F165510D2C7045EA7047E140 (ScreenSpaceShadows_t25F81CCD73D153D4F52B97E8000321A6766DEF71* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool* ShadowData_get_supportsMainLightShadows_mD2DD520660B250B4335D778745248DB89454CCD9 (ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* LightData_get_mainLightIndex_m650F24DD08864456822DCA6096898EB48344A820 (LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceShadowsPass_Setup_mEF234EE95BA9F74D2682B738D912C268FD1CF1E7 (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* ___0_featureSettings, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_Dispose_m4442CD5BDC71D9C49E7060C7CB504C92E6C1C1C0 (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5 (String_t* ___0_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsSettings__ctor_m9CC2F842FBDE575FCE87DEAD56DEC1D92EE68E51 (ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m93A7D969D2C94E244A8A43E0E4B58432010065BA (PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddUnsafePass_TisPassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_mBE264EDE72CBD760882175994FE228B38E97EA1B (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddUnsafePass_TisRuntimeObject_m22ED403D4C84145926A27918AB261A49E25F3206_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_InitPassData_m83B3781F65D5B09453FBA5F6F5AAE16782014D09 (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F** ___0_passData, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_mB684457130718447C7FB5751A4EF1F7C16C79E6F (BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, GlobalKeyword_tFA029618DA6ADCA20CFA44C1B8AFFF9EA097AE7D* ___0_keyword, bool ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitTexture_mF8AD5885A1D610240A88851CB143BFAC1F5630BB (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___2_scaleBias, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, int32_t ___4_pass, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_ExecutePass_mB35FB3BEF425E24200A09452852746A0C8E90D9A (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* ___1_data, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_target, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mACB38FD472952B46F1425D993F45850DD476CE49 (U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_ExecutePass_m08D03610477212CAC26E67F88DAA3FA9878E1092 (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_cmd, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* ___1_data, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_target, const RuntimeMethod* method) ;
inline UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
return (( UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPostPass_ExecutePass_m528BD31C495734B0FC4EA2B4EA074BC0DCB4A977 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ___1_shadowData, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF_m7A1FE4CB139B65E5252BA6D9A8F8F8A4E6A6BD2F (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
}
inline void BaseRenderFunc_2__ctor_m0BA6FD52E099E2A8ED09521EABEC8F3193A79F94 (BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325 (int32_t ___0_type, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ResourceHandle_IsValid_m20B0218FDCA98DCD069AE3BE86FEFCAEDB985B9A_inline (ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C* __this, 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 void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___0_v, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_lzcnt_m121BDDDEE89F5A401E2E5F0AD900D22E47C8741C_inline (uint32_t ___0_x, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___0_x, int32_t ___1_y, int32_t ___2_z, int32_t ___3_w, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float4__ctor_mDE7B1FCF1C1895705616AB2D0C0ED42422743D1D_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___0_v, 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 void int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_v, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline (bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611* __this, bool ___0_x, bool ___1_y, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_mC938968ABFBC65A87958D0C460911E66345F7AAA_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int32_t ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_RightShift_mC401366956E76AC2BB075841BF4FD16CEEF95227_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_x, int32_t ___1_n, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_m0570B3FC79725BF4940B9008B64AE03D25A85190_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mDC6C2A91C24EE95C695A1F0179AC85A845045D2E_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int32_t ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float2__ctor_m36DFF2F3BE02DB4AC5E36F0CDFF2DB54D872F979_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_v, 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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float2__ctor_m119EA382660CA825559E95AE3770C59196ED449F_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA* __this, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___0_v, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float4__ctor_m062DCDEE8A8DFB587E88A4F1D18E7415B683CB00_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_xy, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_zw, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ContextContainer_Contains_mD38FBF0FAC84169E395802CBF880BD0980490AF3_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, uint32_t ___0_typeId, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
inline void List_1_AddWithResize_m9DC0CBC6B2899B36D53FDDEC54B3367D03C0FCC7 (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0, const RuntimeMethod*))List_1_AddWithResize_m9DC0CBC6B2899B36D53FDDEC54B3367D03C0FCC7_gshared)(__this, ___0_item, method);
}
inline void List_1_AddWithResize_m378B392086AAB6F400944FA9839516326B3F7BB8 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_AddWithResize_m378B392086AAB6F400944FA9839516326B3F7BB8_gshared)(__this, ___0_item, method);
}
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34124
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BloomPassData__ctor_m65E8721DE32283575BFC2E54693677046D181F24 (BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* __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 BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshal_pinvoke(const BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88& unmarshaled, BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_pinvoke& marshaled)
{
marshaled.___parameters = unmarshaled.___parameters;
marshaled.___highQualityFiltering = static_cast<int32_t>(unmarshaled.___highQualityFiltering);
marshaled.___enableAlphaOutput = static_cast<int32_t>(unmarshaled.___enableAlphaOutput);
}
IL2CPP_EXTERN_C void BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshal_pinvoke_back(const BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_pinvoke& marshaled, BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88& unmarshaled)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 unmarshaledparameters_temp_0;
memset((&unmarshaledparameters_temp_0), 0, sizeof(unmarshaledparameters_temp_0));
unmarshaledparameters_temp_0 = marshaled.___parameters;
unmarshaled.___parameters = unmarshaledparameters_temp_0;
bool unmarshaledhighQualityFiltering_temp_1 = false;
unmarshaledhighQualityFiltering_temp_1 = static_cast<bool>(marshaled.___highQualityFiltering);
unmarshaled.___highQualityFiltering = unmarshaledhighQualityFiltering_temp_1;
bool unmarshaledenableAlphaOutput_temp_2 = false;
unmarshaledenableAlphaOutput_temp_2 = static_cast<bool>(marshaled.___enableAlphaOutput);
unmarshaled.___enableAlphaOutput = unmarshaledenableAlphaOutput_temp_2;
}
IL2CPP_EXTERN_C void BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshal_pinvoke_cleanup(BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshal_com(const BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88& unmarshaled, BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_com& marshaled)
{
marshaled.___parameters = unmarshaled.___parameters;
marshaled.___highQualityFiltering = static_cast<int32_t>(unmarshaled.___highQualityFiltering);
marshaled.___enableAlphaOutput = static_cast<int32_t>(unmarshaled.___enableAlphaOutput);
}
IL2CPP_EXTERN_C void BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshal_com_back(const BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_com& marshaled, BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88& unmarshaled)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 unmarshaledparameters_temp_0;
memset((&unmarshaledparameters_temp_0), 0, sizeof(unmarshaledparameters_temp_0));
unmarshaledparameters_temp_0 = marshaled.___parameters;
unmarshaled.___parameters = unmarshaledparameters_temp_0;
bool unmarshaledhighQualityFiltering_temp_1 = false;
unmarshaledhighQualityFiltering_temp_1 = static_cast<bool>(marshaled.___highQualityFiltering);
unmarshaled.___highQualityFiltering = unmarshaledhighQualityFiltering_temp_1;
bool unmarshaledenableAlphaOutput_temp_2 = false;
unmarshaledenableAlphaOutput_temp_2 = static_cast<bool>(marshaled.___enableAlphaOutput);
unmarshaled.___enableAlphaOutput = unmarshaledenableAlphaOutput_temp_2;
}
IL2CPP_EXTERN_C void BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshal_com_cleanup(BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_com& marshaled)
{
}
// Method Definition Index: 34125
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BloomMaterialParams_Equals_m724B2E19DCCD76542F1640EE6EA61F30D5DBBC84 (BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* __this, BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* ___0_other, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:356>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:357>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:358>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = __this->___parameters;
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* L_1 = ___0_other;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = L_1->___parameters;
bool L_3;
L_3 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0030;
}
}
{
bool L_4 = __this->___highQualityFiltering;
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* L_5 = ___0_other;
bool L_6 = L_5->___highQualityFiltering;
if ((!(((uint32_t)L_4) == ((uint32_t)L_6))))
{
goto IL_0030;
}
}
{
bool L_7 = __this->___enableAlphaOutput;
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* L_8 = ___0_other;
bool L_9 = L_8->___enableAlphaOutput;
return (bool)((((int32_t)L_7) == ((int32_t)L_9))? 1 : 0);
}
IL_0030:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool BloomMaterialParams_Equals_m724B2E19DCCD76542F1640EE6EA61F30D5DBBC84_AdjustorThunk (RuntimeObject* __this, BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* ___0_other, const RuntimeMethod* method)
{
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88*>(__this + _offset);
bool _returnValue;
_returnValue = BloomMaterialParams_Equals_m724B2E19DCCD76542F1640EE6EA61F30D5DBBC84(_thisAdjusted, ___0_other, 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: 34126
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoFGaussianPassData__ctor_mE406C60553636517FFE05E68BE8933B696FEDAF2 (DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:567>
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_0 = (RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE*)(RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE*)SZArrayNew(RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___multipleRenderTargets = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___multipleRenderTargets), (void*)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: 34127
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoFBokehPassData__ctor_m3EA5B87A563BD23F2198A863955C8A496665745A (DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* __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: 34128
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaniniProjectionPassData__ctor_m0E0626DD5F842782356BCA772ACD0B05FD8C7F83 (PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* __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: 34129
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionBlurPassData__ctor_mC117D2F02697F322F64A61B120DD26000ECD1E04 (MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* __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: 34130
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlarePassData__ctor_m6D01CE6F7346F29C69743A65968DC21BA0A191EE (LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* __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: 34131
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareScreenSpacePassData__ctor_m04C8AF8743CDB8AD8B7DC0BBFF86636C5DE0F88E (LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* __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: 34132
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessingFinalSetupPassData__ctor_mB63EFAC834AAFC49F5ACBE45EC855B7DE9E490ED (PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* __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: 34133
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessingFinalFSRScalePassData__ctor_m453B2F5EF403EBE368C1DC765F6F5E6A783AD43F (PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* __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: 34134
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessingFinalBlitPassData__ctor_m5B78E061433F5FC72048B94072D5951FB0CADAE6 (PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* __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 FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshal_pinvoke(const FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3& unmarshaled, FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_pinvoke& marshaled)
{
marshaled.___isFxaaEnabled = static_cast<int32_t>(unmarshaled.___isFxaaEnabled);
marshaled.___isFsrEnabled = static_cast<int32_t>(unmarshaled.___isFsrEnabled);
marshaled.___isTaaSharpeningEnabled = static_cast<int32_t>(unmarshaled.___isTaaSharpeningEnabled);
marshaled.___requireHDROutput = static_cast<int32_t>(unmarshaled.___requireHDROutput);
marshaled.___resolveToDebugScreen = static_cast<int32_t>(unmarshaled.___resolveToDebugScreen);
marshaled.___isAlphaOutputEnabled = static_cast<int32_t>(unmarshaled.___isAlphaOutputEnabled);
marshaled.___hdrOperations = unmarshaled.___hdrOperations;
}
IL2CPP_EXTERN_C void FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshal_pinvoke_back(const FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_pinvoke& marshaled, FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3& unmarshaled)
{
bool unmarshaledisFxaaEnabled_temp_0 = false;
unmarshaledisFxaaEnabled_temp_0 = static_cast<bool>(marshaled.___isFxaaEnabled);
unmarshaled.___isFxaaEnabled = unmarshaledisFxaaEnabled_temp_0;
bool unmarshaledisFsrEnabled_temp_1 = false;
unmarshaledisFsrEnabled_temp_1 = static_cast<bool>(marshaled.___isFsrEnabled);
unmarshaled.___isFsrEnabled = unmarshaledisFsrEnabled_temp_1;
bool unmarshaledisTaaSharpeningEnabled_temp_2 = false;
unmarshaledisTaaSharpeningEnabled_temp_2 = static_cast<bool>(marshaled.___isTaaSharpeningEnabled);
unmarshaled.___isTaaSharpeningEnabled = unmarshaledisTaaSharpeningEnabled_temp_2;
bool unmarshaledrequireHDROutput_temp_3 = false;
unmarshaledrequireHDROutput_temp_3 = static_cast<bool>(marshaled.___requireHDROutput);
unmarshaled.___requireHDROutput = unmarshaledrequireHDROutput_temp_3;
bool unmarshaledresolveToDebugScreen_temp_4 = false;
unmarshaledresolveToDebugScreen_temp_4 = static_cast<bool>(marshaled.___resolveToDebugScreen);
unmarshaled.___resolveToDebugScreen = unmarshaledresolveToDebugScreen_temp_4;
bool unmarshaledisAlphaOutputEnabled_temp_5 = false;
unmarshaledisAlphaOutputEnabled_temp_5 = static_cast<bool>(marshaled.___isAlphaOutputEnabled);
unmarshaled.___isAlphaOutputEnabled = unmarshaledisAlphaOutputEnabled_temp_5;
int32_t unmarshaledhdrOperations_temp_6 = 0;
unmarshaledhdrOperations_temp_6 = marshaled.___hdrOperations;
unmarshaled.___hdrOperations = unmarshaledhdrOperations_temp_6;
}
IL2CPP_EXTERN_C void FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshal_pinvoke_cleanup(FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshal_com(const FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3& unmarshaled, FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_com& marshaled)
{
marshaled.___isFxaaEnabled = static_cast<int32_t>(unmarshaled.___isFxaaEnabled);
marshaled.___isFsrEnabled = static_cast<int32_t>(unmarshaled.___isFsrEnabled);
marshaled.___isTaaSharpeningEnabled = static_cast<int32_t>(unmarshaled.___isTaaSharpeningEnabled);
marshaled.___requireHDROutput = static_cast<int32_t>(unmarshaled.___requireHDROutput);
marshaled.___resolveToDebugScreen = static_cast<int32_t>(unmarshaled.___resolveToDebugScreen);
marshaled.___isAlphaOutputEnabled = static_cast<int32_t>(unmarshaled.___isAlphaOutputEnabled);
marshaled.___hdrOperations = unmarshaled.___hdrOperations;
}
IL2CPP_EXTERN_C void FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshal_com_back(const FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_com& marshaled, FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3& unmarshaled)
{
bool unmarshaledisFxaaEnabled_temp_0 = false;
unmarshaledisFxaaEnabled_temp_0 = static_cast<bool>(marshaled.___isFxaaEnabled);
unmarshaled.___isFxaaEnabled = unmarshaledisFxaaEnabled_temp_0;
bool unmarshaledisFsrEnabled_temp_1 = false;
unmarshaledisFsrEnabled_temp_1 = static_cast<bool>(marshaled.___isFsrEnabled);
unmarshaled.___isFsrEnabled = unmarshaledisFsrEnabled_temp_1;
bool unmarshaledisTaaSharpeningEnabled_temp_2 = false;
unmarshaledisTaaSharpeningEnabled_temp_2 = static_cast<bool>(marshaled.___isTaaSharpeningEnabled);
unmarshaled.___isTaaSharpeningEnabled = unmarshaledisTaaSharpeningEnabled_temp_2;
bool unmarshaledrequireHDROutput_temp_3 = false;
unmarshaledrequireHDROutput_temp_3 = static_cast<bool>(marshaled.___requireHDROutput);
unmarshaled.___requireHDROutput = unmarshaledrequireHDROutput_temp_3;
bool unmarshaledresolveToDebugScreen_temp_4 = false;
unmarshaledresolveToDebugScreen_temp_4 = static_cast<bool>(marshaled.___resolveToDebugScreen);
unmarshaled.___resolveToDebugScreen = unmarshaledresolveToDebugScreen_temp_4;
bool unmarshaledisAlphaOutputEnabled_temp_5 = false;
unmarshaledisAlphaOutputEnabled_temp_5 = static_cast<bool>(marshaled.___isAlphaOutputEnabled);
unmarshaled.___isAlphaOutputEnabled = unmarshaledisAlphaOutputEnabled_temp_5;
int32_t unmarshaledhdrOperations_temp_6 = 0;
unmarshaledhdrOperations_temp_6 = marshaled.___hdrOperations;
unmarshaled.___hdrOperations = unmarshaledhdrOperations_temp_6;
}
IL2CPP_EXTERN_C void FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshal_com_cleanup(FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_com& marshaled)
{
}
// Method Definition Index: 34135
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 FinalBlitSettings_Create_mF2F4455DF587A90A3D040D9DF097764FDBB7A6C4 (const RuntimeMethod* method)
{
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1538>
il2cpp_codegen_initobj((&V_0), sizeof(FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1539>
(&V_0)->___isFxaaEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1540>
(&V_0)->___isFsrEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1541>
(&V_0)->___isTaaSharpeningEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1542>
(&V_0)->___requireHDROutput = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1543>
(&V_0)->___resolveToDebugScreen = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1544>
(&V_0)->___isAlphaOutputEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1546>
(&V_0)->___hdrOperations = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1548>
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_0 = V_0;
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
// Method Definition Index: 34136
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UberPostPassData__ctor_m3A41B231932CE2159C819242FA59083F156E6037 (UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* __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: 34137
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostFXSetupPassData__ctor_m562B62FEFD7B1ADB8B0A668CEC12A2ADE02B37C3 (PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B* __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: 34138
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m4EE319F812FDCC09417C203B0B51D71A6209DC90 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_0 = (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197*)il2cpp_codegen_object_new(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_mF49CF20E27C81E8219F216B512B96DCB6693D91F(L_0, NULL);
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34139
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF49CF20E27C81E8219F216B512B96DCB6693D91F (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34140
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CLensFlareDataDrivenU3Eb__100_0_m7F3F59C7931FD5DDB501F884670CF4D8622F07F3 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___0_light, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_wo, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1095>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_0 = ___0_light;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___1_cam;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___2_wo;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
float L_3;
L_3 = PostProcessPass_GetLensFlareLightAttenuation_m6356423CA7C5B0BF291EF78487BB234B463AFBF0(L_0, L_1, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 34141
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CLensFlareDataDrivenU3Eb__100_1_mB3124A887D0D414D7C473FB72F706372F1F8943C (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___0_light, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_wo, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1115>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_0 = ___0_light;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___1_cam;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___2_wo;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
float L_3;
L_3 = PostProcessPass_GetLensFlareLightAttenuation_m6356423CA7C5B0BF291EF78487BB234B463AFBF0(L_0, L_1, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 34142
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CUpdateCameraResolutionU3Eb__124_0_mF017A76D518E700A99D788283B3A6D0F147B4FE2 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_ctx, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:35>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:36>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:37>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:38>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:39>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:40>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:41>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:42>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:43>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_ctx;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_2 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___screenSize;
UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD* L_3 = ___0_data;
NullCheck(L_3);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_4 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&L_3->___newCameraTargetSize);
int32_t L_5;
L_5 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_4, NULL);
UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD* L_6 = ___0_data;
NullCheck(L_6);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_7 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&L_6->___newCameraTargetSize);
int32_t L_8;
L_8 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_7, NULL);
UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD* L_9 = ___0_data;
NullCheck(L_9);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_10 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&L_9->___newCameraTargetSize);
int32_t L_11;
L_11 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_10, NULL);
UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD* L_12 = ___0_data;
NullCheck(L_12);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_13 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&L_12->___newCameraTargetSize);
int32_t L_14;
L_14 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_13, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_15;
memset((&L_15), 0, sizeof(L_15));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_15), ((float)L_5), ((float)L_8), ((float)((1.0f)/((float)L_11))), ((float)((1.0f)/((float)L_14))), NULL);
NullCheck(L_1);
UnsafeCommandBuffer_SetGlobalVector_m33F45879E3628254C11DA183E22BD11BD36E1D96(L_1, L_2, L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:44>
return;
}
}
// Method Definition Index: 34143
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderStopNaNU3Eb__131_0_m367764B6EBA6847D2AAFC3CB03D942ECB7D5F139 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B2_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B1_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:116>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:117>
StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
V_0 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:118>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = V_0;
NullCheck(L_5);
bool L_6;
L_6 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_5, NULL);
if (L_6)
{
G_B2_0 = L_1;
goto IL_0021;
}
G_B1_0 = L_1;
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
L_7 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B3_0 = L_7;
G_B3_1 = G_B1_0;
goto IL_0046;
}
IL_0021:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = V_0;
NullCheck(L_8);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_9;
L_9 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_8, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = L_9.___rtHandleScale;
float L_11 = L_10.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12 = V_0;
NullCheck(L_12);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_13;
L_13 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_12, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = L_13.___rtHandleScale;
float L_15 = L_14.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
memset((&L_16), 0, sizeof(L_16));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_16), L_11, L_15, NULL);
G_B3_0 = L_16;
G_B3_1 = G_B2_0;
}
IL_0046:
{
V_1 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:119>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_19;
L_19 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_18, NULL);
StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE* L_20 = ___0_data;
NullCheck(L_20);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = L_20->___stopNaN;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(G_B3_1, L_17, L_19, L_21, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:120>
return;
}
}
// Method Definition Index: 34144
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderSMAAU3Eb__134_0_mBE006E4E39D59A56F96EA81E6CA54F4F0E20D402 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral066C0035F66438B186A69BF34E5BBD392AE74119);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F2DDE80F0F56189B8A34A2B8E6A51223B27F3F1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB2080595D1820C790FBEB51CA9CE4EF2F16CBB2);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:186>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_0 = ___0_data;
NullCheck(L_0);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___material;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_2 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Metrics;
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_3 = ___0_data;
NullCheck(L_3);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = L_3->___metrics;
NullCheck(L_1);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_1, L_2, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:187>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_5 = ___0_data;
NullCheck(L_5);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = L_5->___material;
int32_t L_7 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____AreaTexture;
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_8 = ___0_data;
NullCheck(L_8);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_9 = L_8->___areaTexture;
NullCheck(L_6);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_6, L_7, L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:188>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_10 = ___0_data;
NullCheck(L_10);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = L_10->___material;
int32_t L_12 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____SearchTexture;
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_13 = ___0_data;
NullCheck(L_13);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_14 = L_13->___searchTexture;
NullCheck(L_11);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_11, L_12, L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:189>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_15 = ___0_data;
NullCheck(L_15);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16 = L_15->___material;
int32_t L_17 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____StencilRef;
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_18 = ___0_data;
NullCheck(L_18);
float L_19 = L_18->___stencilRef;
NullCheck(L_16);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_16, L_17, L_19, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:190>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_20 = ___0_data;
NullCheck(L_20);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = L_20->___material;
int32_t L_22 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____StencilMask;
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_23 = ___0_data;
NullCheck(L_23);
float L_24 = L_23->___stencilMask;
NullCheck(L_21);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_21, L_22, L_24, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:193>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_25 = ___0_data;
NullCheck(L_25);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_26 = L_25->___material;
NullCheck(L_26);
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_26, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:195>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_27 = ___0_data;
NullCheck(L_27);
int32_t L_28 = L_27->___antialiasingQuality;
V_0 = L_28;
int32_t L_29 = V_0;
switch (L_29)
{
case 0:
{
goto IL_0094;
}
case 1:
{
goto IL_00a5;
}
case 2:
{
goto IL_00b6;
}
}
}
{
return;
}
IL_0094:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:198>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_30 = ___0_data;
NullCheck(L_30);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_31 = L_30->___material;
NullCheck(L_31);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_31, _stringLiteral5F2DDE80F0F56189B8A34A2B8E6A51223B27F3F1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:199>
return;
}
IL_00a5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:201>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_32 = ___0_data;
NullCheck(L_32);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_33 = L_32->___material;
NullCheck(L_33);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_33, _stringLiteral066C0035F66438B186A69BF34E5BBD392AE74119, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:202>
return;
}
IL_00b6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:204>
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_34 = ___0_data;
NullCheck(L_34);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35 = L_34->___material;
NullCheck(L_35);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_35, _stringLiteralFB2080595D1820C790FBEB51CA9CE4EF2F16CBB2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:207>
return;
}
}
// Method Definition Index: 34145
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderSMAAU3Eb__134_1_m118139DB11A6476F08FE03B46B10EF43A1DBA84F (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_1 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B2_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B1_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:222>
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_0 = ___0_data;
NullCheck(L_0);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___material;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:223>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_2 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_3 = L_2.___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:224>
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_4 = ___0_data;
NullCheck(L_4);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5 = L_4->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6;
L_6 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_5, NULL);
V_1 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:227>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = V_1;
NullCheck(L_7);
bool L_8;
L_8 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_7, NULL);
if (L_8)
{
G_B2_0 = L_3;
goto IL_0028;
}
G_B1_0 = L_3;
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
L_9 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B3_0 = L_9;
G_B3_1 = G_B1_0;
goto IL_004d;
}
IL_0028:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = V_1;
NullCheck(L_10);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_11;
L_11 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_10, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = L_11.___rtHandleScale;
float L_13 = L_12.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = V_1;
NullCheck(L_14);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_15;
L_15 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_14, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16 = L_15.___rtHandleScale;
float L_17 = L_16.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
memset((&L_18), 0, sizeof(L_18));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_18), L_13, L_17, NULL);
G_B3_0 = L_18;
G_B3_1 = G_B2_0;
}
IL_004d:
{
V_2 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:228>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = V_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21;
L_21 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_20, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(G_B3_1, L_19, L_21, L_22, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:229>
return;
}
}
// Method Definition Index: 34146
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderSMAAU3Eb__134_2_m22EAA82D1BD02874E36C036D9E6A2E8F51B4AB96 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_1 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B2_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B1_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:243>
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_0 = ___0_data;
NullCheck(L_0);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___material;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:244>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_2 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_3 = L_2.___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:245>
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_4 = ___0_data;
NullCheck(L_4);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5 = L_4->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6;
L_6 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_5, NULL);
V_1 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:248>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = V_1;
NullCheck(L_7);
bool L_8;
L_8 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_7, NULL);
if (L_8)
{
G_B2_0 = L_3;
goto IL_0028;
}
G_B1_0 = L_3;
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
L_9 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B3_0 = L_9;
G_B3_1 = G_B1_0;
goto IL_004d;
}
IL_0028:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = V_1;
NullCheck(L_10);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_11;
L_11 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_10, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = L_11.___rtHandleScale;
float L_13 = L_12.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = V_1;
NullCheck(L_14);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_15;
L_15 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_14, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16 = L_15.___rtHandleScale;
float L_17 = L_16.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
memset((&L_18), 0, sizeof(L_18));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_18), L_13, L_17, NULL);
G_B3_0 = L_18;
G_B3_1 = G_B2_0;
}
IL_004d:
{
V_2 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:249>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = V_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21;
L_21 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_20, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(G_B3_1, L_19, L_21, L_22, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:250>
return;
}
}
// Method Definition Index: 34147
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderSMAAU3Eb__134_3_m0953419C4159D35CE0CB365FEEF2837E4C0C0B95 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_1 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B2_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B1_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:265>
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_0 = ___0_data;
NullCheck(L_0);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___material;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:266>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_2 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_3 = L_2.___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:267>
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_4 = ___0_data;
NullCheck(L_4);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5 = L_4->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6;
L_6 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_5, NULL);
V_1 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:270>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_8 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BlendTexture;
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_9 = ___0_data;
NullCheck(L_9);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = L_9->___blendTexture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_11;
L_11 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_10, NULL);
NullCheck(L_7);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_7, L_8, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:271>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12 = V_1;
NullCheck(L_12);
bool L_13;
L_13 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_12, NULL);
if (L_13)
{
G_B2_0 = L_3;
goto IL_003e;
}
G_B1_0 = L_3;
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
L_14 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B3_0 = L_14;
G_B3_1 = G_B1_0;
goto IL_0063;
}
IL_003e:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = V_1;
NullCheck(L_15);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_16;
L_16 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_15, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = L_16.___rtHandleScale;
float L_18 = L_17.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = V_1;
NullCheck(L_19);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_20;
L_20 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_19, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_21 = L_20.___rtHandleScale;
float L_22 = L_21.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
memset((&L_23), 0, sizeof(L_23));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_23), L_18, L_22, NULL);
G_B3_0 = L_23;
G_B3_1 = G_B2_0;
}
IL_0063:
{
V_2 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:272>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_26;
L_26 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_25, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_27 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(G_B3_1, L_24, L_26, L_27, 2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:273>
return;
}
}
// Method Definition Index: 34148
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderBloomTextureU3Eb__139_0_mA8DF66D16B26ED76D32BD92A5E3AA8976BD42D88 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_5;
memset((&V_5), 0, sizeof(V_5));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t V_7 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_8;
memset((&V_8), 0, sizeof(V_8));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t V_10 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_11;
memset((&V_11), 0, sizeof(V_11));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_12;
memset((&V_12), 0, sizeof(V_12));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_13;
memset((&V_13), 0, sizeof(V_13));
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_14 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 G_B14_0;
memset((&G_B14_0), 0, sizeof(G_B14_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:473>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_context;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2;
L_2 = CommandBufferHelpers_GetNativeCommandBuffer_m00E0A36F7BA58959180A2CF84B882FCE474577CA_inline(L_1, NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:474>
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_3 = ___0_data;
NullCheck(L_3);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = L_3->___material;
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:475>
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_5 = ___0_data;
NullCheck(L_5);
int32_t L_6 = L_5->___mipCount;
V_2 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:477>
V_3 = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:478>
V_4 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:481>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = V_0;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_8;
L_8 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)50), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_5), L_7, L_8, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0057:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:483>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = V_0;
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_10 = ___0_data;
NullCheck(L_10);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11 = L_10->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12;
L_12 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_11, NULL);
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_13 = ___0_data;
NullCheck(L_13);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_14 = L_13->___bloomMipDown;
NullCheck(L_14);
int32_t L_15 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17;
L_17 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_16, NULL);
int32_t L_18 = V_3;
int32_t L_19 = V_4;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = V_1;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_9, L_12, L_17, L_18, L_19, L_20, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:484>
goto IL_0065;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0065:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:490>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_21 = V_0;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_22;
L_22 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)51), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_5), L_21, L_22, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00e8:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:492>
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_23 = ___0_data;
NullCheck(L_23);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_24 = L_23->___bloomMipDown;
NullCheck(L_24);
int32_t L_25 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_26 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
V_6 = L_26;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:493>
V_7 = 1;
goto IL_00e1_1;
}
IL_0087_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:495>
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_27 = ___0_data;
NullCheck(L_27);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_28 = L_27->___bloomMipDown;
int32_t L_29 = V_7;
NullCheck(L_28);
int32_t L_30 = L_29;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
V_8 = L_31;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:496>
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_32 = ___0_data;
NullCheck(L_32);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_33 = L_32->___bloomMipUp;
int32_t L_34 = V_7;
NullCheck(L_33);
int32_t L_35 = L_34;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
V_9 = L_36;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:498>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_37 = V_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_38 = V_6;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39;
L_39 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_38, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_40 = V_9;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_41;
L_41 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_40, NULL);
int32_t L_42 = V_3;
int32_t L_43 = V_4;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_44 = V_1;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_37, L_39, L_41, L_42, L_43, L_44, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:499>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_45 = V_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_46 = V_9;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_47;
L_47 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_46, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_48 = V_8;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_49;
L_49 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_48, NULL);
int32_t L_50 = V_3;
int32_t L_51 = V_4;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_52 = V_1;
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_45, L_47, L_49, L_50, L_51, L_52, 2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:501>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_53 = V_8;
V_6 = L_53;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:493>
int32_t L_54 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_54, 1));
}
IL_00e1_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:493>
int32_t L_55 = V_7;
int32_t L_56 = V_2;
if ((((int32_t)L_55) < ((int32_t)L_56)))
{
goto IL_0087_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:503>
goto IL_00f6;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00f6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:505>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_57 = V_0;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_58;
L_58 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)52), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_5), L_57, L_58, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_019e:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:508>
int32_t L_59 = V_2;
V_10 = ((int32_t)il2cpp_codegen_subtract(L_59, 2));
goto IL_0194_1;
}
IL_010f_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:510>
int32_t L_60 = V_10;
int32_t L_61 = V_2;
if ((((int32_t)L_60) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_61, 2)))))
{
goto IL_0127_1;
}
}
{
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_62 = ___0_data;
NullCheck(L_62);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_63 = L_62->___bloomMipUp;
int32_t L_64 = V_10;
NullCheck(L_63);
int32_t L_65 = ((int32_t)il2cpp_codegen_add(L_64, 1));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
G_B14_0 = L_66;
goto IL_0136_1;
}
IL_0127_1:
{
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_67 = ___0_data;
NullCheck(L_67);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_68 = L_67->___bloomMipDown;
int32_t L_69 = V_10;
NullCheck(L_68);
int32_t L_70 = ((int32_t)il2cpp_codegen_add(L_69, 1));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
G_B14_0 = L_71;
}
IL_0136_1:
{
V_11 = G_B14_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:511>
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_72 = ___0_data;
NullCheck(L_72);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_73 = L_72->___bloomMipDown;
int32_t L_74 = V_10;
NullCheck(L_73);
int32_t L_75 = L_74;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_76 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
V_12 = L_76;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:512>
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_77 = ___0_data;
NullCheck(L_77);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_78 = L_77->___bloomMipUp;
int32_t L_79 = V_10;
NullCheck(L_78);
int32_t L_80 = L_79;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_81 = (L_78)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
V_13 = L_81;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:518>
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_82 = ___0_data;
NullCheck(L_82);
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_83 = L_82->___upsampleMaterials;
int32_t L_84 = V_10;
NullCheck(L_83);
int32_t L_85 = L_84;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_86 = (L_83)->GetAt(static_cast<il2cpp_array_size_t>(L_85));
V_14 = L_86;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:519>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_87 = V_14;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_88 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____SourceTexLowMip;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_89 = V_11;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_90;
L_90 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_89, NULL);
NullCheck(L_87);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_87, L_88, L_90, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:521>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_91 = V_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_92 = V_12;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_93;
L_93 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_92, NULL);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_94 = V_13;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_95;
L_95 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_94, NULL);
int32_t L_96 = V_3;
int32_t L_97 = V_4;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_98 = V_14;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_91, L_93, L_95, L_96, L_97, L_98, 3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:508>
int32_t L_99 = V_10;
V_10 = ((int32_t)il2cpp_codegen_subtract(L_99, 1));
}
IL_0194_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:508>
int32_t L_100 = V_10;
if ((((int32_t)L_100) >= ((int32_t)0)))
{
goto IL_010f_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:523>
goto IL_01ac;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01ac:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:524>
return;
}
}
// Method Definition Index: 34149
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderDoFGaussianU3Eb__142_0_m3BCE6B283CC6604944D22E4D3FF7F93DBE93C1B3 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9E9F97F4B6286A1393F651B9AA5CA3FA68AEA47);
s_Il2CppMethodInitialized = true;
}
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_2 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_3 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_4 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_5;
memset((&V_5), 0, sizeof(V_5));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
memset((&V_6), 0, sizeof(V_6));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B10_0;
memset((&G_B10_0), 0, sizeof(G_B10_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:636>
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_0 = ___0_data;
NullCheck(L_0);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___material;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:637>
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_2 = ___0_data;
NullCheck(L_2);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = L_2->___materialCoC;
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:638>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_4 = ___1_context;
NullCheck(L_4);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_5 = L_4->___cmd;
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6;
L_6 = CommandBufferHelpers_GetNativeCommandBuffer_m00E0A36F7BA58959180A2CF84B882FCE474577CA_inline(L_5, NULL);
V_2 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:640>
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_7 = ___0_data;
NullCheck(L_7);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8 = L_7->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9;
L_9 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_8, NULL);
V_3 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:641>
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_10 = ___0_data;
NullCheck(L_10);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11 = L_10->___destination;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12;
L_12 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_11, NULL);
V_4 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:644>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_13;
L_13 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)38), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_13, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00da:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:646>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = V_0;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_15 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____CoCParams;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_16 = ___0_data;
NullCheck(L_16);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17 = L_16->___cocParams;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_18;
L_18 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_17, NULL);
NullCheck(L_14);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_14, L_15, L_18, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:647>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:648>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19 = V_0;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_20 = ___0_data;
NullCheck(L_20);
bool L_21 = L_20->___highQualitySamplingValue;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_19, _stringLiteralD9E9F97F4B6286A1393F651B9AA5CA3FA68AEA47, L_21, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:650>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_1;
int32_t L_23 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____CoCParams;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_24 = ___0_data;
NullCheck(L_24);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25 = L_24->___cocParams;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_26;
L_26 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_25, NULL);
NullCheck(L_22);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_22, L_23, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:651>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:652>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_27 = V_1;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_28 = ___0_data;
NullCheck(L_28);
bool L_29 = L_28->___highQualitySamplingValue;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_27, _stringLiteralD9E9F97F4B6286A1393F651B9AA5CA3FA68AEA47, L_29, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:654>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_30 = V_2;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_31 = ___0_data;
NullCheck(L_31);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_32 = L_31->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_33;
L_33 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_32, NULL);
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_30, L_33, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:655>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:656>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:657>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_34 = V_0;
int32_t L_35 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____DownSampleScaleFactor;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_36 = ___0_data;
NullCheck(L_36);
int32_t L_37 = L_36->___downsample;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_38 = ___0_data;
NullCheck(L_38);
int32_t L_39 = L_38->___downsample;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_40 = ___0_data;
NullCheck(L_40);
int32_t L_41 = L_40->___downsample;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_42 = ___0_data;
NullCheck(L_42);
int32_t L_43 = L_42->___downsample;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_44;
memset((&L_44), 0, sizeof(L_44));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_44), ((float)((1.0f)/((float)L_37))), ((float)((1.0f)/((float)L_39))), ((float)L_41), ((float)L_43), NULL);
NullCheck(L_34);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_34, L_35, L_44, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:658>
goto IL_00e8;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00e8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:661>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_45;
L_45 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)39), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_45, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0131:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:663>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_46 = V_0;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
int32_t L_47 = ((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___s_CameraDepthTextureID;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_48 = ___0_data;
NullCheck(L_48);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_49 = L_48->___depthTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_50;
L_50 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_49, NULL);
NullCheck(L_46);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_46, L_47, L_50, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:664>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_51 = V_2;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_52 = ___0_data;
NullCheck(L_52);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_53 = L_52->___sourceTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_54;
L_54 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_53, NULL);
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_55 = ___0_data;
NullCheck(L_55);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_56 = L_55->___fullCoCTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_57;
L_57 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_56, NULL);
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_58 = ___0_data;
NullCheck(L_58);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_59 = L_58->___materialCoC;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_51, L_54, L_57, L_59, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:665>
goto IL_013f;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_013f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:668>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_60;
L_60 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)40), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_60, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01fa:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:670>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_61 = V_0;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_62 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullCoCTexture;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_63 = ___0_data;
NullCheck(L_63);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_64 = L_63->___fullCoCTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_65;
L_65 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_64, NULL);
NullCheck(L_61);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_61, L_62, L_65, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:673>
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_66 = ___0_data;
NullCheck(L_66);
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_67 = L_66->___multipleRenderTargets;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_68 = ___0_data;
NullCheck(L_68);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_69 = L_68->___halfCoCTexture;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_70;
L_70 = TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D(L_69, NULL);
NullCheck(L_67);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(0), (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B)L_70);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:674>
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_71 = ___0_data;
NullCheck(L_71);
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_72 = L_71->___multipleRenderTargets;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_73 = ___0_data;
NullCheck(L_73);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_74 = L_73->___pingTexture;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_75;
L_75 = TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D(L_74, NULL);
NullCheck(L_72);
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(1), (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B)L_75);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:675>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_76 = V_2;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_77 = ___0_data;
NullCheck(L_77);
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_78 = L_77->___multipleRenderTargets;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_79 = ___0_data;
NullCheck(L_79);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_80 = L_79->___halfCoCTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_81;
L_81 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_80, NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetRenderTarget_m15C7543529D1F2137686A7BCF7CF18DF3B4BD443(L_76, L_78, L_81, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:677>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_82 = V_3;
NullCheck(L_82);
bool L_83;
L_83 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_82, NULL);
if (L_83)
{
goto IL_01b7_1;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_84;
L_84 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B10_0 = L_84;
goto IL_01dc_1;
}
IL_01b7_1:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_85 = V_3;
NullCheck(L_85);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_86;
L_86 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_85, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_87 = L_86.___rtHandleScale;
float L_88 = L_87.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_89 = V_3;
NullCheck(L_89);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_90;
L_90 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_89, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_91 = L_90.___rtHandleScale;
float L_92 = L_91.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_93;
memset((&L_93), 0, sizeof(L_93));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_93), L_88, L_92, NULL);
G_B10_0 = L_93;
}
IL_01dc_1:
{
V_6 = G_B10_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:678>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_94 = V_2;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_95 = ___0_data;
NullCheck(L_95);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_96 = L_95->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_97;
L_97 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_96, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_98 = V_6;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_99;
L_99 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_98, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_100 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_m21015F24382F8A20B9FC10DB85B8FCE7BEAE8C63(L_94, L_97, L_99, L_100, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:679>
goto IL_0208;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0208:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:682>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_101;
L_101 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)41), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_101, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_024c:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:684>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_102 = V_0;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_103 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____HalfCoCTexture;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_104 = ___0_data;
NullCheck(L_104);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_105 = L_104->___halfCoCTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_106;
L_106 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_105, NULL);
NullCheck(L_102);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_102, L_103, L_106, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:685>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_107 = V_2;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_108 = ___0_data;
NullCheck(L_108);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_109 = L_108->___pingTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_110;
L_110 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_109, NULL);
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_111 = ___0_data;
NullCheck(L_111);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_112 = L_111->___pongTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_113;
L_113 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_112, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_114 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_107, L_110, L_113, L_114, 2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:686>
goto IL_025a;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_025a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:689>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_115;
L_115 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)42), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_115, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0288:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:691>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_116 = V_2;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_117 = ___0_data;
NullCheck(L_117);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_118 = L_117->___pongTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_119;
L_119 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_118, NULL);
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_120 = ___0_data;
NullCheck(L_120);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_121 = L_120->___pingTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_122;
L_122 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_121, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_123 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_116, L_119, L_122, L_123, 3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:692>
goto IL_0296;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0296:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:695>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_124;
L_124 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)45), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_124, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_02dd:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:697>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_125 = V_0;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_126 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____ColorTexture;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_127 = ___0_data;
NullCheck(L_127);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_128 = L_127->___pingTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_129;
L_129 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_128, NULL);
NullCheck(L_125);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_125, L_126, L_129, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:698>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_130 = V_0;
int32_t L_131 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullCoCTexture;
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_132 = ___0_data;
NullCheck(L_132);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_133 = L_132->___fullCoCTexture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_134;
L_134 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_133, NULL);
NullCheck(L_130);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_130, L_131, L_134, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:699>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_135 = V_2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_136 = V_3;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_137 = V_4;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_138 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_135, L_136, L_137, L_138, 4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:700>
goto IL_02eb;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_02eb:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:701>
return;
}
}
// Method Definition Index: 34150
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderDoFBokehU3Eb__144_0_m7C6A54D4698742D33BEB76804C8F833FF82CA12B (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9);
s_Il2CppMethodInitialized = true;
}
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_2 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_3 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_4 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_5;
memset((&V_5), 0, sizeof(V_5));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:797>
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_0 = ___0_data;
NullCheck(L_0);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___material;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:798>
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_2 = ___0_data;
NullCheck(L_2);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = L_2->___materialCoC;
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:799>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_4 = ___1_context;
NullCheck(L_4);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_5 = L_4->___cmd;
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6;
L_6 = CommandBufferHelpers_GetNativeCommandBuffer_m00E0A36F7BA58959180A2CF84B882FCE474577CA_inline(L_5, NULL);
V_2 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:800>
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_7 = ___0_data;
NullCheck(L_7);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8 = L_7->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9;
L_9 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_8, NULL);
V_3 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:801>
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_10 = ___0_data;
NullCheck(L_10);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11 = L_10->___destination;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12;
L_12 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_11, NULL);
V_4 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:804>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_13;
L_13 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)38), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_13, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00f2:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:806>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:807>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = V_0;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_15 = ___0_data;
NullCheck(L_15);
bool L_16 = L_15->___useFastSRGBLinearConversion;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_14, _stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9, L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:808>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:809>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_17 = V_1;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_18 = ___0_data;
NullCheck(L_18);
bool L_19 = L_18->___useFastSRGBLinearConversion;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_17, _stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9, L_19, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:811>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = V_0;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_21 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____CoCParams;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_22 = ___0_data;
NullCheck(L_22);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23 = L_22->___cocParams;
NullCheck(L_20);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_20, L_21, L_23, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:812>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_24 = V_0;
int32_t L_25 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BokehKernel;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_26 = ___0_data;
NullCheck(L_26);
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_27 = L_26->___bokehKernel;
NullCheck(L_24);
Material_SetVectorArray_mB06BA7BAF369A609DC5DC448BBDCE8B4AF3CAC7F(L_24, L_25, L_27, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:813>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:814>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:815>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_28 = V_0;
int32_t L_29 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____DownSampleScaleFactor;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_30 = ___0_data;
NullCheck(L_30);
int32_t L_31 = L_30->___downSample;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_32 = ___0_data;
NullCheck(L_32);
int32_t L_33 = L_32->___downSample;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_34 = ___0_data;
NullCheck(L_34);
int32_t L_35 = L_34->___downSample;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_36 = ___0_data;
NullCheck(L_36);
int32_t L_37 = L_36->___downSample;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_38;
memset((&L_38), 0, sizeof(L_38));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_38), ((float)((1.0f)/((float)L_31))), ((float)((1.0f)/((float)L_33))), ((float)L_35), ((float)L_37), NULL);
NullCheck(L_28);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_28, L_29, L_38, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:816>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:817>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_39 = V_0;
int32_t L_40 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BokehConstants;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_41 = ___0_data;
NullCheck(L_41);
float L_42 = L_41->___uvMargin;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_43 = ___0_data;
NullCheck(L_43);
float L_44 = L_43->___uvMargin;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_45;
memset((&L_45), 0, sizeof(L_45));
Vector4__ctor_m1FD55F67090B321AC9488CA325A72E454E6BCA37_inline((&L_45), L_42, ((float)il2cpp_codegen_multiply(L_44, (2.0f))), NULL);
NullCheck(L_39);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_39, L_40, L_45, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:818>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_46 = V_2;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_47 = ___0_data;
NullCheck(L_47);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_48 = L_47->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_49;
L_49 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_48, NULL);
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_46, L_49, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:819>
goto IL_0100;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0100:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:822>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_50;
L_50 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)39), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_50, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_013a:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:824>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_51 = V_0;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
int32_t L_52 = ((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___s_CameraDepthTextureID;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_53 = ___0_data;
NullCheck(L_53);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_54 = L_53->___depthTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_55;
L_55 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_54, NULL);
NullCheck(L_51);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_51, L_52, L_55, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:825>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_56 = V_2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_57 = V_3;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_58 = ___0_data;
NullCheck(L_58);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_59 = L_58->___fullCoCTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_60;
L_60 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_59, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_61 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_56, L_57, L_60, L_61, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:826>
goto IL_0148;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0148:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:829>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_62;
L_62 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)40), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_62, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0182:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:831>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_63 = V_0;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_64 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullCoCTexture;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_65 = ___0_data;
NullCheck(L_65);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_66 = L_65->___fullCoCTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_67;
L_67 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_66, NULL);
NullCheck(L_63);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_63, L_64, L_67, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:832>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_68 = V_2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_69 = V_3;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_70 = ___0_data;
NullCheck(L_70);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_71 = L_70->___pingTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_72;
L_72 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_71, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_73 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_68, L_69, L_72, L_73, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:833>
goto IL_0190;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0190:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:836>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_74;
L_74 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)43), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_74, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01be:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:838>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_75 = V_2;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_76 = ___0_data;
NullCheck(L_76);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_77 = L_76->___pingTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_78;
L_78 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_77, NULL);
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_79 = ___0_data;
NullCheck(L_79);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_80 = L_79->___pongTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_81;
L_81 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_80, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_82 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_75, L_78, L_81, L_82, 2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:839>
goto IL_01cc;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01cc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:842>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_83;
L_83 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)44), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_83, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01fa:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:844>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_84 = V_2;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_85 = ___0_data;
NullCheck(L_85);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_86 = L_85->___pongTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_87;
L_87 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_86, NULL);
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_88 = ___0_data;
NullCheck(L_88);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_89 = L_88->___pingTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_90;
L_90 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_89, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_91 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_84, L_87, L_90, L_91, 3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:845>
goto IL_0208;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0208:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:848>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_92;
L_92 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)45), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_5), L_92, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0239:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_5), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:850>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_93 = V_0;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_94 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____DofTexture;
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_95 = ___0_data;
NullCheck(L_95);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_96 = L_95->___pingTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_97;
L_97 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_96, NULL);
NullCheck(L_93);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_93, L_94, L_97, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:851>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_98 = V_2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_99 = V_3;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_100 = V_4;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_101 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_98, L_99, L_100, L_101, 4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:852>
goto IL_0247;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0247:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:853>
return;
}
}
// Method Definition Index: 34151
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderPaniniProjectionU3Eb__146_0_mAE39A74EA1DDF286CD6BCABC4549D2374CE8B347 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ADACFBB5A797B96BB4AB3D6D30CA644ABFC150A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF9B0EF01DE2A312794B9F1E7864935A88AB3349);
s_Il2CppMethodInitialized = true;
}
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B2_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B2_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B1_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B1_1 = NULL;
String_t* G_B3_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B3_1 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_2 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B5_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B4_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B6_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:898>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:899>
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
V_0 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:901>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_5 = L_1;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_6 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Params;
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_7 = ___0_data;
NullCheck(L_7);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = L_7->___paniniParams;
NullCheck(L_5);
RasterCommandBuffer_SetGlobalVector_mB54A698709E920A961D8601DC5B2452B4866C68E(L_5, L_6, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:902>
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_9 = ___0_data;
NullCheck(L_9);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = L_9->___material;
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_11 = ___0_data;
NullCheck(L_11);
bool L_12 = L_11->___isPaniniGeneric;
if (L_12)
{
G_B2_0 = L_10;
G_B2_1 = L_5;
goto IL_0038;
}
G_B1_0 = L_10;
G_B1_1 = L_5;
}
{
G_B3_0 = _stringLiteralAF9B0EF01DE2A312794B9F1E7864935A88AB3349;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_003d;
}
IL_0038:
{
G_B3_0 = _stringLiteral2ADACFBB5A797B96BB4AB3D6D30CA644ABFC150A;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_003d:
{
NullCheck(G_B3_1);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B3_1, G_B3_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:904>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13 = V_0;
NullCheck(L_13);
bool L_14;
L_14 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_13, NULL);
if (L_14)
{
G_B5_0 = G_B3_2;
goto IL_0051;
}
G_B4_0 = G_B3_2;
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
L_15 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B6_0 = L_15;
G_B6_1 = G_B4_0;
goto IL_0076;
}
IL_0051:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16 = V_0;
NullCheck(L_16);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_17;
L_17 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_16, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_18 = L_17.___rtHandleScale;
float L_19 = L_18.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = V_0;
NullCheck(L_20);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_21;
L_21 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_20, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22 = L_21.___rtHandleScale;
float L_23 = L_22.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
memset((&L_24), 0, sizeof(L_24));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_24), L_19, L_23, NULL);
G_B6_0 = L_24;
G_B6_1 = G_B5_0;
}
IL_0076:
{
V_1 = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:905>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26 = V_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27;
L_27 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_26, NULL);
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_28 = ___0_data;
NullCheck(L_28);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_29 = L_28->___material;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(G_B6_1, L_25, L_27, L_29, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:906>
return;
}
}
// Method Definition Index: 34152
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderMotionBlurU3Eb__152_0_m7AF45FBB93763E5406C083BF0CB39E232C3A931C (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53E5A11AA5E4FD35308D01344B0A5149AC89BE2D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
s_Il2CppMethodInitialized = true;
}
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B2_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B1_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1021>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1022>
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
V_0 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1024>
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_5 = ___0_data;
NullCheck(L_5);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)(&L_5->___material);
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_7 = ___0_data;
NullCheck(L_7);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8 = L_7->___camera;
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_9 = ___0_data;
NullCheck(L_9);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_10 = L_9->___xr;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
PostProcessPass_UpdateMotionBlurMatrices_m84163B214654508F44DB87605071D993DACD0083(L_6, L_8, L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1026>
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_11 = ___0_data;
NullCheck(L_11);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_12 = L_11->___material;
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_13 = ___0_data;
NullCheck(L_13);
float L_14 = L_13->___intensity;
NullCheck(L_12);
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_12, _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E, L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1027>
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_15 = ___0_data;
NullCheck(L_15);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16 = L_15->___material;
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_17 = ___0_data;
NullCheck(L_17);
float L_18 = L_17->___clamp;
NullCheck(L_16);
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_16, _stringLiteral53E5A11AA5E4FD35308D01344B0A5149AC89BE2D, L_18, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1028>
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_19 = ___0_data;
NullCheck(L_19);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = L_19->___material;
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_21 = ___0_data;
NullCheck(L_21);
bool L_22 = L_21->___enableAlphaOutput;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_20, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_22, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1030>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_23 = L_1;
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_24 = ___0_data;
NullCheck(L_24);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_25 = L_24->___sourceTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26;
L_26 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_25, NULL);
PostProcessUtils_SetSourceSize_m5188E13BABE534DB6AE849A3EC8683632EB62BA2(L_23, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1031>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_27 = V_0;
NullCheck(L_27);
bool L_28;
L_28 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_27, NULL);
if (L_28)
{
G_B2_0 = L_23;
goto IL_008b;
}
G_B1_0 = L_23;
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
L_29 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B3_0 = L_29;
G_B3_1 = G_B1_0;
goto IL_00b0;
}
IL_008b:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_30 = V_0;
NullCheck(L_30);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_31;
L_31 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_30, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_32 = L_31.___rtHandleScale;
float L_33 = L_32.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_34 = V_0;
NullCheck(L_34);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_35;
L_35 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_34, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_36 = L_35.___rtHandleScale;
float L_37 = L_36.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38;
memset((&L_38), 0, sizeof(L_38));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_38), L_33, L_37, NULL);
G_B3_0 = L_38;
G_B3_1 = G_B2_0;
}
IL_00b0:
{
V_1 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1032>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_40 = V_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_41;
L_41 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_40, NULL);
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_42 = ___0_data;
NullCheck(L_42);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_43 = L_42->___material;
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_44 = ___0_data;
NullCheck(L_44);
int32_t L_45 = L_44->___passIndex;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(G_B3_1, L_39, L_41, L_43, L_45, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1033>
return;
}
}
// Method Definition Index: 34153
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CLensFlareDataDrivenComputeOcclusionU3Eb__154_0_m4553111C43A59454E2D321A00F02186FB8A66979 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_ctx, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_0 = NULL;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* V_1 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
memset((&V_4), 0, sizeof(V_4));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1088>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_0 = ___0_data;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = L_0->___cameraData;
NullCheck(L_1);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = L_1->___camera;
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1089>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_3 = ___0_data;
NullCheck(L_3);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = L_3->___cameraData;
NullCheck(L_4);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_5;
L_5 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_4, NULL);
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1095>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_6 = V_1;
NullCheck(L_6);
bool L_7;
L_7 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_6, NULL);
if (!L_7)
{
goto IL_0079;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1097>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_8 = V_1;
NullCheck(L_8);
bool L_9;
L_9 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_8, NULL);
if (!L_9)
{
goto IL_004e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1099>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_10 = ___0_data;
NullCheck(L_10);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = L_10->___cameraData;
NullCheck(L_11);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_12;
L_12 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_11, 0, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_13;
L_13 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_12, (bool)1, NULL);
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_14 = ___0_data;
NullCheck(L_14);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = L_14->___cameraData;
NullCheck(L_15);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_16;
L_16 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_15, 0, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17;
L_17 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_13, L_16, NULL);
V_2 = L_17;
goto IL_009d;
}
IL_004e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1104>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_18 = V_0;
NullCheck(L_18);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_19;
L_19 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_18, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_20;
L_20 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_19, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1105>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_21 = V_0;
NullCheck(L_21);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22;
L_22 = Camera_get_worldToCameraMatrix_m48E324BD76706A316A1701EFC6A3DEC7DFB2FF40(L_21, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23;
L_23 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_20, L_22, NULL);
V_2 = L_23;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1106>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_24 = ___0_data;
NullCheck(L_24);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_25 = L_24->___cameraData;
NullCheck(L_25);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_26;
L_26 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_25, NULL);
NullCheck(L_26);
int32_t L_27;
L_27 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_26, NULL);
goto IL_009d;
}
IL_0079:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1111>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_28 = ___0_data;
NullCheck(L_28);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_29 = L_28->___cameraData;
NullCheck(L_29);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_30;
L_30 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_29, 0, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_31;
L_31 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_30, (bool)1, NULL);
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_32 = ___0_data;
NullCheck(L_32);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_33 = L_32->___cameraData;
NullCheck(L_33);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_34;
L_34 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_33, 0, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_35;
L_35 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_31, L_34, NULL);
V_2 = L_35;
}
IL_009d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1120>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1121>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1122>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1123>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1124>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1125>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1126>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1127>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_36 = ___0_data;
NullCheck(L_36);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_37 = L_36->___material;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_38 = V_0;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_39 = V_1;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_40 = V_1;
NullCheck(L_40);
int32_t L_41;
L_41 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_40, NULL);
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_42 = ___0_data;
NullCheck(L_42);
float L_43 = L_42->___width;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_44 = ___0_data;
NullCheck(L_44);
float L_45 = L_44->___height;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_46 = ___0_data;
NullCheck(L_46);
bool L_47 = L_46->___usePanini;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_48 = ___0_data;
NullCheck(L_48);
float L_49 = L_48->___paniniDistance;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_50 = ___0_data;
NullCheck(L_50);
float L_51 = L_50->___paniniCropToFit;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_52 = V_0;
NullCheck(L_52);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_53;
L_53 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_52, NULL);
NullCheck(L_53);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_54;
L_54 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_53, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_55 = V_2;
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_56 = ___1_ctx;
NullCheck(L_56);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_57 = L_56->___cmd;
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
LensFlareCommonSRP_ComputeOcclusion_m9A4A53D58985F70A190DED0F119165686DA89305(L_37, L_38, L_39, L_41, L_43, L_45, L_47, L_49, L_51, (bool)1, L_54, L_55, L_57, (bool)0, (bool)0, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1131>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_58 = V_1;
NullCheck(L_58);
bool L_59;
L_59 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_58, NULL);
if (!L_59)
{
goto IL_0172;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_60 = V_1;
NullCheck(L_60);
bool L_61;
L_61 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_60, NULL);
if (!L_61)
{
goto IL_0172;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1135>
V_3 = 1;
goto IL_0169;
}
IL_00fc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1137>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_62 = ___0_data;
NullCheck(L_62);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_63 = L_62->___cameraData;
int32_t L_64 = V_3;
NullCheck(L_63);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_65;
L_65 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_63, L_64, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_66;
L_66 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_65, (bool)1, NULL);
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_67 = ___0_data;
NullCheck(L_67);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_68 = L_67->___cameraData;
int32_t L_69 = V_3;
NullCheck(L_68);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_70;
L_70 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_68, L_69, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_71;
L_71 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_66, L_70, NULL);
V_4 = L_71;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1140>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1141>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1142>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1143>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1144>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1145>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1146>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1147>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_72 = ___0_data;
NullCheck(L_72);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_73 = L_72->___material;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_74 = V_0;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_75 = V_1;
int32_t L_76 = V_3;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_77 = ___0_data;
NullCheck(L_77);
float L_78 = L_77->___width;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_79 = ___0_data;
NullCheck(L_79);
float L_80 = L_79->___height;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_81 = ___0_data;
NullCheck(L_81);
bool L_82 = L_81->___usePanini;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_83 = ___0_data;
NullCheck(L_83);
float L_84 = L_83->___paniniDistance;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_85 = ___0_data;
NullCheck(L_85);
float L_86 = L_85->___paniniCropToFit;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_87 = V_0;
NullCheck(L_87);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_88;
L_88 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_87, NULL);
NullCheck(L_88);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_89;
L_89 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_88, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_90 = V_4;
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_91 = ___1_ctx;
NullCheck(L_91);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_92 = L_91->___cmd;
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
LensFlareCommonSRP_ComputeOcclusion_m9A4A53D58985F70A190DED0F119165686DA89305(L_73, L_74, L_75, L_76, L_78, L_80, L_82, L_84, L_86, (bool)1, L_89, L_90, L_92, (bool)0, (bool)0, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1135>
int32_t L_93 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_93, 1));
}
IL_0169:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1135>
int32_t L_94 = V_3;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_95 = V_1;
NullCheck(L_95);
int32_t L_96;
L_96 = XRPass_get_viewCount_m0D9E6A5AEA60C52EAA3B211DDE1BEA734318A35D(L_95, NULL);
if ((((int32_t)L_94) < ((int32_t)L_96)))
{
goto IL_00fc;
}
}
IL_0172:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1151>
return;
}
}
// Method Definition Index: 34154
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_0_m208C3353CD2202686CB06CE96C722752841F3870 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_ctx, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_1_mC9D97488D0C5711F8D69E34199EDDAFEA0DDD04D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_2_mC3EA196BAA1A7FC70B16EC5F9417BB617F89C0B8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_0 = NULL;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* V_1 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
memset((&V_4), 0, sizeof(V_4));
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* G_B5_0 = NULL;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B5_1;
memset((&G_B5_1), 0, sizeof(G_B5_1));
RuntimeObject* G_B5_2 = NULL;
RuntimeObject* G_B5_3 = NULL;
int32_t G_B5_4 = 0;
int32_t G_B5_5 = 0;
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* G_B5_6 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 G_B5_7;
memset((&G_B5_7), 0, sizeof(G_B5_7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B5_8;
memset((&G_B5_8), 0, sizeof(G_B5_8));
int32_t G_B5_9 = 0;
float G_B5_10 = 0.0f;
float G_B5_11 = 0.0f;
bool G_B5_12 = false;
float G_B5_13 = 0.0f;
float G_B5_14 = 0.0f;
int32_t G_B5_15 = 0;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* G_B5_16 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B5_17;
memset((&G_B5_17), 0, sizeof(G_B5_17));
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* G_B5_18 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B5_19 = NULL;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* G_B4_0 = NULL;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B4_1;
memset((&G_B4_1), 0, sizeof(G_B4_1));
RuntimeObject* G_B4_2 = NULL;
RuntimeObject* G_B4_3 = NULL;
int32_t G_B4_4 = 0;
int32_t G_B4_5 = 0;
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* G_B4_6 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 G_B4_7;
memset((&G_B4_7), 0, sizeof(G_B4_7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B4_8;
memset((&G_B4_8), 0, sizeof(G_B4_8));
int32_t G_B4_9 = 0;
float G_B4_10 = 0.0f;
float G_B4_11 = 0.0f;
bool G_B4_12 = false;
float G_B4_13 = 0.0f;
float G_B4_14 = 0.0f;
int32_t G_B4_15 = 0;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* G_B4_16 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B4_17;
memset((&G_B4_17), 0, sizeof(G_B4_17));
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* G_B4_18 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B4_19 = NULL;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* G_B9_0 = NULL;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B9_1;
memset((&G_B9_1), 0, sizeof(G_B9_1));
RuntimeObject* G_B9_2 = NULL;
RuntimeObject* G_B9_3 = NULL;
int32_t G_B9_4 = 0;
int32_t G_B9_5 = 0;
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* G_B9_6 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 G_B9_7;
memset((&G_B9_7), 0, sizeof(G_B9_7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B9_8;
memset((&G_B9_8), 0, sizeof(G_B9_8));
int32_t G_B9_9 = 0;
float G_B9_10 = 0.0f;
float G_B9_11 = 0.0f;
bool G_B9_12 = false;
float G_B9_13 = 0.0f;
float G_B9_14 = 0.0f;
int32_t G_B9_15 = 0;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* G_B9_16 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B9_17;
memset((&G_B9_17), 0, sizeof(G_B9_17));
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* G_B9_18 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B9_19 = NULL;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* G_B8_0 = NULL;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B8_1;
memset((&G_B8_1), 0, sizeof(G_B8_1));
RuntimeObject* G_B8_2 = NULL;
RuntimeObject* G_B8_3 = NULL;
int32_t G_B8_4 = 0;
int32_t G_B8_5 = 0;
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* G_B8_6 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 G_B8_7;
memset((&G_B8_7), 0, sizeof(G_B8_7));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B8_8;
memset((&G_B8_8), 0, sizeof(G_B8_8));
int32_t G_B8_9 = 0;
float G_B8_10 = 0.0f;
float G_B8_11 = 0.0f;
bool G_B8_12 = false;
float G_B8_13 = 0.0f;
float G_B8_14 = 0.0f;
int32_t G_B8_15 = 0;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* G_B8_16 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B8_17;
memset((&G_B8_17), 0, sizeof(G_B8_17));
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* G_B8_18 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B8_19 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1195>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_0 = ___0_data;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = L_0->___cameraData;
NullCheck(L_1);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = L_1->___camera;
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1196>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_3 = ___0_data;
NullCheck(L_3);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = L_3->___cameraData;
NullCheck(L_4);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_5;
L_5 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_4, NULL);
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1200>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1201>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_6 = V_1;
NullCheck(L_6);
bool L_7;
L_7 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_6, NULL);
if (!L_7)
{
goto IL_0036;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_8 = V_1;
NullCheck(L_8);
bool L_9;
L_9 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_8, NULL);
if (!L_9)
{
goto IL_00dc;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_10 = V_1;
NullCheck(L_10);
bool L_11;
L_11 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_10, NULL);
if (L_11)
{
goto IL_00dc;
}
}
IL_0036:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1204>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_12 = V_0;
NullCheck(L_12);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_13;
L_13 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_12, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14;
L_14 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_13, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1205>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_15 = V_0;
NullCheck(L_15);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_16;
L_16 = Camera_get_worldToCameraMatrix_m48E324BD76706A316A1701EFC6A3DEC7DFB2FF40(L_15, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17;
L_17 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_14, L_16, NULL);
V_2 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1207>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1208>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1209>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1210>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1211>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1212>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1213>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1214>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1215>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1216>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1217>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1218>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_18 = ___0_data;
NullCheck(L_18);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19 = L_18->___material;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_20 = ___0_data;
NullCheck(L_20);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_21 = L_20->___cameraData;
NullCheck(L_21);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_22 = L_21->___camera;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_23 = ___0_data;
NullCheck(L_23);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_24 = L_23->___viewport;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_25 = V_1;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_26 = ___0_data;
NullCheck(L_26);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_27 = L_26->___cameraData;
NullCheck(L_27);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_28;
L_28 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_27, NULL);
NullCheck(L_28);
int32_t L_29;
L_29 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_28, NULL);
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_30 = ___0_data;
NullCheck(L_30);
float L_31 = L_30->___width;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_32 = ___0_data;
NullCheck(L_32);
float L_33 = L_32->___height;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_34 = ___0_data;
NullCheck(L_34);
bool L_35 = L_34->___usePanini;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_36 = ___0_data;
NullCheck(L_36);
float L_37 = L_36->___paniniDistance;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_38 = ___0_data;
NullCheck(L_38);
float L_39 = L_38->___paniniCropToFit;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_40 = V_0;
NullCheck(L_40);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_41;
L_41 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_40, NULL);
NullCheck(L_41);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_42;
L_42 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_41, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_43 = V_2;
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_44 = ___1_ctx;
NullCheck(L_44);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_45 = L_44->___cmd;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_46 = ___0_data;
NullCheck(L_46);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_47 = L_46->___destinationTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_48;
L_48 = TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D(L_47, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_49 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_1;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_50 = L_49;
if (L_50)
{
G_B5_0 = L_50;
G_B5_1 = L_48;
G_B5_2 = NULL;
G_B5_3 = NULL;
G_B5_4 = 0;
G_B5_5 = 0;
G_B5_6 = L_45;
G_B5_7 = L_43;
G_B5_8 = L_42;
G_B5_9 = 1;
G_B5_10 = L_39;
G_B5_11 = L_37;
G_B5_12 = L_35;
G_B5_13 = L_33;
G_B5_14 = L_31;
G_B5_15 = L_29;
G_B5_16 = L_25;
G_B5_17 = L_24;
G_B5_18 = L_22;
G_B5_19 = L_19;
goto IL_00d5;
}
G_B4_0 = L_50;
G_B4_1 = L_48;
G_B4_2 = NULL;
G_B4_3 = NULL;
G_B4_4 = 0;
G_B4_5 = 0;
G_B4_6 = L_45;
G_B4_7 = L_43;
G_B4_8 = L_42;
G_B4_9 = 1;
G_B4_10 = L_39;
G_B4_11 = L_37;
G_B4_12 = L_35;
G_B4_13 = L_33;
G_B4_14 = L_31;
G_B4_15 = L_29;
G_B4_16 = L_25;
G_B4_17 = L_24;
G_B4_18 = L_22;
G_B4_19 = L_19;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_51 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_52 = (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE*)il2cpp_codegen_object_new(Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE_il2cpp_TypeInfo_var);
Func_4__ctor_mCB654A521C926308B7947FC97B239C5A7847D677(L_52, L_51, (intptr_t)((void*)U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_1_mC9D97488D0C5711F8D69E34199EDDAFEA0DDD04D_RuntimeMethod_var), NULL);
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_53 = L_52;
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_1 = L_53;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_1), (void*)L_53);
G_B5_0 = L_53;
G_B5_1 = G_B4_1;
G_B5_2 = G_B4_2;
G_B5_3 = G_B4_3;
G_B5_4 = G_B4_4;
G_B5_5 = G_B4_5;
G_B5_6 = G_B4_6;
G_B5_7 = G_B4_7;
G_B5_8 = G_B4_8;
G_B5_9 = G_B4_9;
G_B5_10 = G_B4_10;
G_B5_11 = G_B4_11;
G_B5_12 = G_B4_12;
G_B5_13 = G_B4_13;
G_B5_14 = G_B4_14;
G_B5_15 = G_B4_15;
G_B5_16 = G_B4_16;
G_B5_17 = G_B4_17;
G_B5_18 = G_B4_18;
G_B5_19 = G_B4_19;
}
IL_00d5:
{
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
LensFlareCommonSRP_DoLensFlareDataDrivenCommon_m4D7DD99F4081C3D2E0E4EF2A7617455676F496DF(G_B5_19, G_B5_18, G_B5_17, G_B5_16, G_B5_15, G_B5_14, G_B5_13, G_B5_12, G_B5_11, G_B5_10, (bool)G_B5_9, G_B5_8, G_B5_7, G_B5_6, (bool)G_B5_5, (bool)G_B5_4, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)G_B5_3, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)G_B5_2, G_B5_1, G_B5_0, (bool)0, NULL);
return;
}
IL_00dc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1223>
V_3 = 0;
goto IL_019a;
}
IL_00e3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1225>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_54 = ___0_data;
NullCheck(L_54);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_55 = L_54->___cameraData;
int32_t L_56 = V_3;
NullCheck(L_55);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_57;
L_57 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_55, L_56, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_58;
L_58 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_57, (bool)1, NULL);
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_59 = ___0_data;
NullCheck(L_59);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_60 = L_59->___cameraData;
int32_t L_61 = V_3;
NullCheck(L_60);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_62;
L_62 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_60, L_61, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_63;
L_63 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_58, L_62, NULL);
V_4 = L_63;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1227>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1228>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1229>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1230>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1231>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1232>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1233>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1234>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1235>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1236>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1237>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1238>
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_64 = ___0_data;
NullCheck(L_64);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_65 = L_64->___material;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_66 = ___0_data;
NullCheck(L_66);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_67 = L_66->___cameraData;
NullCheck(L_67);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_68 = L_67->___camera;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_69 = ___0_data;
NullCheck(L_69);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_70 = L_69->___viewport;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_71 = V_1;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_72 = ___0_data;
NullCheck(L_72);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_73 = L_72->___cameraData;
NullCheck(L_73);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_74;
L_74 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_73, NULL);
NullCheck(L_74);
int32_t L_75;
L_75 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_74, NULL);
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_76 = ___0_data;
NullCheck(L_76);
float L_77 = L_76->___width;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_78 = ___0_data;
NullCheck(L_78);
float L_79 = L_78->___height;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_80 = ___0_data;
NullCheck(L_80);
bool L_81 = L_80->___usePanini;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_82 = ___0_data;
NullCheck(L_82);
float L_83 = L_82->___paniniDistance;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_84 = ___0_data;
NullCheck(L_84);
float L_85 = L_84->___paniniCropToFit;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_86 = V_0;
NullCheck(L_86);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_87;
L_87 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_86, NULL);
NullCheck(L_87);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_88;
L_88 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_87, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_89 = V_4;
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_90 = ___1_ctx;
NullCheck(L_90);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_91 = L_90->___cmd;
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_92 = ___0_data;
NullCheck(L_92);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_93 = L_92->___destinationTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_94;
L_94 = TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D(L_93, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_95 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_2;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_96 = L_95;
if (L_96)
{
G_B9_0 = L_96;
G_B9_1 = L_94;
G_B9_2 = NULL;
G_B9_3 = NULL;
G_B9_4 = 0;
G_B9_5 = 0;
G_B9_6 = L_91;
G_B9_7 = L_89;
G_B9_8 = L_88;
G_B9_9 = 1;
G_B9_10 = L_85;
G_B9_11 = L_83;
G_B9_12 = L_81;
G_B9_13 = L_79;
G_B9_14 = L_77;
G_B9_15 = L_75;
G_B9_16 = L_71;
G_B9_17 = L_70;
G_B9_18 = L_68;
G_B9_19 = L_65;
goto IL_0190;
}
G_B8_0 = L_96;
G_B8_1 = L_94;
G_B8_2 = NULL;
G_B8_3 = NULL;
G_B8_4 = 0;
G_B8_5 = 0;
G_B8_6 = L_91;
G_B8_7 = L_89;
G_B8_8 = L_88;
G_B8_9 = 1;
G_B8_10 = L_85;
G_B8_11 = L_83;
G_B8_12 = L_81;
G_B8_13 = L_79;
G_B8_14 = L_77;
G_B8_15 = L_75;
G_B8_16 = L_71;
G_B8_17 = L_70;
G_B8_18 = L_68;
G_B8_19 = L_65;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_97 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_98 = (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE*)il2cpp_codegen_object_new(Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE_il2cpp_TypeInfo_var);
Func_4__ctor_mCB654A521C926308B7947FC97B239C5A7847D677(L_98, L_97, (intptr_t)((void*)U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_2_mC3EA196BAA1A7FC70B16EC5F9417BB617F89C0B8_RuntimeMethod_var), NULL);
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_99 = L_98;
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_2 = L_99;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_2), (void*)L_99);
G_B9_0 = L_99;
G_B9_1 = G_B8_1;
G_B9_2 = G_B8_2;
G_B9_3 = G_B8_3;
G_B9_4 = G_B8_4;
G_B9_5 = G_B8_5;
G_B9_6 = G_B8_6;
G_B9_7 = G_B8_7;
G_B9_8 = G_B8_8;
G_B9_9 = G_B8_9;
G_B9_10 = G_B8_10;
G_B9_11 = G_B8_11;
G_B9_12 = G_B8_12;
G_B9_13 = G_B8_13;
G_B9_14 = G_B8_14;
G_B9_15 = G_B8_15;
G_B9_16 = G_B8_16;
G_B9_17 = G_B8_17;
G_B9_18 = G_B8_18;
G_B9_19 = G_B8_19;
}
IL_0190:
{
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
LensFlareCommonSRP_DoLensFlareDataDrivenCommon_m4D7DD99F4081C3D2E0E4EF2A7617455676F496DF(G_B9_19, G_B9_18, G_B9_17, G_B9_16, G_B9_15, G_B9_14, G_B9_13, G_B9_12, G_B9_11, G_B9_10, (bool)G_B9_9, G_B9_8, G_B9_7, G_B9_6, (bool)G_B9_5, (bool)G_B9_4, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)G_B9_3, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)G_B9_2, G_B9_1, G_B9_0, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1223>
int32_t L_100 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_100, 1));
}
IL_019a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1223>
int32_t L_101 = V_3;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_102 = V_1;
NullCheck(L_102);
int32_t L_103;
L_103 = XRPass_get_viewCount_m0D9E6A5AEA60C52EAA3B211DDE1BEA734318A35D(L_102, NULL);
if ((((int32_t)L_101) < ((int32_t)L_103)))
{
goto IL_00e3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1242>
return;
}
}
// Method Definition Index: 34155
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_1_mC9D97488D0C5711F8D69E34199EDDAFEA0DDD04D (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___0_light, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_wo, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1217>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_0 = ___0_light;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___1_cam;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___2_wo;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
float L_3;
L_3 = PostProcessPass_GetLensFlareLightAttenuation_m6356423CA7C5B0BF291EF78487BB234B463AFBF0(L_0, L_1, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 34156
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_2_mC3EA196BAA1A7FC70B16EC5F9417BB617F89C0B8 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___0_light, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_wo, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1237>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_0 = ___0_light;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___1_cam;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___2_wo;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
float L_3;
L_3 = PostProcessPass_GetLensFlareLightAttenuation_m6356423CA7C5B0BF291EF78487BB234B463AFBF0(L_0, L_1, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 34157
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderLensFlareScreenSpaceU3Eb__157_0_mD9A575C219A0C66696C7D5B92CFDF16F5CC738DB (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* V_0 = NULL;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_1 = NULL;
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* V_2 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1302>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_context;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1303>
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_2 = ___0_data;
NullCheck(L_2);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = L_2->___camera;
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1304>
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_4 = ___0_data;
NullCheck(L_4);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_5 = L_4->___lensFlareScreenSpace;
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1306>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1307>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1308>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1309>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1310>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1311>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1312>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1313>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1314>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1315>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1316>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1317>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1318>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1319>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1320>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1321>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1322>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1323>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1324>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1325>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1326>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1327>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1328>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1329>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1330>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1331>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1332>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1333>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1334>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1335>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1336>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1337>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1338>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1339>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1340>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1341>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1342>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1343>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1344>
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_6 = ___0_data;
NullCheck(L_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6->___material;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8 = V_1;
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_9 = ___0_data;
NullCheck(L_9);
int32_t L_10 = L_9->___actualWidth;
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_11 = ___0_data;
NullCheck(L_11);
int32_t L_12 = L_11->___actualHeight;
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_13 = ___0_data;
NullCheck(L_13);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_14 = L_13->___lensFlareScreenSpace;
NullCheck(L_14);
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_15 = L_14->___tintColor;
NullCheck(L_15);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
L_16 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(14, L_15);
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_17 = ___0_data;
NullCheck(L_17);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18 = L_17->___originalBloomTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_19;
L_19 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_18, NULL);
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_20 = ___0_data;
NullCheck(L_20);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_21 = L_20->___screenSpaceLensFlareBloomMipTexture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_22;
L_22 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_21, NULL);
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_23 = ___0_data;
NullCheck(L_23);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_24 = L_23->___streakTmpTexture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_25;
L_25 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_24, NULL);
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_26 = ___0_data;
NullCheck(L_26);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_27 = L_26->___streakTmpTexture2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_28;
L_28 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_27, NULL);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_29 = V_2;
NullCheck(L_29);
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_30 = L_29->___intensity;
NullCheck(L_30);
float L_31;
L_31 = VirtualFuncInvoker0< float >::Invoke(14, L_30);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_32 = V_2;
NullCheck(L_32);
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_33 = L_32->___firstFlareIntensity;
NullCheck(L_33);
float L_34;
L_34 = VirtualFuncInvoker0< float >::Invoke(14, L_33);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_35 = V_2;
NullCheck(L_35);
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_36 = L_35->___secondaryFlareIntensity;
NullCheck(L_36);
float L_37;
L_37 = VirtualFuncInvoker0< float >::Invoke(14, L_36);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_38 = V_2;
NullCheck(L_38);
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_39 = L_38->___warpedFlareIntensity;
NullCheck(L_39);
float L_40;
L_40 = VirtualFuncInvoker0< float >::Invoke(14, L_39);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_41;
memset((&L_41), 0, sizeof(L_41));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_41), L_31, L_34, L_37, L_40, NULL);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_42 = V_2;
NullCheck(L_42);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_43 = L_42->___vignetteEffect;
NullCheck(L_43);
float L_44;
L_44 = VirtualFuncInvoker0< float >::Invoke(14, L_43);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_45 = V_2;
NullCheck(L_45);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_46 = L_45->___startingPosition;
NullCheck(L_46);
float L_47;
L_47 = VirtualFuncInvoker0< float >::Invoke(14, L_46);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_48 = V_2;
NullCheck(L_48);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_49 = L_48->___scale;
NullCheck(L_49);
float L_50;
L_50 = VirtualFuncInvoker0< float >::Invoke(14, L_49);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_51;
memset((&L_51), 0, sizeof(L_51));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_51), L_44, L_47, L_50, (0.0f), NULL);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_52 = V_2;
NullCheck(L_52);
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_53 = L_52->___samples;
NullCheck(L_53);
int32_t L_54;
L_54 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_53);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_55 = V_2;
NullCheck(L_55);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_56 = L_55->___sampleDimmer;
NullCheck(L_56);
float L_57;
L_57 = VirtualFuncInvoker0< float >::Invoke(14, L_56);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_58 = V_2;
NullCheck(L_58);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_59 = L_58->___chromaticAbberationIntensity;
NullCheck(L_59);
float L_60;
L_60 = VirtualFuncInvoker0< float >::Invoke(14, L_59);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_61;
memset((&L_61), 0, sizeof(L_61));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_61), ((float)L_54), L_57, L_60, (0.0f), NULL);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_62 = V_2;
NullCheck(L_62);
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_63 = L_62->___streaksIntensity;
NullCheck(L_63);
float L_64;
L_64 = VirtualFuncInvoker0< float >::Invoke(14, L_63);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_65 = V_2;
NullCheck(L_65);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_66 = L_65->___streaksLength;
NullCheck(L_66);
float L_67;
L_67 = VirtualFuncInvoker0< float >::Invoke(14, L_66);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_68 = V_2;
NullCheck(L_68);
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* L_69 = L_68->___streaksOrientation;
NullCheck(L_69);
float L_70;
L_70 = VirtualFuncInvoker0< float >::Invoke(14, L_69);
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_71 = V_2;
NullCheck(L_71);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_72 = L_71->___streaksThreshold;
NullCheck(L_72);
float L_73;
L_73 = VirtualFuncInvoker0< float >::Invoke(14, L_72);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_74;
memset((&L_74), 0, sizeof(L_74));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_74), L_64, L_67, L_70, L_73, NULL);
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_75 = ___0_data;
NullCheck(L_75);
int32_t L_76 = L_75->___downsample;
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_77 = V_2;
NullCheck(L_77);
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_78 = L_77->___warpedFlareScale;
NullCheck(L_78);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_79;
L_79 = VirtualFuncInvoker0< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(14, L_78);
float L_80 = L_79.___x;
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_81 = V_2;
NullCheck(L_81);
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_82 = L_81->___warpedFlareScale;
NullCheck(L_82);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_83;
L_83 = VirtualFuncInvoker0< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(14, L_82);
float L_84 = L_83.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_85;
memset((&L_85), 0, sizeof(L_85));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_85), ((float)L_76), L_80, L_84, (0.0f), NULL);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_86 = V_0;
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_87 = ___0_data;
NullCheck(L_87);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_88 = L_87->___result;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_89;
L_89 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_88, NULL);
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
LensFlareCommonSRP_DoLensFlareScreenSpaceCommon_m6564DA31B3FFC6DD5AF6E309F0F9880755B8481B(L_7, L_8, ((float)L_10), ((float)L_12), L_16, L_19, L_22, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, L_25, L_28, L_41, L_51, L_61, L_74, L_85, L_86, L_89, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1345>
return;
}
}
// Method Definition Index: 34158
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderFinalSetupU3Eb__162_0_mC5F080185478B5E4E6A0F01661B66A6B585C8231 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_0 = NULL;
bool V_1 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1446>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1447>
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
V_0 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1449>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = V_0;
PostProcessUtils_SetSourceSize_m5188E13BABE534DB6AE849A3EC8683632EB62BA2(L_1, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1451>
V_1 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1452>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_6 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_7 = L_6.___cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = V_0;
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* L_9 = ___0_data;
NullCheck(L_9);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = L_9->___destinationTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11;
L_11 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_10, NULL);
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* L_12 = ___0_data;
NullCheck(L_12);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = L_12->___cameraData;
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* L_14 = ___0_data;
NullCheck(L_14);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15 = L_14->___material;
bool L_16 = V_1;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
PostProcessPass_ScaleViewportAndBlit_mFD19A7DD5FA6EB7655DA21A850637712DD65D792(L_7, L_8, L_11, L_13, L_15, L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1453>
return;
}
}
// Method Definition Index: 34159
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderFinalFSRScaleU3Eb__164_0_m584F225D979FB6B5DE5EF124A26D18BE0C96E38A (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
s_Il2CppMethodInitialized = true;
}
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
bool V_1 = false;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
memset((&V_3), 0, sizeof(V_3));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B2_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B1_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1485>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1486>
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___sourceTexture;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1487>
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_4 = ___0_data;
NullCheck(L_4);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = L_4->___material;
V_0 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1488>
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_6 = ___0_data;
NullCheck(L_6);
bool L_7 = L_6->___enableAlphaOutput;
V_1 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1489>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8;
L_8 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
V_2 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1491>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9 = L_1;
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_10 = ___0_data;
NullCheck(L_10);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = L_10->___fsrInputSize;
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_12 = ___0_data;
NullCheck(L_12);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = L_12->___fsrInputSize;
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_14 = ___0_data;
NullCheck(L_14);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = L_14->___fsrOutputSize;
FSRUtils_SetEasuConstants_mF6A34D2754A54C64F3DB2B79DFF2AF85AEF57A56(L_9, L_11, L_13, L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1493>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16 = V_0;
bool L_17 = V_1;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_16, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1495>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = V_2;
NullCheck(L_18);
bool L_19;
L_19 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_18, NULL);
if (L_19)
{
G_B2_0 = L_9;
goto IL_0053;
}
G_B1_0 = L_9;
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
L_20 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B3_0 = L_20;
G_B3_1 = G_B1_0;
goto IL_0078;
}
IL_0053:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_21 = V_2;
NullCheck(L_21);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_22;
L_22 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_21, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23 = L_22.___rtHandleScale;
float L_24 = L_23.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = V_2;
NullCheck(L_25);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_26;
L_26 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_25, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27 = L_26.___rtHandleScale;
float L_28 = L_27.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
memset((&L_29), 0, sizeof(L_29));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_29), L_24, L_28, NULL);
G_B3_0 = L_29;
G_B3_1 = G_B2_0;
}
IL_0078:
{
V_3 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1496>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_30 = V_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31 = V_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_32;
L_32 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_31, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_33 = V_0;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(G_B3_1, L_30, L_32, L_33, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1497>
return;
}
}
// Method Definition Index: 34160
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderFinalBlitU3Eb__167_0_mFC16A1A92A531E01BA9D2DC5ACCA35978394C9A9 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09BA8A94B4C513A414C7DD6658D274799E89F6A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1446FA8B3EF6BF5F9E5BE903A40F07ADB3D49E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral971C7301C98006E7CCCA69A81F210FB1AB4E0BF8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC2A368EC6B09D7670707343672D60E45A4F60A1);
s_Il2CppMethodInitialized = true;
}
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* V_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_7 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_8 = NULL;
bool V_9 = false;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_10;
memset((&V_10), 0, sizeof(V_10));
bool V_11 = false;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_12;
memset((&V_12), 0, sizeof(V_12));
float V_13 = 0.0f;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* V_14 = NULL;
float G_B6_0 = 0.0f;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B9_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B8_0 = NULL;
String_t* G_B10_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B10_1 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B20_0;
memset((&G_B20_0), 0, sizeof(G_B20_0));
int32_t G_B24_0 = 0;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 G_B27_0;
memset((&G_B27_0), 0, sizeof(G_B27_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1579>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1580>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_2 = ___0_data;
NullCheck(L_2);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = L_2->___material;
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1581>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_4 = ___0_data;
NullCheck(L_4);
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_5 = (FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3*)(&L_4->___settings);
bool L_6 = L_5->___isFxaaEnabled;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1582>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_7 = ___0_data;
NullCheck(L_7);
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_8 = (FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3*)(&L_7->___settings);
bool L_9 = L_8->___isFsrEnabled;
V_2 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1583>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_10 = ___0_data;
NullCheck(L_10);
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_11 = (FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3*)(&L_10->___settings);
bool L_12 = L_11->___isTaaSharpeningEnabled;
V_3 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1584>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_13 = ___0_data;
NullCheck(L_13);
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_14 = (FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3*)(&L_13->___settings);
bool L_15 = L_14->___requireHDROutput;
V_4 = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1585>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_16 = ___0_data;
NullCheck(L_16);
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_17 = (FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3*)(&L_16->___settings);
bool L_18 = L_17->___resolveToDebugScreen;
V_5 = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1586>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_19 = ___0_data;
NullCheck(L_19);
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_20 = (FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3*)(&L_19->___settings);
bool L_21 = L_20->___isAlphaOutputEnabled;
V_6 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1587>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_22 = ___0_data;
NullCheck(L_22);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_23 = L_22->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24;
L_24 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_23, NULL);
V_7 = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1588>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_25 = ___0_data;
NullCheck(L_25);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_26 = L_25->___destinationTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_27;
L_27 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_26, NULL);
V_8 = L_27;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1590>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_28 = V_0;
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_29 = ___0_data;
NullCheck(L_29);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_30 = L_29->___sourceTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_31;
L_31 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_30, NULL);
PostProcessUtils_SetSourceSize_m5188E13BABE534DB6AE849A3EC8683632EB62BA2(L_28, L_31, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1592>
if (!L_6)
{
goto IL_0090;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1593>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_32 = V_1;
NullCheck(L_32);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_32, _stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89, NULL);
}
IL_0090:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1595>
bool L_33 = V_2;
if (!L_33)
{
goto IL_00e6;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1599>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_34 = ___0_data;
NullCheck(L_34);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_35 = L_34->___cameraData;
NullCheck(L_35);
bool L_36 = L_35->___fsrOverrideSharpness;
if (L_36)
{
goto IL_00a7;
}
}
{
G_B6_0 = (0.920000017f);
goto IL_00b2;
}
IL_00a7:
{
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_37 = ___0_data;
NullCheck(L_37);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_38 = L_37->___cameraData;
NullCheck(L_38);
float L_39 = L_38->___fsrSharpness;
G_B6_0 = L_39;
}
IL_00b2:
{
V_13 = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1602>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_40 = ___0_data;
NullCheck(L_40);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = L_40->___cameraData;
NullCheck(L_41);
float L_42 = L_41->___fsrSharpness;
if ((!(((float)L_42) > ((float)(0.0f)))))
{
goto IL_010a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1605>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_43 = V_1;
bool L_44 = V_4;
if (L_44)
{
G_B9_0 = L_43;
goto IL_00d2;
}
G_B8_0 = L_43;
}
{
G_B10_0 = _stringLiteral09BA8A94B4C513A414C7DD6658D274799E89F6A4;
G_B10_1 = G_B8_0;
goto IL_00d7;
}
IL_00d2:
{
G_B10_0 = _stringLiteral971C7301C98006E7CCCA69A81F210FB1AB4E0BF8;
G_B10_1 = G_B9_0;
}
IL_00d7:
{
NullCheck(G_B10_1);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B10_1, G_B10_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1606>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_45 = V_0;
float L_46 = V_13;
FSRUtils_SetRcasConstantsLinear_m1375854E93CD894C9C565D7F3AB30C728BF0A7A0(L_45, L_46, NULL);
goto IL_010a;
}
IL_00e6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1609>
bool L_47 = V_3;
if (!L_47)
{
goto IL_010a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1613>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_48 = V_1;
NullCheck(L_48);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_48, _stringLiteral09BA8A94B4C513A414C7DD6658D274799E89F6A4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1614>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_49 = V_0;
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_50 = ___0_data;
NullCheck(L_50);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_51 = L_50->___cameraData;
NullCheck(L_51);
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_52 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&L_51->___taaSettings);
float L_53;
L_53 = Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline(L_52, NULL);
FSRUtils_SetRcasConstantsLinear_m1375854E93CD894C9C565D7F3AB30C728BF0A7A0(L_49, L_53, NULL);
}
IL_010a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1617>
bool L_54 = V_6;
if (!L_54)
{
goto IL_011b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1618>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_55 = V_1;
bool L_56 = V_6;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_55, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_56, NULL);
}
IL_011b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1620>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_57 = ___0_data;
NullCheck(L_57);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_58 = L_57->___cameraData;
NullCheck(L_58);
bool L_59;
L_59 = UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D(L_58, NULL);
V_9 = (bool)((((int32_t)L_59) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1622>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_60 = ___0_data;
NullCheck(L_60);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_61 = L_60->___cameraData;
NullCheck(L_61);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_62;
L_62 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_61, NULL);
NullCheck(L_62);
bool L_63;
L_63 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_62, NULL);
if (!L_63)
{
goto IL_015b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1623>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_64 = V_8;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_65;
L_65 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_64, NULL);
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_66 = ___0_data;
NullCheck(L_66);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_67 = L_66->___cameraData;
NullCheck(L_67);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_68;
L_68 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_67, NULL);
NullCheck(L_68);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_69;
L_69 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_68, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_70;
L_70 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_65, L_69, NULL);
V_9 = L_70;
}
IL_015b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1626>
bool L_71 = V_9;
bool L_72 = V_5;
V_9 = (bool)((int32_t)((int32_t)L_71&((((int32_t)L_72) == ((int32_t)0))? 1 : 0)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1628>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_73 = V_7;
NullCheck(L_73);
bool L_74;
L_74 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_73, NULL);
if (L_74)
{
goto IL_0175;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_75;
L_75 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B20_0 = L_75;
goto IL_019c;
}
IL_0175:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_76 = V_7;
NullCheck(L_76);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_77;
L_77 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_76, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_78 = L_77.___rtHandleScale;
float L_79 = L_78.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_80 = V_7;
NullCheck(L_80);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_81;
L_81 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_80, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_82 = L_81.___rtHandleScale;
float L_83 = L_82.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_84;
memset((&L_84), 0, sizeof(L_84));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_84), L_79, L_83, NULL);
G_B20_0 = L_84;
}
IL_019c:
{
V_10 = G_B20_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1633>
bool L_85 = V_9;
if (!L_85)
{
goto IL_01bc;
}
}
{
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_86 = ___0_data;
NullCheck(L_86);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_87 = L_86->___cameraData;
NullCheck(L_87);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_88 = L_87->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_89;
L_89 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_88, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_89)
{
goto IL_01bc;
}
}
{
bool L_90;
L_90 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL);
G_B24_0 = ((int32_t)(L_90));
goto IL_01bd;
}
IL_01bc:
{
G_B24_0 = 0;
}
IL_01bd:
{
V_11 = (bool)G_B24_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1634>
bool L_91 = V_11;
if (L_91)
{
goto IL_01e2;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_92 = V_10;
float L_93 = L_92.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_94 = V_10;
float L_95 = L_94.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_96;
memset((&L_96), 0, sizeof(L_96));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_96), L_93, L_95, (0.0f), (0.0f), NULL);
G_B27_0 = L_96;
goto IL_0202;
}
IL_01e2:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_97 = V_10;
float L_98 = L_97.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_99 = V_10;
float L_100 = L_99.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_101 = V_10;
float L_102 = L_101.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_103;
memset((&L_103), 0, sizeof(L_103));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_103), L_98, ((-L_100)), (0.0f), L_102, NULL);
G_B27_0 = L_103;
}
IL_0202:
{
V_12 = G_B27_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1636>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_104 = V_0;
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_105 = ___0_data;
NullCheck(L_105);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_106 = L_105->___cameraData;
NullCheck(L_106);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_107 = L_106->___pixelRect;
NullCheck(L_104);
RasterCommandBuffer_SetViewport_mCC43D00D3A49FF4179249DC0A9C5AF417589C74D(L_104, L_107, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1638>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_108 = ___0_data;
NullCheck(L_108);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_109 = L_108->___cameraData;
NullCheck(L_109);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_110;
L_110 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_109, NULL);
NullCheck(L_110);
bool L_111;
L_111 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_110, NULL);
if (!L_111)
{
goto IL_0296;
}
}
{
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_112 = ___0_data;
NullCheck(L_112);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_113 = L_112->___cameraData;
NullCheck(L_113);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_114;
L_114 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_113, NULL);
NullCheck(L_114);
bool L_115;
L_115 = XRPass_get_hasValidVisibleMesh_mFC501705138FCE7A7B7DE41DCBF3651D7E283C11(L_114, NULL);
if (!L_115)
{
goto IL_0296;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1640>
il2cpp_codegen_runtime_class_init_inline(XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_116;
L_116 = XRSystemUniversal_GetMaterialPropertyBlock_mD8A6FCCB8580823E1289454F5800BA4868D90026_inline(NULL);
V_14 = L_116;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1641>
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_117 = V_14;
int32_t L_118;
L_118 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1F1446FA8B3EF6BF5F9E5BE903A40F07ADB3D49E, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_119 = V_12;
NullCheck(L_117);
MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_117, L_118, L_119, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1642>
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_120 = V_14;
int32_t L_121;
L_121 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralFC2A368EC6B09D7670707343672D60E45A4F60A1, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_122 = V_7;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_123;
L_123 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_122, NULL);
NullCheck(L_120);
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_120, L_121, L_123, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1644>
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_124 = ___0_data;
NullCheck(L_124);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_125 = L_124->___cameraData;
NullCheck(L_125);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_126;
L_126 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_125, NULL);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_127 = V_0;
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_128 = ___0_data;
NullCheck(L_128);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_129 = L_128->___cameraData;
NullCheck(L_129);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_130;
L_130 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_129, NULL);
NullCheck(L_130);
float L_131;
L_131 = XRPass_get_occlusionMeshScale_m046F8625F75A7801D7A5D217FB020411140731A5_inline(L_130, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_132 = V_1;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_133 = V_14;
bool L_134 = V_11;
NullCheck(L_126);
XRPass_RenderVisibleMeshCustomMaterial_m6C53423D2EAE44417FC48743BB1BC15C4BF060DD(L_126, L_127, L_131, L_132, L_133, 1, (bool)((((int32_t)L_134) == ((int32_t)0))? 1 : 0), NULL);
return;
}
IL_0296:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1648>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_135 = V_0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_136 = V_7;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_137 = V_12;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_138 = V_1;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(L_135, L_136, L_137, L_138, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1649>
return;
}
}
// Method Definition Index: 34161
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderUberPostU3Eb__171_0_mD925FD111A2923C6C5B347660A670E90B6A221A2 (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8A17AF46273CD8A00F66D77FD25EF32BC3A3FEC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0FF8E9E92F96AD7AE0FDEEC4B4B727E3A1F39DB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCDAECC58725DBEE24CF8941DEB8BCE132721653);
s_Il2CppMethodInitialized = true;
}
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* V_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL;
int32_t V_3 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1922>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1923>
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_2 = ___0_data;
NullCheck(L_2);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = L_2->___cameraData;
NullCheck(L_3);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = L_3->___camera;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1924>
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_5 = ___0_data;
NullCheck(L_5);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = L_5->___material;
V_1 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1925>
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_7 = ___0_data;
NullCheck(L_7);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8 = L_7->___sourceTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9;
L_9 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_8, NULL);
V_2 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1927>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = V_1;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_11 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____InternalLut;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_12 = ___0_data;
NullCheck(L_12);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_13 = L_12->___lutTexture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_14;
L_14 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_13, NULL);
NullCheck(L_10);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_10, L_11, L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1928>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15 = V_1;
int32_t L_16 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Lut_Params;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_17 = ___0_data;
NullCheck(L_17);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_18 = L_17->___lutParams;
NullCheck(L_15);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_15, L_16, L_18, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1929>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19 = V_1;
int32_t L_20 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____UserLut;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_21 = ___0_data;
NullCheck(L_21);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_22 = L_21->___userLutTexture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_23;
L_23 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_22, NULL);
NullCheck(L_19);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_19, L_20, L_23, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1930>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_24 = V_1;
int32_t L_25 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____UserLut_Params;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_26 = ___0_data;
NullCheck(L_26);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27 = L_26->___userLutParams;
NullCheck(L_24);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_24, L_25, L_27, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1932>
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_28 = ___0_data;
NullCheck(L_28);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_29 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_28->___bloomTexture);
bool L_30;
L_30 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline(L_29, NULL);
if (!L_30)
{
goto IL_0097;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1934>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_31 = V_1;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_32 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Bloom_Texture;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_33 = ___0_data;
NullCheck(L_33);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_34 = L_33->___bloomTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_35;
L_35 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_34, NULL);
NullCheck(L_31);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_31, L_32, L_35, NULL);
}
IL_0097:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1937>
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_36 = ___0_data;
NullCheck(L_36);
bool L_37 = L_36->___isHdrGrading;
if (!L_37)
{
goto IL_00ac;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1939>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_38 = V_1;
NullCheck(L_38);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_38, _stringLiteralC0FF8E9E92F96AD7AE0FDEEC4B4B727E3A1F39DB, NULL);
goto IL_00d5;
}
IL_00ac:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1943>
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_39 = ___0_data;
NullCheck(L_39);
int32_t L_40 = L_39->___toneMappingMode;
V_3 = L_40;
int32_t L_41 = V_3;
if ((((int32_t)L_41) == ((int32_t)1)))
{
goto IL_00bd;
}
}
{
int32_t L_42 = V_3;
if ((((int32_t)L_42) == ((int32_t)2)))
{
goto IL_00ca;
}
}
{
goto IL_00d5;
}
IL_00bd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1945>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_43 = V_1;
NullCheck(L_43);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_43, _stringLiteralCCDAECC58725DBEE24CF8941DEB8BCE132721653, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1945>
goto IL_00d5;
}
IL_00ca:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1946>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_44 = V_1;
NullCheck(L_44);
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_44, _stringLiteralB8A17AF46273CD8A00F66D77FD25EF32BC3A3FEC, NULL);
}
IL_00d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1951>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_45 = V_1;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_46 = ___0_data;
NullCheck(L_46);
bool L_47 = L_46->___enableAlphaOutput;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_45, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_47, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1955>
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_48 = ___0_data;
NullCheck(L_48);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_49 = L_48->___cameraData;
NullCheck(L_49);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_50;
L_50 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_49, NULL);
NullCheck(L_50);
bool L_51;
L_51 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_50, NULL);
if (!L_51)
{
goto IL_012a;
}
}
{
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_52 = ___0_data;
NullCheck(L_52);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_53 = L_52->___cameraData;
NullCheck(L_53);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_54;
L_54 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_53, NULL);
NullCheck(L_54);
bool L_55;
L_55 = XRPass_get_hasValidVisibleMesh_mFC501705138FCE7A7B7DE41DCBF3651D7E283C11(L_54, NULL);
if (!L_55)
{
goto IL_012a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1956>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_56 = V_0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_57 = V_2;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_58 = ___0_data;
NullCheck(L_58);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_59 = L_58->___destinationTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_60;
L_60 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_59, NULL);
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_61 = ___0_data;
NullCheck(L_61);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_62 = L_61->___cameraData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_63 = V_1;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_64 = ___0_data;
NullCheck(L_64);
bool L_65 = L_64->___hasFinalPass;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
PostProcessPass_ScaleViewportAndDrawVisibilityMesh_m1070A3023505F2DEB4B7513E49809BDAEFC5405C(L_56, L_57, L_60, L_62, L_63, L_65, NULL);
return;
}
IL_012a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1959>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_66 = V_0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_67 = V_2;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_68 = ___0_data;
NullCheck(L_68);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_69 = L_68->___destinationTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_70;
L_70 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_69, NULL);
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_71 = ___0_data;
NullCheck(L_71);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_72 = L_71->___cameraData;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_73 = V_1;
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_74 = ___0_data;
NullCheck(L_74);
bool L_75 = L_74->___hasFinalPass;
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
PostProcessPass_ScaleViewportAndBlit_mFD19A7DD5FA6EB7655DA21A850637712DD65D792(L_66, L_67, L_70, L_72, L_73, L_75, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1961>
return;
}
}
// Method Definition Index: 34162
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderPostProcessingRenderGraphU3Eb__173_0_mD0DDEADB62AF98CAB8102A595CEE00431B96B58B (U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* __this, PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2048>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
int32_t L_2 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullscreenProjMat;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_3;
L_3 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
L_4 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_3, (bool)1, NULL);
NullCheck(L_1);
RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2(L_1, L_2, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2049>
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
// Method Definition Index: 34163
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbeVolumeDebugPass__ctor_m2AED1B264B05530C66122A8291CECBB1612F1609 (ProbeVolumeDebugPass_t604EF5336E2B87C9B01C43FA8C33D898CACF89DC* __this, int32_t ___0_evt, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_computeShader, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDA9F4E479CEB9AD5A555C951FEA7DABD262DA16);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:21>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:23>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteralEDA9F4E479CEB9AD5A555C951FEA7DABD262DA16, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:24>
int32_t L_1 = ___0_evt;
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(__this, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:25>
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_2 = ___1_computeShader;
__this->___m_ComputeShader = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ComputeShader), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:26>
return;
}
}
// Method Definition Index: 34164
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbeVolumeDebugPass_Setup_m9CCB8CEBEFAC7A580B7415B9B644ED724E950E31 (ProbeVolumeDebugPass_t604EF5336E2B87C9B01C43FA8C33D898CACF89DC* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_depthBuffer, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_normalBuffer, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:30>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_depthBuffer;
__this->___m_DepthTexture = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DepthTexture), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:31>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___1_normalBuffer;
__this->___m_NormalTexture = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NormalTexture), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:32>
return;
}
}
// Method Definition Index: 34165
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbeVolumeDebugPass_Execute_mF1098DC61E1B85C6906082771840D5EE44CE7250 (ProbeVolumeDebugPass_t604EF5336E2B87C9B01C43FA8C33D898CACF89DC* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral196B933679BEC770E436E965513177E6D8316911);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34FA5C120D0BF19214FF3AC8D4008CE4E7F29E95);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BFCC02C600E16F1316591D6840C468CF89C7DA8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA1FCC76988750273696D324CA9CBC7E79AF2C62);
s_Il2CppMethodInitialized = true;
}
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* V_0 = NULL;
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* V_1 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:38>
il2cpp_codegen_runtime_class_init_inline(ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var);
ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* L_0;
L_0 = ProbeReferenceVolume_get_instance_m7EAD257CFABE08C6549F8E34930FDB400DECC71C_inline(NULL);
NullCheck(L_0);
bool L_1;
L_1 = ProbeReferenceVolume_get_isInitialized_m81527DFA28013F4D7108C2E45368841F98EBDE03_inline(L_0, NULL);
if (L_1)
{
goto IL_000d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:39>
return;
}
IL_000d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:41>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_2 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_3 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_2->___cameraData);
V_0 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:42>
il2cpp_codegen_runtime_class_init_inline(ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var);
ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* L_4;
L_4 = ProbeReferenceVolume_get_instance_m7EAD257CFABE08C6549F8E34930FDB400DECC71C_inline(NULL);
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_5 = V_0;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_6;
L_6 = CameraData_get_camera_mA3084B19BBF03DF4E59402E021A74016AC808B01(L_5, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = *((Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)L_6);
NullCheck(L_4);
bool L_8;
L_8 = ProbeReferenceVolume_GetProbeSamplingDebugResources_mCE1727AA8C89637585C6FC21A2937DC6B2E284F9(L_4, L_7, (&V_1), (&V_2), NULL);
if (!L_8)
{
goto IL_00ce;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:44>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_9 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_10;
L_10 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_9, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:45>
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_12 = __this->___m_ComputeShader;
NullCheck(L_12);
int32_t L_13;
L_13 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_12, _stringLiteral196B933679BEC770E436E965513177E6D8316911, NULL);
V_3 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:47>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = L_11;
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_15 = __this->___m_ComputeShader;
int32_t L_16 = V_3;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17 = __this->___m_DepthTexture;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_18;
L_18 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_17, NULL);
NullCheck(L_14);
CommandBuffer_SetComputeTextureParam_m4EE2EFCF46096652EA2D3D14C0DE3D1252CD2174(L_14, L_15, L_16, _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6, L_18, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:48>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_19 = L_14;
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_20 = __this->___m_ComputeShader;
int32_t L_21 = V_3;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_22 = __this->___m_NormalTexture;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_23;
L_23 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_22, NULL);
NullCheck(L_19);
CommandBuffer_SetComputeTextureParam_m4EE2EFCF46096652EA2D3D14C0DE3D1252CD2174(L_19, L_20, L_21, _stringLiteral4BFCC02C600E16F1316591D6840C468CF89C7DA8, L_23, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:49>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_24 = L_19;
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_25 = __this->___m_ComputeShader;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26 = V_2;
float L_27 = L_26.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28 = V_2;
float L_29 = L_28.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_30;
memset((&L_30), 0, sizeof(L_30));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_30), L_27, L_29, (0.0f), (0.0f), NULL);
NullCheck(L_24);
CommandBuffer_SetComputeVectorParam_mCB04E8C59D63D6CDCA0E8EDA362BE1CB7BF49709(L_24, L_25, _stringLiteralFA1FCC76988750273696D324CA9CBC7E79AF2C62, L_30, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:50>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_31 = L_24;
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_32 = __this->___m_ComputeShader;
int32_t L_33 = V_3;
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_34 = V_1;
NullCheck(L_31);
CommandBuffer_SetComputeBufferParam_mECA6050623F14E350FAFCD655B59B6B179E49F88(L_31, L_32, L_33, _stringLiteral34FA5C120D0BF19214FF3AC8D4008CE4E7F29E95, L_34, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:51>
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_35 = __this->___m_ComputeShader;
int32_t L_36 = V_3;
NullCheck(L_31);
CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_31, L_35, L_36, 1, 1, 1, NULL);
}
IL_00ce:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:53>
return;
}
}
// Method Definition Index: 34166
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbeVolumeDebugPass_Render_m1B869EDF4B716BC3D3A172B50234117A3BEFB9AC (ProbeVolumeDebugPass_t604EF5336E2B87C9B01C43FA8C33D898CACF89DC* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthPyramidBuffer, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_normalBuffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComputeRenderGraphBuilder_SetRenderFunc_TisWriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7_mE4BA2EF0648630D545A5260CDE20A4F1654B77F0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddComputePass_TisWriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7_mDAAC3EF94158A61B0254834ACE56DB88ED55E4D2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderU3Eb__7_0_mCA2DCDFE2DC3D31BA2BC75267D458AA8A10A07BC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E7870AEF2A248A9AE967332DBED4146A634E1A3);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* V_1 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
RuntimeObject* V_3 = NULL;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* V_4 = NULL;
BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* G_B6_0 = NULL;
RuntimeObject* G_B6_1 = NULL;
BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* G_B5_0 = NULL;
RuntimeObject* G_B5_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:74>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = ___1_frameData;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1;
L_1 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_0, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:76>
il2cpp_codegen_runtime_class_init_inline(ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var);
ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* L_2;
L_2 = ProbeReferenceVolume_get_instance_m7EAD257CFABE08C6549F8E34930FDB400DECC71C_inline(NULL);
NullCheck(L_2);
bool L_3;
L_3 = ProbeReferenceVolume_get_isInitialized_m81527DFA28013F4D7108C2E45368841F98EBDE03_inline(L_2, NULL);
if (L_3)
{
goto IL_0014;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:77>
return;
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:79>
il2cpp_codegen_runtime_class_init_inline(ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var);
ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* L_4;
L_4 = ProbeReferenceVolume_get_instance_m7EAD257CFABE08C6549F8E34930FDB400DECC71C_inline(NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = V_0;
NullCheck(L_5);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6 = L_5->___camera;
NullCheck(L_4);
bool L_7;
L_7 = ProbeReferenceVolume_GetProbeSamplingDebugResources_mCE1727AA8C89637585C6FC21A2937DC6B2E284F9(L_4, L_6, (&V_1), (&V_2), NULL);
if (!L_7)
{
goto IL_00da;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:81>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_8 = ___0_renderGraph;
String_t* L_9;
L_9 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_10;
L_10 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_8);
RuntimeObject* L_11;
L_11 = RenderGraph_AddComputePass_TisWriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7_mDAAC3EF94158A61B0254834ACE56DB88ED55E4D2(L_8, L_9, (&V_4), L_10, _stringLiteral2E7870AEF2A248A9AE967332DBED4146A634E1A3, ((int32_t)81), RenderGraph_AddComputePass_TisWriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7_mDAAC3EF94158A61B0254834ACE56DB88ED55E4D2_RuntimeMethod_var);
V_3 = L_11;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00d0:
{
{
RuntimeObject* L_12 = V_3;
if (!L_12)
{
goto IL_00d9;
}
}
{
RuntimeObject* L_13 = V_3;
NullCheck(L_13);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13);
}
IL_00d9:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:83>
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_14 = V_4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_2;
NullCheck(L_14);
L_14->___clickCoordinates = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:84>
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_16 = V_4;
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_17 = __this->___m_ComputeShader;
NullCheck(L_16);
L_16->___computeShader = L_17;
Il2CppCodeGenWriteBarrier((void**)(&L_16->___computeShader), (void*)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:86>
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_18 = V_4;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_19 = ___0_renderGraph;
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_20 = V_1;
NullCheck(L_19);
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_21;
L_21 = RenderGraph_ImportBuffer_m2C992E2CD031CA2B766800D02A1EC1F9ADB2D8A3(L_19, L_20, (bool)0, NULL);
NullCheck(L_18);
L_18->___resultBuffer = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:87>
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_22 = V_4;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_23 = ___2_depthPyramidBuffer;
NullCheck(L_22);
L_22->___depthBuffer = L_23;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:88>
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_24 = V_4;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_25 = ___3_normalBuffer;
NullCheck(L_24);
L_24->___normalBuffer = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:90>
RuntimeObject* L_26 = V_3;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_27 = V_4;
NullCheck(L_27);
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5* L_28 = (BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5*)(&L_27->___resultBuffer);
NullCheck(L_26);
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_29;
L_29 = InterfaceFuncInvoker2< BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5, BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5*, int32_t >::Invoke(4, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_26, L_28, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:91>
RuntimeObject* L_30 = V_3;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_31 = V_4;
NullCheck(L_31);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_32 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_31->___depthBuffer);
NullCheck(L_30);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_30, L_32, 1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:92>
RuntimeObject* L_33 = V_3;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_34 = V_4;
NullCheck(L_34);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_35 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_34->___normalBuffer);
NullCheck(L_33);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_33, L_35, 1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:94>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:95>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:96>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:97>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:98>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:99>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:100>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:101>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:102>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:103>
RuntimeObject* L_36 = V_3;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var);
BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* L_37 = ((U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var))->___U3CU3E9__7_0;
BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* L_38 = L_37;
if (L_38)
{
G_B6_0 = L_38;
G_B6_1 = L_36;
goto IL_00c9_1;
}
G_B5_0 = L_38;
G_B5_1 = L_36;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var);
U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D* L_39 = ((U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* L_40 = (BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73*)il2cpp_codegen_object_new(BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m014E61931570486B005595239E378A186ECBBDA6(L_40, L_39, (intptr_t)((void*)U3CU3Ec_U3CRenderU3Eb__7_0_mCA2DCDFE2DC3D31BA2BC75267D458AA8A10A07BC_RuntimeMethod_var), NULL);
BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* L_41 = L_40;
((U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var))->___U3CU3E9__7_0 = L_41;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var))->___U3CU3E9__7_0), (void*)L_41);
G_B6_0 = L_41;
G_B6_1 = G_B5_1;
}
IL_00c9_1:
{
NullCheck(G_B6_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tD0706EB91BD72A212932D588F866DD124533EB73* >::Invoke(IComputeRenderGraphBuilder_SetRenderFunc_TisWriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7_mE4BA2EF0648630D545A5260CDE20A4F1654B77F0_RuntimeMethod_var, G_B6_1, G_B6_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:104>
goto IL_00da;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00da:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:106>
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: 34167
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteApvData__ctor_m3DD8A757EA6DDA00DD8127AFAE257DD87C009F52 (WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* __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: 34168
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mC1B21E3E547EBE1D4CCF77D48575C486ECA802E4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D* L_0 = (U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D*)il2cpp_codegen_object_new(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m386A245703CC0F01B20D80A9A0B0B7B558D260C5(L_0, NULL);
((U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34169
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m386A245703CC0F01B20D80A9A0B0B7B558D260C5 (U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34170
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderU3Eb__7_0_mCA2DCDFE2DC3D31BA2BC75267D458AA8A10A07BC (U3CU3Ec_tE72F9F597F9FEDF7A64EF80C525A565836A9D36D* __this, WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* ___0_data, ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F* ___1_ctx, 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*)&_stringLiteral196B933679BEC770E436E965513177E6D8316911);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34FA5C120D0BF19214FF3AC8D4008CE4E7F29E95);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BFCC02C600E16F1316591D6840C468CF89C7DA8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA1FCC76988750273696D324CA9CBC7E79AF2C62);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:96>
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_0 = ___0_data;
NullCheck(L_0);
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = L_0->___computeShader;
NullCheck(L_1);
int32_t L_2;
L_2 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_1, _stringLiteral196B933679BEC770E436E965513177E6D8316911, NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:98>
ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F* L_3 = ___1_ctx;
NullCheck(L_3);
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_4 = L_3->___cmd;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_5 = ___0_data;
NullCheck(L_5);
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_6 = L_5->___computeShader;
int32_t L_7 = V_0;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_8 = ___0_data;
NullCheck(L_8);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_9 = L_8->___depthBuffer;
NullCheck(L_4);
ComputeCommandBuffer_SetComputeTextureParam_m97FF563691B0BC597D21F7A22687923D3156ABAA(L_4, L_6, L_7, _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6, L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:99>
ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F* L_10 = ___1_ctx;
NullCheck(L_10);
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_11 = L_10->___cmd;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_12 = ___0_data;
NullCheck(L_12);
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_13 = L_12->___computeShader;
int32_t L_14 = V_0;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_15 = ___0_data;
NullCheck(L_15);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_16 = L_15->___normalBuffer;
NullCheck(L_11);
ComputeCommandBuffer_SetComputeTextureParam_m97FF563691B0BC597D21F7A22687923D3156ABAA(L_11, L_13, L_14, _stringLiteral4BFCC02C600E16F1316591D6840C468CF89C7DA8, L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:100>
ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F* L_17 = ___1_ctx;
NullCheck(L_17);
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_18 = L_17->___cmd;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_19 = ___0_data;
NullCheck(L_19);
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_20 = L_19->___computeShader;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_21 = ___0_data;
NullCheck(L_21);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_22 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_21->___clickCoordinates);
float L_23 = L_22->___x;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_24 = ___0_data;
NullCheck(L_24);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_25 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_24->___clickCoordinates);
float L_26 = L_25->___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27;
memset((&L_27), 0, sizeof(L_27));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_27), L_23, L_26, (0.0f), (0.0f), NULL);
NullCheck(L_18);
ComputeCommandBuffer_SetComputeVectorParam_m9E4388863DC186091EB6B5E1C0869A79942D3073(L_18, L_20, _stringLiteralFA1FCC76988750273696D324CA9CBC7E79AF2C62, L_27, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:101>
ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F* L_28 = ___1_ctx;
NullCheck(L_28);
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_29 = L_28->___cmd;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_30 = ___0_data;
NullCheck(L_30);
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_31 = L_30->___computeShader;
int32_t L_32 = V_0;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_33 = ___0_data;
NullCheck(L_33);
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_34 = L_33->___resultBuffer;
il2cpp_codegen_runtime_class_init_inline(BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_il2cpp_TypeInfo_var);
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_35;
L_35 = BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76(L_34, NULL);
NullCheck(L_29);
ComputeCommandBuffer_SetComputeBufferParam_m5017EDFE228E66F20C313962540C0A8C33A2D740(L_29, L_31, L_32, _stringLiteral34FA5C120D0BF19214FF3AC8D4008CE4E7F29E95, L_35, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:102>
ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F* L_36 = ___1_ctx;
NullCheck(L_36);
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_37 = L_36->___cmd;
WriteApvData_tE0A31DDB5CC78CAF64FE6662EE7EF014F02085C7* L_38 = ___0_data;
NullCheck(L_38);
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_39 = L_38->___computeShader;
int32_t L_40 = V_0;
NullCheck(L_37);
ComputeCommandBuffer_DispatchCompute_m8C32F8EB60C2EE3C511CB915C4DA7591A2D4BAE7(L_37, L_39, L_40, 1, 1, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ProbeVolumeDebugPass.cs:103>
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: 34171
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderObjectsPass_get_overrideMaterial_m700D37339DC81FF453ED333230DD04B3CA9BE4F6 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:23>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___U3CoverrideMaterialU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34172
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideMaterial_mEC314E355840943E662211B1A5D9AB6D2002FF86 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:23>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ___0_value;
__this->___U3CoverrideMaterialU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoverrideMaterialU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 34173
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderObjectsPass_get_overrideMaterialPassIndex_mAEFF1485FEFD7C3232C8F8AF2EB2FBE8ACBB6EAA (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:28>
int32_t L_0 = __this->___U3CoverrideMaterialPassIndexU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34174
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideMaterialPassIndex_m5FD3BD73FF1B668607F83DB8438A6E6AC2395214 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:28>
int32_t L_0 = ___0_value;
__this->___U3CoverrideMaterialPassIndexU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 34175
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* RenderObjectsPass_get_overrideShader_mF78593C21A4AB87CE37CA7B8C06CC0810456F284 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:33>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___U3CoverrideShaderU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34176
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideShader_m07E428FAE9424E8EC411E3E9B263B69B3B64AC56 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:33>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = ___0_value;
__this->___U3CoverrideShaderU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoverrideShaderU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 34177
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderObjectsPass_get_overrideShaderPassIndex_m38C83ECBA1A85B346B0529A687803F478E738BA3 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:38>
int32_t L_0 = __this->___U3CoverrideShaderPassIndexU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34178
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideShaderPassIndex_m8511E9A9C26BA59E12B54B7DEAFC28D454FF506B (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:38>
int32_t L_0 = ___0_value;
__this->___U3CoverrideShaderPassIndexU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 34179
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_SetDetphState_m2361D5F506FFC8A36E55DF24AB2E55E962C88AB9 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, bool ___0_writeEnabled, int32_t ___1_function, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:51>
bool L_0 = ___0_writeEnabled;
int32_t L_1 = ___1_function;
RenderObjectsPass_SetDepthState_mDEE4F367E2C1DF2F016DD13E879B2E55A767E5AB(__this, L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:52>
return;
}
}
// Method Definition Index: 34180
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_SetDepthState_mDEE4F367E2C1DF2F016DD13E879B2E55A767E5AB (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, bool ___0_writeEnabled, int32_t ___1_function, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:61>
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_0 = (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733*)(&__this->___m_RenderStateBlock);
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_1 = L_0;
int32_t L_2;
L_2 = RenderStateBlock_get_mask_mC675CA5A35CC9912F9B8E34B1DB6BBDB66FFC4C6(L_1, NULL);
RenderStateBlock_set_mask_m0857047D723D7AF5E378D4F9F25D0BC83AD6E9BC(L_1, ((int32_t)((int32_t)L_2|4)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:62>
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_3 = (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733*)(&__this->___m_RenderStateBlock);
bool L_4 = ___0_writeEnabled;
int32_t L_5 = ___1_function;
DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255 L_6;
memset((&L_6), 0, sizeof(L_6));
DepthState__ctor_mF4AED45C211436228B26F6C35702093DDF4DCB3B((&L_6), L_4, L_5, NULL);
RenderStateBlock_set_depthState_mC3E64761972C4C08337991AE4E2DEF565C059E56(L_3, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:63>
return;
}
}
// Method Definition Index: 34181
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_SetStencilState_m3F378960837E3BEAEED641CF4DA06DA2BA6B4F17 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_reference, int32_t ___1_compareFunction, int32_t ___2_passOp, int32_t ___3_failOp, int32_t ___4_zFailOp, const RuntimeMethod* method)
{
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:75>
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_0;
L_0 = StencilState_get_defaultValue_m4A98541E193B4B554C8529C240D54B0DC2994BA7(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:76>
StencilState_set_enabled_m6DC861C699D1044E896E833D2DAE69B82F796564((&V_0), (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:77>
int32_t L_1 = ___1_compareFunction;
StencilState_SetCompareFunction_m4F46E4197FDEBB0643BB1D529DB33CA3590D7E29((&V_0), L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:78>
int32_t L_2 = ___2_passOp;
StencilState_SetPassOperation_m8DF4167E4EC16BDEA8DB8CAD4F5161094B8FD7CB((&V_0), L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:79>
int32_t L_3 = ___3_failOp;
StencilState_SetFailOperation_mC5BFB2CA88EFDEF6E302C1EA70471DFAFD9F19C9((&V_0), L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:80>
int32_t L_4 = ___4_zFailOp;
StencilState_SetZFailOperation_m1E6D4F210E0039A6E44F9550FEC8D4155F540DF2((&V_0), L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:82>
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_5 = (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733*)(&__this->___m_RenderStateBlock);
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_6 = L_5;
int32_t L_7;
L_7 = RenderStateBlock_get_mask_mC675CA5A35CC9912F9B8E34B1DB6BBDB66FFC4C6(L_6, NULL);
RenderStateBlock_set_mask_m0857047D723D7AF5E378D4F9F25D0BC83AD6E9BC(L_6, ((int32_t)((int32_t)L_7|8)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:83>
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_8 = (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733*)(&__this->___m_RenderStateBlock);
int32_t L_9 = ___0_reference;
RenderStateBlock_set_stencilReference_m9AE2F79509B0F431E8D0430B941DC23755722D84(L_8, L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:84>
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_10 = (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733*)(&__this->___m_RenderStateBlock);
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_11 = V_0;
RenderStateBlock_set_stencilState_m1DD8E2B3953C435C65BA7D60348D717E16B29DEA(L_10, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:85>
return;
}
}
// Method Definition Index: 34182
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass__ctor_m1C08D664BF8724A18C6171C8C22F6343F028369A (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, String_t* ___0_profilerTag, int32_t ___1_renderPassEvent, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_shaderTags, int32_t ___3_renderQueueType, int32_t ___4_layerMask, CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* ___5_cameraSettings, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:40>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_0 = (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*)il2cpp_codegen_object_new(List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_il2cpp_TypeInfo_var);
List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787(L_0, List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_RuntimeMethod_var);
__this->___m_ShaderTagIdList = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ShaderTagIdList), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:98>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:100>
String_t* L_1 = ___0_profilerTag;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_2 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_2, L_1, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:101>
int32_t L_3 = ___1_renderPassEvent;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ___2_shaderTags;
int32_t L_5 = ___3_renderQueueType;
int32_t L_6 = ___4_layerMask;
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_7 = ___5_cameraSettings;
RenderObjectsPass_Init_m75606708089B6CE74B275DCFB05E796FA50C74B8(__this, L_3, L_4, L_5, L_6, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:102>
return;
}
}
// Method Definition Index: 34183
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass__ctor_m18B85D81C7B0E37FF50948DFC401A376DF3A7A62 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_profileId, int32_t ___1_renderPassEvent, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_shaderTags, int32_t ___3_renderQueueType, int32_t ___4_layerMask, CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* ___5_cameraSettings, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:40>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_0 = (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF*)il2cpp_codegen_object_new(List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF_il2cpp_TypeInfo_var);
List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787(L_0, List_1__ctor_m21A3AD10EC2C165E8A6A3A533380D5D8BE162787_RuntimeMethod_var);
__this->___m_ShaderTagIdList = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ShaderTagIdList), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:104>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:106>
int32_t L_1 = ___0_profileId;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_2;
L_2 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(L_1, ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:107>
int32_t L_3 = ___1_renderPassEvent;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ___2_shaderTags;
int32_t L_5 = ___3_renderQueueType;
int32_t L_6 = ___4_layerMask;
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_7 = ___5_cameraSettings;
RenderObjectsPass_Init_m75606708089B6CE74B275DCFB05E796FA50C74B8(__this, L_3, L_4, L_5, L_6, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:108>
return;
}
}
// Method Definition Index: 34184
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_Init_m75606708089B6CE74B275DCFB05E796FA50C74B8 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_renderPassEvent, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_shaderTags, int32_t ___2_renderQueueType, int32_t ___3_layerMask, CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* ___4_cameraSettings, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral680441391CB765A96F7102F6D9129436E97D9ECA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BB148816DE832D438B4EA52AC76303D149E0BA5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6F8530D0057C4924C3C7151E55A68CE9A843598);
s_Il2CppMethodInitialized = true;
}
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 V_0;
memset((&V_0), 0, sizeof(V_0));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:112>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_0 = (PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED*)il2cpp_codegen_object_new(PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_il2cpp_TypeInfo_var);
PassData__ctor_mF65D515699E7F5DEA1FE0D04891F00164B78687D(L_0, NULL);
__this->___m_PassData = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PassData), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:114>
int32_t L_1 = ___0_renderPassEvent;
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(__this, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:115>
int32_t L_2 = ___2_renderQueueType;
__this->___renderQueueType = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:116>
RenderObjectsPass_set_overrideMaterial_mEC314E355840943E662211B1A5D9AB6D2002FF86_inline(__this, (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:117>
RenderObjectsPass_set_overrideMaterialPassIndex_m5FD3BD73FF1B668607F83DB8438A6E6AC2395214_inline(__this, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:118>
RenderObjectsPass_set_overrideShader_m07E428FAE9424E8EC411E3E9B263B69B3B64AC56_inline(__this, (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:119>
RenderObjectsPass_set_overrideShaderPassIndex_m8511E9A9C26BA59E12B54B7DEAFC28D454FF506B_inline(__this, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:120>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:121>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:122>
int32_t L_3 = ___2_renderQueueType;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0040;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_4;
L_4 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
G_B3_0 = L_4;
goto IL_0045;
}
IL_0040:
{
il2cpp_codegen_runtime_class_init_inline(RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_5;
L_5 = RenderQueueRange_get_transparent_m874E5D7D8B1F634BD31FF1306CCD6BDF018E2816(NULL);
G_B3_0 = L_5;
}
IL_0045:
{
V_0 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:123>
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_6 = V_0;
Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C L_7;
memset((&L_7), 0, sizeof(L_7));
Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204((&L_7), L_6, Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_RuntimeMethod_var);
int32_t L_8 = ___3_layerMask;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F L_9;
memset((&L_9), 0, sizeof(L_9));
FilteringSettings__ctor_m2A2242373FC7D053CFBBC6814D02AAC73C7B3AE7((&L_9), L_7, L_8, (-1), 0, NULL);
__this->___m_FilteringSettings = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:125>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = ___1_shaderTags;
if (!L_10)
{
goto IL_0089;
}
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = ___1_shaderTags;
NullCheck(L_11);
if (!(((RuntimeArray*)L_11)->max_length))
{
goto IL_0089;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:127>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = ___1_shaderTags;
V_1 = L_12;
V_2 = 0;
goto IL_0081;
}
IL_0068:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:127>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = V_1;
int32_t L_14 = V_2;
NullCheck(L_13);
int32_t L_15 = L_14;
String_t* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_3 = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:128>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_17 = __this->___m_ShaderTagIdList;
String_t* L_18 = V_3;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_19;
memset((&L_19), 0, sizeof(L_19));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_19), L_18, NULL);
NullCheck(L_17);
List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_inline(L_17, L_19, List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var);
int32_t L_20 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0081:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:127>
int32_t L_21 = V_2;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = V_1;
NullCheck(L_22);
if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))
{
goto IL_0068;
}
}
{
goto IL_00c8;
}
IL_0089:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:132>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_23 = __this->___m_ShaderTagIdList;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_24;
memset((&L_24), 0, sizeof(L_24));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_24), _stringLiteral6BB148816DE832D438B4EA52AC76303D149E0BA5, NULL);
NullCheck(L_23);
List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_inline(L_23, L_24, List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:133>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_25 = __this->___m_ShaderTagIdList;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_26;
memset((&L_26), 0, sizeof(L_26));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_26), _stringLiteral680441391CB765A96F7102F6D9129436E97D9ECA, NULL);
NullCheck(L_25);
List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_inline(L_25, L_26, List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:134>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_27 = __this->___m_ShaderTagIdList;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_28;
memset((&L_28), 0, sizeof(L_28));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_28), _stringLiteralA6F8530D0057C4924C3C7151E55A68CE9A843598, NULL);
NullCheck(L_27);
List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_inline(L_27, L_28, List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_RuntimeMethod_var);
}
IL_00c8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:137>
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 L_29;
memset((&L_29), 0, sizeof(L_29));
RenderStateBlock__ctor_mED2806102FED1023AB74D94DC37F535497AED1F9((&L_29), 0, NULL);
__this->___m_RenderStateBlock = L_29;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:138>
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_30 = ___4_cameraSettings;
__this->___m_CameraSettings = L_30;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraSettings), (void*)L_30);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:139>
return;
}
}
// Method Definition Index: 34185
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_Execute_mE65ECC7442E28DDB906F90C57D059BB023278862 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* V_2 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* V_3 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_4;
memset((&V_4), 0, sizeof(V_4));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:145>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_1 = L_0->___frameData;
NullCheck(L_1);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_2;
L_2 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_1, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:146>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_3 = ___1_renderingData;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4 = L_3->___frameData;
NullCheck(L_4);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5;
L_5 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_4, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:147>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_6 = ___1_renderingData;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_7 = L_6->___frameData;
NullCheck(L_7);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_8;
L_8 = ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline(L_7, ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
V_2 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:149>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_9 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_10;
L_10 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_9, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_10);
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_12;
L_12 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_11, NULL);
V_3 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:151>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_13 = V_3;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_14;
L_14 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mEF7BF01DCAD3709F978E564AEDEDD643FC617904((&V_4), L_13, L_14, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0081:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_4), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:153>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = V_1;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_16 = (PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)(&__this->___m_PassData);
RenderObjectsPass_InitPassData_m66F54EB8BE35F1FD764A2B630A723909A1AA4091(__this, L_15, L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:154>
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_17 = V_0;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_18 = V_2;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_19 = (PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)(&__this->___m_PassData);
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_20 = ___0_context;
RenderObjectsPass_InitRendererLists_m664EB18ABE21CC1BE865F01BCC754CEAD447F30F(__this, L_17, L_18, L_19, L_20, (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*)NULL, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:156>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_21 = __this->___m_PassData;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_22 = V_3;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_23 = __this->___m_PassData;
NullCheck(L_23);
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_24 = L_23->___rendererList;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_25 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_26 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_25->___cameraData);
bool L_27;
L_27 = CameraData_IsCameraProjectionMatrixFlipped_m381DFFDE02B019E1EE975967B5E9593FDF9464E2(L_26, NULL);
RenderObjectsPass_ExecutePass_m8927D3FB39D6ED32785C8DE6F4689E60CB1AEFB6(L_21, L_22, L_24, L_27, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:157>
goto IL_008f;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_008f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:158>
return;
}
}
// Method Definition Index: 34186
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_ExecutePass_m8927D3FB39D6ED32785C8DE6F4689E60CB1AEFB6 (PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* ___0_passData, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___1_cmd, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, bool ___3_isYFlipped, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A333CBDB7F4BE6FD8265A48CAEED3BBC7F5330E);
s_Il2CppMethodInitialized = true;
}
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_0 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_3;
memset((&V_3), 0, sizeof(V_3));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
memset((&V_4), 0, sizeof(V_4));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_5;
memset((&V_5), 0, sizeof(V_5));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:162>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_0 = ___0_passData;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = L_0->___cameraData;
NullCheck(L_1);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = L_1->___camera;
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:165>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_3 = ___0_passData;
NullCheck(L_3);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = L_3->___cameraData;
NullCheck(L_4);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_5 = L_4->___pixelRect;
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:166>
float L_6;
L_6 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline((&V_1), NULL);
float L_7;
L_7 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline((&V_1), NULL);
V_2 = ((float)(((float)L_6)/((float)L_7)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:168>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_8 = ___0_passData;
NullCheck(L_8);
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_9 = L_8->___cameraSettings;
NullCheck(L_9);
bool L_10 = L_9->___overrideCamera;
if (!L_10)
{
goto IL_00ba;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:170>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_11 = ___0_passData;
NullCheck(L_11);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = L_11->___cameraData;
NullCheck(L_12);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_13;
L_13 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_12, NULL);
NullCheck(L_13);
bool L_14;
L_14 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_13, NULL);
if (!L_14)
{
goto IL_0058;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:172>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral2A333CBDB7F4BE6FD8265A48CAEED3BBC7F5330E, NULL);
goto IL_00ba;
}
IL_0058:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:176>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:177>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_15 = ___0_passData;
NullCheck(L_15);
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_16 = L_15->___cameraSettings;
NullCheck(L_16);
float L_17 = L_16->___cameraFieldOfView;
float L_18 = V_2;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_19 = V_0;
NullCheck(L_19);
float L_20;
L_20 = Camera_get_nearClipPlane_m5E8FAF84326E3192CB036BD29DCCDAF6A9861013(L_19, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_21 = V_0;
NullCheck(L_21);
float L_22;
L_22 = Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD(L_21, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23;
L_23 = Matrix4x4_Perspective_m08BFCC6D4F8C7D51CEFBB8F3425954125BF9A743(L_17, L_18, L_20, L_22, NULL);
V_3 = L_23;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:178>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_24 = V_3;
bool L_25 = ___3_isYFlipped;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_26;
L_26 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_24, L_25, NULL);
V_3 = L_26;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:180>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_27 = ___0_passData;
NullCheck(L_27);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_28 = L_27->___cameraData;
NullCheck(L_28);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_29;
L_29 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_28, 0, NULL);
V_4 = L_29;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:181>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_30;
L_30 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118((&V_4), 3, NULL);
V_5 = L_30;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:182>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_31 = V_5;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_32 = ___0_passData;
NullCheck(L_32);
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_33 = L_32->___cameraSettings;
NullCheck(L_33);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_34 = L_33->___offset;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_35;
L_35 = Vector4_op_Addition_m471A0C9B30316933F8CE430F17A7F8806ECA3EB9_inline(L_31, L_34, NULL);
Matrix4x4_SetColumn_mC1CBEB2C29C0A9F1434C601786CE1B6DED1E1234((&V_4), 3, L_35, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:184>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_36 = ___1_cmd;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37 = V_4;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_38 = V_3;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
RenderingUtils_SetViewAndProjectionMatrices_m48D33405DF2F84B8313C65D92F8FA61AE98579CC(L_36, L_37, L_38, (bool)0, NULL);
}
IL_00ba:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:188>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_39 = ___0_passData;
NullCheck(L_39);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_40 = L_39->___cameraData;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_41;
L_41 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_40, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:189>
if (!L_41)
{
goto IL_00d5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:191>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_42 = ___0_passData;
NullCheck(L_42);
DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* L_43 = L_42->___debugRendererLists;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_44 = ___1_cmd;
NullCheck(L_43);
DebugRendererLists_DrawWithRendererList_m8E906F0103062274ADD2DA373E9527942D38F59D(L_43, L_44, NULL);
goto IL_00dc;
}
IL_00d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:195>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_45 = ___1_cmd;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_46 = ___2_rendererList;
NullCheck(L_45);
RasterCommandBuffer_DrawRendererList_m6C50C4A5E4CABE3542317969BC91F552B41A427F(L_45, L_46, NULL);
}
IL_00dc:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:198>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_47 = ___0_passData;
NullCheck(L_47);
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_48 = L_47->___cameraSettings;
NullCheck(L_48);
bool L_49 = L_48->___overrideCamera;
if (!L_49)
{
goto IL_012d;
}
}
{
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_50 = ___0_passData;
NullCheck(L_50);
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_51 = L_50->___cameraSettings;
NullCheck(L_51);
bool L_52 = L_51->___restoreCamera;
if (!L_52)
{
goto IL_012d;
}
}
{
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_53 = ___0_passData;
NullCheck(L_53);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_54 = L_53->___cameraData;
NullCheck(L_54);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_55;
L_55 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_54, NULL);
NullCheck(L_55);
bool L_56;
L_56 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_55, NULL);
if (L_56)
{
goto IL_012d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:200>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_57 = ___1_cmd;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_58 = ___0_passData;
NullCheck(L_58);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_59 = L_58->___cameraData;
NullCheck(L_59);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_60;
L_60 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_59, 0, NULL);
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_61 = ___0_passData;
NullCheck(L_61);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_62 = L_61->___cameraData;
NullCheck(L_62);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_63;
L_63 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_62, 0, NULL);
bool L_64 = ___3_isYFlipped;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_65;
L_65 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_63, L_64, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
RenderingUtils_SetViewAndProjectionMatrices_m48D33405DF2F84B8313C65D92F8FA61AE98579CC(L_57, L_60, L_65, (bool)0, NULL);
}
IL_012d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:202>
return;
}
}
// Method Definition Index: 34187
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_InitPassData_m66F54EB8BE35F1FD764A2B630A723909A1AA4091 (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** ___1_passData, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:221>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_0 = ___1_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_1 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_0);
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_2 = __this->___m_CameraSettings;
NullCheck(L_1);
L_1->___cameraSettings = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___cameraSettings), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:222>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_3 = ___1_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_4 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_3);
int32_t L_5;
L_5 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(__this, NULL);
NullCheck(L_4);
L_4->___renderPassEvent = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:223>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_6 = ___1_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_7 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_6);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___0_cameraData;
NullCheck(L_7);
L_7->___cameraData = L_8;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___cameraData), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:224>
return;
}
}
// Method Definition Index: 34188
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_InitRendererLists_m664EB18ABE21CC1BE865F01BCC754CEAD447F30F (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___0_renderingData, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___1_lightData, PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** ___2_passData, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___3_context, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___4_renderGraph, bool ___5_useRenderGraph, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 V_1;
memset((&V_1), 0, sizeof(V_1));
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_2 = NULL;
int32_t G_B3_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:229>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:230>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:231>
int32_t L_0 = __this->___renderQueueType;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0017;
}
}
{
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_1 = ___2_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_2 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_1);
NullCheck(L_2);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = L_2->___cameraData;
NullCheck(L_3);
int32_t L_4 = L_3->___defaultOpaqueSortFlags;
G_B3_0 = ((int32_t)(L_4));
goto IL_0019;
}
IL_0017:
{
G_B3_0 = ((int32_t)23);
}
IL_0019:
{
V_0 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:232>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:233>
List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* L_5 = __this->___m_ShaderTagIdList;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_6 = ___0_renderingData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_7 = ___2_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_8 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_7);
NullCheck(L_8);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = L_8->___cameraData;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_10 = ___1_lightData;
int32_t L_11 = V_0;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_12;
L_12 = RenderingUtils_CreateDrawingSettings_m3DB61D695B8C38BC10DF00E538DCB622F04189A0(L_5, L_6, L_9, L_10, L_11, NULL);
V_1 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:234>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13;
L_13 = RenderObjectsPass_get_overrideMaterial_m700D37339DC81FF453ED333230DD04B3CA9BE4F6_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var);
DrawingSettings_set_overrideMaterial_m6A1D1A128D31B5DAA3EEDFF0D6F07EF67D2B276F((&V_1), L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:235>
int32_t L_14;
L_14 = RenderObjectsPass_get_overrideMaterialPassIndex_mAEFF1485FEFD7C3232C8F8AF2EB2FBE8ACBB6EAA_inline(__this, NULL);
DrawingSettings_set_overrideMaterialPassIndex_mED93BC41A0496812035C23337949A05C0A4C48ED((&V_1), L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:236>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_15;
L_15 = RenderObjectsPass_get_overrideShader_mF78593C21A4AB87CE37CA7B8C06CC0810456F284_inline(__this, NULL);
DrawingSettings_set_overrideShader_m4B3BA8E9EBDCDE9A6925A60A13CDD034779DC7FC((&V_1), L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:237>
int32_t L_16;
L_16 = RenderObjectsPass_get_overrideShaderPassIndex_m38C83ECBA1A85B346B0529A687803F478E738BA3_inline(__this, NULL);
DrawingSettings_set_overrideShaderPassIndex_m9ED770895F2A387C29871B9DDC6A1145EE142486((&V_1), L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:239>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_17 = ___2_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_18 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_17);
NullCheck(L_18);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_19 = L_18->___cameraData;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_20;
L_20 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_19, NULL);
V_2 = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:240>
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F L_21 = __this->___m_FilteringSettings;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:241>
bool L_22 = ___5_useRenderGraph;
if (!L_22)
{
goto IL_00c5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:243>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_23 = V_2;
if (!L_23)
{
goto IL_00a3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:245>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:246>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_24 = ___2_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_25 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_24);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_26 = V_2;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_27 = ___4_renderGraph;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_28 = ___0_renderingData;
NullCheck(L_28);
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_29 = (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267*)(&L_28->___cullResults);
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F* L_30 = (FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F*)(&__this->___m_FilteringSettings);
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_31 = (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733*)(&__this->___m_RenderStateBlock);
NullCheck(L_26);
DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* L_32;
L_32 = DebugHandler_CreateRendererListsWithDebugRenderState_m77FCC19B8452259BB628B54D2D84810C9537DC86(L_26, L_27, L_29, (&V_1), L_30, L_31, NULL);
NullCheck(L_25);
L_25->___debugRendererLists = L_32;
Il2CppCodeGenWriteBarrier((void**)(&L_25->___debugRendererLists), (void*)L_32);
return;
}
IL_00a3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:250>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:251>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_33 = ___4_renderGraph;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_34 = ___0_renderingData;
NullCheck(L_34);
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_35 = (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267*)(&L_34->___cullResults);
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_36 = V_1;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F L_37 = __this->___m_FilteringSettings;
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 L_38 = __this->___m_RenderStateBlock;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_39 = ___2_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_40 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_39);
NullCheck(L_40);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_41 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_40->___rendererListHdl);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
RenderingUtils_CreateRendererListWithRenderStateBlock_m2EA7A0F6D66B9148185F7A873EE1525242AF741F(L_33, L_35, L_36, L_37, L_38, L_41, NULL);
return;
}
IL_00c5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:256>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_42 = V_2;
if (!L_42)
{
goto IL_00ec;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:258>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_43 = ___2_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_44 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_43);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_45 = V_2;
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_46 = ___3_context;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_47 = ___0_renderingData;
NullCheck(L_47);
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_48 = (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267*)(&L_47->___cullResults);
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F* L_49 = (FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F*)(&__this->___m_FilteringSettings);
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* L_50 = (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733*)(&__this->___m_RenderStateBlock);
NullCheck(L_45);
DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* L_51;
L_51 = DebugHandler_CreateRendererListsWithDebugRenderState_m920C99CD16580DE4EC9F64A8AD130EA9D9A7CA90(L_45, L_46, L_48, (&V_1), L_49, L_50, NULL);
NullCheck(L_44);
L_44->___debugRendererLists = L_51;
Il2CppCodeGenWriteBarrier((void**)(&L_44->___debugRendererLists), (void*)L_51);
return;
}
IL_00ec:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:262>
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_52 = ___3_context;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_53 = ___0_renderingData;
NullCheck(L_53);
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_54 = (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267*)(&L_53->___cullResults);
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_55 = V_1;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F L_56 = __this->___m_FilteringSettings;
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 L_57 = __this->___m_RenderStateBlock;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED** L_58 = ___2_passData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_59 = *((PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED**)L_58);
NullCheck(L_59);
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85* L_60 = (RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85*)(&L_59->___rendererList);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
RenderingUtils_CreateRendererListWithRenderStateBlock_mD1D6675E3A3CA96DD04B7EF36726E4EA983C024D(L_52, L_54, L_55, L_56, L_57, L_60, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:265>
return;
}
}
// Method Definition Index: 34189
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsPass_RecordRenderGraph_m56C4AFA12F746A89C5A8ACE44741B6BCC8A52DEC (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_mBE78CFC4C976108A2D4BB8C12F334EA9EF76AAAA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_m6AAA2A0FFE8A3E2D00F872C4EDDFF853C0F8B7B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRecordRenderGraphU3Eb__33_0_mD4ADAE1E47755863F4578C32F086309D6BEC48D2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16AD1CF109234F5150F5C70D518930E1D2CD5769);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_1 = NULL;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* V_2 = NULL;
RuntimeObject* V_3 = NULL;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* V_4 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_5 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
memset((&V_6), 0, sizeof(V_6));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_7;
memset((&V_7), 0, sizeof(V_7));
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* V_8 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t V_10 = 0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_11;
memset((&V_11), 0, sizeof(V_11));
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 V_12;
memset((&V_12), 0, sizeof(V_12));
RuntimeObject* G_B18_0 = NULL;
RuntimeObject* G_B17_0 = NULL;
int32_t G_B19_0 = 0;
RuntimeObject* G_B19_1 = NULL;
BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* G_B22_0 = NULL;
RuntimeObject* G_B22_1 = NULL;
BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* G_B21_0 = NULL;
RuntimeObject* G_B21_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:270>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = ___1_frameData;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1;
L_1 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_0, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:271>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = ___1_frameData;
NullCheck(L_2);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_3;
L_3 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_2, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:272>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4 = ___1_frameData;
NullCheck(L_4);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_5;
L_5 = ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_inline(L_4, ContextContainer_Get_TisUniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2_m7D529C251F384985900DEA334BC399BAD36BFC8F_RuntimeMethod_var);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:274>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___0_renderGraph;
String_t* L_7;
L_7 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_8;
L_8 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_6);
RuntimeObject* L_9;
L_9 = RenderGraph_AddRasterRenderPass_TisPassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_m6AAA2A0FFE8A3E2D00F872C4EDDFF853C0F8B7B9(L_6, L_7, (&V_4), L_8, _stringLiteral16AD1CF109234F5150F5C70D518930E1D2CD5769, ((int32_t)274), RenderGraph_AddRasterRenderPass_TisPassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_m6AAA2A0FFE8A3E2D00F872C4EDDFF853C0F8B7B9_RuntimeMethod_var);
V_3 = L_9;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0196:
{
{
RuntimeObject* L_10 = V_3;
if (!L_10)
{
goto IL_019f;
}
}
{
RuntimeObject* L_11 = V_3;
NullCheck(L_11);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_11);
}
IL_019f:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:276>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_12 = ___1_frameData;
NullCheck(L_12);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_13;
L_13 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_12, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_5 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:278>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = V_0;
RenderObjectsPass_InitPassData_m66F54EB8BE35F1FD764A2B630A723909A1AA4091(__this, L_14, (&V_4), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:280>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_15 = V_4;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_16 = V_5;
NullCheck(L_16);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17;
L_17 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_16, NULL);
NullCheck(L_15);
L_15->___color = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:281>
RuntimeObject* L_18 = V_3;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_19 = V_5;
NullCheck(L_19);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_20;
L_20 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_19, NULL);
NullCheck(L_18);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_18, L_20, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:282>
RuntimeObject* L_21 = V_3;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_22 = V_5;
NullCheck(L_22);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_23;
L_23 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_22, NULL);
NullCheck(L_21);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_21, L_23, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:284>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_24 = V_5;
NullCheck(L_24);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_25;
L_25 = UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3(L_24, NULL);
V_6 = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:285>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_26 = V_5;
NullCheck(L_26);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_27;
L_27 = UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455(L_26, NULL);
V_7 = L_27;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:287>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_28;
L_28 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_6), NULL);
if (!L_28)
{
goto IL_0094_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:288>
RuntimeObject* L_29 = V_3;
NullCheck(L_29);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_29, (&V_6), 1);
}
IL_0094_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:290>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_30;
L_30 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_7), NULL);
if (!L_30)
{
goto IL_00a6_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:291>
RuntimeObject* L_31 = V_3;
NullCheck(L_31);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_31, (&V_7), 1);
}
IL_00a6_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:293>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_32 = V_5;
NullCheck(L_32);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_33;
L_33 = UniversalResourceData_get_dBuffer_mF3B5C9BB0428A41208F6AEBD564E4ACAC759D72A(L_32, NULL);
V_8 = L_33;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:294>
V_10 = 0;
goto IL_00d7_1;
}
IL_00b4_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:296>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_34 = V_8;
int32_t L_35 = V_10;
NullCheck(L_34);
int32_t L_36 = L_35;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
V_11 = L_37;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:297>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_38;
L_38 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_11), NULL);
if (!L_38)
{
goto IL_00d1_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:298>
RuntimeObject* L_39 = V_3;
NullCheck(L_39);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_39, (&V_11), 1);
}
IL_00d1_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:294>
int32_t L_40 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add(L_40, 1));
}
IL_00d7_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:294>
int32_t L_41 = V_10;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_42 = V_8;
NullCheck(L_42);
if ((((int32_t)L_41) < ((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))
{
goto IL_00b4_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:301>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_43 = V_5;
NullCheck(L_43);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_44;
L_44 = UniversalResourceData_get_ssaoTexture_m0AF63820533256331CD1B29C540B69083563CC2F(L_43, NULL);
V_9 = L_44;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:302>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_45;
L_45 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_9), NULL);
if (!L_45)
{
goto IL_00fa_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:303>
RuntimeObject* L_46 = V_3;
NullCheck(L_46);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_46, (&V_9), 1);
}
IL_00fa_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:305>
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_47 = V_1;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_48 = V_2;
il2cpp_codegen_initobj((&V_12), sizeof(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36));
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_49 = V_12;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_50 = ___0_renderGraph;
RenderObjectsPass_InitRendererLists_m664EB18ABE21CC1BE865F01BCC754CEAD447F30F(__this, L_47, L_48, (&V_4), L_49, L_50, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:306>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_51 = V_4;
NullCheck(L_51);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_52 = L_51->___cameraData;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_53;
L_53 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_52, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:307>
if (!L_53)
{
goto IL_012d_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:309>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_54 = V_4;
NullCheck(L_54);
DebugRendererLists_t36E764A9AB1DAF3B3FB5D4E076351B3F15A129C1* L_55 = L_54->___debugRendererLists;
RuntimeObject* L_56 = V_3;
NullCheck(L_55);
DebugRendererLists_PrepareRendererListForRasterPass_m8E4B72A3E9F4880FC3EE728C85B4DD9210E92789(L_55, L_56, NULL);
goto IL_013a_1;
}
IL_012d_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:313>
RuntimeObject* L_57 = V_3;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_58 = V_4;
NullCheck(L_58);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_59 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_58->___rendererListHdl);
NullCheck(L_57);
InterfaceActionInvoker1< RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* >::Invoke(9, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_57, L_59);
}
IL_013a_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:316>
RuntimeObject* L_60 = V_3;
NullCheck(L_60);
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_60, (bool)1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:317>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_61 = V_0;
NullCheck(L_61);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_62;
L_62 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_61, NULL);
NullCheck(L_62);
bool L_63;
L_63 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_62, NULL);
if (!L_63)
{
goto IL_016f_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:318>
RuntimeObject* L_64 = V_3;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_65 = V_0;
NullCheck(L_65);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_66;
L_66 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_65, NULL);
NullCheck(L_66);
bool L_67;
L_67 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_66, NULL);
if (!L_67)
{
G_B18_0 = L_64;
goto IL_0169_1;
}
G_B17_0 = L_64;
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_68 = V_0;
NullCheck(L_68);
XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* L_69;
L_69 = UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0(L_68, NULL);
NullCheck(L_69);
bool L_70;
L_70 = XRPassUniversal_get_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline(L_69, NULL);
G_B19_0 = ((int32_t)(L_70));
G_B19_1 = G_B17_0;
goto IL_016a_1;
}
IL_0169_1:
{
G_B19_0 = 0;
G_B19_1 = G_B18_0;
}
IL_016a_1:
{
NullCheck(G_B19_1);
InterfaceActionInvoker1< bool >::Invoke(13, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, G_B19_1, (bool)G_B19_0);
}
IL_016f_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:320>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:321>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:322>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:323>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:324>
RuntimeObject* L_71 = V_3;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* L_72 = ((U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var))->___U3CU3E9__33_0;
BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* L_73 = L_72;
if (L_73)
{
G_B22_0 = L_73;
G_B22_1 = L_71;
goto IL_018f_1;
}
G_B21_0 = L_73;
G_B21_1 = L_71;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var);
U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0* L_74 = ((U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* L_75 = (BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D*)il2cpp_codegen_object_new(BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_mE24D24DAE0BD5E34F72A8E99A0E6FD7429B04E44(L_75, L_74, (intptr_t)((void*)U3CU3Ec_U3CRecordRenderGraphU3Eb__33_0_mD4ADAE1E47755863F4578C32F086309D6BEC48D2_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* L_76 = L_75;
((U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var))->___U3CU3E9__33_0 = L_76;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var))->___U3CU3E9__33_0), (void*)L_76);
G_B22_0 = L_76;
G_B22_1 = G_B21_1;
}
IL_018f_1:
{
NullCheck(G_B22_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t20AB97AB23953C17B53C7CA48BE257D9F7C55B7D* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED_mBE78CFC4C976108A2D4BB8C12F334EA9EF76AAAA_RuntimeMethod_var, G_B22_1, G_B22_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:325>
goto IL_01a0;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01a0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:326>
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: 34190
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_mF65D515699E7F5DEA1FE0D04891F00164B78687D (PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* __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: 34191
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m53B8D714AD8EB04C039AFE59C4CE075AB4D968BA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0* L_0 = (U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0*)il2cpp_codegen_object_new(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m33C573B5375B8BF00D165FA405E7B3493A716CA9(L_0, NULL);
((U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34192
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m33C573B5375B8BF00D165FA405E7B3493A716CA9 (U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34193
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRecordRenderGraphU3Eb__33_0_mD4ADAE1E47755863F4578C32F086309D6BEC48D2 (U3CU3Ec_t7A030B3E86281E27700AD2593A43970A9D1AA4C0* __this, PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_rgContext, 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;
}
bool V_0 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:322>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_0 = ___0_data;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = L_0->___cameraData;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___color;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
NullCheck(L_1);
bool L_5;
L_5 = UniversalCameraData_IsRenderTargetProjectionMatrixFlipped_m4BE75838B7F341A0EEE859ED9EFB3B341B99974D(L_1, L_4, (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL, NULL);
V_0 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:323>
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_6 = ___0_data;
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_7 = ___1_rgContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_8 = L_7.___cmd;
PassData_tF53A1733963BCAAA86ADAE78DD3972267E26DCED* L_9 = ___0_data;
NullCheck(L_9);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_10 = L_9->___rendererListHdl;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_11;
L_11 = RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585(L_10, NULL);
bool L_12 = V_0;
RenderObjectsPass_ExecutePass_m8927D3FB39D6ED32785C8DE6F4689E60CB1AEFB6(L_6, L_8, L_11, L_12, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:324>
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: 34194
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass__ctor_mE84612B2319D83B58FBCFE631C615F30FC89435A (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:11>
bool L_0;
L_0 = SystemInfo_SupportsRenderTextureFormat_mCCC3C69578A2C5B7367F73999E6938C315A98201(((int32_t)16), NULL);
__this->___m_SupportsR8RenderTextureFormat = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:16>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_1 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_CameraTopLeftCorner = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraTopLeftCorner), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:17>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_2 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_CameraXExtent = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraXExtent), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:18>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_3 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_CameraYExtent = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraYExtent), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:19>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_4 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_CameraZExtent = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraZExtent), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:20>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5 = (RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)SZArrayNew(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var, (uint32_t)4);
__this->___m_SSAOTextures = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SSAOTextures), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:22>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_6 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_CameraViewProjections = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraViewProjections), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:23>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_7;
L_7 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)17), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
__this->___m_ProfilingSampler = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ProfilingSampler), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:139>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:141>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_8 = (ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE*)il2cpp_codegen_object_new(ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE_il2cpp_TypeInfo_var);
ScreenSpaceAmbientOcclusionSettings__ctor_m17D135716FB0AF01296284595A3B15B3B5BA3DDA(L_8, NULL);
__this->___m_CurrentSettings = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSettings), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:142>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_9 = (SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4*)il2cpp_codegen_object_new(SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_il2cpp_TypeInfo_var);
SSAOPassData__ctor_mD6EBA9DA631CFB2EEA199EC732386C4F2C45180F(L_9, NULL);
__this->___m_PassData = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PassData), (void*)L_9);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:143>
return;
}
}
// Method Definition Index: 34195
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceAmbientOcclusionPass_Setup_m050110604F9D542C4633882921D3C230907B6AEB (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** ___0_featureSettings, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** ___1_renderer, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___2_material, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** ___3_blueNoiseTextures, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B4_0 = NULL;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B3_0 = NULL;
int32_t G_B5_0 = 0;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B5_1 = NULL;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B8_0 = NULL;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B9_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:147>
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** L_0 = ___3_blueNoiseTextures;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_1 = *((Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191**)L_0);
__this->___m_BlueNoiseTextures = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlueNoiseTextures), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:148>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_2 = ___2_material;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_2);
__this->___m_Material = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Material), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:149>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_4 = ___1_renderer;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_5 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_4);
__this->___m_Renderer = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Renderer), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:150>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_6 = ___0_featureSettings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_7 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_6);
__this->___m_CurrentSettings = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSettings), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:153>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_8 = ___1_renderer;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_9 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_8);
V_0 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)IsInstSealed((RuntimeObject*)L_9, UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var));
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_10 = V_0;
if (!L_10)
{
goto IL_0061;
}
}
{
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_11 = V_0;
NullCheck(L_11);
bool L_12;
L_12 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(L_11, NULL);
if (!L_12)
{
goto IL_0061;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:155>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_13 = __this->___m_CurrentSettings;
NullCheck(L_13);
bool L_14 = L_13->___AfterOpaque;
if (L_14)
{
G_B4_0 = __this;
goto IL_0049;
}
G_B3_0 = __this;
}
{
G_B5_0 = ((int32_t)220);
G_B5_1 = G_B3_0;
goto IL_004e;
}
IL_0049:
{
G_B5_0 = ((int32_t)300);
G_B5_1 = G_B4_0;
}
IL_004e:
{
NullCheck(G_B5_1);
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(G_B5_1, G_B5_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:157>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_15 = __this->___m_CurrentSettings;
NullCheck(L_15);
L_15->___Source = 1;
goto IL_0080;
}
IL_0061:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:164>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_16 = __this->___m_CurrentSettings;
NullCheck(L_16);
bool L_17 = L_16->___AfterOpaque;
if (L_17)
{
G_B8_0 = __this;
goto IL_0076;
}
G_B7_0 = __this;
}
{
G_B9_0 = ((int32_t)201);
G_B9_1 = G_B7_0;
goto IL_007b;
}
IL_0076:
{
G_B9_0 = ((int32_t)450);
G_B9_1 = G_B8_0;
}
IL_007b:
{
NullCheck(G_B9_1);
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(G_B9_1, G_B9_0, NULL);
}
IL_0080:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:168>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_18 = __this->___m_CurrentSettings;
NullCheck(L_18);
int32_t L_19 = L_18->___Source;
V_1 = L_19;
int32_t L_20 = V_1;
if (!L_20)
{
goto IL_0095;
}
}
{
int32_t L_21 = V_1;
if ((((int32_t)L_21) == ((int32_t)1)))
{
goto IL_009e;
}
}
{
goto IL_00a7;
}
IL_0095:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:171>
ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline(__this, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:172>
goto IL_00ad;
}
IL_009e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:174>
ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline(__this, 3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:175>
goto IL_00ad;
}
IL_00a7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:177>
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_22 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_22, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_Setup_m050110604F9D542C4633882921D3C230907B6AEB_RuntimeMethod_var)));
}
IL_00ad:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:181>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_23 = __this->___m_CurrentSettings;
NullCheck(L_23);
int32_t L_24 = L_23->___BlurQuality;
V_2 = L_24;
int32_t L_25 = V_2;
switch (L_25)
{
case 0:
{
goto IL_00cd;
}
case 1:
{
goto IL_00d6;
}
case 2:
{
goto IL_00df;
}
}
}
{
goto IL_00e8;
}
IL_00cd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:184>
__this->___m_BlurType = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:185>
goto IL_00ee;
}
IL_00d6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:187>
__this->___m_BlurType = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:188>
goto IL_00ee;
}
IL_00df:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:190>
__this->___m_BlurType = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:191>
goto IL_00ee;
}
IL_00e8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:193>
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_26 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_26, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_Setup_m050110604F9D542C4633882921D3C230907B6AEB_RuntimeMethod_var)));
}
IL_00ee:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:196>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:197>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:198>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:199>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_27 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_28;
L_28 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_27, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_28)
{
goto IL_0133;
}
}
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_29 = __this->___m_CurrentSettings;
NullCheck(L_29);
float L_30 = L_29->___Intensity;
if ((!(((float)L_30) > ((float)(0.0f)))))
{
goto IL_0133;
}
}
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_31 = __this->___m_CurrentSettings;
NullCheck(L_31);
float L_32 = L_31->___Radius;
if ((!(((float)L_32) > ((float)(0.0f)))))
{
goto IL_0133;
}
}
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_33 = __this->___m_CurrentSettings;
NullCheck(L_33);
float L_34 = L_33->___Falloff;
return (bool)((((float)L_34) > ((float)(0.0f)))? 1 : 0);
}
IL_0133:
{
return (bool)0;
}
}
// Method Definition Index: 34196
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceAmbientOcclusionPass_IsAfterOpaquePass_m75117B70FE47521049210F078210E174CBC145F1 (int32_t* ___0_pass, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:204>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:205>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:206>
int32_t* L_0 = ___0_pass;
int32_t L_1 = *((int32_t*)L_0);
if ((((int32_t)L_1) == ((int32_t)4)))
{
goto IL_0011;
}
}
{
int32_t* L_2 = ___0_pass;
int32_t L_3 = *((int32_t*)L_2);
if ((((int32_t)L_3) == ((int32_t)7)))
{
goto IL_0011;
}
}
{
int32_t* L_4 = ___0_pass;
int32_t L_5 = *((int32_t*)L_4);
return (bool)((((int32_t)L_5) == ((int32_t)((int32_t)9)))? 1 : 0);
}
IL_0011:
{
return (bool)1;
}
}
// Method Definition Index: 34197
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_SetupKeywordsAndParameters_m0C46BE50DDE0BCF5D2663678CF485C94EC02079F (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** ___0_settings, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___1_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19D09672E3946178FDE53B781007832412CF7428);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral363E9088547FE8D920C8B8993040C60B2E10C269);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3ACB912DEC58B21D5E810D14534561A625FCFC82);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD43356886FA524A5F1CC4E87346FD59600564F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A5DCA3C8B904C55260AA8BB623AB13FF1DCE75D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88DA3FA608EF918D3140BA3A55F246596668BE2C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5FFE776B622793B621B1D485548510BCC32016D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1296C5C083922D9B6D2729C05E875D875420C6C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC030FFBE6B88D2D658F72D69667A51691C3F324);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2EA163F399C65631FECE057AE2F4A438567593C);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
int32_t V_3 = 0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
memset((&V_4), 0, sizeof(V_4));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_5;
memset((&V_5), 0, sizeof(V_5));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_6;
memset((&V_6), 0, sizeof(V_6));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_7;
memset((&V_7), 0, sizeof(V_7));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_8;
memset((&V_8), 0, sizeof(V_8));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_9;
memset((&V_9), 0, sizeof(V_9));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_10;
memset((&V_10), 0, sizeof(V_10));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_11;
memset((&V_11), 0, sizeof(V_11));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_12;
memset((&V_12), 0, sizeof(V_12));
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_13 = NULL;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_14;
memset((&V_14), 0, sizeof(V_14));
int32_t G_B4_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:212>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_0 = ___1_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_0);
NullCheck(L_1);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2;
L_2 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_1, NULL);
NullCheck(L_2);
bool L_3;
L_3 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_2, NULL);
if (!L_3)
{
goto IL_001c;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_4 = ___1_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_4);
NullCheck(L_5);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_6;
L_6 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_5, NULL);
NullCheck(L_6);
bool L_7;
L_7 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_6, NULL);
if (L_7)
{
goto IL_001f;
}
}
IL_001c:
{
G_B4_0 = 1;
goto IL_0020;
}
IL_001f:
{
G_B4_0 = 2;
}
IL_0020:
{
V_0 = G_B4_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:217>
V_3 = 0;
goto IL_0184;
}
IL_0028:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:219>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_8 = ___1_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_8);
int32_t L_10 = V_3;
NullCheck(L_9);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_11;
L_11 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_9, L_10, NULL);
V_4 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:220>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_12 = ___1_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_12);
int32_t L_14 = V_3;
NullCheck(L_13);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_15;
L_15 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_13, L_14, NULL);
V_5 = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:221>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_16 = __this->___m_CameraViewProjections;
int32_t L_17 = V_3;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18 = V_5;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_19 = V_4;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_20;
L_20 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_18, L_19, NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_20);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:224>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_21 = V_4;
V_6 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:225>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22;
memset((&L_22), 0, sizeof(L_22));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_22), (0.0f), (0.0f), (0.0f), (1.0f), NULL);
Matrix4x4_SetColumn_mC1CBEB2C29C0A9F1434C601786CE1B6DED1E1234((&V_6), 3, L_22, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:226>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23 = V_5;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_24 = V_6;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_25;
L_25 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_23, L_24, NULL);
V_7 = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:227>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_26;
L_26 = Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD((&V_7), NULL);
V_8 = L_26;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:229>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27;
memset((&L_27), 0, sizeof(L_27));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_27), (-1.0f), (1.0f), (-1.0f), (1.0f), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28;
L_28 = Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline(L_27, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
L_29 = Matrix4x4_MultiplyPoint_m20E910B65693559BFDE99382472D8DD02C862E7E((&V_8), L_28, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_30;
L_30 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_29, NULL);
V_9 = L_30;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:230>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_31;
memset((&L_31), 0, sizeof(L_31));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_31), (1.0f), (1.0f), (-1.0f), (1.0f), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32;
L_32 = Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline(L_31, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33;
L_33 = Matrix4x4_MultiplyPoint_m20E910B65693559BFDE99382472D8DD02C862E7E((&V_8), L_32, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_34;
L_34 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_33, NULL);
V_10 = L_34;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:231>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_35;
memset((&L_35), 0, sizeof(L_35));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_35), (-1.0f), (-1.0f), (-1.0f), (1.0f), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36;
L_36 = Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline(L_35, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_37;
L_37 = Matrix4x4_MultiplyPoint_m20E910B65693559BFDE99382472D8DD02C862E7E((&V_8), L_36, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_38;
L_38 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_37, NULL);
V_11 = L_38;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:232>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_39;
memset((&L_39), 0, sizeof(L_39));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_39), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40;
L_40 = Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline(L_39, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_41;
L_41 = Matrix4x4_MultiplyPoint_m20E910B65693559BFDE99382472D8DD02C862E7E((&V_8), L_40, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_42;
L_42 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_41, NULL);
V_12 = L_42;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:233>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_43 = __this->___m_CameraTopLeftCorner;
int32_t L_44 = V_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_45 = V_9;
NullCheck(L_43);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(L_44), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_45);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:234>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_46 = __this->___m_CameraXExtent;
int32_t L_47 = V_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_48 = V_10;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_49 = V_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_50;
L_50 = Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline(L_48, L_49, NULL);
NullCheck(L_46);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(L_47), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_50);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:235>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_51 = __this->___m_CameraYExtent;
int32_t L_52 = V_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_53 = V_11;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_54 = V_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_55;
L_55 = Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline(L_53, L_54, NULL);
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(L_52), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_55);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:236>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_56 = __this->___m_CameraZExtent;
int32_t L_57 = V_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_58 = V_12;
NullCheck(L_56);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(L_57), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_58);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:217>
int32_t L_59 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_59, 1));
}
IL_0184:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:217>
int32_t L_60 = V_3;
int32_t L_61 = V_0;
if ((((int32_t)L_60) < ((int32_t)L_61)))
{
goto IL_0028;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:239>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_62 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
int32_t L_63 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_ProjectionParams2ID;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_64 = ___1_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_65 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_64);
NullCheck(L_65);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_66 = L_65->___camera;
NullCheck(L_66);
float L_67;
L_67 = Camera_get_nearClipPlane_m5E8FAF84326E3192CB036BD29DCCDAF6A9861013(L_66, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_68;
memset((&L_68), 0, sizeof(L_68));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_68), ((float)((1.0f)/L_67)), (0.0f), (0.0f), (0.0f), NULL);
NullCheck(L_62);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_62, L_63, L_68, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:240>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_69 = __this->___m_Material;
int32_t L_70 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewProjectionsID;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_71 = __this->___m_CameraViewProjections;
NullCheck(L_69);
Material_SetMatrixArray_m8D2C4EF5A830DDB903DE9781208F5CB1D9E2CCB3(L_69, L_70, L_71, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:241>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_72 = __this->___m_Material;
int32_t L_73 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewTopLeftCornerID;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_74 = __this->___m_CameraTopLeftCorner;
NullCheck(L_72);
Material_SetVectorArray_mB06BA7BAF369A609DC5DC448BBDCE8B4AF3CAC7F(L_72, L_73, L_74, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:242>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_75 = __this->___m_Material;
int32_t L_76 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewXExtentID;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_77 = __this->___m_CameraXExtent;
NullCheck(L_75);
Material_SetVectorArray_mB06BA7BAF369A609DC5DC448BBDCE8B4AF3CAC7F(L_75, L_76, L_77, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:243>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_78 = __this->___m_Material;
int32_t L_79 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewYExtentID;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_80 = __this->___m_CameraYExtent;
NullCheck(L_78);
Material_SetVectorArray_mB06BA7BAF369A609DC5DC448BBDCE8B4AF3CAC7F(L_78, L_79, L_80, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:244>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_81 = __this->___m_Material;
int32_t L_82 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewZExtentID;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_83 = __this->___m_CameraZExtent;
NullCheck(L_81);
Material_SetVectorArray_mB06BA7BAF369A609DC5DC448BBDCE8B4AF3CAC7F(L_81, L_82, L_83, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:246>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_84 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_85 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_84);
NullCheck(L_85);
int32_t L_86 = L_85->___AOMethod;
if (L_86)
{
goto IL_02ce;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:248>
int32_t L_87 = __this->___m_BlueNoiseTextureIndex;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_88 = __this->___m_BlueNoiseTextures;
NullCheck(L_88);
__this->___m_BlueNoiseTextureIndex = ((int32_t)(((int32_t)il2cpp_codegen_add(L_87, 1))%((int32_t)(((RuntimeArray*)L_88)->max_length))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:249>
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_89 = __this->___m_BlueNoiseTextures;
int32_t L_90 = __this->___m_BlueNoiseTextureIndex;
NullCheck(L_89);
int32_t L_91 = L_90;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_92 = (L_89)->GetAt(static_cast<il2cpp_array_size_t>(L_91));
V_13 = L_92;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:250>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:251>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:252>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:253>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:254>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:255>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_93 = ___1_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_94 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_93);
NullCheck(L_94);
int32_t L_95 = L_94->___pixelWidth;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_96 = __this->___m_BlueNoiseTextures;
int32_t L_97 = __this->___m_BlueNoiseTextureIndex;
NullCheck(L_96);
int32_t L_98 = L_97;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_99 = (L_96)->GetAt(static_cast<il2cpp_array_size_t>(L_98));
NullCheck(L_99);
int32_t L_100;
L_100 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_99);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_101 = ___1_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_102 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_101);
NullCheck(L_102);
int32_t L_103 = L_102->___pixelHeight;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_104 = __this->___m_BlueNoiseTextures;
int32_t L_105 = __this->___m_BlueNoiseTextureIndex;
NullCheck(L_104);
int32_t L_106 = L_105;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_107 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
NullCheck(L_107);
int32_t L_108;
L_108 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_107);
float L_109;
L_109 = Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B(NULL);
float L_110;
L_110 = Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B(NULL);
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_14), ((float)(((float)L_95)/((float)L_100))), ((float)(((float)L_103)/((float)L_108))), L_109, L_110, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:264>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_111 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
int32_t L_112 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_BlueNoiseTextureID;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_113 = V_13;
NullCheck(L_111);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_111, L_112, L_113, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:265>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_114 = __this->___m_Material;
int32_t L_115 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_SSAOBlueNoiseParamsID;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_116 = V_14;
NullCheck(L_114);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_114, L_115, L_116, NULL);
}
IL_02ce:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:270>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_117 = ___0_settings;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_118 = ___1_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_119 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_118);
NullCheck(L_119);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_120 = L_119->___camera;
NullCheck(L_120);
bool L_121;
L_121 = Camera_get_orthographic_m904DEFC76C54DA4E30C20A62A86D5D87B7D4DD8F(L_120, NULL);
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_122;
memset((&L_122), 0, sizeof(L_122));
SSAOMaterialParams__ctor_mD18C211515735B50D7BFA0E662E1E45DAC3C8C22((&L_122), L_117, L_121, NULL);
V_1 = L_122;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:271>
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_123 = (SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E*)(&__this->___m_SSAOParamsPrev);
bool L_124;
L_124 = SSAOMaterialParams_Equals_m3AFA664F79ABAD8FBA8C43CB1E17FF59E618CC04(L_123, (&V_1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:272>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_125 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
int32_t L_126 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_SSAOParamsID;
NullCheck(L_125);
bool L_127;
L_127 = Material_HasProperty_m52E2D3BC3049B8B228149E023CD73C34B05A5222(L_125, L_126, NULL);
V_2 = L_127;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:273>
bool L_128 = V_2;
if (!((int32_t)(((((int32_t)((((int32_t)L_124) == ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_128)))
{
goto IL_030a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:274>
return;
}
IL_030a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:276>
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_129 = V_1;
__this->___m_SSAOParamsPrev = L_129;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:277>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_130 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_131 = V_1;
bool L_132 = L_131.___orthographicCamera;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_130, _stringLiteral363E9088547FE8D920C8B8993040C60B2E10C269, L_132, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:278>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_133 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_134 = V_1;
bool L_135 = L_134.___aoBlueNoise;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_133, _stringLiteralF2EA163F399C65631FECE057AE2F4A438567593C, L_135, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:279>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_136 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_137 = V_1;
bool L_138 = L_137.___aoInterleavedGradient;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_136, _stringLiteralA5FFE776B622793B621B1D485548510BCC32016D, L_138, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:280>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_139 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_140 = V_1;
bool L_141 = L_140.___sampleCountHigh;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_139, _stringLiteralC1296C5C083922D9B6D2729C05E875D875420C6C, L_141, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:281>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_142 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_143 = V_1;
bool L_144 = L_143.___sampleCountMedium;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_142, _stringLiteral5A5DCA3C8B904C55260AA8BB623AB13FF1DCE75D, L_144, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:282>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_145 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_146 = V_1;
bool L_147 = L_146.___sampleCountLow;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_145, _stringLiteral88DA3FA608EF918D3140BA3A55F246596668BE2C, L_147, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:283>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_148 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_149 = V_1;
bool L_150 = L_149.___sourceDepthNormals;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_148, _stringLiteral19D09672E3946178FDE53B781007832412CF7428, L_150, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:284>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_151 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_152 = V_1;
bool L_153 = L_152.___sourceDepthHigh;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_151, _stringLiteral4BD43356886FA524A5F1CC4E87346FD59600564F, L_153, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:285>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_154 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_155 = V_1;
bool L_156 = L_155.___sourceDepthMedium;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_154, _stringLiteral3ACB912DEC58B21D5E810D14534561A625FCFC82, L_156, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:286>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_157 = __this->___m_Material;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_158 = V_1;
bool L_159 = L_158.___sourceDepthLow;
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_157, _stringLiteralEC030FFBE6B88D2D658F72D69667A51691C3F324, L_159, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:287>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_160 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
int32_t L_161 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_SSAOParamsID;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E L_162 = V_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_163 = L_162.___ssaoParams;
NullCheck(L_160);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_160, L_161, L_163, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:288>
return;
}
}
// Method Definition Index: 34198
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_InitSSAOPassData_m237E0C1A36C107DDBE4CA6C9C9EFBAAAE1E23A28 (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4** ___0_data, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:309>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4** L_0 = ___0_data;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_1 = *((SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4**)L_0);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = __this->___m_Material;
NullCheck(L_1);
L_1->___material = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___material), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:310>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4** L_3 = ___0_data;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_4 = *((SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4**)L_3);
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_5 = __this->___m_CurrentSettings;
NullCheck(L_5);
int32_t L_6 = L_5->___BlurQuality;
NullCheck(L_4);
L_4->___BlurQuality = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:311>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4** L_7 = ___0_data;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_8 = *((SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4**)L_7);
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_9 = __this->___m_CurrentSettings;
NullCheck(L_9);
bool L_10 = L_9->___AfterOpaque;
NullCheck(L_8);
L_8->___afterOpaque = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:312>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4** L_11 = ___0_data;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_12 = *((SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4**)L_11);
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_13 = __this->___m_CurrentSettings;
NullCheck(L_13);
float L_14 = L_13->___DirectLightingStrength;
NullCheck(L_12);
L_12->___directLightingStrength = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:313>
return;
}
}
// Method Definition Index: 34199
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_RecordRenderGraph_mCFE2BE9C667845C7F724D6F61F5B61BB656CB647 (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisSSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_mE1838DBFA8D1B7DF021727235E670FD12FD2B811_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisSSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_m1AD0A11FA853B9916F6A752452312E292A3DD051_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRecordRenderGraphU3Eb__50_0_m3F18DF7CDEDE36BE3D785C6AA8A510C07D00C036_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EFC8ECBA3179DEF67CCC4B392F0172A6D2F6416);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5C439D0C0ABE8D60F9AC2454A1CD23D9F7FF8EF);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_1 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_2;
memset((&V_2), 0, sizeof(V_2));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_3;
memset((&V_3), 0, sizeof(V_3));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_4;
memset((&V_4), 0, sizeof(V_4));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_5;
memset((&V_5), 0, sizeof(V_5));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeObject* V_7 = NULL;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* V_8 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_9;
memset((&V_9), 0, sizeof(V_9));
BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* G_B15_0 = NULL;
RuntimeObject* G_B15_1 = NULL;
BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* G_B14_0 = NULL;
RuntimeObject* G_B14_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:317>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = ___1_frameData;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1;
L_1 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_0, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:318>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = ___1_frameData;
NullCheck(L_2);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_3;
L_3 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_2, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:321>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:322>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:323>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:324>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:325>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:326>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_5 = V_1;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = V_0;
ScreenSpaceAmbientOcclusionPass_CreateRenderTextureHandles_m0A395AD5B283C9E7C5DC6D03D18BAC59039364D5(__this, L_4, L_5, L_6, (&V_2), (&V_3), (&V_4), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:329>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_7 = V_1;
NullCheck(L_7);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8;
L_8 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_7, NULL);
V_5 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:330>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_9 = V_1;
NullCheck(L_9);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10;
L_10 = UniversalResourceData_get_cameraNormalsTexture_mC20E493E8A5CEFE7866E1DD3A923B41CCAA67CBB(L_9, NULL);
V_6 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:333>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_11 = (ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)(&__this->___m_CurrentSettings);
ScreenSpaceAmbientOcclusionPass_SetupKeywordsAndParameters_m0C46BE50DDE0BCF5D2663678CF485C94EC02079F(__this, L_11, (&V_0), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:335>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_12 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_13 = __this->___m_ProfilingSampler;
NullCheck(L_12);
RuntimeObject* L_14;
L_14 = RenderGraph_AddUnsafePass_TisSSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_m1AD0A11FA853B9916F6A752452312E292A3DD051(L_12, _stringLiteralA5C439D0C0ABE8D60F9AC2454A1CD23D9F7FF8EF, (&V_8), L_13, _stringLiteral4EFC8ECBA3179DEF67CCC4B392F0172A6D2F6416, ((int32_t)335), RenderGraph_AddUnsafePass_TisSSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_m1AD0A11FA853B9916F6A752452312E292A3DD051_RuntimeMethod_var);
V_7 = L_14;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_016f:
{
{
RuntimeObject* L_15 = V_7;
if (!L_15)
{
goto IL_017a;
}
}
{
RuntimeObject* L_16 = V_7;
NullCheck(L_16);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_16);
}
IL_017a:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:338>
RuntimeObject* L_17 = V_7;
NullCheck(L_17);
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_17, (bool)1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:341>
ScreenSpaceAmbientOcclusionPass_InitSSAOPassData_m237E0C1A36C107DDBE4CA6C9C9EFBAAAE1E23A28(__this, (&V_8), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:342>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_18 = V_8;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_19 = V_1;
NullCheck(L_19);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_20;
L_20 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_19, NULL);
NullCheck(L_18);
L_18->___cameraColor = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:343>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_21 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_22 = V_2;
NullCheck(L_21);
L_21->___AOTexture = L_22;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:344>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_23 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_24 = V_4;
NullCheck(L_23);
L_23->___finalTexture = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:345>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_25 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_26 = V_3;
NullCheck(L_25);
L_25->___blurTexture = L_26;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:348>
RuntimeObject* L_27 = V_7;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_28 = V_8;
NullCheck(L_28);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_29 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_28->___AOTexture);
NullCheck(L_27);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_27, L_29, 3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:354>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_30 = V_1;
NullCheck(L_30);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_31;
L_31 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_30, NULL);
V_9 = L_31;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_32;
L_32 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_9), NULL);
if (!L_32)
{
goto IL_00c2_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:355>
RuntimeObject* L_33 = V_7;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_34 = V_1;
NullCheck(L_34);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_35;
L_35 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_34, NULL);
V_9 = L_35;
NullCheck(L_33);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_33, (&V_9), 1);
}
IL_00c2_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:357>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_36 = V_8;
NullCheck(L_36);
int32_t L_37 = L_36->___BlurQuality;
if ((((int32_t)L_37) == ((int32_t)2)))
{
goto IL_00db_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:358>
RuntimeObject* L_38 = V_7;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_39 = V_8;
NullCheck(L_39);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_40 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_39->___blurTexture);
NullCheck(L_38);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_38, L_40, 3);
}
IL_00db_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:360>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_41;
L_41 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_5), NULL);
if (!L_41)
{
goto IL_00ee_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:361>
RuntimeObject* L_42 = V_7;
NullCheck(L_42);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_42, (&V_5), 1);
}
IL_00ee_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:363>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_43 = __this->___m_CurrentSettings;
NullCheck(L_43);
int32_t L_44 = L_43->___Source;
if ((!(((uint32_t)L_44) == ((uint32_t)1))))
{
goto IL_0118_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_45;
L_45 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_6), NULL);
if (!L_45)
{
goto IL_0118_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:365>
RuntimeObject* L_46 = V_7;
NullCheck(L_46);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_46, (&V_6), 1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:366>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_47 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_48 = V_6;
NullCheck(L_47);
L_47->___cameraNormalsTexture = L_48;
}
IL_0118_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:370>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_49 = V_8;
NullCheck(L_49);
bool L_50 = L_49->___afterOpaque;
if (L_50)
{
goto IL_0147_1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_51;
L_51 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_4), NULL);
if (!L_51)
{
goto IL_0147_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:372>
RuntimeObject* L_52 = V_7;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_53 = V_8;
NullCheck(L_53);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_54 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_53->___finalTexture);
NullCheck(L_52);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_52, L_54, 3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:373>
RuntimeObject* L_55 = V_7;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
int32_t L_56 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_SSAOFinalTextureID;
NullCheck(L_55);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(3, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_55, (&V_4), L_56);
}
IL_0147_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:376>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:377>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:378>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:379>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:380>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:381>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:382>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:383>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:384>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:385>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:386>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:387>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:388>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:389>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:390>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:391>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:392>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:393>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:394>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:395>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:396>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:397>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:398>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:399>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:400>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:401>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:402>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:403>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:404>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:405>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:406>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:407>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:408>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:409>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:410>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:411>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:412>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:413>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:414>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:415>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:416>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:417>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:418>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:419>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:420>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:421>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:422>
RuntimeObject* L_57 = V_7;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var);
BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* L_58 = ((U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var))->___U3CU3E9__50_0;
BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* L_59 = L_58;
if (L_59)
{
G_B15_0 = L_59;
G_B15_1 = L_57;
goto IL_0168_1;
}
G_B14_0 = L_59;
G_B14_1 = L_57;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var);
U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B* L_60 = ((U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* L_61 = (BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C*)il2cpp_codegen_object_new(BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m8E45409E7BD9EFD1A13BCFAB4ED5D5861ACDEE2C(L_61, L_60, (intptr_t)((void*)U3CU3Ec_U3CRecordRenderGraphU3Eb__50_0_m3F18DF7CDEDE36BE3D785C6AA8A510C07D00C036_RuntimeMethod_var), NULL);
BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* L_62 = L_61;
((U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var))->___U3CU3E9__50_0 = L_62;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var))->___U3CU3E9__50_0), (void*)L_62);
G_B15_0 = L_62;
G_B15_1 = G_B14_1;
}
IL_0168_1:
{
NullCheck(G_B15_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tACB39EC2A68C64313BD3A7C9800D50891BAE658C* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisSSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4_mE1838DBFA8D1B7DF021727235E670FD12FD2B811_RuntimeMethod_var, G_B15_1, G_B15_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:423>
goto IL_017b;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_017b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:424>
return;
}
}
// Method Definition Index: 34200
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_CreateRenderTextureHandles_m0A395AD5B283C9E7C5DC6D03D18BAC59039364D5 (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_aoTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_blurTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___5_finalTexture, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33C22CE665FEB81776C71A69D70D941A76149644);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C7127CDBD7228C606F75ABACEDE7F927FDEE94E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED78948F0CCF20E080CCC38433FA4DBA1858AEFC);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
bool V_2 = false;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_3;
memset((&V_3), 0, sizeof(V_3));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B2_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B3_1 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B9_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B11_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B10_0 = NULL;
int32_t G_B12_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B12_1 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* G_B14_0 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* G_B13_0 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 G_B15_0;
memset((&G_B15_0), 0, sizeof(G_B15_0));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* G_B15_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:430>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___2_cameraData;
NullCheck(L_0);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_1 = L_0->___cameraTargetDescriptor;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:431>
bool L_2 = __this->___m_SupportsR8RenderTextureFormat;
if (L_2)
{
G_B2_0 = (&V_0);
goto IL_0014;
}
G_B1_0 = (&V_0);
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0016;
}
IL_0014:
{
G_B3_0 = ((int32_t)16);
G_B3_1 = G_B2_0;
}
IL_0016:
{
RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE(G_B3_1, G_B3_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:432>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:433>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:436>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_3 = __this->___m_CurrentSettings;
NullCheck(L_3);
bool L_4 = L_3->___Downsample;
if (L_4)
{
goto IL_003b;
}
}
{
G_B6_0 = 1;
goto IL_003c;
}
IL_003b:
{
G_B6_0 = 2;
}
IL_003c:
{
V_1 = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:437>
bool L_5 = __this->___m_SupportsR8RenderTextureFormat;
if (!L_5)
{
goto IL_0050;
}
}
{
int32_t L_6 = __this->___m_BlurType;
G_B9_0 = ((((int32_t)L_6) > ((int32_t)0))? 1 : 0);
goto IL_0051;
}
IL_0050:
{
G_B9_0 = 0;
}
IL_0051:
{
V_2 = (bool)G_B9_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:439>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_7 = V_0;
V_3 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:440>
bool L_8 = V_2;
if (L_8)
{
G_B11_0 = (&V_3);
goto IL_005c;
}
G_B10_0 = (&V_3);
}
{
G_B12_0 = 0;
G_B12_1 = G_B10_0;
goto IL_005e;
}
IL_005c:
{
G_B12_0 = ((int32_t)16);
G_B12_1 = G_B11_0;
}
IL_005e:
{
RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE(G_B12_1, G_B12_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:441>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_9 = (&V_3);
int32_t L_10;
L_10 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_9, NULL);
int32_t L_11 = V_1;
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_9, ((int32_t)(L_10/L_11)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:442>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_12 = (&V_3);
int32_t L_13;
L_13 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_12, NULL);
int32_t L_14 = V_1;
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_12, ((int32_t)(L_13/L_14)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:445>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_15 = ___3_aoTexture;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_16 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_17 = V_3;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18;
L_18 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_16, L_17, _stringLiteralED78948F0CCF20E080CCC38433FA4DBA1858AEFC, (bool)0, 1, 1, NULL);
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_15 = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:446>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_19 = ___5_finalTexture;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_20 = __this->___m_CurrentSettings;
NullCheck(L_20);
bool L_21 = L_20->___AfterOpaque;
if (L_21)
{
G_B14_0 = L_19;
goto IL_00b7;
}
G_B13_0 = L_19;
}
{
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_22 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_23 = V_0;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_24;
L_24 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_22, L_23, _stringLiteral33C22CE665FEB81776C71A69D70D941A76149644, (bool)0, 1, 1, NULL);
G_B15_0 = L_24;
G_B15_1 = G_B13_0;
goto IL_00bd;
}
IL_00b7:
{
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_25 = ___1_resourceData;
NullCheck(L_25);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_26;
L_26 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_25, NULL);
G_B15_0 = L_26;
G_B15_1 = G_B14_0;
}
IL_00bd:
{
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)G_B15_1 = G_B15_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:448>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_27 = __this->___m_CurrentSettings;
NullCheck(L_27);
int32_t L_28 = L_27->___BlurQuality;
if ((((int32_t)L_28) == ((int32_t)2)))
{
goto IL_00e8;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:449>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_29 = ___4_blurTexture;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_30 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_31 = V_3;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_32;
L_32 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_30, L_31, _stringLiteral6C7127CDBD7228C606F75ABACEDE7F927FDEE94E, (bool)0, 1, 1, NULL);
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_29 = L_32;
goto IL_00f4;
}
IL_00e8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:451>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_33 = ___4_blurTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_34;
L_34 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_33 = L_34;
}
IL_00f4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:453>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_35 = __this->___m_CurrentSettings;
NullCheck(L_35);
bool L_36 = L_35->___AfterOpaque;
if (L_36)
{
goto IL_010e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:454>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_37 = ___1_resourceData;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_38 = ___5_finalTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_39 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_38);
NullCheck(L_37);
UniversalResourceData_set_ssaoTexture_m708A97EC2902DEDAC323048F90C12E84F8DB6707(L_37, L_39, NULL);
}
IL_010e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:455>
return;
}
}
// Method Definition Index: 34201
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_OnCameraSetup_mFC34C8B3138903643D31431DB587168F7591B738 (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DAAA1AD08D46F248D9B83DFF6AE0293B4DD567D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C7127CDBD7228C606F75ABACEDE7F927FDEE94E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5C7B3E054C7309AF925B6B4A31D0C67EEB8DE91);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED78948F0CCF20E080CCC38433FA4DBA1858AEFC);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
int32_t V_1 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B8_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B9_1 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B11_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B10_0 = NULL;
int32_t G_B12_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B12_1 = NULL;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B14_0 = NULL;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B13_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B15_0 = NULL;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B15_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:465>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_1 = L_0->___frameData;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:466>
NullCheck(L_1);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2;
L_2 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_1, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:469>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4** L_3 = (SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4**)(&__this->___m_PassData);
ScreenSpaceAmbientOcclusionPass_InitSSAOPassData_m237E0C1A36C107DDBE4CA6C9C9EFBAAAE1E23A28(__this, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:472>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_4 = (ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)(&__this->___m_CurrentSettings);
ScreenSpaceAmbientOcclusionPass_SetupKeywordsAndParameters_m0C46BE50DDE0BCF5D2663678CF485C94EC02079F(__this, L_4, (&V_0), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:475>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_5 = __this->___m_CurrentSettings;
NullCheck(L_5);
bool L_6 = L_5->___Downsample;
if (L_6)
{
goto IL_0036;
}
}
{
G_B3_0 = 1;
goto IL_0037;
}
IL_0036:
{
G_B3_0 = 2;
}
IL_0037:
{
V_1 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:476>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_7 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_8 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_7->___cameraData);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_9;
L_9 = CameraData_get_cameraTargetDescriptor_mC199E27390A4D33338FCDC3ADC4ECFD3F7BE2761(L_8, NULL);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_10 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_9);
V_2 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:477>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_2), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:478>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_2), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:481>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_11 = V_2;
__this->___m_AOPassDescriptor = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:482>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_12 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_13 = L_12;
int32_t L_14;
L_14 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_13, NULL);
int32_t L_15 = V_1;
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_13, ((int32_t)(L_14/L_15)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:483>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_16 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_17 = L_16;
int32_t L_18;
L_18 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_17, NULL);
int32_t L_19 = V_1;
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_17, ((int32_t)(L_18/L_19)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:484>
bool L_20 = __this->___m_SupportsR8RenderTextureFormat;
if (!L_20)
{
goto IL_0099;
}
}
{
int32_t L_21 = __this->___m_BlurType;
G_B6_0 = ((((int32_t)L_21) > ((int32_t)0))? 1 : 0);
goto IL_009a;
}
IL_0099:
{
G_B6_0 = 0;
}
IL_009a:
{
V_3 = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:485>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_22 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
bool L_23 = V_3;
if (L_23)
{
G_B8_0 = L_22;
goto IL_00a7;
}
G_B7_0 = L_22;
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_00a9;
}
IL_00a7:
{
G_B9_0 = ((int32_t)16);
G_B9_1 = G_B8_0;
}
IL_00a9:
{
RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE(G_B9_1, G_B9_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:488>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_24 = __this->___m_SSAOTextures;
NullCheck(L_24);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_25 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_26;
L_26 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), L_25, 1, 1, 1, (0.0f), _stringLiteralED78948F0CCF20E080CCC38433FA4DBA1858AEFC, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:489>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_27 = __this->___m_SSAOTextures;
NullCheck(L_27);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_28 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
bool L_29;
L_29 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(1))), L_28, 1, 1, 1, (0.0f), _stringLiteral6C7127CDBD7228C606F75ABACEDE7F927FDEE94E, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:490>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_30 = __this->___m_SSAOTextures;
NullCheck(L_30);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_31 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
bool L_32;
L_32 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(((L_30)->GetAddressAt(static_cast<il2cpp_array_size_t>(2))), L_31, 1, 1, 1, (0.0f), _stringLiteral0DAAA1AD08D46F248D9B83DFF6AE0293B4DD567D, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:493>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_33 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_34 = L_33;
int32_t L_35;
L_35 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_34, NULL);
int32_t L_36 = V_1;
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_34, ((int32_t)il2cpp_codegen_multiply(L_35, L_36)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:494>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_37 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_38 = L_37;
int32_t L_39;
L_39 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_38, NULL);
int32_t L_40 = V_1;
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_38, ((int32_t)il2cpp_codegen_multiply(L_39, L_40)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:495>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_41 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
bool L_42 = __this->___m_SupportsR8RenderTextureFormat;
if (L_42)
{
G_B11_0 = L_41;
goto IL_0154;
}
G_B10_0 = L_41;
}
{
G_B12_0 = 0;
G_B12_1 = G_B10_0;
goto IL_0156;
}
IL_0154:
{
G_B12_0 = ((int32_t)16);
G_B12_1 = G_B11_0;
}
IL_0156:
{
RenderTextureDescriptor_set_colorFormat_m61B0FA4FCDE8A0F8A843DD6BF74097C21021C4FE(G_B12_1, G_B12_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:498>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_43 = __this->___m_SSAOTextures;
NullCheck(L_43);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_44 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_AOPassDescriptor);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_45;
L_45 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(((L_43)->GetAddressAt(static_cast<il2cpp_array_size_t>(3))), L_44, 1, 1, 1, (0.0f), _stringLiteralA5C7B3E054C7309AF925B6B4A31D0C67EEB8DE91, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:499>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_46 = ___0_cmd;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_47 = __this->___m_SSAOTextures;
NullCheck(L_47);
int32_t L_48 = 3;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_49 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_46, L_49, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:504>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_50 = __this->___m_CurrentSettings;
NullCheck(L_50);
bool L_51 = L_50->___AfterOpaque;
if (L_51)
{
G_B14_0 = __this;
goto IL_01a6;
}
G_B13_0 = __this;
}
{
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_52 = __this->___m_SSAOTextures;
NullCheck(L_52);
int32_t L_53 = 3;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_54 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
G_B15_0 = L_54;
G_B15_1 = G_B13_0;
goto IL_01b1;
}
IL_01a6:
{
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_55 = __this->___m_Renderer;
NullCheck(L_55);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_56;
L_56 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_55, NULL);
G_B15_0 = L_56;
G_B15_1 = G_B14_0;
}
IL_01b1:
{
NullCheck(G_B15_1);
ScriptableRenderPass_ConfigureTarget_m6767C5E94D51F989348F415771B770DE844FD4A6(G_B15_1, G_B15_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:505>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_57;
L_57 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
ScriptableRenderPass_ConfigureClear_m5C82128C3ABDD63621501DC012ED91F392ABF123(__this, 0, L_57, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:507>
return;
}
}
// Method Definition Index: 34202
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_Execute_m7059E2C32C89F1A1FA697148FE5EE0468BFCC91B (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08A43B15A45E316279EE278D3546A5DF8B4E344D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33C22CE665FEB81776C71A69D70D941A76149644);
s_Il2CppMethodInitialized = true;
}
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_3 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* V_4 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:513>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_002d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:515>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:516>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:517>
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7, L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C(_stringLiteral08A43B15A45E316279EE278D3546A5DF8B4E344D, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:518>
return;
}
IL_002d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:521>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_6 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_7;
L_7 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_6, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_7);
V_0 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:522>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = V_0;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_10;
L_10 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)17), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_1), L_9, L_10, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01de:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_1), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:525>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_11 = __this->___m_CurrentSettings;
NullCheck(L_11);
bool L_12 = L_11->___AfterOpaque;
if (L_12)
{
goto IL_005d_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:526>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = V_0;
NullCheck(L_13);
CommandBuffer_SetKeyword_m21015D629787CEC4954ABA00F1211D2F957B2399(L_13, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___ScreenSpaceOcclusion), (bool)1, NULL);
}
IL_005d_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:528>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = V_0;
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_15 = __this->___m_SSAOTextures;
NullCheck(L_15);
int32_t L_16 = 3;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_18;
L_18 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_17, NULL);
NullCheck(L_14);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_14, _stringLiteral33C22CE665FEB81776C71A69D70D941A76149644, L_18, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:531>
V_2 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:532>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_19 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_20 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_19->___cameraData);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_21;
L_21 = CameraData_get_xr_m5E9EFE56E6BABFF14ADC71E87D5A19BA7CDDF697(L_20, NULL);
NullCheck(L_21);
bool L_22;
L_22 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_21, NULL);
if (!L_22)
{
goto IL_00fa_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:537>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:538>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_23 = __this->___m_CurrentSettings;
NullCheck(L_23);
bool L_24 = L_23->___Downsample;
if (L_24)
{
goto IL_00d1_1;
}
}
{
int32_t L_25;
L_25 = SystemInfo_get_foveatedRenderingCaps_mA18C54E186EB539F4095FFA0A8E9D87F5AEC0D26(NULL);
int32_t L_26 = L_25;
int32_t L_27 = 2;
bool L_28 = il2cpp_codegen_enum_has_flag((int32_t)L_26, (int32_t)L_27);
if (L_28)
{
goto IL_00d1_1;
}
}
{
int32_t L_29;
L_29 = SystemInfo_get_foveatedRenderingCaps_mA18C54E186EB539F4095FFA0A8E9D87F5AEC0D26(NULL);
int32_t L_30 = L_29;
int32_t L_31 = 1;
bool L_32 = il2cpp_codegen_enum_has_flag((int32_t)L_30, (int32_t)L_31);
if (!L_32)
{
goto IL_00da_1;
}
}
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_33 = __this->___m_CurrentSettings;
NullCheck(L_33);
int32_t L_34 = L_33->___Source;
if (L_34)
{
goto IL_00da_1;
}
}
IL_00d1_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:540>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_35 = V_0;
NullCheck(L_35);
CommandBuffer_SetFoveatedRenderingMode_mEB94470BC91694B62B28AC5EE1383DA636D3B43B(L_35, 0, NULL);
goto IL_00fa_1;
}
IL_00da_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:543>
int32_t L_36;
L_36 = SystemInfo_get_foveatedRenderingCaps_mA18C54E186EB539F4095FFA0A8E9D87F5AEC0D26(NULL);
int32_t L_37 = L_36;
int32_t L_38 = 1;
bool L_39 = il2cpp_codegen_enum_has_flag((int32_t)L_37, (int32_t)L_38);
if (!L_39)
{
goto IL_00fa_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:545>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_40 = V_0;
NullCheck(L_40);
CommandBuffer_SetFoveatedRenderingMode_mEB94470BC91694B62B28AC5EE1383DA636D3B43B(L_40, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:546>
V_2 = (bool)1;
}
IL_00fa_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:551>
int32_t L_41 = __this->___m_BlurType;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_42 = __this->___m_CurrentSettings;
NullCheck(L_42);
bool L_43 = L_42->___AfterOpaque;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ScreenSpaceAmbientOcclusionPass_GetPassOrder_m3180C322C70A06901AC54C56B8E307BBAF8FA9BB(L_41, L_43, (&V_3), (&V_4), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:554>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_44 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_45 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_44->___cameraData);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_46;
L_46 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_45, NULL);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_47 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_46);
NullCheck(L_47);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_48;
L_48 = ScriptableRenderer_get_cameraDepthTargetHandle_m105A4BA47F734199554838F588A5101E2591988E(L_47, NULL);
V_5 = L_48;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:555>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_49 = ___1_renderingData;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_50 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_51 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_50->___cameraData);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_52;
L_52 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_51, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_53 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)(&__this->___m_Material);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_54 = __this->___m_SSAOTextures;
NullCheck(L_54);
ScreenSpaceAmbientOcclusionPass_RenderAndSetBaseMap_m7E7C855B8DFFB0EC815C4206C775D630D9C63BFC((&V_0), L_49, L_52, L_53, (&V_5), ((L_54)->GetAddressAt(static_cast<il2cpp_array_size_t>(0))), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:558>
V_6 = 0;
goto IL_01a0_1;
}
IL_0154_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:560>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_55 = V_3;
int32_t L_56 = V_6;
NullCheck(L_55);
int32_t L_57 = L_56;
int32_t L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
V_7 = L_58;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:561>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_59 = V_3;
int32_t L_60 = V_6;
NullCheck(L_59);
int32_t L_61 = ((int32_t)il2cpp_codegen_add(L_60, 1));
int32_t L_62 = (L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
V_8 = L_62;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:562>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_63 = ___1_renderingData;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_64 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_65 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_64->___cameraData);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_66;
L_66 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_65, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_67 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)(&__this->___m_Material);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_68 = __this->___m_SSAOTextures;
int32_t L_69 = V_7;
NullCheck(L_68);
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_70 = __this->___m_SSAOTextures;
int32_t L_71 = V_8;
NullCheck(L_70);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_72 = V_4;
int32_t L_73 = V_6;
NullCheck(L_72);
int32_t L_74 = L_73;
int32_t L_75 = (int32_t)(L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ScreenSpaceAmbientOcclusionPass_RenderAndSetBaseMap_m7E7C855B8DFFB0EC815C4206C775D630D9C63BFC((&V_0), L_63, L_66, L_67, ((L_68)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_69))), ((L_70)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_71))), L_75, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:558>
int32_t L_76 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_76, 1));
}
IL_01a0_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:558>
int32_t L_77 = V_6;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_78 = V_4;
NullCheck(L_78);
if ((((int32_t)L_77) < ((int32_t)((int32_t)(((RuntimeArray*)L_78)->max_length)))))
{
goto IL_0154_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:566>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_79 = V_0;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
int32_t L_80 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_AmbientOcclusionParamID;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_81 = __this->___m_CurrentSettings;
NullCheck(L_81);
float L_82 = L_81->___DirectLightingStrength;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_83;
memset((&L_83), 0, sizeof(L_83));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_83), (1.0f), (0.0f), (0.0f), L_82, NULL);
NullCheck(L_79);
CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_79, L_80, L_83, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:569>
bool L_84 = V_2;
if (!L_84)
{
goto IL_01dc_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:570>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_85 = V_0;
NullCheck(L_85);
CommandBuffer_SetFoveatedRenderingMode_mEB94470BC91694B62B28AC5EE1383DA636D3B43B(L_85, 0, NULL);
}
IL_01dc_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:572>
goto IL_01ec;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01ec:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:573>
return;
}
}
// Method Definition Index: 34203
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_RenderAndSetBaseMap_m7E7C855B8DFFB0EC815C4206C775D630D9C63BFC (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** ___2_renderer, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___3_mat, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___4_baseMap, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___5_target, int32_t ___6_pass, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B6_0;
memset((&G_B6_0), 0, sizeof(G_B6_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:577>
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
bool L_0;
L_0 = ScreenSpaceAmbientOcclusionPass_IsAfterOpaquePass_m75117B70FE47521049210F078210E174CBC145F1((&___6_pass), NULL);
if (!L_0)
{
goto IL_0021;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:581>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_1 = ___0_cmd;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_1);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_3 = ___4_baseMap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_3);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_5 = ___2_renderer;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_6 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_5);
NullCheck(L_6);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7;
L_7 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_6, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_8 = ___3_mat;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_8);
int32_t L_10 = ___6_pass;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_2, L_4, L_7, 0, 0, L_9, L_10, NULL);
return;
}
IL_0021:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:585>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_11 = ___4_baseMap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_11);
NullCheck(L_12);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13;
L_13 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_13, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_14)
{
goto IL_0094;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:588>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_15 = ___4_baseMap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_15);
NullCheck(L_16);
bool L_17;
L_17 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_16, NULL);
if (L_17)
{
goto IL_0042;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
L_18 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B6_0 = L_18;
goto IL_006b;
}
IL_0042:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_19 = ___4_baseMap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_19);
NullCheck(L_20);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_21;
L_21 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_20, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22 = L_21.___rtHandleScale;
float L_23 = L_22.___x;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_24 = ___4_baseMap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_24);
NullCheck(L_25);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_26;
L_26 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_25, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_27 = L_26.___rtHandleScale;
float L_28 = L_27.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
memset((&L_29), 0, sizeof(L_29));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_29), L_23, L_28, NULL);
G_B6_0 = L_29;
}
IL_006b:
{
V_0 = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:591>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_30 = ___0_cmd;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_31 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_30);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_32 = ___5_target;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_33 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_32);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetRenderTarget_mF4745C7C50C72F6D3C0593706BE2611651583873(L_31, L_33, 0, 0, (-1), (-1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:592>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_34 = ___0_cmd;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_35 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_34);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_36 = ___4_baseMap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_37 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_36);
NullCheck(L_37);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_38;
L_38 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_37, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_0;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_40;
L_40 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_39, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_41 = ___3_mat;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_42 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_41);
int32_t L_43 = ___6_pass;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_m29479BD6DD36E599A3F11C9019A94F829CE4EA59(L_35, L_38, L_40, L_42, L_43, NULL);
return;
}
IL_0094:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:596>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_44 = ___0_cmd;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_45 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_44);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_46 = ___4_baseMap;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_47 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_46);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_48 = ___5_target;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_49 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_48);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_50 = ___3_mat;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_51 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_50);
int32_t L_52 = ___6_pass;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_mD7AEA91C0BF9E886799FF75A28CCD4167F9FEB3E(L_45, L_47, L_49, L_51, L_52, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:597>
return;
}
}
// Method Definition Index: 34204
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_GetPassOrder_m3180C322C70A06901AC54C56B8E307BBAF8FA9BB (int32_t ___0_blurType, bool ___1_isAfterOpaque, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** ___2_textureIndices, ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** ___3_shaderPasses, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B4_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B3_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* G_B5_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B5_1 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B8_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B7_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* G_B9_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B9_1 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B12_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B11_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* G_B13_0 = NULL;
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** G_B13_1 = NULL;
{
int32_t L_0 = ___0_blurType;
switch (L_0)
{
case 0:
{
goto IL_0014;
}
case 1:
{
goto IL_002d;
}
case 2:
{
goto IL_0046;
}
}
}
{
goto IL_005f;
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:604>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** L_1 = ___2_textureIndices;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralTexturesIndices;
*((RuntimeObject**)L_1) = (RuntimeObject*)L_2;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:605>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** L_3 = ___3_shaderPasses;
bool L_4 = ___1_isAfterOpaque;
if (L_4)
{
G_B4_0 = L_3;
goto IL_0026;
}
G_B3_0 = L_3;
}
{
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_5 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralPasses;
G_B5_0 = L_5;
G_B5_1 = G_B3_0;
goto IL_002b;
}
IL_0026:
{
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_6 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralAfterOpaquePasses;
G_B5_0 = L_6;
G_B5_1 = G_B4_0;
}
IL_002b:
{
*((RuntimeObject**)G_B5_1) = (RuntimeObject*)G_B5_0;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B5_1, (void*)(RuntimeObject*)G_B5_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:606>
return;
}
IL_002d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:608>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** L_7 = ___2_textureIndices;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianTexturesIndices;
*((RuntimeObject**)L_7) = (RuntimeObject*)L_8;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_7, (void*)(RuntimeObject*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:609>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** L_9 = ___3_shaderPasses;
bool L_10 = ___1_isAfterOpaque;
if (L_10)
{
G_B8_0 = L_9;
goto IL_003f;
}
G_B7_0 = L_9;
}
{
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_11 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianPasses;
G_B9_0 = L_11;
G_B9_1 = G_B7_0;
goto IL_0044;
}
IL_003f:
{
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_12 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianAfterOpaquePasses;
G_B9_0 = L_12;
G_B9_1 = G_B8_0;
}
IL_0044:
{
*((RuntimeObject**)G_B9_1) = (RuntimeObject*)G_B9_0;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B9_1, (void*)(RuntimeObject*)G_B9_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:610>
return;
}
IL_0046:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:612>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** L_13 = ___2_textureIndices;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_14 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawaseTexturesIndices;
*((RuntimeObject**)L_13) = (RuntimeObject*)L_14;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_13, (void*)(RuntimeObject*)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:613>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF** L_15 = ___3_shaderPasses;
bool L_16 = ___1_isAfterOpaque;
if (L_16)
{
G_B12_0 = L_15;
goto IL_0058;
}
G_B11_0 = L_15;
}
{
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_17 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawasePasses;
G_B13_0 = L_17;
G_B13_1 = G_B11_0;
goto IL_005d;
}
IL_0058:
{
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_18 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawaseAfterOpaquePasses;
G_B13_0 = L_18;
G_B13_1 = G_B12_0;
}
IL_005d:
{
*((RuntimeObject**)G_B13_1) = (RuntimeObject*)G_B13_0;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B13_1, (void*)(RuntimeObject*)G_B13_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:614>
return;
}
IL_005f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:616>
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_19 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_19, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_GetPassOrder_m3180C322C70A06901AC54C56B8E307BBAF8FA9BB_RuntimeMethod_var)));
}
}
// Method Definition Index: 34205
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_OnCameraCleanup_mCDE395AA19C0A7C5C9A4DF4B603C694B0006878C (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:623>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd;
if (L_0)
{
goto IL_000e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:624>
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral855FED6E03442FBB3AF914FFBFA9DA82813817A1)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_OnCameraCleanup_mCDE395AA19C0A7C5C9A4DF4B603C694B0006878C_RuntimeMethod_var)));
}
IL_000e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:626>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_2 = __this->___m_CurrentSettings;
NullCheck(L_2);
bool L_3 = L_2->___AfterOpaque;
if (L_3)
{
goto IL_0027;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:627>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___0_cmd;
NullCheck(L_4);
CommandBuffer_SetKeyword_m21015D629787CEC4954ABA00F1211D2F957B2399(L_4, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___ScreenSpaceOcclusion), (bool)0, NULL);
}
IL_0027:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:628>
return;
}
}
// Method Definition Index: 34206
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass_Dispose_mC9DAC66BC4BE4DF13EC42FBBF35BB47D856D158F (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* __this, const RuntimeMethod* method)
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B2_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B1_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B5_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B4_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B8_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B7_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B11_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B10_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:632>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_0 = __this->___m_SSAOTextures;
NullCheck(L_0);
int32_t L_1 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = L_2;
if (L_3)
{
G_B2_0 = L_3;
goto IL_000e;
}
G_B1_0 = L_3;
}
{
goto IL_0013;
}
IL_000e:
{
NullCheck(G_B2_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B2_0, NULL);
}
IL_0013:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:633>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_4 = __this->___m_SSAOTextures;
NullCheck(L_4);
int32_t L_5 = 1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = L_6;
if (L_7)
{
G_B5_0 = L_7;
goto IL_0021;
}
G_B4_0 = L_7;
}
{
goto IL_0026;
}
IL_0021:
{
NullCheck(G_B5_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B5_0, NULL);
}
IL_0026:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:634>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_8 = __this->___m_SSAOTextures;
NullCheck(L_8);
int32_t L_9 = 2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = L_10;
if (L_11)
{
G_B8_0 = L_11;
goto IL_0034;
}
G_B7_0 = L_11;
}
{
goto IL_0039;
}
IL_0034:
{
NullCheck(G_B8_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B8_0, NULL);
}
IL_0039:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:635>
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_12 = __this->___m_SSAOTextures;
NullCheck(L_12);
int32_t L_13 = 3;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = L_14;
if (L_15)
{
G_B11_0 = L_15;
goto IL_0047;
}
G_B10_0 = L_15;
}
{
goto IL_004c;
}
IL_0047:
{
NullCheck(G_B11_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B11_0, NULL);
}
IL_004c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:636>
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_16 = (SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E*)(&__this->___m_SSAOParamsPrev);
il2cpp_codegen_initobj(L_16, sizeof(SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:637>
return;
}
}
// Method Definition Index: 34207
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPass__cctor_m37FA64817FD1D90EB28D029A11D6A4BAE6D96DAC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____4636993D3E1DA4E9D6B8F87B79E8F7C6D018580D52661950EABC3845C5897A4D_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____B6599D21CE74F24FA42D57991D6B0D0C5770322C90AF734EEB36A37F74090137_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____BAED642339816AFFB3FE8719792D0E4CE82F12DB72B7373D244EAA65445800FE_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____C94719FC63BFC7010A8361E8B4D4746BAB3C8AD593769F86532655EE58EBB101_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25744F5F65C784C977ECA7512D653F3CD3EBAD9F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33C22CE665FEB81776C71A69D70D941A76149644);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A36056FB6B4EB88D3BD8D57D5D6167B529F7C4B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7170A5577CE3E568EBB6E20A2CD672A2C255465C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75923E0735AEA9887B4F654139F76A2145395D51);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87F7E34DC7F46519916A2EE7AA7CB23B4D29D476);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B556C00CA8D8EBCC29B357E205B88297DDCE1E0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B9FF63EA4297F1AA9CD29B0B5DD2E01FABC7748);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA50407C120B7E761C0EC198A6F6D1D02A5CB71F7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5862FE661DC2C898B00EB611D5C62DF6383D5A9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5D81A56423E2ABA303271291E88C5DD643FD999);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB09C472260424DF2163A6CAA9B50C2F0DDC16D1);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:33>
int32_t L_0;
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral75923E0735AEA9887B4F654139F76A2145395D51, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_AmbientOcclusionParamID = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:34>
int32_t L_1;
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralFB09C472260424DF2163A6CAA9B50C2F0DDC16D1, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_SSAOParamsID = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:35>
int32_t L_2;
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral25744F5F65C784C977ECA7512D653F3CD3EBAD9F, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_SSAOBlueNoiseParamsID = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:36>
int32_t L_3;
L_3 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral87F7E34DC7F46519916A2EE7AA7CB23B4D29D476, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_BlueNoiseTextureID = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:37>
int32_t L_4;
L_4 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral33C22CE665FEB81776C71A69D70D941A76149644, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_SSAOFinalTextureID = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:38>
int32_t L_5;
L_5 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralE5862FE661DC2C898B00EB611D5C62DF6383D5A9, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewXExtentID = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:39>
int32_t L_6;
L_6 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralA50407C120B7E761C0EC198A6F6D1D02A5CB71F7, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewYExtentID = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:40>
int32_t L_7;
L_7 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5A36056FB6B4EB88D3BD8D57D5D6167B529F7C4B, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewZExtentID = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:41>
int32_t L_8;
L_8 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF5D81A56423E2ABA303271291E88C5DD643FD999, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_ProjectionParams2ID = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:42>
int32_t L_9;
L_9 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral7170A5577CE3E568EBB6E20A2CD672A2C255465C, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewProjectionsID = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:43>
int32_t L_10;
L_10 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral8B556C00CA8D8EBCC29B357E205B88297DDCE1E0, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraViewTopLeftCornerID = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:44>
int32_t L_11;
L_11 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraDepthTextureID = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:45>
int32_t L_12;
L_12 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral9B9FF63EA4297F1AA9CD29B0B5DD2E01FABC7748, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraNormalsTextureID = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:47>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)4);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_14 = L_13;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_15 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____BAED642339816AFFB3FE8719792D0E4CE82F12DB72B7373D244EAA65445800FE_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_14, L_15, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralTexturesIndices = L_14;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralTexturesIndices), (void*)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:48>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_16 = (ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)SZArrayNew(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF_il2cpp_TypeInfo_var, (uint32_t)3);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_17 = L_16;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_18 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____4636993D3E1DA4E9D6B8F87B79E8F7C6D018580D52661950EABC3845C5897A4D_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_17, L_18, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralPasses = L_17;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralPasses), (void*)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:49>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_19 = (ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)SZArrayNew(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF_il2cpp_TypeInfo_var, (uint32_t)3);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_20 = L_19;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_21 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____B6599D21CE74F24FA42D57991D6B0D0C5770322C90AF734EEB36A37F74090137_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_20, L_21, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralAfterOpaquePasses = L_20;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_BilateralAfterOpaquePasses), (void*)L_20);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:51>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_22 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)4);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = L_22;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_24 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____C94719FC63BFC7010A8361E8B4D4746BAB3C8AD593769F86532655EE58EBB101_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_23, L_24, NULL);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianTexturesIndices = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianTexturesIndices), (void*)L_23);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:52>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_25 = (ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)SZArrayNew(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF_il2cpp_TypeInfo_var, (uint32_t)2);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_26 = L_25;
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)5);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_27 = L_26;
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)6);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianPasses = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianPasses), (void*)L_27);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:53>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_28 = (ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)SZArrayNew(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF_il2cpp_TypeInfo_var, (uint32_t)2);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_29 = L_28;
NullCheck(L_29);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)5);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_30 = L_29;
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)7);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianAfterOpaquePasses = L_30;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_GaussianAfterOpaquePasses), (void*)L_30);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:55>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_31 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)2);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_32 = L_31;
NullCheck(L_32);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)3);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawaseTexturesIndices = L_32;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawaseTexturesIndices), (void*)L_32);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:56>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_33 = (ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)SZArrayNew(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF_il2cpp_TypeInfo_var, (uint32_t)1);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_34 = L_33;
NullCheck(L_34);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)8);
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawasePasses = L_34;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawasePasses), (void*)L_34);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:57>
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_35 = (ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF*)SZArrayNew(ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF_il2cpp_TypeInfo_var, (uint32_t)1);
ShaderPassesU5BU5D_t4D261BCE8FF9CC39325D8B095F6991A0135415DF* L_36 = L_35;
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)((int32_t)9));
((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawaseAfterOpaquePasses = L_36;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___m_KawaseAfterOpaquePasses), (void*)L_36);
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
IL2CPP_EXTERN_C void SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshal_pinvoke(const SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E& unmarshaled, SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshaled_pinvoke& marshaled)
{
marshaled.___orthographicCamera = static_cast<int32_t>(unmarshaled.___orthographicCamera);
marshaled.___aoBlueNoise = static_cast<int32_t>(unmarshaled.___aoBlueNoise);
marshaled.___aoInterleavedGradient = static_cast<int32_t>(unmarshaled.___aoInterleavedGradient);
marshaled.___sampleCountHigh = static_cast<int32_t>(unmarshaled.___sampleCountHigh);
marshaled.___sampleCountMedium = static_cast<int32_t>(unmarshaled.___sampleCountMedium);
marshaled.___sampleCountLow = static_cast<int32_t>(unmarshaled.___sampleCountLow);
marshaled.___sourceDepthNormals = static_cast<int32_t>(unmarshaled.___sourceDepthNormals);
marshaled.___sourceDepthHigh = static_cast<int32_t>(unmarshaled.___sourceDepthHigh);
marshaled.___sourceDepthMedium = static_cast<int32_t>(unmarshaled.___sourceDepthMedium);
marshaled.___sourceDepthLow = static_cast<int32_t>(unmarshaled.___sourceDepthLow);
marshaled.___ssaoParams = unmarshaled.___ssaoParams;
}
IL2CPP_EXTERN_C void SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshal_pinvoke_back(const SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshaled_pinvoke& marshaled, SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E& unmarshaled)
{
bool unmarshaledorthographicCamera_temp_0 = false;
unmarshaledorthographicCamera_temp_0 = static_cast<bool>(marshaled.___orthographicCamera);
unmarshaled.___orthographicCamera = unmarshaledorthographicCamera_temp_0;
bool unmarshaledaoBlueNoise_temp_1 = false;
unmarshaledaoBlueNoise_temp_1 = static_cast<bool>(marshaled.___aoBlueNoise);
unmarshaled.___aoBlueNoise = unmarshaledaoBlueNoise_temp_1;
bool unmarshaledaoInterleavedGradient_temp_2 = false;
unmarshaledaoInterleavedGradient_temp_2 = static_cast<bool>(marshaled.___aoInterleavedGradient);
unmarshaled.___aoInterleavedGradient = unmarshaledaoInterleavedGradient_temp_2;
bool unmarshaledsampleCountHigh_temp_3 = false;
unmarshaledsampleCountHigh_temp_3 = static_cast<bool>(marshaled.___sampleCountHigh);
unmarshaled.___sampleCountHigh = unmarshaledsampleCountHigh_temp_3;
bool unmarshaledsampleCountMedium_temp_4 = false;
unmarshaledsampleCountMedium_temp_4 = static_cast<bool>(marshaled.___sampleCountMedium);
unmarshaled.___sampleCountMedium = unmarshaledsampleCountMedium_temp_4;
bool unmarshaledsampleCountLow_temp_5 = false;
unmarshaledsampleCountLow_temp_5 = static_cast<bool>(marshaled.___sampleCountLow);
unmarshaled.___sampleCountLow = unmarshaledsampleCountLow_temp_5;
bool unmarshaledsourceDepthNormals_temp_6 = false;
unmarshaledsourceDepthNormals_temp_6 = static_cast<bool>(marshaled.___sourceDepthNormals);
unmarshaled.___sourceDepthNormals = unmarshaledsourceDepthNormals_temp_6;
bool unmarshaledsourceDepthHigh_temp_7 = false;
unmarshaledsourceDepthHigh_temp_7 = static_cast<bool>(marshaled.___sourceDepthHigh);
unmarshaled.___sourceDepthHigh = unmarshaledsourceDepthHigh_temp_7;
bool unmarshaledsourceDepthMedium_temp_8 = false;
unmarshaledsourceDepthMedium_temp_8 = static_cast<bool>(marshaled.___sourceDepthMedium);
unmarshaled.___sourceDepthMedium = unmarshaledsourceDepthMedium_temp_8;
bool unmarshaledsourceDepthLow_temp_9 = false;
unmarshaledsourceDepthLow_temp_9 = static_cast<bool>(marshaled.___sourceDepthLow);
unmarshaled.___sourceDepthLow = unmarshaledsourceDepthLow_temp_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 unmarshaledssaoParams_temp_10;
memset((&unmarshaledssaoParams_temp_10), 0, sizeof(unmarshaledssaoParams_temp_10));
unmarshaledssaoParams_temp_10 = marshaled.___ssaoParams;
unmarshaled.___ssaoParams = unmarshaledssaoParams_temp_10;
}
IL2CPP_EXTERN_C void SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshal_pinvoke_cleanup(SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshal_com(const SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E& unmarshaled, SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshaled_com& marshaled)
{
marshaled.___orthographicCamera = static_cast<int32_t>(unmarshaled.___orthographicCamera);
marshaled.___aoBlueNoise = static_cast<int32_t>(unmarshaled.___aoBlueNoise);
marshaled.___aoInterleavedGradient = static_cast<int32_t>(unmarshaled.___aoInterleavedGradient);
marshaled.___sampleCountHigh = static_cast<int32_t>(unmarshaled.___sampleCountHigh);
marshaled.___sampleCountMedium = static_cast<int32_t>(unmarshaled.___sampleCountMedium);
marshaled.___sampleCountLow = static_cast<int32_t>(unmarshaled.___sampleCountLow);
marshaled.___sourceDepthNormals = static_cast<int32_t>(unmarshaled.___sourceDepthNormals);
marshaled.___sourceDepthHigh = static_cast<int32_t>(unmarshaled.___sourceDepthHigh);
marshaled.___sourceDepthMedium = static_cast<int32_t>(unmarshaled.___sourceDepthMedium);
marshaled.___sourceDepthLow = static_cast<int32_t>(unmarshaled.___sourceDepthLow);
marshaled.___ssaoParams = unmarshaled.___ssaoParams;
}
IL2CPP_EXTERN_C void SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshal_com_back(const SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshaled_com& marshaled, SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E& unmarshaled)
{
bool unmarshaledorthographicCamera_temp_0 = false;
unmarshaledorthographicCamera_temp_0 = static_cast<bool>(marshaled.___orthographicCamera);
unmarshaled.___orthographicCamera = unmarshaledorthographicCamera_temp_0;
bool unmarshaledaoBlueNoise_temp_1 = false;
unmarshaledaoBlueNoise_temp_1 = static_cast<bool>(marshaled.___aoBlueNoise);
unmarshaled.___aoBlueNoise = unmarshaledaoBlueNoise_temp_1;
bool unmarshaledaoInterleavedGradient_temp_2 = false;
unmarshaledaoInterleavedGradient_temp_2 = static_cast<bool>(marshaled.___aoInterleavedGradient);
unmarshaled.___aoInterleavedGradient = unmarshaledaoInterleavedGradient_temp_2;
bool unmarshaledsampleCountHigh_temp_3 = false;
unmarshaledsampleCountHigh_temp_3 = static_cast<bool>(marshaled.___sampleCountHigh);
unmarshaled.___sampleCountHigh = unmarshaledsampleCountHigh_temp_3;
bool unmarshaledsampleCountMedium_temp_4 = false;
unmarshaledsampleCountMedium_temp_4 = static_cast<bool>(marshaled.___sampleCountMedium);
unmarshaled.___sampleCountMedium = unmarshaledsampleCountMedium_temp_4;
bool unmarshaledsampleCountLow_temp_5 = false;
unmarshaledsampleCountLow_temp_5 = static_cast<bool>(marshaled.___sampleCountLow);
unmarshaled.___sampleCountLow = unmarshaledsampleCountLow_temp_5;
bool unmarshaledsourceDepthNormals_temp_6 = false;
unmarshaledsourceDepthNormals_temp_6 = static_cast<bool>(marshaled.___sourceDepthNormals);
unmarshaled.___sourceDepthNormals = unmarshaledsourceDepthNormals_temp_6;
bool unmarshaledsourceDepthHigh_temp_7 = false;
unmarshaledsourceDepthHigh_temp_7 = static_cast<bool>(marshaled.___sourceDepthHigh);
unmarshaled.___sourceDepthHigh = unmarshaledsourceDepthHigh_temp_7;
bool unmarshaledsourceDepthMedium_temp_8 = false;
unmarshaledsourceDepthMedium_temp_8 = static_cast<bool>(marshaled.___sourceDepthMedium);
unmarshaled.___sourceDepthMedium = unmarshaledsourceDepthMedium_temp_8;
bool unmarshaledsourceDepthLow_temp_9 = false;
unmarshaledsourceDepthLow_temp_9 = static_cast<bool>(marshaled.___sourceDepthLow);
unmarshaled.___sourceDepthLow = unmarshaledsourceDepthLow_temp_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 unmarshaledssaoParams_temp_10;
memset((&unmarshaledssaoParams_temp_10), 0, sizeof(unmarshaledssaoParams_temp_10));
unmarshaledssaoParams_temp_10 = marshaled.___ssaoParams;
unmarshaled.___ssaoParams = unmarshaledssaoParams_temp_10;
}
IL2CPP_EXTERN_C void SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshal_com_cleanup(SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E_marshaled_com& marshaled)
{
}
// Method Definition Index: 34208
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SSAOMaterialParams__ctor_mD18C211515735B50D7BFA0E662E1E45DAC3C8C22 (SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* __this, ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** ___0_settings, bool ___1_isOrthographic, const RuntimeMethod* method)
{
bool V_0 = false;
float V_1 = 0.0f;
float G_B3_0 = 0.0f;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B5_0 = NULL;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B6_1 = NULL;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B8_0 = NULL;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B7_0 = NULL;
int32_t G_B9_0 = 0;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B9_1 = NULL;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B11_0 = NULL;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B10_0 = NULL;
int32_t G_B12_0 = 0;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B12_1 = NULL;
float G_B14_0 = 0.0f;
float G_B14_1 = 0.0f;
float G_B14_2 = 0.0f;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B14_3 = NULL;
float G_B13_0 = 0.0f;
float G_B13_1 = 0.0f;
float G_B13_2 = 0.0f;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B13_3 = NULL;
int32_t G_B15_0 = 0;
float G_B15_1 = 0.0f;
float G_B15_2 = 0.0f;
float G_B15_3 = 0.0f;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* G_B15_4 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:101>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_0 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_1 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_0);
NullCheck(L_1);
int32_t L_2 = L_1->___Source;
V_0 = (bool)((((int32_t)L_2) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:102>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_3 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_4 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_3);
NullCheck(L_4);
int32_t L_5 = L_4->___AOMethod;
if (!L_5)
{
goto IL_001b;
}
}
{
G_B3_0 = (1.0f);
goto IL_0020;
}
IL_001b:
{
G_B3_0 = (1.5f);
}
IL_0020:
{
V_1 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:103>
bool L_6 = ___1_isOrthographic;
__this->___orthographicCamera = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:104>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_7 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_8 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_7);
NullCheck(L_8);
int32_t L_9 = L_8->___AOMethod;
__this->___aoBlueNoise = (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:105>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_10 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_11 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_10);
NullCheck(L_11);
int32_t L_12 = L_11->___AOMethod;
__this->___aoInterleavedGradient = (bool)((((int32_t)L_12) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:106>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_13 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_14 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_13);
NullCheck(L_14);
int32_t L_15 = L_14->___Samples;
__this->___sampleCountHigh = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:107>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_16 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_17 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_16);
NullCheck(L_17);
int32_t L_18 = L_17->___Samples;
__this->___sampleCountMedium = (bool)((((int32_t)L_18) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:108>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_19 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_20 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_19);
NullCheck(L_20);
int32_t L_21 = L_20->___Samples;
__this->___sampleCountLow = (bool)((((int32_t)L_21) == ((int32_t)2))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:109>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_22 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_23 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_22);
NullCheck(L_23);
int32_t L_24 = L_23->___Source;
__this->___sourceDepthNormals = (bool)((((int32_t)L_24) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:110>
bool L_25 = V_0;
if (L_25)
{
G_B5_0 = __this;
goto IL_0098;
}
G_B4_0 = __this;
}
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_26 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_27 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_26);
NullCheck(L_27);
int32_t L_28 = L_27->___NormalSamples;
G_B6_0 = ((((int32_t)L_28) == ((int32_t)2))? 1 : 0);
G_B6_1 = G_B4_0;
goto IL_0099;
}
IL_0098:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_0099:
{
G_B6_1->___sourceDepthHigh = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:111>
bool L_29 = V_0;
if (L_29)
{
G_B8_0 = __this;
goto IL_00ae;
}
G_B7_0 = __this;
}
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_30 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_31 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_30);
NullCheck(L_31);
int32_t L_32 = L_31->___NormalSamples;
G_B9_0 = ((((int32_t)L_32) == ((int32_t)1))? 1 : 0);
G_B9_1 = G_B7_0;
goto IL_00af;
}
IL_00ae:
{
G_B9_0 = 0;
G_B9_1 = G_B8_0;
}
IL_00af:
{
G_B9_1->___sourceDepthMedium = (bool)G_B9_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:112>
bool L_33 = V_0;
if (L_33)
{
G_B11_0 = __this;
goto IL_00c4;
}
G_B10_0 = __this;
}
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_34 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_35 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_34);
NullCheck(L_35);
int32_t L_36 = L_35->___NormalSamples;
G_B12_0 = ((((int32_t)L_36) == ((int32_t)0))? 1 : 0);
G_B12_1 = G_B10_0;
goto IL_00c5;
}
IL_00c4:
{
G_B12_0 = 0;
G_B12_1 = G_B11_0;
}
IL_00c5:
{
G_B12_1->___sourceDepthLow = (bool)G_B12_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:113>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:114>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:115>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:116>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:117>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:118>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_37 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_38 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_37);
NullCheck(L_38);
float L_39 = L_38->___Intensity;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_40 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_41 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_40);
NullCheck(L_41);
float L_42 = L_41->___Radius;
float L_43 = V_1;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_44 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_45 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_44);
NullCheck(L_45);
bool L_46 = L_45->___Downsample;
if (L_46)
{
G_B14_0 = (1.0f);
G_B14_1 = ((float)il2cpp_codegen_multiply(L_42, L_43));
G_B14_2 = L_39;
G_B14_3 = __this;
goto IL_00ec;
}
G_B13_0 = (1.0f);
G_B13_1 = ((float)il2cpp_codegen_multiply(L_42, L_43));
G_B13_2 = L_39;
G_B13_3 = __this;
}
{
G_B15_0 = 1;
G_B15_1 = G_B13_0;
G_B15_2 = G_B13_1;
G_B15_3 = G_B13_2;
G_B15_4 = G_B13_3;
goto IL_00ed;
}
IL_00ec:
{
G_B15_0 = 2;
G_B15_1 = G_B14_0;
G_B15_2 = G_B14_1;
G_B15_3 = G_B14_2;
G_B15_4 = G_B14_3;
}
IL_00ed:
{
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_47 = ___0_settings;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_48 = *((ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)L_47);
NullCheck(L_48);
float L_49 = L_48->___Falloff;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_50;
memset((&L_50), 0, sizeof(L_50));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_50), G_B15_3, G_B15_2, ((float)(G_B15_1/((float)G_B15_0))), L_49, NULL);
G_B15_4->___ssaoParams = L_50;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:119>
return;
}
}
IL2CPP_EXTERN_C void SSAOMaterialParams__ctor_mD18C211515735B50D7BFA0E662E1E45DAC3C8C22_AdjustorThunk (RuntimeObject* __this, ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** ___0_settings, bool ___1_isOrthographic, const RuntimeMethod* method)
{
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E*>(__this + _offset);
SSAOMaterialParams__ctor_mD18C211515735B50D7BFA0E662E1E45DAC3C8C22(_thisAdjusted, ___0_settings, ___1_isOrthographic, method);
}
// Method Definition Index: 34209
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SSAOMaterialParams_Equals_m3AFA664F79ABAD8FBA8C43CB1E17FF59E618CC04 (SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* __this, SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* ___0_other, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:123>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:124>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:125>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:126>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:127>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:128>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:129>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:130>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:131>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:132>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:133>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:134>
bool L_0 = __this->___orthographicCamera;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_1 = ___0_other;
bool L_2 = L_1->___orthographicCamera;
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_00a4;
}
}
{
bool L_3 = __this->___aoBlueNoise;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_4 = ___0_other;
bool L_5 = L_4->___aoBlueNoise;
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_00a4;
}
}
{
bool L_6 = __this->___aoInterleavedGradient;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_7 = ___0_other;
bool L_8 = L_7->___aoInterleavedGradient;
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
{
goto IL_00a4;
}
}
{
bool L_9 = __this->___sampleCountHigh;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_10 = ___0_other;
bool L_11 = L_10->___sampleCountHigh;
if ((!(((uint32_t)L_9) == ((uint32_t)L_11))))
{
goto IL_00a4;
}
}
{
bool L_12 = __this->___sampleCountMedium;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_13 = ___0_other;
bool L_14 = L_13->___sampleCountMedium;
if ((!(((uint32_t)L_12) == ((uint32_t)L_14))))
{
goto IL_00a4;
}
}
{
bool L_15 = __this->___sampleCountLow;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_16 = ___0_other;
bool L_17 = L_16->___sampleCountLow;
if ((!(((uint32_t)L_15) == ((uint32_t)L_17))))
{
goto IL_00a4;
}
}
{
bool L_18 = __this->___sourceDepthNormals;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_19 = ___0_other;
bool L_20 = L_19->___sourceDepthNormals;
if ((!(((uint32_t)L_18) == ((uint32_t)L_20))))
{
goto IL_00a4;
}
}
{
bool L_21 = __this->___sourceDepthHigh;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_22 = ___0_other;
bool L_23 = L_22->___sourceDepthHigh;
if ((!(((uint32_t)L_21) == ((uint32_t)L_23))))
{
goto IL_00a4;
}
}
{
bool L_24 = __this->___sourceDepthMedium;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_25 = ___0_other;
bool L_26 = L_25->___sourceDepthMedium;
if ((!(((uint32_t)L_24) == ((uint32_t)L_26))))
{
goto IL_00a4;
}
}
{
bool L_27 = __this->___sourceDepthLow;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_28 = ___0_other;
bool L_29 = L_28->___sourceDepthLow;
if ((!(((uint32_t)L_27) == ((uint32_t)L_29))))
{
goto IL_00a4;
}
}
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_30 = __this->___ssaoParams;
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* L_31 = ___0_other;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_32 = L_31->___ssaoParams;
bool L_33;
L_33 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_30, L_32, NULL);
return L_33;
}
IL_00a4:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool SSAOMaterialParams_Equals_m3AFA664F79ABAD8FBA8C43CB1E17FF59E618CC04_AdjustorThunk (RuntimeObject* __this, SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* ___0_other, const RuntimeMethod* method)
{
SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SSAOMaterialParams_t2D8F1118717893672C007220809CDED76FBEB49E*>(__this + _offset);
bool _returnValue;
_returnValue = SSAOMaterialParams_Equals_m3AFA664F79ABAD8FBA8C43CB1E17FF59E618CC04(_thisAdjusted, ___0_other, 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: 34210
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SSAOPassData__ctor_mD6EBA9DA631CFB2EEA199EC732386C4F2C45180F (SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* __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: 34211
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m419BD22231989AFA4E2CBA01C0F6B609B4597143 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B* L_0 = (U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B*)il2cpp_codegen_object_new(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m6DACBF0ED4966DA6876432DD091696670EC70554(L_0, NULL);
((U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34212
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6DACBF0ED4966DA6876432DD091696670EC70554 (U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34213
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRecordRenderGraphU3Eb__50_0_m3F18DF7CDEDE36BE3D785C6AA8A510C07D00C036 (U3CU3Ec_tFCF5CC8AE4892922C3B8434C8FAF6BB3769D194B* __this, SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_rgContext, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t G_B3_0 = 0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B11_0 = NULL;
int32_t G_B11_1 = 0;
int32_t G_B11_2 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B11_3 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B11_4 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B11_5 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B10_0 = NULL;
int32_t G_B10_1 = 0;
int32_t G_B10_2 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B10_3 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B10_4 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B10_5 = NULL;
int32_t G_B12_0 = 0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B12_1 = NULL;
int32_t G_B12_2 = 0;
int32_t G_B12_3 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B12_4 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B12_5 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B12_6 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B15_0 = NULL;
int32_t G_B15_1 = 0;
int32_t G_B15_2 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B15_3 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B15_4 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B15_5 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B14_0 = NULL;
int32_t G_B14_1 = 0;
int32_t G_B14_2 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B14_3 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B14_4 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B14_5 = NULL;
int32_t G_B16_0 = 0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B16_1 = NULL;
int32_t G_B16_2 = 0;
int32_t G_B16_3 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B16_4 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B16_5 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B16_6 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B19_0 = NULL;
int32_t G_B19_1 = 0;
int32_t G_B19_2 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B19_3 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B19_4 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B19_5 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B18_0 = NULL;
int32_t G_B18_1 = 0;
int32_t G_B18_2 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B18_3 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B18_4 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B18_5 = NULL;
int32_t G_B20_0 = 0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B20_1 = NULL;
int32_t G_B20_2 = 0;
int32_t G_B20_3 = 0;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B20_4 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B20_5 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B20_6 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:378>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_rgContext;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2;
L_2 = CommandBufferHelpers_GetNativeCommandBuffer_m00E0A36F7BA58959180A2CF84B882FCE474577CA_inline(L_1, NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:379>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_3 = ___0_data;
NullCheck(L_3);
bool L_4 = L_3->___afterOpaque;
if (L_4)
{
goto IL_0017;
}
}
{
G_B3_0 = 2;
goto IL_0018;
}
IL_0017:
{
G_B3_0 = 0;
}
IL_0018:
{
V_1 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:382>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_5 = ___0_data;
NullCheck(L_5);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_6 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_5->___cameraColor);
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_7;
L_7 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline(L_6, NULL);
if (!L_7)
{
goto IL_0037;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:383>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = V_0;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_9 = ___0_data;
NullCheck(L_9);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = L_9->___cameraColor;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11;
L_11 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_10, NULL);
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_8, L_11, NULL);
}
IL_0037:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:385>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_12 = ___0_data;
NullCheck(L_12);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_13 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_12->___cameraNormalsTexture);
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_14;
L_14 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline(L_13, NULL);
if (!L_14)
{
goto IL_005f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:386>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_15 = ___0_data;
NullCheck(L_15);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16 = L_15->___material;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
int32_t L_17 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_CameraNormalsTextureID;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_18 = ___0_data;
NullCheck(L_18);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_19 = L_18->___cameraNormalsTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_20;
L_20 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_19, NULL);
NullCheck(L_16);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_16, L_17, L_20, NULL);
}
IL_005f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:389>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_21 = V_0;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_22 = ___0_data;
NullCheck(L_22);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_23 = L_22->___AOTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24;
L_24 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_23, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_25 = ___0_data;
NullCheck(L_25);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_26 = L_25->___AOTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_27;
L_27 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_26, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_28 = ___0_data;
NullCheck(L_28);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_29 = L_28->___material;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_21, L_24, L_27, 2, 0, L_29, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:392>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_30 = ___0_data;
NullCheck(L_30);
int32_t L_31 = L_30->___BlurQuality;
V_2 = L_31;
int32_t L_32 = V_2;
switch (L_32)
{
case 0:
{
goto IL_00a2;
}
case 1:
{
goto IL_0121;
}
case 2:
{
goto IL_0178;
}
}
}
{
goto IL_01ab;
}
IL_00a2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:396>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_33 = V_0;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_34 = ___0_data;
NullCheck(L_34);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_35 = L_34->___AOTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_36;
L_36 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_35, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_37 = ___0_data;
NullCheck(L_37);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_38 = L_37->___blurTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39;
L_39 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_38, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_40 = ___0_data;
NullCheck(L_40);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_41 = L_40->___material;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_33, L_36, L_39, 2, 0, L_41, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:397>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_42 = V_0;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_43 = ___0_data;
NullCheck(L_43);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_44 = L_43->___blurTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_45;
L_45 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_44, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_46 = ___0_data;
NullCheck(L_46);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_47 = L_46->___AOTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_48;
L_48 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_47, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_49 = ___0_data;
NullCheck(L_49);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_50 = L_49->___material;
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_42, L_45, L_48, 2, 0, L_50, 2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:398>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_51 = V_0;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_52 = ___0_data;
NullCheck(L_52);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_53 = L_52->___AOTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_54;
L_54 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_53, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_55 = ___0_data;
NullCheck(L_55);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_56 = L_55->___finalTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_57;
L_57 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_56, NULL);
int32_t L_58 = V_1;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_59 = ___0_data;
NullCheck(L_59);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_60 = L_59->___material;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_61 = ___0_data;
NullCheck(L_61);
bool L_62 = L_61->___afterOpaque;
if (L_62)
{
G_B11_0 = L_60;
G_B11_1 = 0;
G_B11_2 = L_58;
G_B11_3 = L_57;
G_B11_4 = L_54;
G_B11_5 = L_51;
goto IL_0116;
}
G_B10_0 = L_60;
G_B10_1 = 0;
G_B10_2 = L_58;
G_B10_3 = L_57;
G_B10_4 = L_54;
G_B10_5 = L_51;
}
{
G_B12_0 = 3;
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
G_B12_3 = G_B10_2;
G_B12_4 = G_B10_3;
G_B12_5 = G_B10_4;
G_B12_6 = G_B10_5;
goto IL_0117;
}
IL_0116:
{
G_B12_0 = 4;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
G_B12_3 = G_B11_2;
G_B12_4 = G_B11_3;
G_B12_5 = G_B11_4;
G_B12_6 = G_B11_5;
}
IL_0117:
{
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(G_B12_6, G_B12_5, G_B12_4, G_B12_3, G_B12_2, G_B12_1, G_B12_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:399>
goto IL_01b1;
}
IL_0121:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:403>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_63 = V_0;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_64 = ___0_data;
NullCheck(L_64);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_65 = L_64->___AOTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_66;
L_66 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_65, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_67 = ___0_data;
NullCheck(L_67);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_68 = L_67->___blurTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_69;
L_69 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_68, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_70 = ___0_data;
NullCheck(L_70);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_71 = L_70->___material;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_63, L_66, L_69, 0, 0, L_71, 5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:404>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_72 = V_0;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_73 = ___0_data;
NullCheck(L_73);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_74 = L_73->___blurTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_75;
L_75 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_74, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_76 = ___0_data;
NullCheck(L_76);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_77 = L_76->___finalTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_78;
L_78 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_77, NULL);
int32_t L_79 = V_1;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_80 = ___0_data;
NullCheck(L_80);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_81 = L_80->___material;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_82 = ___0_data;
NullCheck(L_82);
bool L_83 = L_82->___afterOpaque;
if (L_83)
{
G_B15_0 = L_81;
G_B15_1 = 0;
G_B15_2 = L_79;
G_B15_3 = L_78;
G_B15_4 = L_75;
G_B15_5 = L_72;
goto IL_0170;
}
G_B14_0 = L_81;
G_B14_1 = 0;
G_B14_2 = L_79;
G_B14_3 = L_78;
G_B14_4 = L_75;
G_B14_5 = L_72;
}
{
G_B16_0 = 6;
G_B16_1 = G_B14_0;
G_B16_2 = G_B14_1;
G_B16_3 = G_B14_2;
G_B16_4 = G_B14_3;
G_B16_5 = G_B14_4;
G_B16_6 = G_B14_5;
goto IL_0171;
}
IL_0170:
{
G_B16_0 = 7;
G_B16_1 = G_B15_0;
G_B16_2 = G_B15_1;
G_B16_3 = G_B15_2;
G_B16_4 = G_B15_3;
G_B16_5 = G_B15_4;
G_B16_6 = G_B15_5;
}
IL_0171:
{
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(G_B16_6, G_B16_5, G_B16_4, G_B16_3, G_B16_2, G_B16_1, G_B16_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:405>
goto IL_01b1;
}
IL_0178:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:409>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_84 = V_0;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_85 = ___0_data;
NullCheck(L_85);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_86 = L_85->___AOTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_87;
L_87 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_86, NULL);
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_88 = ___0_data;
NullCheck(L_88);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_89 = L_88->___finalTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_90;
L_90 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_89, NULL);
int32_t L_91 = V_1;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_92 = ___0_data;
NullCheck(L_92);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_93 = L_92->___material;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_94 = ___0_data;
NullCheck(L_94);
bool L_95 = L_94->___afterOpaque;
if (L_95)
{
G_B19_0 = L_93;
G_B19_1 = 0;
G_B19_2 = L_91;
G_B19_3 = L_90;
G_B19_4 = L_87;
G_B19_5 = L_84;
goto IL_01a2;
}
G_B18_0 = L_93;
G_B18_1 = 0;
G_B18_2 = L_91;
G_B18_3 = L_90;
G_B18_4 = L_87;
G_B18_5 = L_84;
}
{
G_B20_0 = 8;
G_B20_1 = G_B18_0;
G_B20_2 = G_B18_1;
G_B20_3 = G_B18_2;
G_B20_4 = G_B18_3;
G_B20_5 = G_B18_4;
G_B20_6 = G_B18_5;
goto IL_01a4;
}
IL_01a2:
{
G_B20_0 = ((int32_t)9);
G_B20_1 = G_B19_0;
G_B20_2 = G_B19_1;
G_B20_3 = G_B19_2;
G_B20_4 = G_B19_3;
G_B20_5 = G_B19_4;
G_B20_6 = G_B19_5;
}
IL_01a4:
{
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(G_B20_6, G_B20_5, G_B20_4, G_B20_3, G_B20_2, G_B20_1, G_B20_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:410>
goto IL_01b1;
}
IL_01ab:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:413>
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_96 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_96, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_96, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CU3Ec_U3CRecordRenderGraphU3Eb__50_0_m3F18DF7CDEDE36BE3D785C6AA8A510C07D00C036_RuntimeMethod_var)));
}
IL_01b1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:417>
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_97 = ___0_data;
NullCheck(L_97);
bool L_98 = L_97->___afterOpaque;
if (L_98)
{
goto IL_01f4;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:419>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_99 = ___1_rgContext;
NullCheck(L_99);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_100 = L_99->___cmd;
NullCheck(L_100);
UnsafeCommandBuffer_SetKeyword_m5C6557417621D24F781B43347C1578E7B2B5F234(L_100, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___ScreenSpaceOcclusion), (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:420>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_101 = ___1_rgContext;
NullCheck(L_101);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_102 = L_101->___cmd;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
int32_t L_103 = ((ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var))->___s_AmbientOcclusionParamID;
SSAOPassData_t7CDAB3BA366773CB0C54324C2A4D9758F7AA79B4* L_104 = ___0_data;
NullCheck(L_104);
float L_105 = L_104->___directLightingStrength;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_106;
memset((&L_106), 0, sizeof(L_106));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_106), (1.0f), (0.0f), (0.0f), L_105, NULL);
NullCheck(L_102);
UnsafeCommandBuffer_SetGlobalVector_m33F45879E3628254C11DA183E22BD11BD36E1D96(L_102, L_103, L_106, NULL);
}
IL_01f4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScreenSpaceAmbientOcclusionPass.cs:422>
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
// Method Definition Index: 34214
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPassEventsEnumValues__cctor_m9A435A900598EECAAD03A5C92CCC962E26EEA83B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
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*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPassEvent_t65FBDDF314AC831A598C794FD81BB61AD3930353_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject* V_3 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:181>
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (RenderPassEvent_t65FBDDF314AC831A598C794FD81BB61AD3930353_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.enum_class);
RuntimeArray* L_2;
L_2 = Enum_GetValues_m803B9D68C367FAABC5AFB6B5B52775C8A573CEF9(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:183>
RuntimeArray* L_3 = L_2;
NullCheck(L_3);
int32_t L_4;
L_4 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_3, NULL);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_4);
((RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_il2cpp_TypeInfo_var))->___values = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_il2cpp_TypeInfo_var))->___values), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:185>
V_0 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:186>
NullCheck(L_3);
RuntimeObject* L_6;
L_6 = Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E(L_3, NULL);
V_1 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004b:
{
{
RuntimeObject* L_7 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_8 = V_3;
if (!L_8)
{
goto IL_005b;
}
}
{
RuntimeObject* L_9 = V_3;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
}
IL_005b:
{
return;
}
}
});
try
{
{
goto IL_0041_1;
}
IL_0029_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:186>
RuntimeObject* L_10 = V_1;
NullCheck(L_10);
RuntimeObject* L_11;
L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10);
V_2 = ((*(int32_t*)UnBox(L_11, il2cpp_defaults.int32_class)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:188>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = ((RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassEventsEnumValues_tE8866513A09C4EDD3D96842CA57C7C20E2EA47E8_il2cpp_TypeInfo_var))->___values;
int32_t L_13 = V_0;
int32_t L_14 = V_2;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (int32_t)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:189>
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0041_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:186>
RuntimeObject* L_16 = V_1;
NullCheck(L_16);
bool L_17;
L_17 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16);
if (L_17)
{
goto IL_0029_1;
}
}
{
goto IL_005c;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_005c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:191>
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: 34215
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilCrossFadeRenderPass__ctor_mCBC4491F72F073F90552931711BA93AE33CD56BF (StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____67F97CD57FBAB63018C13EBA31B2DF63BC71EFF185FC0E19E116C63B1954D9EA_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25237607F1AF62DB3D126570D183BBA91403AA57);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30F7C85CBD506296FF3A4ED56BC846B65F056176);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral526869AFBC0B552DE7C8BF7A15EFCFB4634328E6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF26611C9DDAAAF7D9720DD7BDDC7D61A02365383);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:14>
int32_t L_0;
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF26611C9DDAAAF7D9720DD7BDDC7D61A02365383, NULL);
__this->____StencilDitherPattern = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:15>
int32_t L_1;
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral25237607F1AF62DB3D126570D183BBA91403AA57, NULL);
__this->____StencilRefDitherMask = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:16>
int32_t L_2;
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral30F7C85CBD506296FF3A4ED56BC846B65F056176, NULL);
__this->____StencilWriteDitherMask = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:20>
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:22>
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_3 = (MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D*)(MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D*)SZArrayNew(MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D_il2cpp_TypeInfo_var, (uint32_t)3);
__this->___m_StencilDitherMaskSeedMaterials = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StencilDitherMaskSeedMaterials), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:23>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_4 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_4, _stringLiteral526869AFBC0B552DE7C8BF7A15EFCFB4634328E6, NULL);
__this->___m_ProfilingSampler = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ProfilingSampler), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:25>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:26>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:27>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:28>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = L_5;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_7 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t16CE31F4DEE6BA0AEFEB3FA0105D58630695B339____67F97CD57FBAB63018C13EBA31B2DF63BC71EFF185FC0E19E116C63B1954D9EA_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_6, L_7, NULL);
V_0 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:29>
V_1 = ((int32_t)12);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:32>
V_2 = 0;
goto IL_00bf;
}
IL_006b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:34>
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_8 = __this->___m_StencilDitherMaskSeedMaterials;
int32_t L_9 = V_2;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_10 = ___0_shader;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11;
L_11 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_10, NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_11);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)L_11);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:35>
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_12 = __this->___m_StencilDitherMaskSeedMaterials;
int32_t L_13 = V_2;
NullCheck(L_12);
int32_t L_14 = L_13;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
int32_t L_16 = __this->____StencilDitherPattern;
int32_t L_17 = V_2;
NullCheck(L_15);
Material_SetInteger_m37332E747B3F19DA02FA85DC37BBCBDC99C300F4(L_15, L_16, ((int32_t)il2cpp_codegen_add(L_17, 1)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:36>
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_18 = __this->___m_StencilDitherMaskSeedMaterials;
int32_t L_19 = V_2;
NullCheck(L_18);
int32_t L_20 = L_19;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
int32_t L_22 = __this->____StencilWriteDitherMask;
int32_t L_23 = V_1;
NullCheck(L_21);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_21, L_22, ((float)L_23), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:37>
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_24 = __this->___m_StencilDitherMaskSeedMaterials;
int32_t L_25 = V_2;
NullCheck(L_24);
int32_t L_26 = L_25;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
int32_t L_28 = __this->____StencilRefDitherMask;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_29 = V_0;
int32_t L_30 = V_2;
NullCheck(L_29);
int32_t L_31 = L_30;
int32_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
NullCheck(L_27);
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_27, L_28, ((float)L_32), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:32>
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_33, 1));
}
IL_00bf:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:32>
int32_t L_34 = V_2;
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_35 = __this->___m_StencilDitherMaskSeedMaterials;
NullCheck(L_35);
if ((((int32_t)L_34) < ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))
{
goto IL_006b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:39>
return;
}
}
// Method Definition Index: 34216
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilCrossFadeRenderPass_Dispose_mCC8DC884ADE325765A02E482F948D236240237DC (StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* V_0 = NULL;
int32_t V_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:42>
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_0 = __this->___m_StencilDitherMaskSeedMaterials;
V_0 = L_0;
V_1 = 0;
goto IL_0017;
}
IL_000b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:42>
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_1 = V_0;
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:43>
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_4, NULL);
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0017:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:42>
int32_t L_6 = V_1;
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_7 = V_0;
NullCheck(L_7);
if ((((int32_t)L_6) < ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))
{
goto IL_000b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:44>
__this->___m_StencilDitherMaskSeedMaterials = (MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StencilDitherMaskSeedMaterials), (void*)(MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:45>
return;
}
}
// Method Definition Index: 34217
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilCrossFadeRenderPass_Render_m17026C36FE78568068D9C52E1BB1EB615B542B70 (StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___1_context, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthTarget, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F_mBE5D2BAFF5CD11EBC7046029BC9551215DB468C2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F_mBBAE5B39EC92C79F5391F574DF8F4DF915438532_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderU3Eb__8_0_mBA30A51E554C67D78E5EFC9760F0ACFCE17B5D38_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B54B12967093EC2509A46151FCBE605602B946F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0DAF1676A070DC0093358142F28F02BE2243842);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F* V_1 = NULL;
BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* G_B2_0 = NULL;
RuntimeObject* G_B2_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:61>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1 = __this->___m_ProfilingSampler;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = RenderGraph_AddRasterRenderPass_TisPassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F_mBBAE5B39EC92C79F5391F574DF8F4DF915438532(L_0, _stringLiteral1B54B12967093EC2509A46151FCBE605602B946F, (&V_1), L_1, _stringLiteralF0DAF1676A070DC0093358142F28F02BE2243842, ((int32_t)61), RenderGraph_AddRasterRenderPass_TisPassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F_mBBAE5B39EC92C79F5391F574DF8F4DF915438532_RuntimeMethod_var);
V_0 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_005d:
{
{
RuntimeObject* L_3 = V_0;
if (!L_3)
{
goto IL_0066;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
}
IL_0066:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:63>
RuntimeObject* L_5 = V_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6 = ___2_depthTarget;
NullCheck(L_5);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_5, L_6, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:64>
PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F* L_7 = V_1;
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_8 = __this->___m_StencilDitherMaskSeedMaterials;
NullCheck(L_7);
L_7->___stencilDitherMaskSeedMaterials = L_8;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___stencilDitherMaskSeedMaterials), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:65>
PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F* L_9 = V_1;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = ___2_depthTarget;
NullCheck(L_9);
L_9->___depthTarget = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:67>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:68>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:69>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:70>
RuntimeObject* L_11 = V_0;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* L_12 = ((U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var))->___U3CU3E9__8_0;
BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* L_13 = L_12;
if (L_13)
{
G_B3_0 = L_13;
G_B3_1 = L_11;
goto IL_0056_1;
}
G_B2_0 = L_13;
G_B2_1 = L_11;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var);
U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7* L_14 = ((U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* L_15 = (BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C*)il2cpp_codegen_object_new(BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m9ADCC21CD6051994DD49D154B7F3F808DF4AC4DC(L_15, L_14, (intptr_t)((void*)U3CU3Ec_U3CRenderU3Eb__8_0_mBA30A51E554C67D78E5EFC9760F0ACFCE17B5D38_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* L_16 = L_15;
((U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var))->___U3CU3E9__8_0 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var))->___U3CU3E9__8_0), (void*)L_16);
G_B3_0 = L_16;
G_B3_1 = G_B2_1;
}
IL_0056_1:
{
NullCheck(G_B3_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t4ED6378E77D5BDF28816B7894ADE82FD56A8706C* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F_mBE5D2BAFF5CD11EBC7046029BC9551215DB468C2_RuntimeMethod_var, G_B3_1, G_B3_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:71>
goto IL_0067;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0067:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:72>
return;
}
}
// Method Definition Index: 34218
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilCrossFadeRenderPass_ExecutePass_m7F75A81B0880413125B235C33B09FC9DD6114C17 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depthTarget, MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___2_stencilDitherMaskSeedMaterials, const RuntimeMethod* method)
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
memset((&V_0), 0, sizeof(V_0));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:76>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___1_depthTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___1_depthTarget;
NullCheck(L_1);
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_2;
L_2 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_1, NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3 = L_2.___currentViewportSize;
NullCheck(L_0);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_4;
L_4 = RTHandle_GetScaledSize_m58D71FF94244F1EE9BCB5690381DB37C79D3E239(L_0, L_3, NULL);
V_0 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:77>
int32_t L_5;
L_5 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_6;
L_6 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&V_1), (0.0f), (0.0f), ((float)L_5), ((float)L_6), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:78>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_7 = ___0_cmd;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8 = V_1;
NullCheck(L_7);
RasterCommandBuffer_SetViewport_mCC43D00D3A49FF4179249DC0A9C5AF417589C74D(L_7, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:81>
V_2 = 0;
goto IL_0054;
}
IL_003e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:83>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9 = ___0_cmd;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_10;
L_10 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_11 = ___2_stencilDitherMaskSeedMaterials;
int32_t L_12 = V_2;
NullCheck(L_11);
int32_t L_13 = L_12;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
NullCheck(L_9);
RasterCommandBuffer_DrawProcedural_mD1AEF755322DD077ADA3B3FCBF34F819D1EA5E9C(L_9, L_10, L_14, 0, 0, 3, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:81>
int32_t L_15 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0054:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:81>
int32_t L_16 = V_2;
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_17 = ___2_stencilDitherMaskSeedMaterials;
NullCheck(L_17);
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
{
goto IL_003e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:85>
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: 34219
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m65D8889305FCB08C18511AD3371B63D2C7D9D85F (PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F* __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: 34220
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCFC0C647331A594438747CB18A12ED4D16742384 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7* L_0 = (U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7*)il2cpp_codegen_object_new(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_mE5FAACB3D0D6553010F134CDAD36CC40D458DE5D(L_0, NULL);
((U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34221
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE5FAACB3D0D6553010F134CDAD36CC40D458DE5D (U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34222
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderU3Eb__8_0_mBA30A51E554C67D78E5EFC9760F0ACFCE17B5D38 (U3CU3Ec_t077F63D1AD84FB9E7D0A6793234888C38925CAA7* __this, PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, 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.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:69>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___depthTarget;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
PassData_t161847C5676CA37C378F71A6BD4FDBCD979F482F* L_5 = ___0_data;
NullCheck(L_5);
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_6 = L_5->___stencilDitherMaskSeedMaterials;
StencilCrossFadeRenderPass_ExecutePass_m7F75A81B0880413125B235C33B09FC9DD6114C17(L_1, L_4, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/StencilCrossFadeRenderPass.cs:70>
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: 34223
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransparentSettingsPass__ctor_mD31502F7BF51241D5A412E8F138F74287F9706E8 (TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* __this, int32_t ___0_evt, bool ___1_shadowReceiveSupported, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2963F2245A41D5E846DB525D6DCC3BD2D5B76862);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:14>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:16>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteral2963F2245A41D5E846DB525D6DCC3BD2D5B76862, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:17>
int32_t L_1 = ___0_evt;
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(__this, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:18>
bool L_2 = ___1_shadowReceiveSupported;
__this->___m_shouldReceiveShadows = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:19>
return;
}
}
// Method Definition Index: 34224
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TransparentSettingsPass_Setup_mF37A3761883AACCF280D7F962FAF4AB60848413C (TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:25>
bool L_0 = __this->___m_shouldReceiveShadows;
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
// Method Definition Index: 34225
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransparentSettingsPass_Execute_mDD29A622DB7DBBB51D44D8BE6FD968E56FFC21E0 (TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* V_0 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:31>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_1;
L_1 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_0, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_1);
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_3;
L_3 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_2, NULL);
V_0 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:32>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_4 = V_0;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_5;
L_5 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mEF7BF01DCAD3709F978E564AEDEDD643FC617904((&V_1), L_4, L_5, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0023:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_1), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:34>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_6 = V_0;
TransparentSettingsPass_ExecutePass_m489020E21070F532988AFEA638A855B7D4E6F873(L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:35>
goto IL_0031;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0031:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:36>
return;
}
}
// Method Definition Index: 34226
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransparentSettingsPass_ExecutePass_m489020E21070F532988AFEA638A855B7D4E6F873 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_rasterCommandBuffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:46>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_0 = ___0_rasterCommandBuffer;
il2cpp_codegen_runtime_class_init_inline(MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3_il2cpp_TypeInfo_var);
MainLightShadowCasterPass_SetShadowParamsForEmptyShadowmap_mCBE8758960CEB5A2DF6953350A969A492312810E(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:47>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = ___0_rasterCommandBuffer;
il2cpp_codegen_runtime_class_init_inline(AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004_il2cpp_TypeInfo_var);
AdditionalLightsShadowCasterPass_SetShadowParamsForEmptyShadowmap_m335F8189FD2CDAB0F1A2E0ED90FC6536A064D409(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/TransparentSettingsPass.cs:48>
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: 34227
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass__ctor_mAC1A8812103405F393288E8A2DBA6F6C440D813A (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, int32_t ___0_evt, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___1_xrMotionVector, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08D5298E45CEEC332FF2A81C3A6CD5ED81C09DCA);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:52>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_ViewProjection = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ViewProjection), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:53>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_1 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_PreviousViewProjection = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousViewProjection), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:29>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:31>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_2 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_2, _stringLiteral08D5298E45CEEC332FF2A81C3A6CD5ED81C09DCA, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:32>
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_3 = (PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975*)il2cpp_codegen_object_new(PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_il2cpp_TypeInfo_var);
PassData__ctor_m06B978D42144D0A54BB4FFDE8CFDA7B0C78623D9(L_3, NULL);
__this->___m_PassData = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PassData), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:33>
int32_t L_4 = ___0_evt;
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(__this, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:34>
XRDepthMotionPass_ResetMotionData_m85FF7507EDF8EFCAA698CC925367855E328E2986(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:35>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = ___1_xrMotionVector;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6;
L_6 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_5, NULL);
__this->___m_XRMotionVectorMaterial = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XRMotionVectorMaterial), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:36>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7;
L_7 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->___xrMotionVectorColor = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:37>
__this->___m_XRMotionVectorColor = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XRMotionVectorColor), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:38>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8;
L_8 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->___xrMotionVectorDepth = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:39>
__this->___m_XRMotionVectorDepth = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XRMotionVectorDepth), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:40>
return;
}
}
// Method Definition Index: 34228
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 XRDepthMotionPass_GetObjectMotionDrawingSettings_m51C54D458041A6B9C2BD0ED0E3675268630FDCFA (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 V_0;
memset((&V_0), 0, sizeof(V_0));
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 V_1;
memset((&V_1), 0, sizeof(V_1));
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 V_2;
memset((&V_2), 0, sizeof(V_2));
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 V_3;
memset((&V_3), 0, sizeof(V_3));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:61>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
SortingSettings__ctor_m449888DBB95B75702BFC5BFA1E4A5BE40D9302ED((&V_2), L_0, NULL);
SortingSettings_set_criteria_m3D0A9A89ACF96F7135E47BEB44770EF439419E57((&V_2), ((int32_t)59), NULL);
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 L_1 = V_2;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:64>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:65>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:66>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:67>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:68>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:69>
il2cpp_codegen_runtime_class_init_inline(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_2 = ((XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_StaticFields*)il2cpp_codegen_static_fields_for(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var))->___k_MotionOnlyShaderTagId;
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 L_3 = V_0;
il2cpp_codegen_runtime_class_init_inline(DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var);
DrawingSettings__ctor_m2B34DB19727143945DDE925B5CACD0E8E5D478A5((&V_3), L_2, L_3, NULL);
DrawingSettings_set_perObjectData_mE83721A5FEDA0A0F5DFA6A385B5DB110A7AE2DC8((&V_3), ((int32_t)32), NULL);
DrawingSettings_set_enableDynamicBatching_m528D48733B339E2CB847DBAC237BAB16260D2310((&V_3), (bool)0, NULL);
DrawingSettings_set_enableInstancing_m321194534FABDC36DE5A217078130A0DAAF8B007((&V_3), (bool)1, NULL);
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_4 = V_3;
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:70>
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_5 = ((XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_StaticFields*)il2cpp_codegen_static_fields_for(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var))->___k_MotionOnlyShaderTagId;
DrawingSettings_SetShaderPassName_m3ABF2F58CA9D8B16989747058CAA504E7B4ED738((&V_1), 0, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:72>
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_6 = V_1;
return L_6;
}
}
// Method Definition Index: 34229
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_InitObjectMotionRendererLists_mFB07B1219AEDA99FCA6334C5861C3271476C0DF6 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** ___0_passData, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___2_renderGraph, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___3_camera, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 V_0;
memset((&V_0), 0, sizeof(V_0));
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F V_1;
memset((&V_1), 0, sizeof(V_1));
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 V_2;
memset((&V_2), 0, sizeof(V_2));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:77>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___3_camera;
il2cpp_codegen_runtime_class_init_inline(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_1;
L_1 = XRDepthMotionPass_GetObjectMotionDrawingSettings_m51C54D458041A6B9C2BD0ED0E3675268630FDCFA(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:81>
il2cpp_codegen_runtime_class_init_inline(RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_2;
L_2 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C L_3;
memset((&L_3), 0, sizeof(L_3));
Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204((&L_3), L_2, Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_RuntimeMethod_var);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = ___3_camera;
NullCheck(L_4);
int32_t L_5;
L_5 = Camera_get_cullingMask_m6F5AFF8FB522F876D99E839BF77D8F27F26A1EF8(L_4, NULL);
FilteringSettings__ctor_m2A2242373FC7D053CFBBC6814D02AAC73C7B3AE7((&V_1), L_3, L_5, (-1), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:83>
FilteringSettings_set_forceAllMotionVectorObjects_m6386F1394CA54A3D10600DA590C6E3F1B10CA4C0((&V_1), (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:84>
RenderStateBlock__ctor_mED2806102FED1023AB74D94DC37F535497AED1F9((&V_2), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:86>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___2_renderGraph;
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_7 = ___1_cullResults;
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_8 = V_0;
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F L_9 = V_1;
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 L_10 = V_2;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** L_11 = ___0_passData;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_12 = *((PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975**)L_11);
NullCheck(L_12);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_13 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_12->___objMotionRendererList);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
RenderingUtils_CreateRendererListWithRenderStateBlock_m2EA7A0F6D66B9148185F7A873EE1525242AF741F(L_6, L_7, L_8, L_9, L_10, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:87>
return;
}
}
// Method Definition Index: 34230
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_InitPassData_mDBF1EBDC97E5D825D905EFC7F5E93433E5B2F01E (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** ___0_passData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:104>
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** L_0 = ___0_passData;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_1 = *((PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975**)L_0);
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_2 = __this->___m_PreviousViewProjection;
NullCheck(L_1);
L_1->___previousViewProjectionStereo = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___previousViewProjectionStereo), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:105>
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** L_3 = ___0_passData;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_4 = *((PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975**)L_3);
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_5 = __this->___m_ViewProjection;
NullCheck(L_4);
L_4->___viewProjectionStereo = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___viewProjectionStereo), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:108>
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** L_6 = ___0_passData;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_7 = *((PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975**)L_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = __this->___m_XRMotionVectorMaterial;
NullCheck(L_7);
L_7->___xrMotionVector = L_8;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___xrMotionVector), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:109>
return;
}
}
// Method Definition Index: 34231
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_ImportXRMotionColorAndDepth_m6090A348BB921405A4C63C2D881AB85B27ADE2E2 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_0;
memset((&V_0), 0, sizeof(V_0));
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_1;
memset((&V_1), 0, sizeof(V_1));
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA V_2;
memset((&V_2), 0, sizeof(V_2));
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA V_3;
memset((&V_3), 0, sizeof(V_3));
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_4;
memset((&V_4), 0, sizeof(V_4));
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 V_5;
memset((&V_5), 0, sizeof(V_5));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_6;
memset((&V_6), 0, sizeof(V_6));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:117>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___1_cameraData;
NullCheck(L_0);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_1;
L_1 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_0, NULL);
NullCheck(L_1);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2;
L_2 = XRPass_get_motionVectorRenderTarget_mD79815DB1488D5BD95E35AF5220ABB3EBD2455EB_inline(L_1, NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:118>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = __this->___m_XRMotionVectorColor;
if (L_3)
{
goto IL_0022;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:120>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5;
L_5 = RTHandles_Alloc_m7EC88962CADCEAB38EAE8D792039466E20874304(L_4, NULL);
__this->___m_XRMotionVectorColor = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XRMotionVectorColor), (void*)L_5);
goto IL_0041;
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:122>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = __this->___m_XRMotionVectorColor;
NullCheck(L_6);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_7;
L_7 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_6, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8 = V_0;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_9;
L_9 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0041;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:124>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_10 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_XRMotionVectorColor);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_11 = V_0;
RTHandleStaticHelpers_SetRTHandleUserManagedWrapper_mC550F8602CF14819A9EDC41A6F15E6991AF1F51F(L_10, L_11, NULL);
}
IL_0041:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:128>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___1_cameraData;
NullCheck(L_12);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_13;
L_13 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_12, NULL);
NullCheck(L_13);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_14;
L_14 = XRPass_get_motionVectorRenderTarget_mD79815DB1488D5BD95E35AF5220ABB3EBD2455EB_inline(L_13, NULL);
V_1 = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:129>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = __this->___m_XRMotionVectorDepth;
if (L_15)
{
goto IL_0063;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:131>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_16 = V_1;
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17;
L_17 = RTHandles_Alloc_m7EC88962CADCEAB38EAE8D792039466E20874304(L_16, NULL);
__this->___m_XRMotionVectorDepth = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_XRMotionVectorDepth), (void*)L_17);
goto IL_0082;
}
IL_0063:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:133>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = __this->___m_XRMotionVectorDepth;
NullCheck(L_18);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_19;
L_19 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_18, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_20 = V_1;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_21;
L_21 = RenderTargetIdentifier_op_Inequality_m255136CF7E1B63A8D5A1F9FF03B992B656AB42DF(L_19, L_20, NULL);
if (!L_21)
{
goto IL_0082;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:135>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_22 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_XRMotionVectorDepth);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_23 = V_1;
RTHandleStaticHelpers_SetRTHandleUserManagedWrapper_mC550F8602CF14819A9EDC41A6F15E6991AF1F51F(L_22, L_23, NULL);
}
IL_0082:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:139>
il2cpp_codegen_initobj((&V_2), sizeof(RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:140>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_24 = ___1_cameraData;
NullCheck(L_24);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_25;
L_25 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_24, NULL);
NullCheck(L_25);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_26;
L_26 = XRPass_get_motionVectorRenderTargetDesc_m708FD87CAC00A4B208ECC7E7448DAEE8752BE1D8_inline(L_25, NULL);
V_6 = L_26;
int32_t L_27;
L_27 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&V_6), NULL);
(&V_2)->___width = L_27;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:141>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_28 = ___1_cameraData;
NullCheck(L_28);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_29;
L_29 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_28, NULL);
NullCheck(L_29);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_30;
L_30 = XRPass_get_motionVectorRenderTargetDesc_m708FD87CAC00A4B208ECC7E7448DAEE8752BE1D8_inline(L_29, NULL);
V_6 = L_30;
int32_t L_31;
L_31 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&V_6), NULL);
(&V_2)->___height = L_31;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:142>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_32 = ___1_cameraData;
NullCheck(L_32);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_33;
L_33 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_32, NULL);
NullCheck(L_33);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_34;
L_34 = XRPass_get_motionVectorRenderTargetDesc_m708FD87CAC00A4B208ECC7E7448DAEE8752BE1D8_inline(L_33, NULL);
V_6 = L_34;
int32_t L_35;
L_35 = RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline((&V_6), NULL);
(&V_2)->___volumeDepth = L_35;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:143>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_36 = ___1_cameraData;
NullCheck(L_36);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_37;
L_37 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_36, NULL);
NullCheck(L_37);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_38;
L_38 = XRPass_get_motionVectorRenderTargetDesc_m708FD87CAC00A4B208ECC7E7448DAEE8752BE1D8_inline(L_37, NULL);
V_6 = L_38;
int32_t L_39;
L_39 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline((&V_6), NULL);
(&V_2)->___msaaSamples = L_39;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:144>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_40 = ___1_cameraData;
NullCheck(L_40);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_41;
L_41 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_40, NULL);
NullCheck(L_41);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_42;
L_42 = XRPass_get_motionVectorRenderTargetDesc_m708FD87CAC00A4B208ECC7E7448DAEE8752BE1D8_inline(L_41, NULL);
V_6 = L_42;
int32_t L_43;
L_43 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0((&V_6), NULL);
(&V_2)->___format = L_43;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:146>
il2cpp_codegen_initobj((&V_3), sizeof(RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:147>
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_44 = V_2;
V_3 = L_44;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:148>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_45 = ___1_cameraData;
NullCheck(L_45);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_46;
L_46 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_45, NULL);
NullCheck(L_46);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_47;
L_47 = XRPass_get_motionVectorRenderTargetDesc_m708FD87CAC00A4B208ECC7E7448DAEE8752BE1D8_inline(L_46, NULL);
V_6 = L_47;
int32_t L_48;
L_48 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline((&V_6), NULL);
(&V_3)->___format = L_48;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:150>
il2cpp_codegen_initobj((&V_4), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:151>
(&V_4)->___clearOnFirstUse = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:152>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_49;
L_49 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
(&V_4)->___clearColor = L_49;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:153>
(&V_4)->___discardOnLastUse = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:155>
il2cpp_codegen_initobj((&V_5), sizeof(ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:156>
(&V_5)->___clearOnFirstUse = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:157>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_50;
L_50 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
(&V_5)->___clearColor = L_50;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:158>
(&V_5)->___discardOnLastUse = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:160>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_51 = ___0_renderGraph;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_52 = __this->___m_XRMotionVectorColor;
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_53 = V_2;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_54 = V_4;
NullCheck(L_51);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_55;
L_55 = RenderGraph_ImportTexture_m67F8202712A6F45704230E466B863350E4343A3B(L_51, L_52, L_53, L_54, NULL);
__this->___xrMotionVectorColor = L_55;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:161>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_56 = ___0_renderGraph;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_57 = __this->___m_XRMotionVectorDepth;
RenderTargetInfo_tE4102A5736DF137E6520D13766B89F0EECEE8DEA L_58 = V_3;
ImportResourceParams_t01ED7986416DDD1E406B0EA9B0D0119FD5E2A616 L_59 = V_5;
NullCheck(L_56);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_60;
L_60 = RenderGraph_ImportTexture_m67F8202712A6F45704230E466B863350E4343A3B(L_56, L_57, L_58, L_59, NULL);
__this->___xrMotionVectorDepth = L_60;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:163>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_61 = ___1_cameraData;
NullCheck(L_61);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_62;
L_62 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_61, NULL);
NullCheck(L_62);
bool L_63;
L_63 = XRPass_get_spaceWarpRightHandedNDC_m8C81B2C72B0A457828DF46E72EE8832817FC18D0_inline(L_62, NULL);
__this->___m_XRSpaceWarpRightHandedNDC = L_63;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:164>
return;
}
}
// Method Definition Index: 34232
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_Render_mAA1BCA770D026C7835F34FA340EDAFB1CFA0FB09 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_mA6CBA9AAB2A91551157D15651ACB71D02E004599_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_m8A05F67860E6D5712CDB8AB139F9BBECAF50C6D5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass20_0_U3CRenderU3Eb__0_mBDA71D9E475DB475A90C8DAF2863E2215880322B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral409C684F15718CD5128EA481EE08C266015A223C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50665081EBCC0DF97EC88569DC5C23FCF39A9CF6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FB1CFE09771E76265F63F93512EA8C70FD340F4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE28467E010BCD19BC4BF254C6A305687C8FB8C1);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* V_0 = NULL;
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_1 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* L_0 = (U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass20_0__ctor_mB18FB8AF49F111253A4075FE4F405DD6F03369E4(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* L_1 = V_0;
NullCheck(L_1);
L_1->___U3CU3E4__this = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:169>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = ___1_frameData;
NullCheck(L_2);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_3;
L_3 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_2, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:170>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4 = ___1_frameData;
NullCheck(L_4);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5;
L_5 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_4, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:173>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = V_2;
NullCheck(L_6);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_7;
L_7 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_6, NULL);
NullCheck(L_7);
bool L_8;
L_8 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_7, NULL);
if (!L_8)
{
goto IL_0035;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = V_2;
NullCheck(L_9);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_10;
L_10 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_9, NULL);
NullCheck(L_10);
bool L_11;
L_11 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_10, NULL);
if (L_11)
{
goto IL_0040;
}
}
IL_0035:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:175>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral409C684F15718CD5128EA481EE08C266015A223C, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:176>
return;
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:180>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_2;
NullCheck(L_12);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_13;
L_13 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_12, NULL);
NullCheck(L_13);
bool L_14;
L_14 = XRPass_get_hasMotionVectorPass_m1F33C209CC4ACFC8F5413583A15FC90C2CC0A288_inline(L_13, NULL);
if (L_14)
{
goto IL_0058;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:182>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralDE28467E010BCD19BC4BF254C6A305687C8FB8C1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:183>
return;
}
IL_0058:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:187>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_15 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = V_2;
XRDepthMotionPass_ImportXRMotionColorAndDepth_m6090A348BB921405A4C63C2D881AB85B27ADE2E2(__this, L_15, L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:191>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = V_2;
NullCheck(L_17);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_18 = L_17->___camera;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_19 = L_18;
NullCheck(L_19);
int32_t L_20;
L_20 = Camera_get_depthTextureMode_m998CDEBC055FE2A910F3B650585ADE3E2BB141EE(L_19, NULL);
NullCheck(L_19);
Camera_set_depthTextureMode_mE722389E4DF8B3DF7F6100DB142E4DBAF698F6BF(L_19, ((int32_t)((int32_t)L_20|5)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:194>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_21 = ___0_renderGraph;
U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* L_22 = V_0;
NullCheck(L_22);
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** L_23 = (PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975**)(&L_22->___passData);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_24;
L_24 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_21);
RuntimeObject* L_25;
L_25 = RenderGraph_AddRasterRenderPass_TisPassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_m8A05F67860E6D5712CDB8AB139F9BBECAF50C6D5(L_21, _stringLiteral7FB1CFE09771E76265F63F93512EA8C70FD340F4, L_23, L_24, _stringLiteral50665081EBCC0DF97EC88569DC5C23FCF39A9CF6, ((int32_t)194), RenderGraph_AddRasterRenderPass_TisPassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_m8A05F67860E6D5712CDB8AB139F9BBECAF50C6D5_RuntimeMethod_var);
V_3 = L_25;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0113:
{
{
RuntimeObject* L_26 = V_3;
if (!L_26)
{
goto IL_011c;
}
}
{
RuntimeObject* L_27 = V_3;
NullCheck(L_27);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_27);
}
IL_011c:
{
return;
}
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:196>
RuntimeObject* L_28 = V_3;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_29 = V_2;
NullCheck(L_29);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_30;
L_30 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_29, NULL);
NullCheck(L_30);
bool L_31;
L_31 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_30, NULL);
NullCheck(L_28);
InterfaceActionInvoker1< bool >::Invoke(13, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_28, L_31);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:198>
RuntimeObject* L_32 = V_3;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_33 = __this->___xrMotionVectorColor;
NullCheck(L_32);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_32, L_33, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:199>
RuntimeObject* L_34 = V_3;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_35 = __this->___xrMotionVectorDepth;
NullCheck(L_34);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_34, L_35, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:202>
U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* L_36 = V_0;
NullCheck(L_36);
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** L_37 = (PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975**)(&L_36->___passData);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_38 = V_1;
NullCheck(L_38);
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_39 = (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267*)(&L_38->___cullResults);
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_40 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = V_2;
NullCheck(L_41);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_42 = L_41->___camera;
XRDepthMotionPass_InitObjectMotionRendererLists_mFB07B1219AEDA99FCA6334C5861C3271476C0DF6(__this, L_37, L_39, L_40, L_42, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:203>
RuntimeObject* L_43 = V_3;
U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* L_44 = V_0;
NullCheck(L_44);
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_45 = L_44->___passData;
NullCheck(L_45);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_46 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_45->___objMotionRendererList);
NullCheck(L_43);
InterfaceActionInvoker1< RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* >::Invoke(9, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_43, L_46);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:206>
RuntimeObject* L_47 = V_3;
NullCheck(L_47);
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_47, (bool)1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:208>
U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* L_48 = V_0;
NullCheck(L_48);
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975** L_49 = (PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975**)(&L_48->___passData);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_50 = V_2;
XRDepthMotionPass_InitPassData_mDBF1EBDC97E5D825D905EFC7F5E93433E5B2F01E(__this, L_49, L_50, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:210>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:211>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:212>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:213>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:214>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:215>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:216>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:217>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:218>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:219>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:220>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:221>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:222>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:223>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:224>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:225>
RuntimeObject* L_51 = V_3;
U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* L_52 = V_0;
BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A* L_53 = (BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A*)il2cpp_codegen_object_new(BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m9C65BDF9ECCDFB6B0A6EB49491B9DB30FB8101FB(L_53, L_52, (intptr_t)((void*)U3CU3Ec__DisplayClass20_0_U3CRenderU3Eb__0_mBDA71D9E475DB475A90C8DAF2863E2215880322B_RuntimeMethod_var), NULL);
NullCheck(L_51);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t836A2CEAE4F57F49B3651973D8A3CDADE978FA0A* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975_mA6CBA9AAB2A91551157D15651ACB71D02E004599_RuntimeMethod_var, L_51, L_53);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:226>
goto IL_011d;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_011d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:227>
return;
}
}
// Method Definition Index: 34233
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_ResetMotionData_m85FF7507EDF8EFCAA698CC925367855E328E2986 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:232>
V_0 = 0;
goto IL_002a;
}
IL_0004:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:234>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_ViewProjection;
int32_t L_1 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2;
L_2 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:235>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_3 = __this->___m_PreviousViewProjection;
int32_t L_4 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5;
L_5 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:232>
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_002a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:232>
int32_t L_7 = V_0;
if ((((int32_t)L_7) < ((int32_t)2)))
{
goto IL_0004;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:237>
__this->___m_LastFrameIndex = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:238>
return;
}
}
// Method Definition Index: 34234
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_Update_m1371A105D2D0A0B346F61A5E1685550D74F5D034 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD86928468E6F0F8FB4EBCA7CC8DA0ED2F37D948C);
s_Il2CppMethodInitialized = true;
}
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
memset((&V_0), 0, sizeof(V_0));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:246>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_0 = ___0_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_0);
NullCheck(L_1);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2;
L_2 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_1, NULL);
NullCheck(L_2);
bool L_3;
L_3 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_2, NULL);
if (!L_3)
{
goto IL_001c;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_4 = ___0_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_4);
NullCheck(L_5);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_6;
L_6 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_5, NULL);
NullCheck(L_6);
bool L_7;
L_7 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_6, NULL);
if (L_7)
{
goto IL_0027;
}
}
IL_001c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:248>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralD86928468E6F0F8FB4EBCA7CC8DA0ED2F37D948C, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:249>
return;
}
IL_0027:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:252>
int32_t L_8 = __this->___m_LastFrameIndex;
int32_t L_9;
L_9 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
if ((((int32_t)L_8) == ((int32_t)L_9)))
{
goto IL_00c4;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:255>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_10 = ___0_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_10);
NullCheck(L_11);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_12;
L_12 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_11, 0, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_13;
L_13 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_12, (bool)0, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_14 = ___0_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_14);
NullCheck(L_15);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_16;
L_16 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_15, 0, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17;
L_17 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_13, L_16, NULL);
V_0 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:256>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_18 = ___0_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_19 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_18);
NullCheck(L_19);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_20;
L_20 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_19, 1, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_21;
L_21 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_20, (bool)0, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_22 = ___0_cameraData;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_23 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_22);
NullCheck(L_23);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_24;
L_24 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_23, 1, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_25;
L_25 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_21, L_24, NULL);
V_1 = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:257>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_26 = __this->___m_PreviousViewProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_27 = __this->___m_ViewProjection;
NullCheck(L_27);
int32_t L_28 = 0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_29);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:258>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_30 = __this->___m_PreviousViewProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_31 = __this->___m_ViewProjection;
NullCheck(L_31);
int32_t L_32 = 1;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_33 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_33);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:259>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_34 = __this->___m_ViewProjection;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_35 = V_0;
NullCheck(L_34);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_35);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:260>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_36 = __this->___m_ViewProjection;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37 = V_1;
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(1), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_37);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:262>
int32_t L_38;
L_38 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
__this->___m_LastFrameIndex = L_38;
}
IL_00c4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:264>
return;
}
}
// Method Definition Index: 34235
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass_Dispose_m4A52D1E6FF1F5E1347BD643960C446376EB554F1 (XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B2_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B1_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B5_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B4_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:271>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_XRMotionVectorColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
G_B1_0 = L_1;
}
{
goto IL_0011;
}
IL_000c:
{
NullCheck(G_B2_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B2_0, NULL);
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:272>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = __this->___m_XRMotionVectorDepth;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = L_2;
if (L_3)
{
G_B5_0 = L_3;
goto IL_001d;
}
G_B4_0 = L_3;
}
{
goto IL_0022;
}
IL_001d:
{
NullCheck(G_B5_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B5_0, NULL);
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:273>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = __this->___m_XRMotionVectorMaterial;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:274>
return;
}
}
// Method Definition Index: 34236
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRDepthMotionPass__cctor_m1EBF9212A603BCCC7EF7ACF3CA7FF7D437EFEB81 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39BADBB815B7A47F6BCFDAD1505CD85BE06D13A3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8D83E6AD9EAB7B7BFF246181DBD614381CA8826);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:14>
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_0;
memset((&L_0), 0, sizeof(L_0));
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_0), _stringLiteral39BADBB815B7A47F6BCFDAD1505CD85BE06D13A3, NULL);
((XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_StaticFields*)il2cpp_codegen_static_fields_for(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var))->___k_MotionOnlyShaderTagId = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:15>
int32_t L_1;
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB8D83E6AD9EAB7B7BFF246181DBD614381CA8826, NULL);
((XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_StaticFields*)il2cpp_codegen_static_fields_for(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var))->___k_SpaceWarpNDCModifier = L_1;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34237
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m06B978D42144D0A54BB4FFDE8CFDA7B0C78623D9 (PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:45>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___previousViewProjectionStereo = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___previousViewProjectionStereo), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:46>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_1 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___viewProjectionStereo = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___viewProjectionStereo), (void*)L_1);
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: 34238
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_mB18FB8AF49F111253A4075FE4F405DD6F03369E4 (U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34239
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0_U3CRenderU3Eb__0_mBDA71D9E475DB475A90C8DAF2863E2215880322B (U3CU3Ec__DisplayClass20_0_t3A116C8CB965632B8D909AF9C643B53A8D65F590* __this, PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t G_B2_0 = 0;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B2_1 = NULL;
int32_t G_B1_0 = 0;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B1_1 = NULL;
float G_B3_0 = 0.0f;
int32_t G_B3_1 = 0;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_2 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:213>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_2 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___previousViewProjectionNoJitterStereo;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_3 = ___0_data;
NullCheck(L_3);
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_4 = L_3->___previousViewProjectionStereo;
NullCheck(L_1);
RasterCommandBuffer_SetGlobalMatrixArray_m8AFED067E7189FA1F1D301BFD7E1F31AF191EDA1(L_1, L_2, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:214>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_5 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_6 = L_5.___cmd;
int32_t L_7 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___viewProjectionNoJitterStereo;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_8 = ___0_data;
NullCheck(L_8);
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_9 = L_8->___viewProjectionStereo;
NullCheck(L_6);
RasterCommandBuffer_SetGlobalMatrixArray_m8AFED067E7189FA1F1D301BFD7E1F31AF191EDA1(L_6, L_7, L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:218>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_10 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_11 = L_10.___cmd;
il2cpp_codegen_runtime_class_init_inline(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var);
int32_t L_12 = ((XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_StaticFields*)il2cpp_codegen_static_fields_for(XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93_il2cpp_TypeInfo_var))->___k_SpaceWarpNDCModifier;
XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93* L_13 = __this->___U3CU3E4__this;
NullCheck(L_13);
bool L_14 = L_13->___m_XRSpaceWarpRightHandedNDC;
if (L_14)
{
G_B2_0 = L_12;
G_B2_1 = L_11;
goto IL_004b;
}
G_B1_0 = L_12;
G_B1_1 = L_11;
}
{
G_B3_0 = (1.0f);
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0050;
}
IL_004b:
{
G_B3_0 = (-1.0f);
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0050:
{
NullCheck(G_B3_2);
RasterCommandBuffer_SetGlobalFloat_m6735C779D876CE30CE93D637B614C3249D9D55DB(G_B3_2, G_B3_1, G_B3_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:221>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_15 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_16 = L_15.___cmd;
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_17 = __this->___passData;
NullCheck(L_17);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_18 = L_17->___objMotionRendererList;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_19;
L_19 = RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585(L_18, NULL);
NullCheck(L_16);
RasterCommandBuffer_DrawRendererList_m6C50C4A5E4CABE3542317969BC91F552B41A427F(L_16, L_19, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:224>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_20 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_21 = L_20.___cmd;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22;
L_22 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
PassData_t6405CCAEF6BA323B251D72AC99ACFC746B3C1975* L_23 = ___0_data;
NullCheck(L_23);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_24 = L_23->___xrMotionVector;
NullCheck(L_21);
RasterCommandBuffer_DrawProcedural_mD1AEF755322DD077ADA3B3FCBF34F819D1EA5E9C(L_21, L_22, L_24, 0, 0, 3, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XRDepthMotionPass.cs:225>
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: 34240
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XROcclusionMeshPass__ctor_m78592788D415FD93B98130C506FADD21BB7BD0AF (XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* __this, int32_t ___0_evt, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C8DF319EBADDFB9D1E4F99F6F4F1B23A33CC03E);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:20>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:22>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteral8C8DF319EBADDFB9D1E4F99F6F4F1B23A33CC03E, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:23>
int32_t L_1 = ___0_evt;
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(__this, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:24>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_2 = (PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714*)il2cpp_codegen_object_new(PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_il2cpp_TypeInfo_var);
PassData__ctor_m7F3624AFC1D54E5803ED0B622D220D672A6794F7(L_2, NULL);
__this->___m_PassData = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PassData), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:25>
__this->___m_IsActiveTargetBackBuffer = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:26>
return;
}
}
// Method Definition Index: 34241
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XROcclusionMeshPass_ExecutePass_mC2A05844943A97F13963A7D7A444E6E868B816E3 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* ___1_data, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:30>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_0 = ___1_data;
NullCheck(L_0);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_1 = L_0->___xr;
NullCheck(L_1);
bool L_2;
L_2 = XRPass_get_hasValidOcclusionMesh_m2D0E0A44FDDB87C8FE82A3D0996E7282A08FDD2C(L_1, NULL);
if (!L_2)
{
goto IL_003c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:32>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_3 = ___1_data;
NullCheck(L_3);
bool L_4 = L_3->___isActiveTargetBackBuffer;
if (!L_4)
{
goto IL_0027;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:33>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_5 = ___0_cmd;
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_6 = ___1_data;
NullCheck(L_6);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_7 = L_6->___xr;
NullCheck(L_7);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8;
L_8 = XRPass_GetViewport_m1AB79BA272EFF457892F38F0949F948D6E9993D7(L_7, 0, NULL);
NullCheck(L_5);
RasterCommandBuffer_SetViewport_mCC43D00D3A49FF4179249DC0A9C5AF417589C74D(L_5, L_8, NULL);
}
IL_0027:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:35>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_9 = ___1_data;
NullCheck(L_9);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_10 = L_9->___xr;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_11 = ___0_cmd;
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_12 = ___1_data;
NullCheck(L_12);
bool L_13 = L_12->___isActiveTargetBackBuffer;
NullCheck(L_10);
XRPass_RenderOcclusionMesh_m43B4F495CE063AEF14182E6DD92A07FE28BA4A9B(L_10, L_11, (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0), NULL);
}
IL_003c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:37>
return;
}
}
// Method Definition Index: 34242
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XROcclusionMeshPass_Execute_mED5EF2449286A166BADBCC0AE78FE06F5FAD6127 (XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:43>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_0 = __this->___m_PassData;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_1 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_2 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_1->___cameraData);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_3;
L_3 = CameraData_get_xr_m5E9EFE56E6BABFF14ADC71E87D5A19BA7CDDF697(L_2, NULL);
NullCheck(L_0);
L_0->___xr = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_0->___xr), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:44>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_4 = __this->___m_PassData;
bool L_5 = __this->___m_IsActiveTargetBackBuffer;
NullCheck(L_4);
L_4->___isActiveTargetBackBuffer = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:45>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_6 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_7;
L_7 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_6, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_7);
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9;
L_9 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_8, NULL);
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_10 = __this->___m_PassData;
XROcclusionMeshPass_ExecutePass_mC2A05844943A97F13963A7D7A444E6E868B816E3(L_9, L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:46>
return;
}
}
// Method Definition Index: 34243
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XROcclusionMeshPass_Render_mD31F03FB79EE50FAA84CC32E863816D354C73B77 (XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_cameraColorAttachment, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_cameraDepthAttachment, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_mBE88A3D5CF53D794F150A915E64B3655466A9456_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_m5701AD541533AAA4069E203294B452A596A343B0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderU3Eb__6_0_m4F5D73EED2CEF606138E8861E17E42C06E2A2A7F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA9A200D0BECC9DC41985B202909B9581D091833);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_1 = NULL;
RuntimeObject* V_2 = NULL;
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* V_3 = NULL;
bool V_4 = false;
int32_t G_B5_0 = 0;
BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* G_B8_0 = NULL;
RuntimeObject* G_B8_1 = NULL;
BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* G_B7_0 = NULL;
RuntimeObject* G_B7_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:58>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = ___1_frameData;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1;
L_1 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_0, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:59>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = ___1_frameData;
NullCheck(L_2);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_3;
L_3 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_2, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:61>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
String_t* L_5;
L_5 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_6;
L_6 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_4);
RuntimeObject* L_7;
L_7 = RenderGraph_AddRasterRenderPass_TisPassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_m5701AD541533AAA4069E203294B452A596A343B0(L_4, L_5, (&V_3), L_6, _stringLiteralCA9A200D0BECC9DC41985B202909B9581D091833, ((int32_t)61), RenderGraph_AddRasterRenderPass_TisPassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_m5701AD541533AAA4069E203294B452A596A343B0_RuntimeMethod_var);
V_2 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00de:
{
{
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_00e7;
}
}
{
RuntimeObject* L_9 = V_2;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
}
IL_00e7:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:63>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_10 = V_3;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = V_0;
NullCheck(L_11);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_12;
L_12 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_11, NULL);
NullCheck(L_10);
L_10->___xr = L_12;
Il2CppCodeGenWriteBarrier((void**)(&L_10->___xr), (void*)L_12);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:64>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_13 = V_3;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_14 = ___2_cameraColorAttachment;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_15 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_14);
NullCheck(L_13);
L_13->___cameraColorAttachment = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:65>
RuntimeObject* L_16 = V_2;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_17 = ___2_cameraColorAttachment;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_17);
NullCheck(L_16);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_16, L_18, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:66>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_19 = V_3;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_20 = ___3_cameraDepthAttachment;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_21 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_20);
NullCheck(L_19);
L_19->___cameraDepthAttachment = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:67>
RuntimeObject* L_22 = V_2;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_23 = ___3_cameraDepthAttachment;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_24 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_23);
NullCheck(L_22);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_22, L_24, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:69>
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_25 = V_3;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_26 = V_1;
NullCheck(L_26);
bool L_27;
L_27 = UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190(L_26, NULL);
NullCheck(L_25);
L_25->___isActiveTargetBackBuffer = L_27;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:71>
RuntimeObject* L_28 = V_2;
NullCheck(L_28);
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_28, (bool)1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:72>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_29 = V_0;
NullCheck(L_29);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_30;
L_30 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_29, NULL);
NullCheck(L_30);
bool L_31;
L_31 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_30, NULL);
if (!L_31)
{
goto IL_00b7_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:74>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_32 = V_0;
NullCheck(L_32);
XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* L_33;
L_33 = UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0(L_32, NULL);
NullCheck(L_33);
bool L_34;
L_34 = XRPassUniversal_get_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline(L_33, NULL);
if (L_34)
{
goto IL_00a0_1;
}
}
{
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_35 = V_1;
NullCheck(L_35);
bool L_36;
L_36 = UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190(L_35, NULL);
G_B5_0 = ((int32_t)(L_36));
goto IL_00a1_1;
}
IL_00a0_1:
{
G_B5_0 = 1;
}
IL_00a1_1:
{
V_4 = (bool)G_B5_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:75>
RuntimeObject* L_37 = V_2;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_38 = V_0;
NullCheck(L_38);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_39;
L_39 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_38, NULL);
NullCheck(L_39);
bool L_40;
L_40 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_39, NULL);
bool L_41 = V_4;
NullCheck(L_37);
InterfaceActionInvoker1< bool >::Invoke(13, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_37, (bool)((int32_t)((int32_t)L_40&(int32_t)L_41)));
}
IL_00b7_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:78>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:79>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:80>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:81>
RuntimeObject* L_42 = V_2;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* L_43 = ((U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var))->___U3CU3E9__6_0;
BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* L_44 = L_43;
if (L_44)
{
G_B8_0 = L_44;
G_B8_1 = L_42;
goto IL_00d7_1;
}
G_B7_0 = L_44;
G_B7_1 = L_42;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var);
U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345* L_45 = ((U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* L_46 = (BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0*)il2cpp_codegen_object_new(BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m3842BBE1B2A527A960455EFEB71F4EB2178AC815(L_46, L_45, (intptr_t)((void*)U3CU3Ec_U3CRenderU3Eb__6_0_m4F5D73EED2CEF606138E8861E17E42C06E2A2A7F_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* L_47 = L_46;
((U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var))->___U3CU3E9__6_0 = L_47;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var))->___U3CU3E9__6_0), (void*)L_47);
G_B8_0 = L_47;
G_B8_1 = G_B7_1;
}
IL_00d7_1:
{
NullCheck(G_B8_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t5915BE05E5200394A7E27BF74B70D7CF16EBD3C0* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714_mBE88A3D5CF53D794F150A915E64B3655466A9456_RuntimeMethod_var, G_B8_1, G_B8_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:83>
goto IL_00e8;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00e8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:85>
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: 34244
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m7F3624AFC1D54E5803ED0B622D220D672A6794F7 (PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* __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: 34245
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m2532B0AF1C7FB92CED4EB00110DF406FD85535A6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345* L_0 = (U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345*)il2cpp_codegen_object_new(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m26F44821BFF443D8BD34DA30F07CA40D7326ADED(L_0, NULL);
((U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34246
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m26F44821BFF443D8BD34DA30F07CA40D7326ADED (U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34247
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderU3Eb__6_0_m4F5D73EED2CEF606138E8861E17E42C06E2A2A7F (U3CU3Ec_tD25D55CE37AAABB0C2EB6DE0AF0AB6825C935345* __this, PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:80>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
PassData_tF01FA12FA56DF343E0AEFB7D0F4493B1319CA714* L_2 = ___0_data;
XROcclusionMeshPass_ExecutePass_mC2A05844943A97F13963A7D7A444E6E868B816E3(L_1, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/XROcclusionMeshPass.cs:81>
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 PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshal_pinvoke(const PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D& unmarshaled, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_pinvoke& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___blitMaterialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___blitMaterialException, NULL);
}
IL2CPP_EXTERN_C void PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshal_pinvoke_back(const PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_pinvoke& marshaled, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___blitMaterialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___blitMaterialException, NULL);
}
IL2CPP_EXTERN_C void PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshal_pinvoke_cleanup(PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshal_com(const PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D& unmarshaled, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_com& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___blitMaterialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___blitMaterialException, NULL);
}
IL2CPP_EXTERN_C void PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshal_com_back(const PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_com& marshaled, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___blitMaterialException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D____blitMaterial_FieldInfo_var, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___blitMaterialException, NULL);
}
IL2CPP_EXTERN_C void PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshal_com_cleanup(PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_com& marshaled)
{
}
// Method Definition Index: 34248
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D PostProcessParams_Create_mF2D6447F9F7ADA7CD2BA7FB8CFED007F03855E40 (const RuntimeMethod* method)
{
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:31>
(&V_0)->___blitMaterial = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___blitMaterial), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:32>
(&V_0)->___requestColorFormat = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:33>
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D L_0 = V_0;
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 PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshal_pinvoke(const PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9& unmarshaled, PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_pinvoke& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_ColorGradingLutPassException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var, PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ColorGradingLutPassException, NULL);
}
IL2CPP_EXTERN_C void PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshal_pinvoke_back(const PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_pinvoke& marshaled, PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_ColorGradingLutPassException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var, PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ColorGradingLutPassException, NULL);
}
IL2CPP_EXTERN_C void PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshal_pinvoke_cleanup(PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshal_com(const PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9& unmarshaled, PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_com& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_ColorGradingLutPassException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var, PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ColorGradingLutPassException, NULL);
}
IL2CPP_EXTERN_C void PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshal_com_back(const PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_com& marshaled, PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_ColorGradingLutPassException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9____m_ColorGradingLutPass_FieldInfo_var, PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ColorGradingLutPassException, NULL);
}
IL2CPP_EXTERN_C void PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshal_com_cleanup(PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9_marshaled_com& marshaled)
{
}
// Method Definition Index: 34249
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:53>
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_0 = __this->___m_ColorGradingLutPass;
return L_0;
}
}
IL2CPP_EXTERN_C ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* _returnValue;
_returnValue = PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 34250
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4 (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:54>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_0 = __this->___m_PostProcessPass;
return L_0;
}
}
IL2CPP_EXTERN_C PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* _returnValue;
_returnValue = PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 34251
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:55>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_0 = __this->___m_FinalPostProcessPass;
return L_0;
}
}
IL2CPP_EXTERN_C PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* _returnValue;
_returnValue = PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 34252
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_afterPostProcessColor_m73C5609283C6A9B3CCAF96304D0A318CD30A231B (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:56>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_AfterPostProcessColor;
return L_0;
}
}
IL2CPP_EXTERN_C RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_afterPostProcessColor_m73C5609283C6A9B3CCAF96304D0A318CD30A231B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* _returnValue;
_returnValue = PostProcessPasses_get_afterPostProcessColor_m73C5609283C6A9B3CCAF96304D0A318CD30A231B_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 34253
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_colorGradingLut_m109522E238E99C4787B2102E86FAC20D998D6669 (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:57>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_ColorGradingLut;
return L_0;
}
}
IL2CPP_EXTERN_C RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_colorGradingLut_m109522E238E99C4787B2102E86FAC20D998D6669_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* _returnValue;
_returnValue = PostProcessPasses_get_colorGradingLut_m109522E238E99C4787B2102E86FAC20D998D6669_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 34254
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:59>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_0 = __this->___m_CurrentPostProcessData;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C bool PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
bool _returnValue;
_returnValue = PostProcessPasses_get_isCreated_m7834DD59EF7B705AD79A50469F3D690B67D74E5A(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 34255
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses__ctor_m037C1A5C70CF6EBB280576FDAC5BDD5E9AAD44ED (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_rendererPostProcessData, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___1_postProcessParams, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:68>
__this->___m_ColorGradingLutPass = (ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorGradingLutPass), (void*)(ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:69>
__this->___m_PostProcessPass = (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PostProcessPass), (void*)(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:70>
__this->___m_FinalPostProcessPass = (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FinalPostProcessPass), (void*)(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:71>
__this->___m_CurrentPostProcessData = (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentPostProcessData), (void*)(PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:73>
__this->___m_AfterPostProcessColor = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AfterPostProcessColor), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:74>
__this->___m_ColorGradingLut = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorGradingLut), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:76>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_0 = ___0_rendererPostProcessData;
__this->___m_RendererPostProcessData = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RendererPostProcessData), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:77>
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_1 = ___1_postProcessParams;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = L_1->___blitMaterial;
__this->___m_BlitMaterial = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlitMaterial), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:78>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_3 = ___0_rendererPostProcessData;
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_4 = ___1_postProcessParams;
PostProcessPasses_Recreate_m2C4DF51BD0599362C1CD5BB88A6847172899D427(__this, L_3, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:79>
return;
}
}
IL2CPP_EXTERN_C void PostProcessPasses__ctor_m037C1A5C70CF6EBB280576FDAC5BDD5E9AAD44ED_AdjustorThunk (RuntimeObject* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_rendererPostProcessData, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___1_postProcessParams, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
PostProcessPasses__ctor_m037C1A5C70CF6EBB280576FDAC5BDD5E9AAD44ED(_thisAdjusted, ___0_rendererPostProcessData, ___1_postProcessParams, method);
}
// Method Definition Index: 34256
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses_Recreate_m2C4DF51BD0599362C1CD5BB88A6847172899D427 (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___1_ppParams, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* G_B7_0 = NULL;
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* G_B6_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B10_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B9_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B13_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B12_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:88>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_0 = __this->___m_RendererPostProcessData;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:89>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_2 = __this->___m_RendererPostProcessData;
___0_data = L_2;
}
IL_0015:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:91>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_3 = ___0_data;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_4 = __this->___m_CurrentPostProcessData;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0024;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:92>
return;
}
IL_0024:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:94>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_6 = __this->___m_CurrentPostProcessData;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_7)
{
goto IL_0081;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:96>
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_8 = __this->___m_ColorGradingLutPass;
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_9 = L_8;
if (L_9)
{
G_B7_0 = L_9;
goto IL_003e;
}
G_B6_0 = L_9;
}
{
goto IL_0043;
}
IL_003e:
{
NullCheck(G_B7_0);
ColorGradingLutPass_Cleanup_m2392CDEBD0E93E0DEFEAD36E427F1338DDC98A9C(G_B7_0, NULL);
}
IL_0043:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:97>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_10 = __this->___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_11 = L_10;
if (L_11)
{
G_B10_0 = L_11;
goto IL_004f;
}
G_B9_0 = L_11;
}
{
goto IL_0054;
}
IL_004f:
{
NullCheck(G_B10_0);
PostProcessPass_Cleanup_m5D9EAD31E5B3C7AC334E5ABB2A3ED5E5D11CE8EB(G_B10_0, NULL);
}
IL_0054:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:98>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_12 = __this->___m_FinalPostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_13 = L_12;
if (L_13)
{
G_B13_0 = L_13;
goto IL_0060;
}
G_B12_0 = L_13;
}
{
goto IL_0065;
}
IL_0060:
{
NullCheck(G_B13_0);
PostProcessPass_Cleanup_m5D9EAD31E5B3C7AC334E5ABB2A3ED5E5D11CE8EB(G_B13_0, NULL);
}
IL_0065:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:101>
__this->___m_ColorGradingLutPass = (ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorGradingLutPass), (void*)(ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:102>
__this->___m_PostProcessPass = (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PostProcessPass), (void*)(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:103>
__this->___m_FinalPostProcessPass = (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FinalPostProcessPass), (void*)(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:104>
__this->___m_CurrentPostProcessData = (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentPostProcessData), (void*)(PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05*)NULL);
}
IL_0081:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:107>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_14 = ___0_data;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_15)
{
goto IL_00c6;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:109>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_16 = ___0_data;
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_17 = (ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644*)il2cpp_codegen_object_new(ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644_il2cpp_TypeInfo_var);
ColorGradingLutPass__ctor_m88B36C6F15B706B65B52CAEF54318A77F4AE650A(L_17, ((int32_t)150), L_16, NULL);
__this->___m_ColorGradingLutPass = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorGradingLutPass), (void*)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:110>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_18 = ___0_data;
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_19 = ___1_ppParams;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_20 = (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)il2cpp_codegen_object_new(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
PostProcessPass__ctor_mFE22A702C52C5C89E83E25CC211CDB6CBF21826C(L_20, ((int32_t)599), L_18, L_19, NULL);
__this->___m_PostProcessPass = L_20;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PostProcessPass), (void*)L_20);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:111>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_21 = ___0_data;
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_22 = ___1_ppParams;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_23 = (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C*)il2cpp_codegen_object_new(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
PostProcessPass__ctor_mFE22A702C52C5C89E83E25CC211CDB6CBF21826C(L_23, ((int32_t)999), L_21, L_22, NULL);
__this->___m_FinalPostProcessPass = L_23;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FinalPostProcessPass), (void*)L_23);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:112>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_24 = ___0_data;
__this->___m_CurrentPostProcessData = L_24;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentPostProcessData), (void*)L_24);
}
IL_00c6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:114>
return;
}
}
IL2CPP_EXTERN_C void PostProcessPasses_Recreate_m2C4DF51BD0599362C1CD5BB88A6847172899D427_AdjustorThunk (RuntimeObject* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___1_ppParams, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
PostProcessPasses_Recreate_m2C4DF51BD0599362C1CD5BB88A6847172899D427(_thisAdjusted, ___0_data, ___1_ppParams, method);
}
// Method Definition Index: 34257
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses_Dispose_m4221B50B16AD6692410415519FEE1EBE3CCE8D9B (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* G_B2_0 = NULL;
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* G_B1_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B5_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B4_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B8_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B7_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B11_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B10_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B14_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B13_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:119>
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_0 = __this->___m_ColorGradingLutPass;
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
G_B1_0 = L_1;
}
{
goto IL_0011;
}
IL_000c:
{
NullCheck(G_B2_0);
ColorGradingLutPass_Cleanup_m2392CDEBD0E93E0DEFEAD36E427F1338DDC98A9C(G_B2_0, NULL);
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:120>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_2 = __this->___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_3 = L_2;
if (L_3)
{
G_B5_0 = L_3;
goto IL_001d;
}
G_B4_0 = L_3;
}
{
goto IL_0022;
}
IL_001d:
{
NullCheck(G_B5_0);
PostProcessPass_Cleanup_m5D9EAD31E5B3C7AC334E5ABB2A3ED5E5D11CE8EB(G_B5_0, NULL);
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:121>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_4 = __this->___m_FinalPostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_5 = L_4;
if (L_5)
{
G_B8_0 = L_5;
goto IL_002e;
}
G_B7_0 = L_5;
}
{
goto IL_0033;
}
IL_002e:
{
NullCheck(G_B8_0);
PostProcessPass_Cleanup_m5D9EAD31E5B3C7AC334E5ABB2A3ED5E5D11CE8EB(G_B8_0, NULL);
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:122>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = __this->___m_AfterPostProcessColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = L_6;
if (L_7)
{
G_B11_0 = L_7;
goto IL_003f;
}
G_B10_0 = L_7;
}
{
goto IL_0044;
}
IL_003f:
{
NullCheck(G_B11_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B11_0, NULL);
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:123>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = __this->___m_ColorGradingLut;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9 = L_8;
if (L_9)
{
G_B14_0 = L_9;
goto IL_004f;
}
G_B13_0 = L_9;
}
{
return;
}
IL_004f:
{
NullCheck(G_B14_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B14_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:124>
return;
}
}
IL2CPP_EXTERN_C void PostProcessPasses_Dispose_m4221B50B16AD6692410415519FEE1EBE3CCE8D9B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
PostProcessPasses_Dispose_m4221B50B16AD6692410415519FEE1EBE3CCE8D9B(_thisAdjusted, method);
}
// Method Definition Index: 34258
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPasses_ReleaseRenderTargets_m4F7AE0DFF20F9DB0CAC22227D5D934A5C9299F4F (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B2_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B1_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B5_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B4_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B8_0 = NULL;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B7_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B11_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B10_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:128>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_AfterPostProcessColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
G_B1_0 = L_1;
}
{
goto IL_0011;
}
IL_000c:
{
NullCheck(G_B2_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B2_0, NULL);
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:129>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_2 = __this->___m_PostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_3 = L_2;
if (L_3)
{
G_B5_0 = L_3;
goto IL_001d;
}
G_B4_0 = L_3;
}
{
goto IL_0022;
}
IL_001d:
{
NullCheck(G_B5_0);
PostProcessPass_Dispose_m2026FC2BEEE3A150A63BBA81F731FC2BE8676EFD(G_B5_0, NULL);
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:130>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_4 = __this->___m_FinalPostProcessPass;
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_5 = L_4;
if (L_5)
{
G_B8_0 = L_5;
goto IL_002e;
}
G_B7_0 = L_5;
}
{
goto IL_0033;
}
IL_002e:
{
NullCheck(G_B8_0);
PostProcessPass_Dispose_m2026FC2BEEE3A150A63BBA81F731FC2BE8676EFD(G_B8_0, NULL);
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:131>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = __this->___m_ColorGradingLut;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = L_6;
if (L_7)
{
G_B11_0 = L_7;
goto IL_003e;
}
G_B10_0 = L_7;
}
{
return;
}
IL_003e:
{
NullCheck(G_B11_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B11_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:132>
return;
}
}
IL2CPP_EXTERN_C void PostProcessPasses_ReleaseRenderTargets_m4F7AE0DFF20F9DB0CAC22227D5D934A5C9299F4F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9*>(__this + _offset);
PostProcessPasses_ReleaseRenderTargets_m4F7AE0DFF20F9DB0CAC22227D5D934A5C9299F4F(_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
// Method Definition Index: 34259
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessUtils_ConfigureDithering_mAFF083297C7E814FBE7E2136B5E0A1FB0F22FD88 (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, int32_t ___1_index, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_camera, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:21>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_0 = ___0_data;
int32_t L_1 = ___1_index;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___2_camera;
NullCheck(L_2);
int32_t L_3;
L_3 = Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D(L_2, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = ___2_camera;
NullCheck(L_4);
int32_t L_5;
L_5 = Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59(L_4, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = ___3_material;
int32_t L_7;
L_7 = PostProcessUtils_ConfigureDithering_m4EDD6C3D556383E75451522FF1E51E3B47DACD9C(L_0, L_1, L_3, L_5, L_6, NULL);
return L_7;
}
}
// Method Definition Index: 34260
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessUtils_ConfigureDithering_m4EDD6C3D556383E75451522FF1E51E3B47DACD9C (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, int32_t ___1_index, int32_t ___2_cameraPixelWidth, int32_t ___3_cameraPixelHeight, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* V_0 = NULL;
float V_1 = 0.0f;
float V_2 = 0.0f;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_3 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:35>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_0 = ___0_data;
NullCheck(L_0);
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* L_1 = L_0->___textures;
NullCheck(L_1);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_2 = L_1->___blueNoise16LTex;
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:37>
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_3 = V_0;
if (!L_3)
{
goto IL_0013;
}
}
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_4 = V_0;
NullCheck(L_4);
if ((((RuntimeArray*)L_4)->max_length))
{
goto IL_0015;
}
}
IL_0013:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:38>
return 0;
}
IL_0015:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:45>
int32_t L_5 = ___1_index;
int32_t L_6 = ((int32_t)il2cpp_codegen_add(L_5, 1));
___1_index = L_6;
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_7 = V_0;
NullCheck(L_7);
if ((((int32_t)L_6) < ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))
{
goto IL_0023;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:46>
___1_index = 0;
}
IL_0023:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:48>
State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 L_8;
L_8 = Random_get_state_m84FD78A44C27EA34F1CD9833545DAB9B541B98AA(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:49>
int32_t L_9;
L_9 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
Random_InitState_mE70961834F42FFEEB06CB9C68175354E0C255664(L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:50>
float L_10;
L_10 = Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B(NULL);
V_1 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:51>
float L_11;
L_11 = Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B(NULL);
V_2 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:52>
Random_set_state_m335B3E4E30A9A85E8794BC0A84013F1F365BA179(L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:57>
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_12 = V_0;
int32_t L_13 = ___1_index;
NullCheck(L_12);
int32_t L_14 = L_13;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_3 = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:59>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_16 = ___4_material;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var);
int32_t L_17 = ((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____BlueNoise_Texture;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_18 = V_3;
NullCheck(L_16);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_16, L_17, L_18, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:60>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:61>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:62>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:63>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:64>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:65>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19 = ___4_material;
int32_t L_20 = ((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____Dithering_Params;
int32_t L_21 = ___2_cameraPixelWidth;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_22 = V_3;
NullCheck(L_22);
int32_t L_23;
L_23 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_22);
int32_t L_24 = ___3_cameraPixelHeight;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_25 = V_3;
NullCheck(L_25);
int32_t L_26;
L_26 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_25);
float L_27 = V_1;
float L_28 = V_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_29;
memset((&L_29), 0, sizeof(L_29));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_29), ((float)(((float)L_21)/((float)L_23))), ((float)(((float)L_24)/((float)L_26))), L_27, L_28, NULL);
NullCheck(L_19);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_19, L_20, L_29, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:67>
int32_t L_30 = ___1_index;
return L_30;
}
}
// Method Definition Index: 34261
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_ConfigureFilmGrain_mA50C66DF378196739487F7BA8BB67D0CAA00525C (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* ___1_settings, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_camera, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___3_material, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:80>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_0 = ___0_data;
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_1 = ___1_settings;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___2_camera;
NullCheck(L_2);
int32_t L_3;
L_3 = Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D(L_2, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = ___2_camera;
NullCheck(L_4);
int32_t L_5;
L_5 = Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59(L_4, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = ___3_material;
PostProcessUtils_ConfigureFilmGrain_m9AFEDA4B679AB1D1D47F8EC440BADA369715A85B(L_0, L_1, L_3, L_5, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:81>
return;
}
}
// Method Definition Index: 34262
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_ConfigureFilmGrain_m9AFEDA4B679AB1D1D47F8EC440BADA369715A85B (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* ___1_settings, int32_t ___2_cameraPixelWidth, int32_t ___3_cameraPixelHeight, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_0 = NULL;
float V_1 = 0.0f;
float V_2 = 0.0f;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 G_B5_0;
memset((&G_B5_0), 0, sizeof(G_B5_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:93>
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_0 = ___1_settings;
NullCheck(L_0);
NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478* L_1 = L_0->___texture;
NullCheck(L_1);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2;
L_2 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_1);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:95>
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_3 = ___1_settings;
NullCheck(L_3);
FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* L_4 = L_3->___type;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_4);
if ((((int32_t)L_5) == ((int32_t)((int32_t)10))))
{
goto IL_0033;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:96>
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_6 = ___0_data;
NullCheck(L_6);
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* L_7 = L_6->___textures;
NullCheck(L_7);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_8 = L_7->___filmGrainTex;
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_9 = ___1_settings;
NullCheck(L_9);
FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* L_10 = L_9->___type;
NullCheck(L_10);
int32_t L_11;
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_10);
NullCheck(L_8);
int32_t L_12 = L_11;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_13 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
V_0 = L_13;
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:102>
State_tA37EB68FE687D41D4B228462D4C7427FAC5BF9C1 L_14;
L_14 = Random_get_state_m84FD78A44C27EA34F1CD9833545DAB9B541B98AA(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:103>
int32_t L_15;
L_15 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
Random_InitState_mE70961834F42FFEEB06CB9C68175354E0C255664(L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:104>
float L_16;
L_16 = Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B(NULL);
V_1 = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:105>
float L_17;
L_17 = Random_get_value_m2CEA87FADF5222EF9E13D32695F15E2BA282E24B(NULL);
V_2 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:106>
Random_set_state_m335B3E4E30A9A85E8794BC0A84013F1F365BA179(L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:109>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:110>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:111>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_18 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_19;
L_19 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_18, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_19)
{
goto IL_0079;
}
}
{
int32_t L_20 = ___2_cameraPixelWidth;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_21 = V_0;
NullCheck(L_21);
int32_t L_22;
L_22 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_21);
int32_t L_23 = ___3_cameraPixelHeight;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24 = V_0;
NullCheck(L_24);
int32_t L_25;
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_24);
float L_26 = V_1;
float L_27 = V_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_28;
memset((&L_28), 0, sizeof(L_28));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_28), ((float)(((float)L_20)/((float)L_22))), ((float)(((float)L_23)/((float)L_25))), L_26, L_27, NULL);
G_B5_0 = L_28;
goto IL_007e;
}
IL_0079:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_29;
L_29 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
G_B5_0 = L_29;
}
IL_007e:
{
V_3 = G_B5_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:113>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_30 = ___4_material;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var);
int32_t L_31 = ((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____Grain_Texture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_32 = V_0;
NullCheck(L_30);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_30, L_31, L_32, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:114>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_33 = ___4_material;
int32_t L_34 = ((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____Grain_Params;
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_35 = ___1_settings;
NullCheck(L_35);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_36 = L_35->___intensity;
NullCheck(L_36);
float L_37;
L_37 = VirtualFuncInvoker0< float >::Invoke(14, L_36);
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_38 = ___1_settings;
NullCheck(L_38);
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_39 = L_38->___response;
NullCheck(L_39);
float L_40;
L_40 = VirtualFuncInvoker0< float >::Invoke(14, L_39);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
memset((&L_41), 0, sizeof(L_41));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_41), ((float)il2cpp_codegen_multiply(L_37, (4.0f))), L_40, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_42;
L_42 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_41, NULL);
NullCheck(L_33);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_33, L_34, L_42, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:115>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_43 = ___4_material;
int32_t L_44 = ((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____Grain_TilingParams;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_45 = V_3;
NullCheck(L_43);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_43, L_44, L_45, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:116>
return;
}
}
// Method Definition Index: 34263
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_SetSourceSize_m5188E13BABE534DB6AE849A3EC8683632EB62BA2 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:120>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___1_source;
NullCheck(L_0);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1;
L_1 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_1);
V_0 = ((float)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:121>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = ___1_source;
NullCheck(L_3);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_4;
L_4 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_3, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_4);
V_1 = ((float)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:122>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = ___1_source;
NullCheck(L_6);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_7;
L_7 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_6, NULL);
NullCheck(L_7);
bool L_8;
L_8 = RenderTexture_get_useDynamicScale_mF997E27A3460FE45806D2CFE48858379B30AF6B2(L_7, NULL);
if (!L_8)
{
goto IL_0060;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:125>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9 = ___1_source;
NullCheck(L_9);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10;
L_10 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_9, NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = RenderTexture_get_vrUsage_mBAA76D7342447C9E902954376BF14C0E07628524(L_10, NULL);
if (!L_11)
{
goto IL_0050;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:127>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12 = ___1_source;
NullCheck(L_12);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13;
L_13 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
int32_t L_14;
L_14 = XRSystem_ScaleTextureWidthForXR_m4FD1D18C9D8F56CE062CBCBD640218EBDD807AAF(L_13, NULL);
V_0 = ((float)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:128>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = ___1_source;
NullCheck(L_15);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_16;
L_16 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_15, NULL);
int32_t L_17;
L_17 = XRSystem_ScaleTextureHeightForXR_m236D664637BFAD58C3EE933ADC6CEDFF7984D751(L_16, NULL);
V_1 = ((float)L_17);
goto IL_0060;
}
IL_0050:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:133>
float L_18 = V_0;
float L_19;
L_19 = ScalableBufferManager_get_widthScaleFactor_m544DB29370FFD51C8E445BA407B0199116F79EAC(NULL);
V_0 = ((float)il2cpp_codegen_multiply(L_18, L_19));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:134>
float L_20 = V_1;
float L_21;
L_21 = ScalableBufferManager_get_heightScaleFactor_mD47126B1D94893B4DC53B57D7678631A058A264B(NULL);
V_1 = ((float)il2cpp_codegen_multiply(L_20, L_21));
}
IL_0060:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:137>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_22 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var);
int32_t L_23 = ((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____SourceSize;
float L_24 = V_0;
float L_25 = V_1;
float L_26 = V_0;
float L_27 = V_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_28;
memset((&L_28), 0, sizeof(L_28));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_28), L_24, L_25, ((float)((1.0f)/L_26)), ((float)((1.0f)/L_27)), NULL);
NullCheck(L_22);
RasterCommandBuffer_SetGlobalVector_mB54A698709E920A961D8601DC5B2452B4866C68E(L_22, L_23, L_28, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:138>
return;
}
}
// Method Definition Index: 34264
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:142>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1;
L_1 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_0, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = ___1_source;
PostProcessUtils_SetSourceSize_m5188E13BABE534DB6AE849A3EC8683632EB62BA2(L_1, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:143>
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: 34265
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderConstants__cctor_m71A53FEC4AB0B8260DC2A0CF4EEBF1CE47E3B42F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00F7F48A706CC847EAD8424D8C1DF8A02B7C4FE4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FCF0E139133F0DDF478955F270C04BEB6603608);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral705E45A32DA1DDF61998467D74F91CF2D32D0D3C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral753E0AB79D2F5928CFBF78F6E1394CF452AF8DE5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A3827112ECFDABFCB5295D1234E0143FB2BEC23);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9EDB6B7EBF2B99CDDE984606E633E2D9B2368AB);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:148>
int32_t L_0;
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3FCF0E139133F0DDF478955F270C04BEB6603608, NULL);
((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____Grain_Texture = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:149>
int32_t L_1;
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral8A3827112ECFDABFCB5295D1234E0143FB2BEC23, NULL);
((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____Grain_Params = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:150>
int32_t L_2;
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC9EDB6B7EBF2B99CDDE984606E633E2D9B2368AB, NULL);
((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____Grain_TilingParams = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:152>
int32_t L_3;
L_3 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral705E45A32DA1DDF61998467D74F91CF2D32D0D3C, NULL);
((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____BlueNoise_Texture = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:153>
int32_t L_4;
L_4 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral753E0AB79D2F5928CFBF78F6E1394CF452AF8DE5, NULL);
((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____Dithering_Params = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessUtils.cs:155>
int32_t L_5;
L_5 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral00F7F48A706CC847EAD8424D8C1DF8A02B7C4FE4, NULL);
((ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t13A0B4F83C7BE45B4A78EA8466BE7B32A2C67331_il2cpp_TypeInfo_var))->____SourceSize = L_5;
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 ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshal_pinvoke(const ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D& unmarshaled, ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_pinvoke& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_AtlasTexture0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var, ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_AtlasTexture0Exception, NULL);
}
IL2CPP_EXTERN_C void ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshal_pinvoke_back(const ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_pinvoke& marshaled, ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_AtlasTexture0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var, ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_AtlasTexture0Exception, NULL);
}
IL2CPP_EXTERN_C void ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshal_pinvoke_cleanup(ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshal_com(const ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D& unmarshaled, ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_com& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_AtlasTexture0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var, ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_AtlasTexture0Exception, NULL);
}
IL2CPP_EXTERN_C void ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshal_com_back(const ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_com& marshaled, ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_AtlasTexture0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D____m_AtlasTexture0_FieldInfo_var, ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_AtlasTexture0Exception, NULL);
}
IL2CPP_EXTERN_C void ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshal_com_cleanup(ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D_marshaled_com& marshaled)
{
}
// Method Definition Index: 34266
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877 (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:54>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_AtlasTexture0;
return L_0;
}
}
IL2CPP_EXTERN_C RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D*>(__this + _offset);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* _returnValue;
_returnValue = ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 34267
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ReflectionProbeManager_get_atlasRTHandle_m6658A09E558C4B7FCF8451D4CA59F0189FCE1011 (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:55>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_AtlasTexture0Handle;
return L_0;
}
}
IL2CPP_EXTERN_C RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ReflectionProbeManager_get_atlasRTHandle_m6658A09E558C4B7FCF8451D4CA59F0189FCE1011_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D*>(__this + _offset);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* _returnValue;
_returnValue = ReflectionProbeManager_get_atlasRTHandle_m6658A09E558C4B7FCF8451D4CA59F0189FCE1011_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 34268
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D ReflectionProbeManager_Create_mEB8DC87D081FFBAF79CDFFA5E88FBDF37E5A31C4 (const RuntimeMethod* method)
{
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:59>
il2cpp_codegen_initobj((&V_0), sizeof(ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:60>
ReflectionProbeManager_Init_m908A6F6482A5C24489A25C8D5FF4E91A8C0E163C((&V_0), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:61>
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D L_0 = V_0;
return L_0;
}
}
// Method Definition Index: 34269
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbeManager_Init_m908A6F6482A5C24489A25C8D5FF4E91A8C0E163C (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mAC6ACB92E983D6538AD4554F7BF809B6C0AC4D89_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mAF56F61CBD9F77BAFCE5E2591712018424E7DB22_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99C2A5BA2D859D6C60C21BC36476BBE435CD36C);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_2;
memset((&V_2), 0, sizeof(V_2));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:66>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UniversalRenderPipeline_get_maxVisibleReflectionProbes_mF085C7609B126D71540B17CE1CE72B6618256C8E(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:69>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Implicit_m8CFB0C58F0EE9CF236FC42E64F57838140AF7D46_inline(1, NULL);
__this->___m_Resolution = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:70>
V_1 = ((int32_t)74);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:71>
int32_t L_2 = V_1;
bool L_3;
L_3 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(L_2, ((int32_t)16), NULL);
if (L_3)
{
goto IL_0022;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:71>
V_1 = ((int32_t)48);
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:72>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:73>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:74>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:75>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:76>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:77>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:78>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:79>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:80>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:81>
il2cpp_codegen_initobj((&V_2), sizeof(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46));
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_4 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)(&__this->___m_Resolution);
int32_t L_5 = L_4->___x;
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline((&V_2), L_5, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_6 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)(&__this->___m_Resolution);
int32_t L_7 = L_6->___y;
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline((&V_2), L_7, NULL);
RenderTextureDescriptor_set_volumeDepth_mEF9610D1C14182417A01B7243DEE6B559A13B34D_inline((&V_2), 1, NULL);
RenderTextureDescriptor_set_dimension_mCE9A4A08454BB2D9DFE3E505EC336FD480078F39_inline((&V_2), 2, NULL);
int32_t L_8 = V_1;
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_2), L_8, NULL);
RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539((&V_2), (bool)0, NULL);
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_2), 1, NULL);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_9 = V_2;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_10 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var);
RenderTexture__ctor_m1CBDB7F13C2CE49A31EE654081F01C4F874EA5E3(L_10, L_9, NULL);
__this->___m_AtlasTexture0 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTexture0), (void*)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:82>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_11 = __this->___m_AtlasTexture0;
NullCheck(L_11);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_11, _stringLiteralD99C2A5BA2D859D6C60C21BC36476BBE435CD36C, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:83>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_12 = __this->___m_AtlasTexture0;
NullCheck(L_12);
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_12, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:84>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_13 = __this->___m_AtlasTexture0;
NullCheck(L_13);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_13, ((int32_t)61), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:85>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_14 = __this->___m_AtlasTexture0;
NullCheck(L_14);
bool L_15;
L_15 = RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2(L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:86>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_16 = __this->___m_AtlasTexture0;
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17;
L_17 = RTHandles_Alloc_m47300A299DB65AE79F29D564BD65769486F02160(L_16, (bool)1, NULL);
__this->___m_AtlasTexture0Handle = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTexture0Handle), (void*)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:88>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_18 = __this->___m_AtlasTexture0;
NullCheck(L_18);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_19;
L_19 = RenderTexture_get_descriptor_m2FABD5CF6CCF410D1311FCBC7C9D9ECDEE9C7CC2(L_18, NULL);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_20 = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)il2cpp_codegen_object_new(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var);
RenderTexture__ctor_m1CBDB7F13C2CE49A31EE654081F01C4F874EA5E3(L_20, L_19, NULL);
__this->___m_AtlasTexture1 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTexture1), (void*)L_20);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:89>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_21 = __this->___m_AtlasTexture1;
NullCheck(L_21);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_21, _stringLiteralD99C2A5BA2D859D6C60C21BC36476BBE435CD36C, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:90>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_22 = __this->___m_AtlasTexture1;
NullCheck(L_22);
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_22, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:91>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_23 = __this->___m_AtlasTexture1;
NullCheck(L_23);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_23, ((int32_t)61), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:95>
int32_t L_24;
L_24 = SystemInfo_get_maxTextureSize_mEE557C09643222591C6F4D3F561D7A60CD403991(NULL);
int32_t L_25;
L_25 = math_floorlog2_m27DF7DB26915A7FE16A4A72ACDA15795BF95562E_inline(L_24, NULL);
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB L_26;
memset((&L_26), 0, sizeof(L_26));
BuddyAllocator__ctor_m895DAA3DC7AC0408F7AFC21C2756B56E6A112453((&L_26), ((int32_t)il2cpp_codegen_subtract(L_25, 2)), 2, 4, NULL);
__this->___m_AtlasAllocator = L_26;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:96>
int32_t L_27 = V_0;
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* L_28 = (Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806*)il2cpp_codegen_object_new(Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mAC6ACB92E983D6538AD4554F7BF809B6C0AC4D89(L_28, L_27, Dictionary_2__ctor_mAC6ACB92E983D6538AD4554F7BF809B6C0AC4D89_RuntimeMethod_var);
__this->___m_Cache = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Cache), (void*)L_28);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:97>
int32_t L_29 = V_0;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_30 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mAF56F61CBD9F77BAFCE5E2591712018424E7DB22(L_30, L_29, Dictionary_2__ctor_mAF56F61CBD9F77BAFCE5E2591712018424E7DB22_RuntimeMethod_var);
__this->___m_WarningCache = L_30;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_WarningCache), (void*)L_30);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:98>
int32_t L_31 = V_0;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_32 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98(L_32, L_31, List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98_RuntimeMethod_var);
__this->___m_NeedsUpdate = L_32;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NeedsUpdate), (void*)L_32);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:99>
int32_t L_33 = V_0;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_34 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98(L_34, L_33, List_1__ctor_m30DD6F0F8DFBA9856BF7220A3CDB1C89ECEC0D98_RuntimeMethod_var);
__this->___m_NeedsRemove = L_34;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_NeedsRemove), (void*)L_34);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:101>
int32_t L_35 = V_0;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_36 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)L_35);
__this->___m_BoxMax = L_36;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BoxMax), (void*)L_36);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:102>
int32_t L_37 = V_0;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_38 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)L_37);
__this->___m_BoxMin = L_38;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BoxMin), (void*)L_38);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:103>
int32_t L_39 = V_0;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_40 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)L_39);
__this->___m_ProbePosition = L_40;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ProbePosition), (void*)L_40);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:104>
int32_t L_41 = V_0;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_42 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_41, 7)));
__this->___m_MipScaleOffset = L_42;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MipScaleOffset), (void*)L_42);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:105>
return;
}
}
IL2CPP_EXTERN_C void ReflectionProbeManager_Init_m908A6F6482A5C24489A25C8D5FF4E91A8C0E163C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D*>(__this + _offset);
ReflectionProbeManager_Init_m908A6F6482A5C24489A25C8D5FF4E91A8C0E163C(_thisAdjusted, method);
}
// Method Definition Index: 34270
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbeManager_UpdateGpuData_m9B902ECB6895041955C30B4C3926FB67706341ED (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mDFD29A18B311D9C2DFCD03AF5E1FD20D0A28B92D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mE1C266F4F6B385185FEFFB31F9A0ED0B23549568_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m6862124076457E217895F9A6113FEA9756F8CCC5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mACE7C17E992B478BE37C9BA42D7F03EA9BA349F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mADEBFB37D1E90C72D84CB1651436A5A16BD224BC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mCD6BB33BC9996D771B2DFB49CFE24357B2D56E2A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m7D7562841F27447424E4790BDD9DF718E3003E20_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF1BC613D7434809EB54EB8B3F03209B1E34C9DBF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB0459D58F0F936F0703D52DBACCB30E2B5D07287_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mB3209CB4B6378CF044D4B4B1DCFB5639555A6029_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mB015E1CCF2A3AB00FD14986BB797F3DDBBC366AF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mF8686FE59226D0603D5B095DC67F76377BBA52B6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_Deconstruct_m698B8CF727E105D2D66F1E20B58C38FF41D5BF14_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_Deconstruct_mDE25BA9EC47143F92B5A273A3BD6A3003F72291D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mEEB980D4B200822F835DDCD39FCAAF36F15FA578_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76B44E1C4BE0AC9D81A04102994BE4A238CBB160);
s_Il2CppMethodInitialized = true;
}
NativeArray_1_t3CC4179AFF43449D3539816D3EE4D2D69B6022E8 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9 V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t V_7 = 0;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 V_8;
memset((&V_8), 0, sizeof(V_8));
KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t V_10 = 0;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t V_12 = 0;
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC V_13;
memset((&V_13), 0, sizeof(V_13));
int32_t V_14 = 0;
Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB V_15;
memset((&V_15), 0, sizeof(V_15));
int32_t V_16 = 0;
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 V_17;
memset((&V_17), 0, sizeof(V_17));
int32_t V_18 = 0;
int32_t V_19 = 0;
int32_t V_20 = 0;
VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B V_21;
memset((&V_21), 0, sizeof(V_21));
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_22 = NULL;
int32_t V_23 = 0;
bool V_24 = false;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 V_25;
memset((&V_25), 0, sizeof(V_25));
int32_t V_26 = 0;
int32_t V_27 = 0;
int32_t V_28 = 0;
int32_t V_29 = 0;
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 V_30;
memset((&V_30), 0, sizeof(V_30));
int4_tBA77D4945786DE82C3A487B33955EA1004996052 V_31;
memset((&V_31), 0, sizeof(V_31));
int32_t V_32 = 0;
int32_t V_33 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_34;
memset((&V_34), 0, sizeof(V_34));
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_35 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_36 = NULL;
int32_t V_37 = 0;
VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B V_38;
memset((&V_38), 0, sizeof(V_38));
int32_t V_39 = 0;
int32_t V_40 = 0;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 V_41;
memset((&V_41), 0, sizeof(V_41));
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_42;
memset((&V_42), 0, sizeof(V_42));
int32_t V_43 = 0;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_44;
memset((&V_44), 0, sizeof(V_44));
int32_t V_45 = 0;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 V_46;
memset((&V_46), 0, sizeof(V_46));
int32_t V_47 = 0;
int32_t V_48 = 0;
int32_t V_49 = 0;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_50;
memset((&V_50), 0, sizeof(V_50));
int32_t V_51 = 0;
int32_t G_B54_0 = 0;
float G_B75_0 = 0.0f;
float G_B75_1 = 0.0f;
float G_B75_2 = 0.0f;
int32_t G_B75_3 = 0;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* G_B75_4 = NULL;
float G_B74_0 = 0.0f;
float G_B74_1 = 0.0f;
float G_B74_2 = 0.0f;
int32_t G_B74_3 = 0;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* G_B74_4 = NULL;
int32_t G_B76_0 = 0;
float G_B76_1 = 0.0f;
float G_B76_2 = 0.0f;
float G_B76_3 = 0.0f;
int32_t G_B76_4 = 0;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* G_B76_5 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:109>
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_0 = ___1_cullResults;
NativeArray_1_t3CC4179AFF43449D3539816D3EE4D2D69B6022E8 L_1;
L_1 = CullingResults_get_visibleReflectionProbes_mA4BB1AA0A4DA51D13789E8B1A684C756685B6EF3(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:110>
int32_t L_2;
L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_0))->___m_Length);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = UniversalRenderPipeline_get_maxVisibleReflectionProbes_mF085C7609B126D71540B17CE1CE72B6618256C8E(NULL);
int32_t L_4;
L_4 = math_min_m02D43DF516544C279AF660EA4731449C82991849_inline(L_2, L_3, NULL);
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:111>
int32_t L_5;
L_5 = Time_get_renderedFrameCount_m65102648E50AC7B110E619C91D1B67DEA53D7DBE(NULL);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:114>
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* L_6 = __this->___m_Cache;
NullCheck(L_6);
Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9 L_7;
L_7 = Dictionary_2_GetEnumerator_mDFD29A18B311D9C2DFCD03AF5E1FD20D0A28B92D(L_6, Dictionary_2_GetEnumerator_mDFD29A18B311D9C2DFCD03AF5E1FD20D0A28B92D_RuntimeMethod_var);
V_6 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00f8:
{
Enumerator_Dispose_m7D7562841F27447424E4790BDD9DF718E3003E20((&V_6), Enumerator_Dispose_m7D7562841F27447424E4790BDD9DF718E3003E20_RuntimeMethod_var);
return;
}
});
try
{
{
goto IL_00ea_1;
}
IL_0031_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:114>
KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A L_8;
L_8 = Enumerator_get_Current_mB015E1CCF2A3AB00FD14986BB797F3DDBBC366AF_inline((&V_6), Enumerator_get_Current_mB015E1CCF2A3AB00FD14986BB797F3DDBBC366AF_RuntimeMethod_var);
V_9 = L_8;
KeyValuePair_2_Deconstruct_m698B8CF727E105D2D66F1E20B58C38FF41D5BF14((&V_9), (&V_10), (&V_11), KeyValuePair_2_Deconstruct_m698B8CF727E105D2D66F1E20B58C38FF41D5BF14_RuntimeMethod_var);
int32_t L_9 = V_10;
V_7 = L_9;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_10 = V_11;
V_8 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:117>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:118>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:119>
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_11 = V_8;
int32_t L_12 = L_11.___lastUsed;
int32_t L_13 = V_2;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_14;
L_14 = il2cpp_codegen_abs(((int32_t)il2cpp_codegen_subtract(L_12, L_13)));
if ((((int32_t)L_14) > ((int32_t)1)))
{
goto IL_0081_1;
}
}
{
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_15 = V_8;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16 = L_15.___texture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_17;
L_17 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_16, NULL);
if (!L_17)
{
goto IL_0081_1;
}
}
{
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_18 = V_8;
int32_t L_19 = L_18.___size;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_20 = V_8;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_21 = L_20.___texture;
NullCheck(L_21);
int32_t L_22;
L_22 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_21);
if ((((int32_t)L_19) == ((int32_t)L_22)))
{
goto IL_00ea_1;
}
}
IL_0081_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:121>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_23 = __this->___m_NeedsRemove;
int32_t L_24 = V_7;
NullCheck(L_23);
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_23, L_24, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:122>
V_12 = 0;
goto IL_00e5_1;
}
IL_0093_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:124>
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015* L_25 = (U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015*)(&(&V_8)->___dataIndices);
int32_t* L_26 = (int32_t*)(&L_25->___FixedElementField);
int32_t L_27 = V_12;
int32_t L_28 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_26, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_27), 4)))));
if ((((int32_t)L_28) == ((int32_t)(-1))))
{
goto IL_00df_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:124>
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* L_29 = (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*)(&__this->___m_AtlasAllocator);
U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7* L_30 = (U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7*)(&(&V_8)->___levels);
int32_t* L_31 = (int32_t*)(&L_30->___FixedElementField);
int32_t L_32 = V_12;
int32_t L_33 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_31, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_32), 4)))));
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015* L_34 = (U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015*)(&(&V_8)->___dataIndices);
int32_t* L_35 = (int32_t*)(&L_34->___FixedElementField);
int32_t L_36 = V_12;
int32_t L_37 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_35, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_36), 4)))));
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 L_38;
memset((&L_38), 0, sizeof(L_38));
BuddyAllocation__ctor_m6592B864DECFE0F217468DAC10FF36F35AF6347F((&L_38), L_33, L_37, NULL);
BuddyAllocator_Free_m6318C9204F1A4CB21D9BF04C0147C0DACF2B0E4F(L_29, L_38, NULL);
}
IL_00df_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:122>
int32_t L_39 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add(L_39, 1));
}
IL_00e5_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:122>
int32_t L_40 = V_12;
if ((((int32_t)L_40) < ((int32_t)7)))
{
goto IL_0093_1;
}
}
IL_00ea_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:114>
bool L_41;
L_41 = Enumerator_MoveNext_mB0459D58F0F936F0703D52DBACCB30E2B5D07287((&V_6), Enumerator_MoveNext_mB0459D58F0F936F0703D52DBACCB30E2B5D07287_RuntimeMethod_var);
if (L_41)
{
goto IL_0031_1;
}
}
{
goto IL_0106;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0106:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:129>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_42 = __this->___m_NeedsRemove;
NullCheck(L_42);
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC L_43;
L_43 = List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD(L_42, List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var);
V_13 = L_43;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0137:
{
Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923((&V_13), Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var);
return;
}
});
try
{
{
goto IL_012c_1;
}
IL_0115_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:129>
int32_t L_44;
L_44 = Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_inline((&V_13), Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var);
V_14 = L_44;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:131>
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* L_45 = __this->___m_Cache;
int32_t L_46 = V_14;
NullCheck(L_45);
bool L_47;
L_47 = Dictionary_2_Remove_mACE7C17E992B478BE37C9BA42D7F03EA9BA349F5(L_45, L_46, Dictionary_2_Remove_mACE7C17E992B478BE37C9BA42D7F03EA9BA349F5_RuntimeMethod_var);
}
IL_012c_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:129>
bool L_48;
L_48 = Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312((&V_13), Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var);
if (L_48)
{
goto IL_0115_1;
}
}
{
goto IL_0145;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0145:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:134>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_49 = __this->___m_NeedsRemove;
NullCheck(L_49);
List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline(L_49, List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:136>
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_50 = __this->___m_WarningCache;
NullCheck(L_50);
Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB L_51;
L_51 = Dictionary_2_GetEnumerator_mE1C266F4F6B385185FEFFB31F9A0ED0B23549568(L_50, Dictionary_2_GetEnumerator_mE1C266F4F6B385185FEFFB31F9A0ED0B23549568_RuntimeMethod_var);
V_15 = L_51;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_019b:
{
Enumerator_Dispose_mF1BC613D7434809EB54EB8B3F03209B1E34C9DBF((&V_15), Enumerator_Dispose_mF1BC613D7434809EB54EB8B3F03209B1E34C9DBF_RuntimeMethod_var);
return;
}
});
try
{
{
goto IL_0190_1;
}
IL_015f_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:136>
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_52;
L_52 = Enumerator_get_Current_mF8686FE59226D0603D5B095DC67F76377BBA52B6_inline((&V_15), Enumerator_get_Current_mF8686FE59226D0603D5B095DC67F76377BBA52B6_RuntimeMethod_var);
V_17 = L_52;
KeyValuePair_2_Deconstruct_mDE25BA9EC47143F92B5A273A3BD6A3003F72291D((&V_17), (&V_10), (&V_18), KeyValuePair_2_Deconstruct_mDE25BA9EC47143F92B5A273A3BD6A3003F72291D_RuntimeMethod_var);
int32_t L_53 = V_10;
V_16 = L_53;
int32_t L_54 = V_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:138>
int32_t L_55 = V_2;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_56;
L_56 = il2cpp_codegen_abs(((int32_t)il2cpp_codegen_subtract(L_54, L_55)));
if ((((int32_t)L_56) <= ((int32_t)1)))
{
goto IL_0190_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:140>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_57 = __this->___m_NeedsRemove;
int32_t L_58 = V_16;
NullCheck(L_57);
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_57, L_58, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
}
IL_0190_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:136>
bool L_59;
L_59 = Enumerator_MoveNext_mB3209CB4B6378CF044D4B4B1DCFB5639555A6029((&V_15), Enumerator_MoveNext_mB3209CB4B6378CF044D4B4B1DCFB5639555A6029_RuntimeMethod_var);
if (L_59)
{
goto IL_015f_1;
}
}
{
goto IL_01a9;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01a9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:144>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_60 = __this->___m_NeedsRemove;
NullCheck(L_60);
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC L_61;
L_61 = List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD(L_60, List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var);
V_13 = L_61;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01da:
{
Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923((&V_13), Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var);
return;
}
});
try
{
{
goto IL_01cf_1;
}
IL_01b8_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:144>
int32_t L_62;
L_62 = Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_inline((&V_13), Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var);
V_19 = L_62;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:146>
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_63 = __this->___m_WarningCache;
int32_t L_64 = V_19;
NullCheck(L_63);
bool L_65;
L_65 = Dictionary_2_Remove_m6862124076457E217895F9A6113FEA9756F8CCC5(L_63, L_64, Dictionary_2_Remove_m6862124076457E217895F9A6113FEA9756F8CCC5_RuntimeMethod_var);
}
IL_01cf_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:144>
bool L_66;
L_66 = Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312((&V_13), Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var);
if (L_66)
{
goto IL_01b8_1;
}
}
{
goto IL_01e8;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01e8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:149>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_67 = __this->___m_NeedsRemove;
NullCheck(L_67);
List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline(L_67, List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:151>
V_3 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:152>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_68;
L_68 = math_int2_m0A9A8113022D7954E7DA5BE5436989C2DF01650D_inline(0, 0, NULL);
V_4 = L_68;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:154>
V_20 = 0;
goto IL_04b6;
}
IL_0206:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:156>
int32_t L_69 = V_20;
VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B L_70;
L_70 = IL2CPP_NATIVEARRAY_GET_ITEM(VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B, ((&V_0))->___m_Buffer, L_69);
V_21 = L_70;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:158>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_71;
L_71 = VisibleReflectionProbe_get_texture_m4F45BFEE436E932BA3103B7281EF7EBE030D8C98((&V_21), NULL);
V_22 = L_71;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:159>
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_72;
L_72 = VisibleReflectionProbe_get_reflectionProbe_mDA806E7A3D9F9F879D79B5B8EAD025C1C671FB99((&V_21), NULL);
NullCheck(L_72);
int32_t L_73;
L_73 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_72, NULL);
V_23 = L_73;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:160>
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* L_74 = __this->___m_Cache;
int32_t L_75 = V_23;
NullCheck(L_74);
bool L_76;
L_76 = Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133(L_74, L_75, (&V_25), Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133_RuntimeMethod_var);
V_24 = L_76;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:162>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_77 = V_22;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_78;
L_78 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_77, NULL);
if (!L_78)
{
goto IL_04b0;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:167>
bool L_79 = V_24;
if (L_79)
{
goto IL_0418;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:169>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_80 = V_22;
NullCheck(L_80);
int32_t L_81;
L_81 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_80);
(&V_25)->___size = L_81;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:170>
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_82 = V_25;
int32_t L_83 = L_82.___size;
int32_t L_84;
L_84 = math_ceillog2_m1F8130D49F06A9A97699F43FDB771782FE1A7930_inline(((int32_t)il2cpp_codegen_multiply(L_83, 4)), NULL);
V_26 = ((int32_t)il2cpp_codegen_add(L_84, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:171>
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* L_85 = (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*)(&__this->___m_AtlasAllocator);
int32_t L_86;
L_86 = BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF(L_85, NULL);
int32_t L_87 = V_26;
V_27 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_86, 2)), L_87));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:172>
int32_t L_88 = V_26;
int32_t L_89;
L_89 = math_min_m02D43DF516544C279AF660EA4731449C82991849_inline(L_88, 7, NULL);
(&V_25)->___mipCount = L_89;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:173>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_90 = V_22;
(&V_25)->___texture = L_90;
Il2CppCodeGenWriteBarrier((void**)(&(&V_25)->___texture), (void*)L_90);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:175>
V_28 = 0;
goto IL_034e;
}
IL_029e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:181>
int32_t L_91 = V_27;
int32_t L_92 = V_28;
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* L_93 = (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*)(&__this->___m_AtlasAllocator);
int32_t L_94;
L_94 = BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF(L_93, NULL);
int32_t L_95;
L_95 = math_min_m02D43DF516544C279AF660EA4731449C82991849_inline(((int32_t)il2cpp_codegen_add(L_91, L_92)), ((int32_t)il2cpp_codegen_subtract(L_94, 1)), NULL);
V_29 = L_95;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:182>
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* L_96 = (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*)(&__this->___m_AtlasAllocator);
int32_t L_97 = V_29;
bool L_98;
L_98 = BuddyAllocator_TryAllocate_m015224E46E8A5697FFD813852508C8713D1AACB5(L_96, L_97, (&V_30), NULL);
if (!L_98)
{
goto IL_035c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:184>
U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7* L_99 = (U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7*)(&(&V_25)->___levels);
int32_t* L_100 = (int32_t*)(&L_99->___FixedElementField);
int32_t L_101 = V_28;
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 L_102 = V_30;
int32_t L_103 = L_102.___level;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_100, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_101), 4))))) = (int32_t)L_103;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:185>
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015* L_104 = (U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015*)(&(&V_25)->___dataIndices);
int32_t* L_105 = (int32_t*)(&L_104->___FixedElementField);
int32_t L_106 = V_28;
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 L_107 = V_30;
int32_t L_108 = L_107.___index;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_105, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_106), 4))))) = (int32_t)L_108;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:186>
int32_t L_109 = V_29;
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 L_110 = V_30;
int32_t L_111 = L_110.___index;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_112;
L_112 = ReflectionProbeManager_GetScaleOffset_mA40251584173221D0F932B183A6687A15A46D4DB(__this, L_109, L_111, (bool)1, (bool)0, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_113 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)(&__this->___m_Resolution);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_114;
L_114 = int2_get_xyxy_mAD2CD0BE7639D713E52DAE9D6EE7534DF1B6E71A_inline(L_113, NULL);
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_115;
L_115 = float4_op_Implicit_mA889A779BA63B2654EEEF1F5CE2407DAA0E33142_inline(L_114, NULL);
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_116;
L_116 = float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline(L_112, L_115, NULL);
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_117;
L_117 = int4_op_Explicit_mCBE5AD9158BC21B2E93CFB154927523284100E6A_inline(L_116, NULL);
V_31 = L_117;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:187>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_118 = V_4;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_119;
L_119 = int4_get_zw_mE8F9C45028C9B218050B7DBDF61063B60F62349D_inline((&V_31), NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_120;
L_120 = int4_get_xy_m9402873A61D837606A752C019B7AB157EA4FC6C9_inline((&V_31), NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_121;
L_121 = int2_op_Addition_mB8210BD1CFEF218431BCFB14816FA467B196BCB7_inline(L_119, L_120, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_122;
L_122 = math_max_m11CA4E4999B4F371CB5189F06CAD3FD0E852B2B4_inline(L_118, L_121, NULL);
V_4 = L_122;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:176>
int32_t L_123 = V_28;
V_28 = ((int32_t)il2cpp_codegen_add(L_123, 1));
}
IL_034e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:176>
int32_t L_124 = V_28;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_125 = V_25;
int32_t L_126 = L_125.___mipCount;
if ((((int32_t)L_124) < ((int32_t)L_126)))
{
goto IL_029e;
}
}
IL_035c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:191>
int32_t L_127 = V_28;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_128 = V_25;
int32_t L_129 = L_128.___mipCount;
if ((((int32_t)L_127) >= ((int32_t)L_129)))
{
goto IL_0413;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:193>
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_130 = __this->___m_WarningCache;
int32_t L_131 = V_23;
NullCheck(L_130);
bool L_132;
L_132 = Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9(L_130, L_131, Dictionary_2_ContainsKey_m050AC0D9D6F681C25C12FBBC7DD71F926D206ED9_RuntimeMethod_var);
if (L_132)
{
goto IL_037b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:193>
V_3 = (bool)1;
}
IL_037b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:194>
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_133 = __this->___m_WarningCache;
int32_t L_134 = V_23;
int32_t L_135 = V_2;
NullCheck(L_133);
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_133, L_134, L_135, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:195>
V_32 = 0;
goto IL_03ca;
}
IL_038e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:195>
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* L_136 = (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*)(&__this->___m_AtlasAllocator);
U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7* L_137 = (U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7*)(&(&V_25)->___levels);
int32_t* L_138 = (int32_t*)(&L_137->___FixedElementField);
int32_t L_139 = V_32;
int32_t L_140 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_138, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_139), 4)))));
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015* L_141 = (U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015*)(&(&V_25)->___dataIndices);
int32_t* L_142 = (int32_t*)(&L_141->___FixedElementField);
int32_t L_143 = V_32;
int32_t L_144 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_142, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_143), 4)))));
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 L_145;
memset((&L_145), 0, sizeof(L_145));
BuddyAllocation__ctor_m6592B864DECFE0F217468DAC10FF36F35AF6347F((&L_145), L_140, L_144, NULL);
BuddyAllocator_Free_m6318C9204F1A4CB21D9BF04C0147C0DACF2B0E4F(L_136, L_145, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:195>
int32_t L_146 = V_32;
V_32 = ((int32_t)il2cpp_codegen_add(L_146, 1));
}
IL_03ca:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:195>
int32_t L_147 = V_32;
int32_t L_148 = V_28;
if ((((int32_t)L_147) < ((int32_t)L_148)))
{
goto IL_038e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:196>
V_33 = 0;
goto IL_03ef;
}
IL_03d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:196>
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015* L_149 = (U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015*)(&(&V_25)->___dataIndices);
int32_t* L_150 = (int32_t*)(&L_149->___FixedElementField);
int32_t L_151 = V_33;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_150, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_151), 4))))) = (int32_t)(-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:196>
int32_t L_152 = V_33;
V_33 = ((int32_t)il2cpp_codegen_add(L_152, 1));
}
IL_03ef:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:196>
int32_t L_153 = V_33;
if ((((int32_t)L_153) < ((int32_t)7)))
{
goto IL_03d5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:197>
goto IL_04b0;
}
IL_03f9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:202>
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015* L_154 = (U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015*)(&(&V_25)->___dataIndices);
int32_t* L_155 = (int32_t*)(&L_154->___FixedElementField);
int32_t L_156 = V_28;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_155, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_156), 4))))) = (int32_t)(-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:200>
int32_t L_157 = V_28;
V_28 = ((int32_t)il2cpp_codegen_add(L_157, 1));
}
IL_0413:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:200>
int32_t L_158 = V_28;
if ((((int32_t)L_158) < ((int32_t)7)))
{
goto IL_03f9;
}
}
IL_0418:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:206>
bool L_159 = V_24;
if (!L_159)
{
goto IL_0431;
}
}
{
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_160 = V_25;
uint32_t L_161 = L_160.___updateCount;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_162 = V_22;
NullCheck(L_162);
uint32_t L_163;
L_163 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_162, NULL);
G_B54_0 = ((((int32_t)((((int32_t)L_161) == ((int32_t)L_163))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0432;
}
IL_0431:
{
G_B54_0 = 1;
}
IL_0432:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:210>
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_164 = V_25;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_165 = L_164.___hdrData;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_166;
L_166 = VisibleReflectionProbe_get_hdrData_m3E8DB1EF0ADDD1F3BC7C3D310FDC55038C4E6F31((&V_21), NULL);
bool L_167;
L_167 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_165, L_166, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:212>
if (!((int32_t)(G_B54_0|(int32_t)L_167)))
{
goto IL_0463;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:214>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_168 = V_22;
NullCheck(L_168);
uint32_t L_169;
L_169 = Texture_get_updateCount_m095B04AC5DECCAB128DC136DC42140F32B7021AD(L_168, NULL);
(&V_25)->___updateCount = L_169;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:218>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_170 = __this->___m_NeedsUpdate;
int32_t L_171 = V_23;
NullCheck(L_170);
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_170, L_171, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
}
IL_0463:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:222>
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_172;
L_172 = VisibleReflectionProbe_get_reflectionProbe_mDA806E7A3D9F9F879D79B5B8EAD025C1C671FB99((&V_21), NULL);
NullCheck(L_172);
int32_t L_173;
L_173 = ReflectionProbe_get_mode_mF3B7702C5EB9ACBED8A54D4859A99F0F6AFAAC21(L_172, NULL);
if ((!(((uint32_t)L_173) == ((uint32_t)1))))
{
goto IL_048b;
}
}
{
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_174;
L_174 = VisibleReflectionProbe_get_reflectionProbe_mDA806E7A3D9F9F879D79B5B8EAD025C1C671FB99((&V_21), NULL);
NullCheck(L_174);
int32_t L_175;
L_175 = ReflectionProbe_get_refreshMode_mB0B278743A4834CFA493C97648061A2A90F40206(L_174, NULL);
if ((!(((uint32_t)L_175) == ((uint32_t)1))))
{
goto IL_048b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:223>
(&V_25)->___lastUsed = (-1);
goto IL_0493;
}
IL_048b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:225>
int32_t L_176 = V_2;
(&V_25)->___lastUsed = L_176;
}
IL_0493:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:227>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_177;
L_177 = VisibleReflectionProbe_get_hdrData_m3E8DB1EF0ADDD1F3BC7C3D310FDC55038C4E6F31((&V_21), NULL);
(&V_25)->___hdrData = L_177;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:228>
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* L_178 = __this->___m_Cache;
int32_t L_179 = V_23;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_180 = V_25;
NullCheck(L_178);
Dictionary_2_set_Item_mCD6BB33BC9996D771B2DFB49CFE24357B2D56E2A(L_178, L_179, L_180, Dictionary_2_set_Item_mCD6BB33BC9996D771B2DFB49CFE24357B2D56E2A_RuntimeMethod_var);
}
IL_04b0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:154>
int32_t L_181 = V_20;
V_20 = ((int32_t)il2cpp_codegen_add(L_181, 1));
}
IL_04b6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:154>
int32_t L_182 = V_20;
int32_t L_183 = V_1;
if ((((int32_t)L_182) < ((int32_t)L_183)))
{
goto IL_0206;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:232>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_184 = __this->___m_Resolution;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_185 = V_4;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_186;
L_186 = int2_op_LessThan_mDA9D38A2DFECDECA7FE2934167CF14DE2A710D13_inline(L_184, L_185, NULL);
bool L_187;
L_187 = math_any_m76E4E0A6EAF4782AB83EC7BE0BB7E2513791C0B0_inline(L_186, NULL);
if (!L_187)
{
goto IL_05ed;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:234>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_188 = __this->___m_Resolution;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_189 = V_4;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_190;
L_190 = math_ceilpow2_m55FA5F42278E2409D11BF05A5A9E3B2A883C82CB_inline(L_189, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_191;
L_191 = math_max_m11CA4E4999B4F371CB5189F06CAD3FD0E852B2B4_inline(L_188, L_190, NULL);
V_4 = L_191;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:235>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_192 = __this->___m_AtlasTexture0;
NullCheck(L_192);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_193;
L_193 = RenderTexture_get_descriptor_m2FABD5CF6CCF410D1311FCBC7C9D9ECDEE9C7CC2(L_192, NULL);
V_34 = L_193;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:236>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_194 = V_4;
int32_t L_195 = L_194.___x;
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline((&V_34), L_195, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:237>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_196 = V_4;
int32_t L_197 = L_196.___y;
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline((&V_34), L_197, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:238>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_198 = __this->___m_AtlasTexture1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_199 = V_4;
int32_t L_200 = L_199.___x;
NullCheck(L_198);
VirtualActionInvoker1< int32_t >::Invoke(6, L_198, L_200);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:239>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_201 = __this->___m_AtlasTexture1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_202 = V_4;
int32_t L_203 = L_202.___y;
NullCheck(L_201);
VirtualActionInvoker1< int32_t >::Invoke(8, L_201, L_203);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:240>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_204 = __this->___m_AtlasTexture1;
NullCheck(L_204);
bool L_205;
L_205 = RenderTexture_Create_mA6E4D3CCC84AC3F68E85AA0D6609E1692C672AD2(L_204, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:242>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_206 = __this->___m_AtlasTexture0;
NullCheck(L_206);
int32_t L_207;
L_207 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_206);
if ((((int32_t)L_207) == ((int32_t)1)))
{
goto IL_05ba;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:244>
int32_t L_208;
L_208 = SystemInfo_get_copyTextureSupport_m35C5E2D749B53757DD6F05492B5D79F364F466C2(NULL);
if (!L_208)
{
goto IL_0588;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:246>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_209 = __this->___m_AtlasTexture0;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_210 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)(&__this->___m_Resolution);
int32_t L_211 = L_210->___x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* L_212 = (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A*)(&__this->___m_Resolution);
int32_t L_213 = L_212->___y;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_214 = __this->___m_AtlasTexture1;
il2cpp_codegen_runtime_class_init_inline(Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
Graphics_CopyTexture_mA6F9298621B0493A08483EF57028B66C93FFCBA8(L_209, 0, 0, 0, 0, L_211, L_213, L_214, 0, 0, 0, 0, NULL);
goto IL_05ba;
}
IL_0588:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:250>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_215 = __this->___m_AtlasTexture0;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_216 = __this->___m_AtlasTexture1;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_217 = __this->___m_Resolution;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_218;
L_218 = float2_op_Implicit_mDCE8EF24B96CB48EEFA3D9C75760ECA01874C735_inline(L_217, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_219 = V_4;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_220;
L_220 = float2_op_Implicit_mDCE8EF24B96CB48EEFA3D9C75760ECA01874C735_inline(L_219, NULL);
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_221;
L_221 = float2_op_Division_mA1BE4D539CEEC02DE7F3C3C35060D3CEF1CBEDDA_inline(L_218, L_220, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_222;
L_222 = float2_op_Implicit_mBB339033BC4FFDA8BC7A41DF06C1FA97F60115D9(L_221, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_223;
L_223 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
il2cpp_codegen_runtime_class_init_inline(Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
Graphics_Blit_mAE476D82DF9AE8AA0C0565B55E34332DFE68C421(L_215, L_216, L_222, L_223, NULL);
}
IL_05ba:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:254>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_224 = __this->___m_AtlasTexture0;
NullCheck(L_224);
RenderTexture_Release_mE7399D6187A0E38945D2913D0FFB41247143AB1E(L_224, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:255>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_225 = __this->___m_AtlasTexture1;
V_35 = L_225;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_226 = __this->___m_AtlasTexture0;
V_36 = L_226;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_227 = V_35;
__this->___m_AtlasTexture0 = L_227;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTexture0), (void*)L_227);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_228 = V_36;
__this->___m_AtlasTexture1 = L_228;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasTexture1), (void*)L_228);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:256>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_229 = V_4;
__this->___m_Resolution = L_229;
}
IL_05ed:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:259>
V_5 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:260>
V_37 = 0;
goto IL_07a0;
}
IL_05f8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:262>
int32_t L_230 = V_37;
VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B L_231;
L_231 = IL2CPP_NATIVEARRAY_GET_ITEM(VisibleReflectionProbe_t8AF1FAD09A36E33F5101B683DB8E99582815EF0B, ((&V_0))->___m_Buffer, L_230);
V_38 = L_231;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:263>
ReflectionProbe_t7CFA63F0340447A0069E66DB261A8A1B79BA8A2D* L_232;
L_232 = VisibleReflectionProbe_get_reflectionProbe_mDA806E7A3D9F9F879D79B5B8EAD025C1C671FB99((&V_38), NULL);
NullCheck(L_232);
int32_t L_233;
L_233 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_232, NULL);
V_39 = L_233;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:264>
int32_t L_234 = V_37;
int32_t L_235 = V_5;
V_40 = ((int32_t)il2cpp_codegen_subtract(L_234, L_235));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:265>
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* L_236 = __this->___m_Cache;
int32_t L_237 = V_39;
NullCheck(L_236);
bool L_238;
L_238 = Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133(L_236, L_237, (&V_41), Dictionary_2_TryGetValue_m0942FF6D3AFEB03DDC0212F7577E357522529133_RuntimeMethod_var);
if (!L_238)
{
goto IL_0637;
}
}
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_239;
L_239 = VisibleReflectionProbe_get_texture_m4F45BFEE436E932BA3103B7281EF7EBE030D8C98((&V_38), NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_240;
L_240 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_239, NULL);
if (L_240)
{
goto IL_0642;
}
}
IL_0637:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:267>
int32_t L_241 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_241, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:268>
goto IL_079a;
}
IL_0642:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:270>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_242 = __this->___m_BoxMax;
int32_t L_243 = V_40;
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_244;
L_244 = VisibleReflectionProbe_get_bounds_m3A2BA98C937B9F2603409CD9893DBBA8358638FD((&V_38), NULL);
V_42 = L_244;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_245;
L_245 = Bounds_get_max_m6446F2AB97C1E57CA89467B9DE52D4EB61F1CB09_inline((&V_42), NULL);
float L_246 = L_245.___x;
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_247;
L_247 = VisibleReflectionProbe_get_bounds_m3A2BA98C937B9F2603409CD9893DBBA8358638FD((&V_38), NULL);
V_42 = L_247;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_248;
L_248 = Bounds_get_max_m6446F2AB97C1E57CA89467B9DE52D4EB61F1CB09_inline((&V_42), NULL);
float L_249 = L_248.___y;
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_250;
L_250 = VisibleReflectionProbe_get_bounds_m3A2BA98C937B9F2603409CD9893DBBA8358638FD((&V_38), NULL);
V_42 = L_250;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_251;
L_251 = Bounds_get_max_m6446F2AB97C1E57CA89467B9DE52D4EB61F1CB09_inline((&V_42), NULL);
float L_252 = L_251.___z;
float L_253;
L_253 = VisibleReflectionProbe_get_blendDistance_m462215FF02E39641D512CF787443EE6A2870139C((&V_38), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_254;
memset((&L_254), 0, sizeof(L_254));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_254), L_246, L_249, L_252, L_253, NULL);
NullCheck(L_242);
(L_242)->SetAt(static_cast<il2cpp_array_size_t>(L_243), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_254);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:271>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_255 = __this->___m_BoxMin;
int32_t L_256 = V_40;
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_257;
L_257 = VisibleReflectionProbe_get_bounds_m3A2BA98C937B9F2603409CD9893DBBA8358638FD((&V_38), NULL);
V_42 = L_257;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_258;
L_258 = Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline((&V_42), NULL);
float L_259 = L_258.___x;
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_260;
L_260 = VisibleReflectionProbe_get_bounds_m3A2BA98C937B9F2603409CD9893DBBA8358638FD((&V_38), NULL);
V_42 = L_260;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_261;
L_261 = Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline((&V_42), NULL);
float L_262 = L_261.___y;
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_263;
L_263 = VisibleReflectionProbe_get_bounds_m3A2BA98C937B9F2603409CD9893DBBA8358638FD((&V_38), NULL);
V_42 = L_263;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_264;
L_264 = Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline((&V_42), NULL);
float L_265 = L_264.___z;
int32_t L_266;
L_266 = VisibleReflectionProbe_get_importance_m6D84CDBDB81FA17F06F50029DF90C5BE1D54A41E((&V_38), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_267;
memset((&L_267), 0, sizeof(L_267));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_267), L_259, L_262, L_265, ((float)L_266), NULL);
NullCheck(L_255);
(L_255)->SetAt(static_cast<il2cpp_array_size_t>(L_256), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_267);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:272>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_268 = __this->___m_ProbePosition;
int32_t L_269 = V_40;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_270;
L_270 = VisibleReflectionProbe_get_localToWorldMatrix_m7042F82A8E030B22BEB1F7F254649599922F1891((&V_38), NULL);
float L_271 = L_270.___m03;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_272;
L_272 = VisibleReflectionProbe_get_localToWorldMatrix_m7042F82A8E030B22BEB1F7F254649599922F1891((&V_38), NULL);
float L_273 = L_272.___m13;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_274;
L_274 = VisibleReflectionProbe_get_localToWorldMatrix_m7042F82A8E030B22BEB1F7F254649599922F1891((&V_38), NULL);
float L_275 = L_274.___m23;
bool L_276;
L_276 = VisibleReflectionProbe_get_isBoxProjection_mAABCCE87671B503C8E4EB41BB2049663B66084AD((&V_38), NULL);
if (L_276)
{
G_B75_0 = L_275;
G_B75_1 = L_273;
G_B75_2 = L_271;
G_B75_3 = L_269;
G_B75_4 = L_268;
goto IL_072b;
}
G_B74_0 = L_275;
G_B74_1 = L_273;
G_B74_2 = L_271;
G_B74_3 = L_269;
G_B74_4 = L_268;
}
{
G_B76_0 = (-1);
G_B76_1 = G_B74_0;
G_B76_2 = G_B74_1;
G_B76_3 = G_B74_2;
G_B76_4 = G_B74_3;
G_B76_5 = G_B74_4;
goto IL_072c;
}
IL_072b:
{
G_B76_0 = 1;
G_B76_1 = G_B75_0;
G_B76_2 = G_B75_1;
G_B76_3 = G_B75_2;
G_B76_4 = G_B75_3;
G_B76_5 = G_B75_4;
}
IL_072c:
{
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_277 = V_41;
int32_t L_278 = L_277.___mipCount;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_279;
memset((&L_279), 0, sizeof(L_279));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_279), G_B76_3, G_B76_2, G_B76_1, ((float)((int32_t)il2cpp_codegen_multiply(G_B76_0, L_278))), NULL);
NullCheck(G_B76_5);
(G_B76_5)->SetAt(static_cast<il2cpp_array_size_t>(G_B76_4), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_279);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:273>
V_43 = 0;
goto IL_078f;
}
IL_0744:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:273>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_280 = __this->___m_MipScaleOffset;
int32_t L_281 = V_40;
int32_t L_282 = V_43;
U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7* L_283 = (U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7*)(&(&V_41)->___levels);
int32_t* L_284 = (int32_t*)(&L_283->___FixedElementField);
int32_t L_285 = V_43;
int32_t L_286 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_284, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_285), 4)))));
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015* L_287 = (U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015*)(&(&V_41)->___dataIndices);
int32_t* L_288 = (int32_t*)(&L_287->___FixedElementField);
int32_t L_289 = V_43;
int32_t L_290 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_288, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_289), 4)))));
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_291;
L_291 = ReflectionProbeManager_GetScaleOffset_mA40251584173221D0F932B183A6687A15A46D4DB(__this, L_286, L_290, (bool)0, (bool)0, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_292;
L_292 = float4_op_Implicit_m5E3AEBAF5F12155549CC051E1EEEE81DF3516E92(L_291, NULL);
NullCheck(L_280);
(L_280)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_281, 7)), L_282))), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_292);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:273>
int32_t L_293 = V_43;
V_43 = ((int32_t)il2cpp_codegen_add(L_293, 1));
}
IL_078f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:273>
int32_t L_294 = V_43;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_295 = V_41;
int32_t L_296 = L_295.___mipCount;
if ((((int32_t)L_294) < ((int32_t)L_296)))
{
goto IL_0744;
}
}
IL_079a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:260>
int32_t L_297 = V_37;
V_37 = ((int32_t)il2cpp_codegen_add(L_297, 1));
}
IL_07a0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:260>
int32_t L_298 = V_37;
int32_t L_299 = V_1;
if ((((int32_t)L_298) < ((int32_t)L_299)))
{
goto IL_05f8;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:276>
bool L_300 = V_3;
if (!L_300)
{
goto IL_07b5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:278>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral76B44E1C4BE0AC9D81A04102994BE4A238CBB160, NULL);
}
IL_07b5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:281>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_301 = ___0_cmd;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_302;
L_302 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)9), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_44), L_301, L_302, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_092a:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_44), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:283>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_303 = ___0_cmd;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_304 = __this->___m_AtlasTexture0;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_305;
L_305 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_304, NULL);
NullCheck(L_303);
CommandBuffer_SetRenderTarget_m89782BA1E8AD50020DBDB9EABF32F8AA9356628A(L_303, L_305, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:285>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_306 = __this->___m_NeedsUpdate;
NullCheck(L_306);
Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC L_307;
L_307 = List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD(L_306, List_1_GetEnumerator_mCADB185AB483C855873FCD0B1D5AAC909ED7F7BD_RuntimeMethod_var);
V_13 = L_307;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_08b0_1:
{
Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923((&V_13), Enumerator_Dispose_m38A9F15FDBDCDFB9590C961110777EE028621923_RuntimeMethod_var);
return;
}
});
try
{
{
goto IL_08a2_2;
}
IL_07e7_2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:285>
int32_t L_308;
L_308 = Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_inline((&V_13), Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_RuntimeMethod_var);
V_45 = L_308;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:287>
Dictionary_2_t76197E80BD31D76088B876F2DC61EDA8AC6BE806* L_309 = __this->___m_Cache;
int32_t L_310 = V_45;
NullCheck(L_309);
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_311;
L_311 = Dictionary_2_get_Item_mADEBFB37D1E90C72D84CB1651436A5A16BD224BC(L_309, L_310, Dictionary_2_get_Item_mADEBFB37D1E90C72D84CB1651436A5A16BD224BC_RuntimeMethod_var);
V_46 = L_311;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:288>
V_47 = 0;
goto IL_0894_2;
}
IL_0807_2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:290>
U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7* L_312 = (U3ClevelsU3Ee__FixedBuffer_tB315393D404C579B01A5BF48C07E5C247F030CD7*)(&(&V_46)->___levels);
int32_t* L_313 = (int32_t*)(&L_312->___FixedElementField);
int32_t L_314 = V_47;
int32_t L_315 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_313, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_314), 4)))));
V_48 = L_315;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:291>
U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015* L_316 = (U3CdataIndicesU3Ee__FixedBuffer_t677CDB83B4442D63FD8585F33B9D66ACAA94F015*)(&(&V_46)->___dataIndices);
int32_t* L_317 = (int32_t*)(&L_316->___FixedElementField);
int32_t L_318 = V_47;
int32_t L_319 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_317, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_318), 4)))));
V_49 = L_319;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:294>
int32_t L_320 = V_48;
int32_t L_321 = V_49;
bool L_322;
L_322 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL);
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_323;
L_323 = ReflectionProbeManager_GetScaleOffset_mA40251584173221D0F932B183A6687A15A46D4DB(__this, L_320, L_321, (bool)1, (bool)((((int32_t)L_322) == ((int32_t)0))? 1 : 0), NULL);
V_50 = L_323;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:295>
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* L_324 = (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*)(&__this->___m_AtlasAllocator);
int32_t L_325;
L_325 = BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF(L_324, NULL);
int32_t L_326 = V_48;
V_51 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(1<<((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_325, 1)), L_326))&((int32_t)31))))), 2));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:296>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_327 = ___0_cmd;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_328 = V_46;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_329 = L_328.___texture;
int32_t L_330 = V_51;
int32_t L_331 = V_51;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_332;
memset((&L_332), 0, sizeof(L_332));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_332), ((float)L_330), ((float)L_331), NULL);
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_333 = V_50;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_334;
L_334 = float4_op_Implicit_m5E3AEBAF5F12155549CC051E1EEEE81DF3516E92(L_333, NULL);
int32_t L_335 = V_47;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_336 = V_46;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_337 = L_336.___hdrData;
Nullable_1_t5070FF5B4129C859CA3EFC7B94E615A818E11144 L_338;
memset((&L_338), 0, sizeof(L_338));
Nullable_1__ctor_mEEB980D4B200822F835DDCD39FCAAF36F15FA578((&L_338), L_337, Nullable_1__ctor_mEEB980D4B200822F835DDCD39FCAAF36F15FA578_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitCubeToOctahedral2DQuadWithPadding_m9795C85A5234DE60382C59586CB4E9E8377CAD39(L_327, L_329, L_332, L_334, L_335, (bool)1, 2, L_338, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:288>
int32_t L_339 = V_47;
V_47 = ((int32_t)il2cpp_codegen_add(L_339, 1));
}
IL_0894_2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:288>
int32_t L_340 = V_47;
CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098 L_341 = V_46;
int32_t L_342 = L_341.___mipCount;
if ((((int32_t)L_340) < ((int32_t)L_342)))
{
goto IL_0807_2;
}
}
IL_08a2_2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:285>
bool L_343;
L_343 = Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312((&V_13), Enumerator_MoveNext_m39C71A39758E2B4A04F44F20FCEFAF7009D5F312_RuntimeMethod_var);
if (L_343)
{
goto IL_07e7_2;
}
}
{
goto IL_08be_1;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_08be_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:300>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_344 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var);
int32_t L_345 = ((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___BoxMin;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_346 = __this->___m_BoxMin;
NullCheck(L_344);
CommandBuffer_SetGlobalVectorArray_m8CC41D9A9A5E2D5EF192D0852E97829DEA07A217(L_344, L_345, L_346, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:301>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_347 = ___0_cmd;
int32_t L_348 = ((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___BoxMax;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_349 = __this->___m_BoxMax;
NullCheck(L_347);
CommandBuffer_SetGlobalVectorArray_m8CC41D9A9A5E2D5EF192D0852E97829DEA07A217(L_347, L_348, L_349, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:302>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_350 = ___0_cmd;
int32_t L_351 = ((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___ProbePosition;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_352 = __this->___m_ProbePosition;
NullCheck(L_350);
CommandBuffer_SetGlobalVectorArray_m8CC41D9A9A5E2D5EF192D0852E97829DEA07A217(L_350, L_351, L_352, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:303>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_353 = ___0_cmd;
int32_t L_354 = ((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___MipScaleOffset;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_355 = __this->___m_MipScaleOffset;
NullCheck(L_353);
CommandBuffer_SetGlobalVectorArray_m8CC41D9A9A5E2D5EF192D0852E97829DEA07A217(L_353, L_354, L_355, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:304>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_356 = ___0_cmd;
int32_t L_357 = ((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___Count;
int32_t L_358 = V_1;
int32_t L_359 = V_5;
NullCheck(L_356);
CommandBuffer_SetGlobalFloat_mBF1BB546F61D851FE19063F6D383096CA55A7C68(L_356, L_357, ((float)((int32_t)il2cpp_codegen_subtract(L_358, L_359))), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:305>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_360 = ___0_cmd;
int32_t L_361 = ((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___Atlas;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_362 = __this->___m_AtlasTexture0;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_363;
L_363 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_362, NULL);
NullCheck(L_360);
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_360, L_361, L_363, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:306>
goto IL_0938;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0938:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:308>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_364 = __this->___m_NeedsUpdate;
NullCheck(L_364);
List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline(L_364, List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:309>
return;
}
}
IL2CPP_EXTERN_C void ReflectionProbeManager_UpdateGpuData_m9B902ECB6895041955C30B4C3926FB67706341ED_AdjustorThunk (RuntimeObject* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, const RuntimeMethod* method)
{
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D*>(__this + _offset);
ReflectionProbeManager_UpdateGpuData_m9B902ECB6895041955C30B4C3926FB67706341ED(_thisAdjusted, ___0_cmd, ___1_cullResults, method);
}
// Method Definition Index: 34271
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E ReflectionProbeManager_GetScaleOffset_mA40251584173221D0F932B183A6687A15A46D4DB (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, int32_t ___0_level, int32_t ___1_dataIndex, bool ___2_includePadding, bool ___3_yflip, const RuntimeMethod* method)
{
int32_t V_0 = 0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA V_1;
memset((&V_1), 0, sizeof(V_1));
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B2_0 = 0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F G_B2_1;
memset((&G_B2_1), 0, sizeof(G_B2_1));
int32_t G_B1_0 = 0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F G_B1_1;
memset((&G_B1_1), 0, sizeof(G_B1_1));
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F G_B3_2;
memset((&G_B3_2), 0, sizeof(G_B3_2));
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA G_B5_0;
memset((&G_B5_0), 0, sizeof(G_B5_0));
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA G_B4_0;
memset((&G_B4_0), 0, sizeof(G_B4_0));
int32_t G_B6_0 = 0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA G_B6_1;
memset((&G_B6_1), 0, sizeof(G_B6_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:317>
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* L_0 = (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*)(&__this->___m_AtlasAllocator);
int32_t L_1;
L_1 = BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF(L_0, NULL);
int32_t L_2 = ___0_level;
V_0 = ((int32_t)(1<<((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_1, 1)), L_2))&((int32_t)31)))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:318>
int32_t L_3 = ___1_dataIndex;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_4;
L_4 = SpaceFillingCurves_DecodeMorton2D_m4D62ED99E4DD7154612828F8F6E5F69CD5D9084E(L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:319>
int32_t L_5 = V_0;
bool L_6 = ___2_includePadding;
if (L_6)
{
G_B2_0 = L_5;
G_B2_1 = L_4;
goto IL_0022;
}
G_B1_0 = L_5;
G_B1_1 = L_4;
}
{
G_B3_0 = 2;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0023:
{
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = __this->___m_Resolution;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_8;
L_8 = float2_op_Implicit_mDCE8EF24B96CB48EEFA3D9C75760ECA01874C735_inline(L_7, NULL);
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_9;
L_9 = float2_op_Division_mE9F0EA43229DDFD549088D0F71AABF831698EE5F_inline(((float)((int32_t)il2cpp_codegen_subtract(G_B3_1, G_B3_0))), L_8, NULL);
V_1 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:320>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_10;
L_10 = float2_op_Implicit_m9CAFCA676C0609D02F3F23A214D01DA3FF480FF4_inline(G_B3_2, NULL);
int32_t L_11 = V_0;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_12;
L_12 = float2_op_Multiply_m34D03129CE0D7AD665A914DE83CB749585B2455F_inline(L_10, ((float)L_11), NULL);
bool L_13 = ___2_includePadding;
if (L_13)
{
G_B5_0 = L_12;
goto IL_0048;
}
G_B4_0 = L_12;
}
{
G_B6_0 = 1;
G_B6_1 = G_B4_0;
goto IL_0049;
}
IL_0048:
{
G_B6_0 = 0;
G_B6_1 = G_B5_0;
}
IL_0049:
{
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_14;
L_14 = float2_op_Addition_m6A1EEFBE2B92691F07967739DB3ECEEB432968AD_inline(G_B6_1, ((float)G_B6_0), NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15 = __this->___m_Resolution;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_16;
L_16 = float2_op_Implicit_mDCE8EF24B96CB48EEFA3D9C75760ECA01874C735_inline(L_15, NULL);
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_17;
L_17 = float2_op_Division_mA1BE4D539CEEC02DE7F3C3C35060D3CEF1CBEDDA_inline(L_14, L_16, NULL);
V_2 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:321>
bool L_18 = ___3_yflip;
if (!L_18)
{
goto IL_007e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:321>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_19 = V_2;
float L_20 = L_19.___y;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_21 = V_1;
float L_22 = L_21.___y;
(&V_2)->___y = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_20)), L_22));
}
IL_007e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:322>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_23 = V_1;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_24 = V_2;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_25;
L_25 = math_float4_mE797E50A2E9FF0935867108F0F25C0F683E47B15_inline(L_23, L_24, NULL);
return L_25;
}
}
IL2CPP_EXTERN_C float4_t89D9A294E7A79BD81BFBDD18654508532958555E ReflectionProbeManager_GetScaleOffset_mA40251584173221D0F932B183A6687A15A46D4DB_AdjustorThunk (RuntimeObject* __this, int32_t ___0_level, int32_t ___1_dataIndex, bool ___2_includePadding, bool ___3_yflip, const RuntimeMethod* method)
{
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D*>(__this + _offset);
float4_t89D9A294E7A79BD81BFBDD18654508532958555E _returnValue;
_returnValue = ReflectionProbeManager_GetScaleOffset_mA40251584173221D0F932B183A6687A15A46D4DB(_thisAdjusted, ___0_level, ___1_dataIndex, ___2_includePadding, ___3_yflip, method);
return _returnValue;
}
// Method Definition Index: 34272
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionProbeManager_Dispose_m2517A36EC183519CFA8BE412C8FDFA265115041C (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:327>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_AtlasTexture0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL);
if (!L_1)
{
goto IL_0023;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:329>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_2 = __this->___m_AtlasTexture0;
NullCheck(L_2);
RenderTexture_Release_mE7399D6187A0E38945D2913D0FFB41247143AB1E(L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:330>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = __this->___m_AtlasTexture0Handle;
NullCheck(L_3);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(L_3, NULL);
}
IL_0023:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:332>
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* L_4 = (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*)(&__this->___m_AtlasAllocator);
BuddyAllocator_Dispose_mF2940139B0EDC499760AA8B0CE38B4126AFA8BF3(L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:334>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_5 = __this->___m_AtlasTexture0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_DestroyImmediate_m6336EBC83591A5DB64EC70C92132824C6E258705(L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:335>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_6 = __this->___m_AtlasTexture1;
Object_DestroyImmediate_m6336EBC83591A5DB64EC70C92132824C6E258705(L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:337>
il2cpp_codegen_initobj(__this, sizeof(ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:338>
return;
}
}
IL2CPP_EXTERN_C void ReflectionProbeManager_Dispose_m2517A36EC183519CFA8BE412C8FDFA265115041C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D*>(__this + _offset);
ReflectionProbeManager_Dispose_m2517A36EC183519CFA8BE412C8FDFA265115041C(_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 CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshal_pinvoke(const CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098& unmarshaled, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshaled_pinvoke& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___textureException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___textureException, NULL);
}
IL2CPP_EXTERN_C void CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshal_pinvoke_back(const CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshaled_pinvoke& marshaled, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___textureException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___textureException, NULL);
}
IL2CPP_EXTERN_C void CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshal_pinvoke_cleanup(CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshal_com(const CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098& unmarshaled, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshaled_com& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___textureException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___textureException, NULL);
}
IL2CPP_EXTERN_C void CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshal_com_back(const CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshaled_com& marshaled, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___textureException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098____texture_FieldInfo_var, CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___textureException, NULL);
}
IL2CPP_EXTERN_C void CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_marshal_com_cleanup(CachedProbe_tC10A827C72825D45E4EDEC5B930D0B16B188C098_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
#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: 34273
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderProperties__cctor_mC10192003184A315E899D624B490ACE0527BDD0C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral014618732E1574AAABBED70C76792B57B48E7C4C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26AA4F2E0027A88D0D596EFE6667016A94515880);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A76A3C034F1E32F4AA9086476AE91C6FD1685AE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral783219C420145B12A303BE885382DCFDA89AB4E6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA89DFA526B5C05DCFE7D4E37910DE5B3AB8DCE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD720DFE8729C1DDD4F800D2B83FC02A6FB3559AC);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:46>
int32_t L_0;
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral014618732E1574AAABBED70C76792B57B48E7C4C, NULL);
((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___BoxMin = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:47>
int32_t L_1;
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD720DFE8729C1DDD4F800D2B83FC02A6FB3559AC, NULL);
((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___BoxMax = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:48>
int32_t L_2;
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral783219C420145B12A303BE885382DCFDA89AB4E6, NULL);
((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___ProbePosition = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:49>
int32_t L_3;
L_3 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralAA89DFA526B5C05DCFE7D4E37910DE5B3AB8DCE1, NULL);
((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___MipScaleOffset = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:50>
int32_t L_4;
L_4 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral26AA4F2E0027A88D0D596EFE6667016A94515880, NULL);
((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___Count = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:51>
int32_t L_5;
L_5 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5A76A3C034F1E32F4AA9086476AE91C6FD1685AE, NULL);
((ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperties_t3547EC9A45C72EDB12CBC6708E8F837A5F0BF91C_il2cpp_TypeInfo_var))->___Atlas = L_5;
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
// Method Definition Index: 34274
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DBufferSettings__ctor_m439EC1DD7982907C52B74CD1CC3EA9CB06593C8E (DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:45>
__this->___surfaceData = 2;
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
// Method Definition Index: 34275
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalScreenSpaceSettings__ctor_m2B0A516268143882D0C83BC99B1CC6DE218C2691 (DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* __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: 34276
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalSettings__ctor_mF50A64EE4B8C4C385F32EF360DC31A5685A9956C (DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:68>
__this->___maxDrawDistance = (1000.0f);
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: 34277
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* SharedDecalEntityManager_Get_mD8540D7E16C17DC81C47F0F5310C552A309BDD29 (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectsByType_TisDecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64_mE216AF1E4B92BD0151AF57B938FF25742E598687_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnAllDecalPropertyChange_mE0197DE8F584BA167354F767E0691378DF5FD33E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnDecalAdd_m24CD08EAFDB06005DB4981CFA9B3FADF4BB4FAF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnDecalMaterialChange_m609EA19A8A1F7B1349800C7F9CFDC2CA72637146_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnDecalPropertyChange_m6A5DDCD90FF67635394FB5DFF88A8128CE7C106F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnDecalRemove_m6567A9CCA995E2E71691DBE574B5EBA3A8925E7F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3* V_0 = NULL;
int32_t V_1 = 0;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* V_2 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:85>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_0 = __this->___m_DecalEntityManager;
if (L_0)
{
goto IL_00b1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:89>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_1 = (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A*)il2cpp_codegen_object_new(DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A_il2cpp_TypeInfo_var);
DecalEntityManager__ctor_m7C3BC334BACCF412B5B69B45069F868E505F495E(L_1, NULL);
__this->___m_DecalEntityManager = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalEntityManager), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:91>
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3* L_2;
L_2 = Object_FindObjectsByType_TisDecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64_mE216AF1E4B92BD0151AF57B938FF25742E598687(1, Object_FindObjectsByType_TisDecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64_mE216AF1E4B92BD0151AF57B938FF25742E598687_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:92>
V_0 = L_2;
V_1 = 0;
goto IL_0056;
}
IL_0021:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:92>
DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3* L_3 = V_0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:94>
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_7 = V_2;
NullCheck(L_7);
bool L_8;
L_8 = Behaviour_get_isActiveAndEnabled_mEB4ECCE9761A7016BC619557CEFEA1A30D3BF28A(L_7, NULL);
if (!L_8)
{
goto IL_0052;
}
}
{
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_9 = __this->___m_DecalEntityManager;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_10 = V_2;
NullCheck(L_10);
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_11;
L_11 = DecalProjector_get_decalEntity_m567C59A20E812BD089244A06FC921CB14DF6AEF5_inline(L_10, NULL);
NullCheck(L_9);
bool L_12;
L_12 = DecalEntityManager_IsValid_m3230B3D6F55B890FBA70B880A83FCE3BCB04AB6F(L_9, L_11, NULL);
if (L_12)
{
goto IL_0052;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:96>
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_13 = V_2;
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_14 = __this->___m_DecalEntityManager;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_15 = V_2;
NullCheck(L_14);
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_16;
L_16 = DecalEntityManager_CreateDecalEntity_mA41B0AF15E30EB901C2ED0488CDFBF57B6771BC0(L_14, L_15, NULL);
NullCheck(L_13);
DecalProjector_set_decalEntity_mB69979C283861801CBF16EF122CE14111FF3E871_inline(L_13, L_16, NULL);
}
IL_0052:
{
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_17, 1));
}
IL_0056:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:92>
int32_t L_18 = V_1;
DecalProjectorU5BU5D_t4DB89E5586C0FD4200DA223C0ADAFD3D66BF21F3* L_19 = V_0;
NullCheck(L_19);
if ((((int32_t)L_18) < ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
{
goto IL_0021;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:99>
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* L_20 = (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C*)il2cpp_codegen_object_new(DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8(L_20, __this, (intptr_t)((void*)SharedDecalEntityManager_OnDecalAdd_m24CD08EAFDB06005DB4981CFA9B3FADF4BB4FAF2_RuntimeMethod_var), NULL);
DecalProjector_add_onDecalAdd_mA05977518FA839F3F0D1BA4D17D517A8356AB49D(L_20, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:100>
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* L_21 = (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C*)il2cpp_codegen_object_new(DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8(L_21, __this, (intptr_t)((void*)SharedDecalEntityManager_OnDecalRemove_m6567A9CCA995E2E71691DBE574B5EBA3A8925E7F_RuntimeMethod_var), NULL);
DecalProjector_add_onDecalRemove_m531C4E7FDFCF3DD57E0746261249BA8D7D8F449A(L_21, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:101>
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* L_22 = (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C*)il2cpp_codegen_object_new(DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8(L_22, __this, (intptr_t)((void*)SharedDecalEntityManager_OnDecalPropertyChange_m6A5DDCD90FF67635394FB5DFF88A8128CE7C106F_RuntimeMethod_var), NULL);
DecalProjector_add_onDecalPropertyChange_mAA2F942E4309DDE464D9EB0BFFC55BB648FEB18C(L_22, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:102>
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* L_23 = (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C*)il2cpp_codegen_object_new(DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8(L_23, __this, (intptr_t)((void*)SharedDecalEntityManager_OnDecalMaterialChange_m609EA19A8A1F7B1349800C7F9CFDC2CA72637146_RuntimeMethod_var), NULL);
DecalProjector_add_onDecalMaterialChange_m8F2C90C593E7593C2287D8532E74F33C547C5CAB(L_23, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:103>
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_24 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_24, __this, (intptr_t)((void*)SharedDecalEntityManager_OnAllDecalPropertyChange_mE0197DE8F584BA167354F767E0691378DF5FD33E_RuntimeMethod_var), NULL);
DecalProjector_add_onAllDecalPropertyChange_mB0377575C163622BFF68915CFEBCED0D846DA06C(L_24, NULL);
}
IL_00b1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:109>
int32_t L_25 = __this->___m_ReferenceCounter;
__this->___m_ReferenceCounter = ((int32_t)il2cpp_codegen_add(L_25, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:111>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_26 = __this->___m_DecalEntityManager;
return L_26;
}
}
// Method Definition Index: 34278
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_Release_mDF9307DFCE36208911BF3F36FE410DDACBD12C7E (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* ___0_decalEntityManager, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:116>
int32_t L_0 = __this->___m_ReferenceCounter;
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:117>
return;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:119>
int32_t L_1 = __this->___m_ReferenceCounter;
__this->___m_ReferenceCounter = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:121>
int32_t L_2 = __this->___m_ReferenceCounter;
if (L_2)
{
goto IL_0025;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:123>
SharedDecalEntityManager_Dispose_m6F6B25305318BECE5CA43D295368CADC8F221CF8(__this, NULL);
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:125>
return;
}
}
// Method Definition Index: 34279
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_Dispose_m6F6B25305318BECE5CA43D295368CADC8F221CF8 (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnAllDecalPropertyChange_mE0197DE8F584BA167354F767E0691378DF5FD33E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnDecalAdd_m24CD08EAFDB06005DB4981CFA9B3FADF4BB4FAF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnDecalMaterialChange_m609EA19A8A1F7B1349800C7F9CFDC2CA72637146_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnDecalPropertyChange_m6A5DDCD90FF67635394FB5DFF88A8128CE7C106F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_OnDecalRemove_m6567A9CCA995E2E71691DBE574B5EBA3A8925E7F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:129>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_0 = __this->___m_DecalEntityManager;
NullCheck(L_0);
DecalEntityManager_Dispose_mE97270B7147CEE4894F7423903C86444F21FF27B(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:130>
__this->___m_DecalEntityManager = (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalEntityManager), (void*)(DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:131>
__this->___m_ReferenceCounter = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:133>
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* L_1 = (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C*)il2cpp_codegen_object_new(DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8(L_1, __this, (intptr_t)((void*)SharedDecalEntityManager_OnDecalAdd_m24CD08EAFDB06005DB4981CFA9B3FADF4BB4FAF2_RuntimeMethod_var), NULL);
DecalProjector_remove_onDecalAdd_mCF842A6859ECCA72D57D3CD3BC88592DAE550788(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:134>
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* L_2 = (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C*)il2cpp_codegen_object_new(DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8(L_2, __this, (intptr_t)((void*)SharedDecalEntityManager_OnDecalRemove_m6567A9CCA995E2E71691DBE574B5EBA3A8925E7F_RuntimeMethod_var), NULL);
DecalProjector_remove_onDecalRemove_mE9C2DBE62BD5C5D25666F0F6BBD77F4DF79BBDD2(L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:135>
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* L_3 = (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C*)il2cpp_codegen_object_new(DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8(L_3, __this, (intptr_t)((void*)SharedDecalEntityManager_OnDecalPropertyChange_m6A5DDCD90FF67635394FB5DFF88A8128CE7C106F_RuntimeMethod_var), NULL);
DecalProjector_remove_onDecalPropertyChange_m9FD4A2217E074247B2CEE5CF55F8A0403B61C9E9(L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:136>
DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C* L_4 = (DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C*)il2cpp_codegen_object_new(DecalProjectorAction_tDFCBDEE542B3D640BD121E036275AA51A003CF5C_il2cpp_TypeInfo_var);
DecalProjectorAction__ctor_m5C6BBC11B5DA637D6CF7BD2B42150850B3ED1ED8(L_4, __this, (intptr_t)((void*)SharedDecalEntityManager_OnDecalMaterialChange_m609EA19A8A1F7B1349800C7F9CFDC2CA72637146_RuntimeMethod_var), NULL);
DecalProjector_remove_onDecalMaterialChange_m3701462729ADAE7D703E4BDE5B98CDA02FC8B8B8(L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:137>
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, __this, (intptr_t)((void*)SharedDecalEntityManager_OnAllDecalPropertyChange_mE0197DE8F584BA167354F767E0691378DF5FD33E_RuntimeMethod_var), NULL);
DecalProjector_remove_onAllDecalPropertyChange_m17DFEF5CF48E2C4F782867AC881F248E9BC9BC9F(L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:141>
return;
}
}
// Method Definition Index: 34280
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_OnDecalAdd_m24CD08EAFDB06005DB4981CFA9B3FADF4BB4FAF2 (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* ___0_decalProjector, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:145>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_0 = __this->___m_DecalEntityManager;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_1 = ___0_decalProjector;
NullCheck(L_1);
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_2;
L_2 = DecalProjector_get_decalEntity_m567C59A20E812BD089244A06FC921CB14DF6AEF5_inline(L_1, NULL);
NullCheck(L_0);
bool L_3;
L_3 = DecalEntityManager_IsValid_m3230B3D6F55B890FBA70B880A83FCE3BCB04AB6F(L_0, L_2, NULL);
if (L_3)
{
goto IL_0025;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:146>
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_4 = ___0_decalProjector;
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_5 = __this->___m_DecalEntityManager;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_6 = ___0_decalProjector;
NullCheck(L_5);
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_7;
L_7 = DecalEntityManager_CreateDecalEntity_mA41B0AF15E30EB901C2ED0488CDFBF57B6771BC0(L_5, L_6, NULL);
NullCheck(L_4);
DecalProjector_set_decalEntity_mB69979C283861801CBF16EF122CE14111FF3E871_inline(L_4, L_7, NULL);
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:147>
return;
}
}
// Method Definition Index: 34281
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_OnDecalRemove_m6567A9CCA995E2E71691DBE574B5EBA3A8925E7F (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* ___0_decalProjector, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:151>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_0 = __this->___m_DecalEntityManager;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_1 = ___0_decalProjector;
NullCheck(L_1);
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_2;
L_2 = DecalProjector_get_decalEntity_m567C59A20E812BD089244A06FC921CB14DF6AEF5_inline(L_1, NULL);
NullCheck(L_0);
DecalEntityManager_DestroyDecalEntity_mC807A733E2DD070B363DA2FF8D1EDCEF00D4018E(L_0, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:152>
return;
}
}
// Method Definition Index: 34282
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_OnDecalPropertyChange_m6A5DDCD90FF67635394FB5DFF88A8128CE7C106F (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* ___0_decalProjector, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:156>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_0 = __this->___m_DecalEntityManager;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_1 = ___0_decalProjector;
NullCheck(L_1);
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_2;
L_2 = DecalProjector_get_decalEntity_m567C59A20E812BD089244A06FC921CB14DF6AEF5_inline(L_1, NULL);
NullCheck(L_0);
bool L_3;
L_3 = DecalEntityManager_IsValid_m3230B3D6F55B890FBA70B880A83FCE3BCB04AB6F(L_0, L_2, NULL);
if (!L_3)
{
goto IL_0025;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:157>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_4 = __this->___m_DecalEntityManager;
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_5 = ___0_decalProjector;
NullCheck(L_5);
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_6;
L_6 = DecalProjector_get_decalEntity_m567C59A20E812BD089244A06FC921CB14DF6AEF5_inline(L_5, NULL);
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_7 = ___0_decalProjector;
NullCheck(L_4);
DecalEntityManager_UpdateDecalEntityData_mADA2777065215D61F2FB0CA51F5A91700547DB28(L_4, L_6, L_7, NULL);
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:158>
return;
}
}
// Method Definition Index: 34283
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_OnAllDecalPropertyChange_mE0197DE8F584BA167354F767E0691378DF5FD33E (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:162>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_0 = __this->___m_DecalEntityManager;
NullCheck(L_0);
DecalEntityManager_UpdateAllDecalEntitiesData_m8B73D354BD0302A1C684B1FF43ED9E7BAB3AF465(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:163>
return;
}
}
// Method Definition Index: 34284
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager_OnDecalMaterialChange_m609EA19A8A1F7B1349800C7F9CFDC2CA72637146 (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __this, DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* ___0_decalProjector, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:168>
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_0 = ___0_decalProjector;
SharedDecalEntityManager_OnDecalRemove_m6567A9CCA995E2E71691DBE574B5EBA3A8925E7F(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:169>
DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* L_1 = ___0_decalProjector;
SharedDecalEntityManager_OnDecalAdd_m24CD08EAFDB06005DB4981CFA9B3FADF4BB4FAF2(__this, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:170>
return;
}
}
// Method Definition Index: 34285
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SharedDecalEntityManager__ctor_m3980501329D7CA818F35B65802C222C06D9A9BAA (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* __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: 34286
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* DecalRendererFeature_get_sharedDecalEntityManager_m40E27F3BFD2D84F47B48221A07AF7AA21DE86D0E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:182>
il2cpp_codegen_runtime_class_init_inline(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* L_0 = ((DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_StaticFields*)il2cpp_codegen_static_fields_for(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var))->___U3CsharedDecalEntityManagerU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34287
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC** DecalRendererFeature_get_settings_mA42D3D3836F07FDE3E88CD0B97168BC46C2E07D4 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:221>
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC** L_0 = (DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC**)(&__this->___m_Settings);
return L_0;
}
}
// Method Definition Index: 34288
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_get_intermediateRendering_mA32621126D368BAFFBA7636AD2A525F5D42A7FBC (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:222>
int32_t L_0 = __this->___m_Technique;
return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
}
}
// Method Definition Index: 34289
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_get_requiresDecalLayers_m7A6B8215E2B276ABD4B2A4642B2B65C711F6B238 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:223>
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_0 = __this->___m_Settings;
NullCheck(L_0);
bool L_1 = L_0->___decalLayers;
return L_1;
}
}
// Method Definition Index: 34290
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_get_isGLDevice_mAB005FBB84E6230BFD7C8DE6672559C5152BD308 (const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:224>
int32_t L_0;
L_0 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
if ((((int32_t)L_0) == ((int32_t)((int32_t)11))))
{
goto IL_0013;
}
}
{
int32_t L_1;
L_1 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
return (bool)((((int32_t)L_1) == ((int32_t)((int32_t)17)))? 1 : 0);
}
IL_0013:
{
return (bool)1;
}
}
// Method Definition Index: 34291
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalRendererFeature_Create_m1C64A54C192AA4DF9E39B507CCD712F8B3FAF6AA (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:229>
DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5* L_0 = (DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5*)il2cpp_codegen_object_new(DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5_il2cpp_TypeInfo_var);
DecalPreviewPass__ctor_mEA23BEC97CFF1C875C14B9B97DFF661B3CB668BA(L_0, NULL);
__this->___m_DecalPreviewPass = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalPreviewPass), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:230>
__this->___m_RecreateSystems = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:231>
return;
}
}
// Method Definition Index: 34292
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_RequireRenderingLayers_mD38062038659E0492A75FA663B55814067A56A70 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, bool ___0_isDeferred, bool ___1_needsGBufferAccurateNormals, int32_t* ___2_atEvent, int32_t* ___3_maskSize, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 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;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:237>
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
bool L_0;
L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:239>
bool L_1 = ___0_isDeferred;
bool L_2 = ___1_needsGBufferAccurateNormals;
bool L_3 = V_0;
int32_t L_4;
L_4 = DecalRendererFeature_GetTechnique_m59DF447F061B91D1F158D90342DE950E5A015DE8(__this, L_1, L_2, L_3, NULL);
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:240>
int32_t* L_5 = ___2_atEvent;
int32_t L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)1)))
{
G_B2_0 = L_5;
goto IL_0018;
}
G_B1_0 = L_5;
}
{
G_B3_0 = 1;
G_B3_1 = G_B1_0;
goto IL_0019;
}
IL_0018:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
}
IL_0019:
{
*((int32_t*)G_B3_1) = (int32_t)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:241>
int32_t* L_7 = ___3_maskSize;
*((int32_t*)L_7) = (int32_t)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:242>
bool L_8;
L_8 = DecalRendererFeature_get_requiresDecalLayers_m7A6B8215E2B276ABD4B2A4642B2B65C711F6B238(__this, NULL);
return L_8;
}
}
// Method Definition Index: 34293
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* DecalRendererFeature_GetDBufferSettings_mFD48611455B28AD7F6F5693754D47036D4C58EFD (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:247>
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_0 = __this->___m_Settings;
NullCheck(L_0);
int32_t L_1 = L_0->___technique;
if (L_1)
{
goto IL_001a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:249>
DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* L_2 = (DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A*)il2cpp_codegen_object_new(DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A_il2cpp_TypeInfo_var);
DBufferSettings__ctor_m439EC1DD7982907C52B74CD1CC3EA9CB06593C8E(L_2, NULL);
DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* L_3 = L_2;
NullCheck(L_3);
L_3->___surfaceData = 2;
return L_3;
}
IL_001a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:253>
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_4 = __this->___m_Settings;
NullCheck(L_4);
DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* L_5 = L_4->___dBufferSettings;
return L_5;
}
}
// Method Definition Index: 34294
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* DecalRendererFeature_GetScreenSpaceSettings_mB5C649CCADBFB1C41821BBD468151C87D1529E68 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:259>
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_0 = __this->___m_Settings;
NullCheck(L_0);
int32_t L_1 = L_0->___technique;
if (L_1)
{
goto IL_001a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:261>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:262>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:263>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:264>
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* L_2 = (DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3*)il2cpp_codegen_object_new(DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3_il2cpp_TypeInfo_var);
DecalScreenSpaceSettings__ctor_m2B0A516268143882D0C83BC99B1CC6DE218C2691(L_2, NULL);
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* L_3 = L_2;
NullCheck(L_3);
L_3->___normalBlend = 0;
return L_3;
}
IL_001a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:268>
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_4 = __this->___m_Settings;
NullCheck(L_4);
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* L_5 = L_4->___screenSpaceSettings;
return L_5;
}
}
// Method Definition Index: 34295
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecalRendererFeature_GetTechnique_mEABC2D7091DB7C992816577F45C941AC0A62E329 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* ___0_renderer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F4C3FC258C9A81B5A6DD77120722F75CD65B7AE);
s_Il2CppMethodInitialized = true;
}
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* V_0 = NULL;
bool V_1 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:274>
ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* L_0 = ___0_renderer;
V_0 = ((UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6*)IsInstClass((RuntimeObject*)L_0, UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6_il2cpp_TypeInfo_var));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:275>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_1 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_2)
{
goto IL_001c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:277>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral5F4C3FC258C9A81B5A6DD77120722F75CD65B7AE, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:278>
return (int32_t)(0);
}
IL_001c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:281>
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_3 = V_0;
NullCheck(L_3);
int32_t L_4;
L_4 = UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline(L_3, NULL);
V_1 = (bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:282>
bool L_5 = V_1;
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_6 = V_0;
NullCheck(L_6);
int32_t L_7;
L_7 = UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline(L_6, NULL);
V_1 = (bool)((int32_t)((int32_t)L_5|((((int32_t)L_7) == ((int32_t)3))? 1 : 0)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:283>
bool L_8 = V_1;
UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* L_9 = V_0;
NullCheck(L_9);
bool L_10;
L_10 = UniversalRendererData_get_accurateGbufferNormals_mEEC3CD3A5BDE3BDF5E8882791BEEA6753EABD0EC_inline(L_9, NULL);
int32_t L_11;
L_11 = DecalRendererFeature_GetTechnique_m59DF447F061B91D1F158D90342DE950E5A015DE8(__this, L_8, L_10, (bool)1, NULL);
return L_11;
}
}
// Method Definition Index: 34296
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecalRendererFeature_GetTechnique_mDE5088B1FD575FD2B82C8A026391DEF07DAF28AA (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F4C3FC258C9A81B5A6DD77120722F75CD65B7AE);
s_Il2CppMethodInitialized = true;
}
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* V_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:288>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_0 = ___0_renderer;
V_0 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)IsInstSealed((RuntimeObject*)L_0, UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:289>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_1 = V_0;
if (L_1)
{
goto IL_0016;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:291>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral5F4C3FC258C9A81B5A6DD77120722F75CD65B7AE, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:292>
return (int32_t)(0);
}
IL_0016:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:295>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_2 = V_0;
NullCheck(L_2);
bool L_3;
L_3 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(L_2, NULL);
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_4 = V_0;
NullCheck(L_4);
bool L_5;
L_5 = UniversalRenderer_get_accurateGbufferNormals_mD6C3105E77810345753DFAA4C1BE059302AA6152(L_4, NULL);
int32_t L_6;
L_6 = DecalRendererFeature_GetTechnique_m59DF447F061B91D1F158D90342DE950E5A015DE8(__this, L_3, L_5, (bool)1, NULL);
return L_6;
}
}
// Method Definition Index: 34297
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecalRendererFeature_GetTechnique_m59DF447F061B91D1F158D90342DE950E5A015DE8 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, bool ___0_isDeferred, bool ___1_needsGBufferAccurateNormals, bool ___2_checkForInvalidTechniques, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral203FD35DBF43AF6DAB1EC60BD04E1D3E70A6BBEA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49829A26FB64EAF9B932FE1901616BABF070D8D3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9846D9531354123A56D64BABE6404063B364AA89);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:300>
V_0 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:301>
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_0 = __this->___m_Settings;
NullCheck(L_0);
int32_t L_1 = L_0->___technique;
V_2 = L_1;
int32_t L_2 = V_2;
switch (L_2)
{
case 0:
{
goto IL_0022;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_003e;
}
}
}
{
goto IL_004b;
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:304>
bool L_3;
L_3 = DecalRendererFeature_IsAutomaticDBuffer_m7B713B9BB8A50E357C9837A2E980635E07721E68(__this, NULL);
if (L_3)
{
goto IL_002f;
}
}
{
bool L_4 = ___0_isDeferred;
bool L_5 = ___1_needsGBufferAccurateNormals;
if (!((int32_t)((int32_t)L_4&(int32_t)L_5)))
{
goto IL_0033;
}
}
IL_002f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:305>
V_0 = 1;
goto IL_004b;
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:306>
bool L_6 = ___0_isDeferred;
if (!L_6)
{
goto IL_003a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:307>
V_0 = 3;
goto IL_004b;
}
IL_003a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:309>
V_0 = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:310>
goto IL_004b;
}
IL_003e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:312>
bool L_7 = ___0_isDeferred;
if (!L_7)
{
goto IL_0045;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:313>
V_0 = 3;
goto IL_004b;
}
IL_0045:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:315>
V_0 = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:316>
goto IL_004b;
}
IL_0049:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:318>
V_0 = 1;
}
IL_004b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:324>
bool L_8 = ___2_checkForInvalidTechniques;
if (L_8)
{
goto IL_0050;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:325>
int32_t L_9 = V_0;
return L_9;
}
IL_0050:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:328>
int32_t L_10 = V_0;
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_0067;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
bool L_11;
L_11 = DecalRendererFeature_get_isGLDevice_mAB005FBB84E6230BFD7C8DE6672559C5152BD308(NULL);
if (!L_11)
{
goto IL_0067;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:331>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral203FD35DBF43AF6DAB1EC60BD04E1D3E70A6BBEA, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:333>
return (int32_t)(0);
}
IL_0067:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:336>
int32_t L_12;
L_12 = SystemInfo_get_supportedRenderTargetCount_mA8696B2D9AB343F9D04B0F4F14A4A1F7098DBC34(NULL);
V_1 = (bool)((((int32_t)((((int32_t)L_12) < ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:337>
int32_t L_13 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)1))))
{
goto IL_0086;
}
}
{
bool L_14 = V_1;
if (L_14)
{
goto IL_0086;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:340>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral9846D9531354123A56D64BABE6404063B364AA89, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:342>
return (int32_t)(0);
}
IL_0086:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:345>
int32_t L_15 = V_0;
if ((!(((uint32_t)L_15) == ((uint32_t)3))))
{
goto IL_0099;
}
}
{
bool L_16 = V_1;
if (L_16)
{
goto IL_0099;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:348>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral49829A26FB64EAF9B932FE1901616BABF070D8D3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:350>
return (int32_t)(0);
}
IL_0099:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:353>
int32_t L_17 = V_0;
return L_17;
}
}
// Method Definition Index: 34298
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_IsAutomaticDBuffer_m7B713B9BB8A50E357C9837A2E980635E07721E68 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __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*)&PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:363>
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = Application_get_platform_m59EF7D6155D18891B24767F83F388160B1FF2138(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)17)))))
{
goto IL_000b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:364>
return (bool)0;
}
IL_000b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:366>
il2cpp_codegen_runtime_class_init_inline(PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var);
bool L_1;
L_1 = PlatformAutoDetect_get_isShaderAPIMobileDefined_mE249D1F6B78C22288F5655105C46F359D6F4102F_inline(NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// Method Definition Index: 34299
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_RecreateSystemsIfNeeded_m4C11DC61FC722F6D23FF9C9029E5925DDCF6BA78 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___1_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_GetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m56420DF2716F76491B6A3613F8033339272EA2DD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* V_0 = NULL;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* V_1 = NULL;
int32_t V_2 = 0;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* G_B15_0 = NULL;
DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* G_B15_1 = NULL;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* G_B14_0 = NULL;
DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* G_B14_1 = NULL;
DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E* G_B16_0 = NULL;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* G_B16_1 = NULL;
DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* G_B16_2 = NULL;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* G_B19_0 = NULL;
DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* G_B19_1 = NULL;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* G_B18_0 = NULL;
DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* G_B18_1 = NULL;
DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D* G_B20_0 = NULL;
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* G_B20_1 = NULL;
DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* G_B20_2 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:371>
bool L_0 = __this->___m_RecreateSystems;
if (L_0)
{
goto IL_000a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:372>
return (bool)1;
}
IL_000a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:374>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_1 = ___0_renderer;
int32_t L_2;
L_2 = DecalRendererFeature_GetTechnique_mDE5088B1FD575FD2B82C8A026391DEF07DAF28AA(__this, L_1, NULL);
__this->___m_Technique = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:375>
int32_t L_3 = __this->___m_Technique;
if (L_3)
{
goto IL_0021;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:376>
return (bool)0;
}
IL_0021:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:378>
DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* L_4;
L_4 = DecalRendererFeature_GetDBufferSettings_mFD48611455B28AD7F6F5693754D47036D4C58EFD(__this, NULL);
__this->___m_DBufferSettings = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DBufferSettings), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:379>
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* L_5;
L_5 = DecalRendererFeature_GetScreenSpaceSettings_mB5C649CCADBFB1C41821BBD468151C87D1529E68(__this, NULL);
__this->___m_ScreenSpaceSettings = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ScreenSpaceSettings), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:381>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_6;
L_6 = GraphicsSettings_GetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m56420DF2716F76491B6A3613F8033339272EA2DD(GraphicsSettings_GetRenderPipelineSettings_TisUniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629_m56420DF2716F76491B6A3613F8033339272EA2DD_RuntimeMethod_var);
V_0 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:382>
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_7 = V_0;
if (L_7)
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:383>
return (bool)0;
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:385>
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_8 = V_0;
NullCheck(L_8);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_9;
L_9 = UniversalRendererResources_get_decalDBufferClear_m69940D010E72D8EB87406176D263F3428197C6CE_inline(L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10;
L_10 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_9, NULL);
__this->___m_DBufferClearMaterial = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DBufferClearMaterial), (void*)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:387>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_11 = __this->___m_DecalEntityManager;
if (L_11)
{
goto IL_006d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:389>
il2cpp_codegen_runtime_class_init_inline(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* L_12;
L_12 = DecalRendererFeature_get_sharedDecalEntityManager_m40E27F3BFD2D84F47B48221A07AF7AA21DE86D0E_inline(NULL);
NullCheck(L_12);
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_13;
L_13 = SharedDecalEntityManager_Get_mD8540D7E16C17DC81C47F0F5310C552A309BDD29(L_12, NULL);
__this->___m_DecalEntityManager = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalEntityManager), (void*)L_13);
}
IL_006d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:392>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_14 = __this->___m_DecalEntityManager;
DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6* L_15 = (DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6*)il2cpp_codegen_object_new(DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6_il2cpp_TypeInfo_var);
DecalUpdateCachedSystem__ctor_m61CB04D08417976D8C9532B19A0295568E82773A(L_15, L_14, NULL);
__this->___m_DecalUpdateCachedSystem = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalUpdateCachedSystem), (void*)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:393>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_16 = __this->___m_DecalEntityManager;
DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F* L_17 = (DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F*)il2cpp_codegen_object_new(DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F_il2cpp_TypeInfo_var);
DecalUpdateCulledSystem__ctor_mF16F0666A7642C20554EF3142FEA0A06C60A32A2(L_17, L_16, NULL);
__this->___m_DecalUpdateCulledSystem = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalUpdateCulledSystem), (void*)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:394>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_18 = __this->___m_DecalEntityManager;
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_19 = __this->___m_Settings;
NullCheck(L_19);
float L_20 = L_19->___maxDrawDistance;
DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA* L_21 = (DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA*)il2cpp_codegen_object_new(DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA_il2cpp_TypeInfo_var);
DecalCreateDrawCallSystem__ctor_mC122DFBE7BF9CF09F5EAF246BDD1C532275875F4(L_21, L_18, L_20, NULL);
__this->___m_DecalCreateDrawCallSystem = L_21;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalCreateDrawCallSystem), (void*)L_21);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:396>
bool L_22;
L_22 = DecalRendererFeature_get_intermediateRendering_mA32621126D368BAFFBA7636AD2A525F5D42A7FBC(__this, NULL);
if (!L_22)
{
goto IL_00d1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:398>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_23 = __this->___m_DecalEntityManager;
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_24 = __this->___m_Settings;
NullCheck(L_24);
float L_25 = L_24->___maxDrawDistance;
DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2* L_26 = (DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2*)il2cpp_codegen_object_new(DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2_il2cpp_TypeInfo_var);
DecalUpdateCullingGroupSystem__ctor_m1EAE8569022784AA1DAB67E6930542ABB8D36D75(L_26, L_23, L_25, NULL);
__this->___m_DecalUpdateCullingGroupSystem = L_26;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalUpdateCullingGroupSystem), (void*)L_26);
goto IL_00e2;
}
IL_00d1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:402>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_27 = __this->___m_DecalEntityManager;
DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C* L_28 = (DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C*)il2cpp_codegen_object_new(DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C_il2cpp_TypeInfo_var);
DecalSkipCulledSystem__ctor_mE9B76A882F6B06341D1C09BCFB0C7BFB3CC1C951(L_28, L_27, NULL);
__this->___m_DecalSkipCulledSystem = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalSkipCulledSystem), (void*)L_28);
}
IL_00e2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:405>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_29 = __this->___m_DecalEntityManager;
int32_t L_30 = __this->___m_Technique;
DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837* L_31 = (DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837*)il2cpp_codegen_object_new(DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837_il2cpp_TypeInfo_var);
DecalDrawErrorSystem__ctor_m015484F442DE0009013C0A23C76D897327344BB1(L_31, L_29, L_30, NULL);
__this->___m_DrawErrorSystem = L_31;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DrawErrorSystem), (void*)L_31);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:407>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_32 = ___0_renderer;
V_1 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)IsInstSealed((RuntimeObject*)L_32, UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:410>
int32_t L_33 = __this->___m_Technique;
V_2 = L_33;
int32_t L_34 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_34, 1)))
{
case 0:
{
goto IL_01af;
}
case 1:
{
goto IL_0120;
}
case 2:
{
goto IL_0163;
}
}
}
{
goto IL_022b;
}
IL_0120:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:413>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_35 = __this->___m_DecalEntityManager;
DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E* L_36 = (DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E*)il2cpp_codegen_object_new(DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E_il2cpp_TypeInfo_var);
DecalDrawScreenSpaceSystem__ctor_m5C3A06343E2CBA6098503807B9D7D59AB71D7064(L_36, L_35, NULL);
__this->___m_DecalDrawScreenSpaceSystem = L_36;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalDrawScreenSpaceSystem), (void*)L_36);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:414>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:415>
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* L_37 = __this->___m_ScreenSpaceSettings;
bool L_38;
L_38 = DecalRendererFeature_get_intermediateRendering_mA32621126D368BAFFBA7636AD2A525F5D42A7FBC(__this, NULL);
if (L_38)
{
G_B15_0 = L_37;
G_B15_1 = __this;
goto IL_0143;
}
G_B14_0 = L_37;
G_B14_1 = __this;
}
{
G_B16_0 = ((DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E*)(NULL));
G_B16_1 = G_B14_0;
G_B16_2 = G_B14_1;
goto IL_0149;
}
IL_0143:
{
DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E* L_39 = __this->___m_DecalDrawScreenSpaceSystem;
G_B16_0 = L_39;
G_B16_1 = G_B15_0;
G_B16_2 = G_B15_1;
}
IL_0149:
{
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_40 = __this->___m_Settings;
NullCheck(L_40);
bool L_41 = L_40->___decalLayers;
DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016* L_42 = (DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016*)il2cpp_codegen_object_new(DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016_il2cpp_TypeInfo_var);
DecalScreenSpaceRenderPass__ctor_m5A552C55F529DCDC07421224A1D04898B930E087(L_42, G_B16_1, G_B16_0, L_41, NULL);
NullCheck(G_B16_2);
G_B16_2->___m_ScreenSpaceDecalRenderPass = L_42;
Il2CppCodeGenWriteBarrier((void**)(&G_B16_2->___m_ScreenSpaceDecalRenderPass), (void*)L_42);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:416>
goto IL_022b;
}
IL_0163:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:420>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_43 = V_1;
NullCheck(L_43);
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_44;
L_44 = UniversalRenderer_get_deferredLights_m32F1A62E9BAAB45913C9B60CBB3CE5FD9D0292BC_inline(L_43, NULL);
__this->___m_DeferredLights = L_44;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeferredLights), (void*)L_44);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:422>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_45 = __this->___m_DecalEntityManager;
DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D* L_46 = (DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D*)il2cpp_codegen_object_new(DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D_il2cpp_TypeInfo_var);
DecalDrawGBufferSystem__ctor_mE0079617EEA532B331E3F4B03B638CE4F45B36DD(L_46, L_45, NULL);
__this->___m_DrawGBufferSystem = L_46;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DrawGBufferSystem), (void*)L_46);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:423>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:424>
DecalScreenSpaceSettings_tD94FE1202A789534D40E4DD61AD7DE9E55F1ADD3* L_47 = __this->___m_ScreenSpaceSettings;
bool L_48;
L_48 = DecalRendererFeature_get_intermediateRendering_mA32621126D368BAFFBA7636AD2A525F5D42A7FBC(__this, NULL);
if (L_48)
{
G_B19_0 = L_47;
G_B19_1 = __this;
goto IL_0192;
}
G_B18_0 = L_47;
G_B18_1 = __this;
}
{
G_B20_0 = ((DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D*)(NULL));
G_B20_1 = G_B18_0;
G_B20_2 = G_B18_1;
goto IL_0198;
}
IL_0192:
{
DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D* L_49 = __this->___m_DrawGBufferSystem;
G_B20_0 = L_49;
G_B20_1 = G_B19_0;
G_B20_2 = G_B19_1;
}
IL_0198:
{
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_50 = __this->___m_Settings;
NullCheck(L_50);
bool L_51 = L_50->___decalLayers;
DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4* L_52 = (DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4*)il2cpp_codegen_object_new(DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4_il2cpp_TypeInfo_var);
DecalGBufferRenderPass__ctor_mD99109D7C7FD2566FA695EAD62F444CFA1EA44C0(L_52, G_B20_1, G_B20_0, L_51, NULL);
NullCheck(G_B20_2);
G_B20_2->___m_GBufferRenderPass = L_52;
Il2CppCodeGenWriteBarrier((void**)(&G_B20_2->___m_GBufferRenderPass), (void*)L_52);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:425>
goto IL_022b;
}
IL_01af:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:431>
UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* L_53 = V_0;
NullCheck(L_53);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_54;
L_54 = UniversalRendererResources_get_copyDepthPS_m843A3A7B6BC975394A7BD79C18CCD23B8F6C8859_inline(L_53, NULL);
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_55 = V_1;
NullCheck(L_55);
bool L_56;
L_56 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(L_55, NULL);
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_57 = (DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5*)il2cpp_codegen_object_new(DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5_il2cpp_TypeInfo_var);
DBufferCopyDepthPass__ctor_m96499519BB4EC6D734B3EEF6DF9236B331EA7F97(L_57, ((int32_t)201), L_54, (bool)0, (bool)((((int32_t)L_56) == ((int32_t)0))? 1 : 0), (bool)0, NULL);
__this->___m_CopyDepthPass = L_57;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CopyDepthPass), (void*)L_57);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:432>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_58 = __this->___m_DecalEntityManager;
DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C* L_59 = (DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C*)il2cpp_codegen_object_new(DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C_il2cpp_TypeInfo_var);
DecalDrawDBufferSystem__ctor_mD1019124C6167DDD732832366A8DE5C29469C7C6(L_59, L_58, NULL);
__this->___m_DecalDrawDBufferSystem = L_59;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalDrawDBufferSystem), (void*)L_59);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:434>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_60 = __this->___m_DBufferClearMaterial;
DBufferSettings_t7FD2B8B4B31CE9BE37AAE121B74FDEFE9BE9F17A* L_61 = __this->___m_DBufferSettings;
DecalDrawDBufferSystem_t0BB9CCF4CC9111D00DDDFA8F485DB8B7C5E7DE8C* L_62 = __this->___m_DecalDrawDBufferSystem;
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_63 = __this->___m_Settings;
NullCheck(L_63);
bool L_64 = L_63->___decalLayers;
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* L_65 = (DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7*)il2cpp_codegen_object_new(DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7_il2cpp_TypeInfo_var);
DBufferRenderPass__ctor_m5FEC0357F4405FD321029A6491777CE99778F860(L_65, L_60, L_61, L_62, L_64, NULL);
__this->___m_DBufferRenderPass = L_65;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DBufferRenderPass), (void*)L_65);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:435>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_66 = __this->___m_DecalEntityManager;
DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378* L_67 = (DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378*)il2cpp_codegen_object_new(DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378_il2cpp_TypeInfo_var);
DecalDrawFowardEmissiveSystem__ctor_m8E4DED025617608225B7BFC2AAAF5BF568D092F8(L_67, L_66, NULL);
__this->___m_DecalDrawForwardEmissiveSystem = L_67;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalDrawForwardEmissiveSystem), (void*)L_67);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:436>
DecalDrawFowardEmissiveSystem_t3A7F6E2F427E996F5E6FF6073ED0DD97921FD378* L_68 = __this->___m_DecalDrawForwardEmissiveSystem;
DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9* L_69 = (DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9*)il2cpp_codegen_object_new(DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9_il2cpp_TypeInfo_var);
DecalForwardEmissivePass__ctor_m8E2AEDB39E8A7CEA72CA8C1EE8C9A72A44030699(L_69, L_68, NULL);
__this->___m_ForwardEmissivePass = L_69;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ForwardEmissivePass), (void*)L_69);
}
IL_022b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:441>
__this->___m_RecreateSystems = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:442>
return (bool)1;
}
}
// Method Definition Index: 34300
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalRendererFeature_OnCameraPreCull_mFB85B108D11539896406C4300FCA0A7CD9289FD2 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___1_cameraData, const RuntimeMethod* method)
{
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:448>
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_0 = ___1_cameraData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E L_1 = (*(CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)L_0);
V_0 = L_1;
int32_t* L_2;
L_2 = CameraData_get_cameraType_mE4973B5A8E3E2CE0C87AF6149B3F7629AE0879E6((&V_0), NULL);
int32_t L_3 = *((int32_t*)L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)4))))
{
goto IL_0013;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:449>
return;
}
IL_0013:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:451>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_4 = ___0_renderer;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_5 = ___1_cameraData;
bool L_6;
L_6 = DecalRendererFeature_RecreateSystemsIfNeeded_m4C11DC61FC722F6D23FF9C9029E5925DDCF6BA78(__this, L_4, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:452>
if (L_6)
{
goto IL_001e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:453>
return;
}
IL_001e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:457>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_7 = __this->___m_DecalEntityManager;
NullCheck(L_7);
DecalEntityManager_Update_mDCE8CDF07E499154DFE7078175B0CB815D497B11(L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:460>
DecalUpdateCachedSystem_tE54DF723671C1BB35856878DBEC0A7B454E127B6* L_8 = __this->___m_DecalUpdateCachedSystem;
NullCheck(L_8);
DecalUpdateCachedSystem_Execute_m49D9D4B18FA9A672E5687FE2535556788AD8040E(L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:462>
bool L_9;
L_9 = DecalRendererFeature_get_intermediateRendering_mA32621126D368BAFFBA7636AD2A525F5D42A7FBC(__this, NULL);
if (!L_9)
{
goto IL_0058;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:464>
DecalUpdateCullingGroupSystem_t73FB1167667D8FAED3C38AF3E308A1E717E2C7D2* L_10 = __this->___m_DecalUpdateCullingGroupSystem;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_11 = ___1_cameraData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E L_12 = (*(CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)L_11);
V_0 = L_12;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_13;
L_13 = CameraData_get_camera_mA3084B19BBF03DF4E59402E021A74016AC808B01((&V_0), NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_14 = *((Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)L_13);
NullCheck(L_10);
DecalUpdateCullingGroupSystem_Execute_m32F1635D3DB3CCEF80270C2FD0721BD5E5ECA965(L_10, L_14, NULL);
goto IL_00a9;
}
IL_0058:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:468>
DecalSkipCulledSystem_tBE639384B2E60736F4BD7E7A5DC71A9F8AF84B1C* L_15 = __this->___m_DecalSkipCulledSystem;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_16 = ___1_cameraData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E L_17 = (*(CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)L_16);
V_0 = L_17;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_18;
L_18 = CameraData_get_camera_mA3084B19BBF03DF4E59402E021A74016AC808B01((&V_0), NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_19 = *((Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)L_18);
NullCheck(L_15);
DecalSkipCulledSystem_Execute_m5CD567108A793D03C5E994A9F635ACC874F602D0(L_15, L_19, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:469>
DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA* L_20 = __this->___m_DecalCreateDrawCallSystem;
NullCheck(L_20);
DecalCreateDrawCallSystem_Execute_m9065BD8BC60D5F12697E2F7C8B803E484A759BC8(L_20, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:471>
int32_t L_21 = __this->___m_Technique;
if ((!(((uint32_t)L_21) == ((uint32_t)2))))
{
goto IL_0094;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:473>
DecalDrawScreenSpaceSystem_t6851B844B1C2A2DEF28F0D4AE9BDB03C86BCB69E* L_22 = __this->___m_DecalDrawScreenSpaceSystem;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_23 = ___1_cameraData;
NullCheck(L_22);
DecalDrawSystem_Execute_mDB6BC88981DC6AF9CCEAF4B2B3A3FC841484C031(L_22, L_23, NULL);
goto IL_00a9;
}
IL_0094:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:475>
int32_t L_24 = __this->___m_Technique;
if ((!(((uint32_t)L_24) == ((uint32_t)3))))
{
goto IL_00a9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:477>
DecalDrawGBufferSystem_t4520A37A2689CDF89893A02977EEC7F0701F796D* L_25 = __this->___m_DrawGBufferSystem;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_26 = ___1_cameraData;
NullCheck(L_25);
DecalDrawSystem_Execute_mDB6BC88981DC6AF9CCEAF4B2B3A3FC841484C031(L_25, L_26, NULL);
}
IL_00a9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:481>
DecalDrawErrorSystem_tBFEB031E49B33054C1378119DBFC83DDCBBD9837* L_27 = __this->___m_DrawErrorSystem;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_28 = ___1_cameraData;
NullCheck(L_27);
DecalDrawSystem_Execute_mDB6BC88981DC6AF9CCEAF4B2B3A3FC841484C031(L_27, L_28, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:482>
return;
}
}
// Method Definition Index: 34301
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalRendererFeature_AddRenderPasses_m30589705B547C9C0FD494B708F5F002159EDAA21 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:487>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_1 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_0->___cameraData);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = UniversalRenderer_IsOffscreenDepthTexture_mECE28F96C401B7ED9904728B4148658FE26C4FE2(L_1, NULL);
if (!L_2)
{
goto IL_000e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:488>
return;
}
IL_000e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:490>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_3 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_4 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_3->___cameraData);
int32_t* L_5;
L_5 = CameraData_get_cameraType_mE4973B5A8E3E2CE0C87AF6149B3F7629AE0879E6(L_4, NULL);
int32_t L_6 = *((int32_t*)L_5);
if ((!(((uint32_t)L_6) == ((uint32_t)4))))
{
goto IL_002a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:492>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_7 = ___0_renderer;
DecalPreviewPass_tC8F131FA3853246D09707D85C52494D16B6116B5* L_8 = __this->___m_DecalPreviewPass;
NullCheck(L_7);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_7, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:493>
return;
}
IL_002a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:496>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_9 = ___0_renderer;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_10 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_11 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_10->___cameraData);
bool L_12;
L_12 = DecalRendererFeature_RecreateSystemsIfNeeded_m4C11DC61FC722F6D23FF9C9029E5925DDCF6BA78(__this, L_9, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:497>
if (L_12)
{
goto IL_003a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:498>
return;
}
IL_003a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:502>
bool L_13;
L_13 = DecalRendererFeature_get_intermediateRendering_mA32621126D368BAFFBA7636AD2A525F5D42A7FBC(__this, NULL);
if (!L_13)
{
goto IL_0058;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:504>
DecalUpdateCulledSystem_t772328A4933CE3C08E3712729DBADF0C07CEC67F* L_14 = __this->___m_DecalUpdateCulledSystem;
NullCheck(L_14);
DecalUpdateCulledSystem_Execute_mC9AB16C84C382BE4D114FE4129493C2A5C75234F(L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:505>
DecalCreateDrawCallSystem_tD9FCA6DDC386309EBF5C2D737D458A33E7EAF6DA* L_15 = __this->___m_DecalCreateDrawCallSystem;
NullCheck(L_15);
DecalCreateDrawCallSystem_Execute_m9065BD8BC60D5F12697E2F7C8B803E484A759BC8(L_15, NULL);
}
IL_0058:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:508>
int32_t L_16 = __this->___m_Technique;
if ((!(((uint32_t)L_16) == ((uint32_t)1))))
{
goto IL_0094;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:510>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_17 = ___0_renderer;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:511>
NullCheck(((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)IsInstSealed((RuntimeObject*)L_17, UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var)));
bool L_18;
L_18 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)IsInstSealed((RuntimeObject*)L_17, UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var)), NULL);
if (!L_18)
{
goto IL_007c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:513>
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_19 = __this->___m_CopyDepthPass;
NullCheck(L_19);
CopyDepthPass_set_CopyToDepth_mF2F24BDBE3DA669FFCDAB890D1DBB387405A963C_inline(L_19, (bool)0, NULL);
goto IL_0094;
}
IL_007c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:517>
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_20 = __this->___m_CopyDepthPass;
NullCheck(L_20);
CopyDepthPass_set_CopyToDepth_mF2F24BDBE3DA669FFCDAB890D1DBB387405A963C_inline(L_20, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:518>
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_21 = __this->___m_CopyDepthPass;
NullCheck(L_21);
CopyDepthPass_set_MsaaSamples_mE86AA6AF92C2B0E809DD62702CF9E5DE827831B9_inline(L_21, 1, NULL);
}
IL_0094:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:522>
int32_t L_22 = __this->___m_Technique;
V_0 = L_22;
int32_t L_23 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, 1)))
{
case 0:
{
goto IL_00db;
}
case 1:
{
goto IL_00b0;
}
case 2:
{
goto IL_00bd;
}
}
}
{
return;
}
IL_00b0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:525>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_24 = ___0_renderer;
DecalScreenSpaceRenderPass_tA23A972765D97DFA9A20665DD1D4E3F4DF339016* L_25 = __this->___m_ScreenSpaceDecalRenderPass;
NullCheck(L_24);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_24, L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:526>
return;
}
IL_00bd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:528>
DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4* L_26 = __this->___m_GBufferRenderPass;
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_27 = __this->___m_DeferredLights;
NullCheck(L_26);
DecalGBufferRenderPass_Setup_m9394FE80F88C9A5DBB5E1901D5B98344C668D081_inline(L_26, L_27, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:529>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_28 = ___0_renderer;
DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4* L_29 = __this->___m_GBufferRenderPass;
NullCheck(L_28);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_28, L_29, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:530>
return;
}
IL_00db:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:532>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_30 = ___0_renderer;
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_31 = __this->___m_CopyDepthPass;
NullCheck(L_30);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_30, L_31, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:533>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_32 = ___0_renderer;
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* L_33 = __this->___m_DBufferRenderPass;
NullCheck(L_32);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_32, L_33, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:534>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_34 = ___0_renderer;
DecalForwardEmissivePass_t9C18488945B9FD7A0B3A20FBACC5DEAD39D9C5B9* L_35 = __this->___m_ForwardEmissivePass;
NullCheck(L_34);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_34, L_35, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:537>
return;
}
}
// Method Definition Index: 34302
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecalRendererFeature_SupportsNativeRenderPass_mC6A90E0193514151506CF78F9B79594FF6FEDA92 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:541>
int32_t L_0 = __this->___m_Technique;
if ((((int32_t)L_0) == ((int32_t)3)))
{
goto IL_0013;
}
}
{
int32_t L_1 = __this->___m_Technique;
return (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0);
}
IL_0013:
{
return (bool)1;
}
}
// Method Definition Index: 34303
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalRendererFeature_SetupRenderPasses_mB74219E36D9FC7E36A88374A6F1658E0519C5766 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* V_0 = NULL;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:551>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_0 = ___0_renderer;
NullCheck(L_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1;
L_1 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_0, NULL);
if (L_1)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:552>
return;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:554>
int32_t L_2 = __this->___m_Technique;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_00aa;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:556>
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* L_3 = __this->___m_DBufferRenderPass;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_4 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_5 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_4->___cameraData);
NullCheck(L_3);
DBufferRenderPass_Setup_mB9F9129007C95E0ACA53EC78A11A6E36242C66A2(L_3, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:558>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_6 = ___0_renderer;
V_0 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)IsInstSealed((RuntimeObject*)L_6, UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:559>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_7 = V_0;
NullCheck(L_7);
bool L_8;
L_8 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(L_7, NULL);
if (!L_8)
{
goto IL_0064;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:561>
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* L_9 = __this->___m_DBufferRenderPass;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_10 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_11 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_10->___cameraData);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_12 = ___0_renderer;
NullCheck(L_12);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13;
L_13 = ScriptableRenderer_get_cameraDepthTargetHandle_m105A4BA47F734199554838F588A5101E2591988E(L_12, NULL);
NullCheck(L_9);
DBufferRenderPass_Setup_m2DD3245F004EB47147D3AB5EC4D0701E4302CB0F(L_9, L_11, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:563>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:564>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:565>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:566>
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_14 = __this->___m_CopyDepthPass;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_15 = ___0_renderer;
NullCheck(L_15);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16;
L_16 = ScriptableRenderer_get_cameraDepthTargetHandle_m105A4BA47F734199554838F588A5101E2591988E(L_15, NULL);
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_17 = V_0;
NullCheck(L_17);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = L_17->___m_DepthTexture;
NullCheck(L_14);
CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41(L_14, L_16, L_18, NULL);
return;
}
IL_0064:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:570>
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* L_19 = __this->___m_DBufferRenderPass;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_20 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_21 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_20->___cameraData);
NullCheck(L_19);
DBufferRenderPass_Setup_mB9F9129007C95E0ACA53EC78A11A6E36242C66A2(L_19, L_21, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:572>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:573>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:574>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:575>
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_22 = __this->___m_CopyDepthPass;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_23 = V_0;
NullCheck(L_23);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24 = L_23->___m_DepthTexture;
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* L_25 = __this->___m_DBufferRenderPass;
NullCheck(L_25);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26;
L_26 = DBufferRenderPass_get_dBufferDepth_m12942D14EA190FF67A70DB8985C58D217480025C_inline(L_25, NULL);
NullCheck(L_22);
CopyDepthPass_Setup_mF694F64619830AECA80CF584861DA8D0A0EFDC41(L_22, L_24, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:576>
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_27 = __this->___m_CopyDepthPass;
NullCheck(L_27);
CopyDepthPass_set_CopyToDepth_mF2F24BDBE3DA669FFCDAB890D1DBB387405A963C_inline(L_27, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:577>
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_28 = __this->___m_CopyDepthPass;
NullCheck(L_28);
CopyDepthPass_set_MsaaSamples_mE86AA6AF92C2B0E809DD62702CF9E5DE827831B9_inline(L_28, 1, NULL);
return;
}
IL_00aa:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:580>
int32_t L_29 = __this->___m_Technique;
if ((!(((uint32_t)L_29) == ((uint32_t)3))))
{
goto IL_00df;
}
}
{
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_30 = __this->___m_DeferredLights;
NullCheck(L_30);
bool L_31;
L_31 = DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline(L_30, NULL);
if (!L_31)
{
goto IL_00df;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:583>
DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4* L_32 = __this->___m_GBufferRenderPass;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_33 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E L_34 = L_33->___cameraData;
V_1 = L_34;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_35;
L_35 = CameraData_get_cameraTargetDescriptor_mC199E27390A4D33338FCDC3ADC4ECFD3F7BE2761((&V_1), NULL);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_36 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_35);
NullCheck(L_32);
VirtualActionInvoker2< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 >::Invoke(7, L_32, (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL, L_36);
}
IL_00df:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:586>
return;
}
}
// Method Definition Index: 34304
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalRendererFeature_Dispose_m35C8C404050AE4443B62A6BF909EE22241D15781 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, bool ___0_disposing, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* G_B2_0 = NULL;
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* G_B1_0 = NULL;
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* G_B5_0 = NULL;
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* G_B4_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:591>
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* L_0 = __this->___m_DBufferRenderPass;
DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
G_B1_0 = L_1;
}
{
goto IL_0011;
}
IL_000c:
{
NullCheck(G_B2_0);
DBufferRenderPass_Dispose_m73F41EFE5EB17E62F6656B7D19648F76D8FE1239(G_B2_0, NULL);
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:592>
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_2 = __this->___m_CopyDepthPass;
DBufferCopyDepthPass_tAEDCCD229ABB126502B8FA26985E5FCDC40B20F5* L_3 = L_2;
if (L_3)
{
G_B5_0 = L_3;
goto IL_001d;
}
G_B4_0 = L_3;
}
{
goto IL_0022;
}
IL_001d:
{
NullCheck(G_B5_0);
CopyDepthPass_Dispose_m99D4A610892C3DAE95601E042ABB4687CACE128B(G_B5_0, NULL);
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:594>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = __this->___m_DBufferClearMaterial;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:596>
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_5 = __this->___m_DecalEntityManager;
if (!L_5)
{
goto IL_004c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:598>
__this->___m_DecalEntityManager = (DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DecalEntityManager), (void*)(DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:599>
il2cpp_codegen_runtime_class_init_inline(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* L_6;
L_6 = DecalRendererFeature_get_sharedDecalEntityManager_m40E27F3BFD2D84F47B48221A07AF7AA21DE86D0E_inline(NULL);
DecalEntityManager_tDA689202786946588782A67EF3F0B0D9121C294A* L_7 = __this->___m_DecalEntityManager;
NullCheck(L_6);
SharedDecalEntityManager_Release_mDF9307DFCE36208911BF3F36FE410DDACBD12C7E(L_6, L_7, NULL);
}
IL_004c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:601>
return;
}
}
// Method Definition Index: 34305
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalRendererFeature_ChangeAdaptivePerformanceDrawDistances_m192D9817282CE0E3A86F51E0ABC086CA3AE92B92 (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:619>
return;
}
}
// Method Definition Index: 34306
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalRendererFeature__ctor_m7F3B813FB5DCF501884D969CBC3FD7D41096F6DE (DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:185>
DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC* L_0 = (DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC*)il2cpp_codegen_object_new(DecalSettings_t284DBCC5A3CE75296C077F83280E4C53B73EB5FC_il2cpp_TypeInfo_var);
DecalSettings__ctor_mF50A64EE4B8C4C385F32EF360DC31A5685A9956C(L_0, NULL);
__this->___m_Settings = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings), (void*)L_0);
ScriptableRendererFeature__ctor_mA05EC9569A5DCF48CDD98E1FC5838857E2C4C001(__this, NULL);
return;
}
}
// Method Definition Index: 34307
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalRendererFeature__cctor_mF14AD70DE950D19D082AC0FC40C479F30451E985 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:182>
SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* L_0 = (SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD*)il2cpp_codegen_object_new(SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD_il2cpp_TypeInfo_var);
SharedDecalEntityManager__ctor_m3980501329D7CA818F35B65802C222C06D9A9BAA(L_0, NULL);
((DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_StaticFields*)il2cpp_codegen_static_fields_for(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var))->___U3CsharedDecalEntityManagerU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_StaticFields*)il2cpp_codegen_static_fields_for(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var))->___U3CsharedDecalEntityManagerU3Ek__BackingField), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34308
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowMultipleRendererFeature_set_customTitle_m3FE10FA8966D2FB14B8B9438F8AA43EE8DB6FAC9 (DisallowMultipleRendererFeature_tCAAD3D9755F96F836BD37A45FCB473D12F2049C6* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DisallowMultipleRendererFeature.cs:14>
String_t* L_0 = ___0_value;
__this->___U3CcustomTitleU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcustomTitleU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 34309
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DisallowMultipleRendererFeature_get_customTitle_m206106D8C9A4C4740CF01C0F16F4385C681AD03E (DisallowMultipleRendererFeature_tCAAD3D9755F96F836BD37A45FCB473D12F2049C6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DisallowMultipleRendererFeature.cs:14>
String_t* L_0 = __this->___U3CcustomTitleU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34310
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowMultipleRendererFeature__ctor_mA383D059ADF94E078A20CC589FC0069518E8B7B2 (DisallowMultipleRendererFeature_tCAAD3D9755F96F836BD37A45FCB473D12F2049C6* __this, String_t* ___0_customTitle, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DisallowMultipleRendererFeature.cs:20>
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DisallowMultipleRendererFeature.cs:22>
String_t* L_0 = ___0_customTitle;
DisallowMultipleRendererFeature_set_customTitle_m3FE10FA8966D2FB14B8B9438F8AA43EE8DB6FAC9_inline(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DisallowMultipleRendererFeature.cs:23>
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: 34311
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenPassRendererFeature_Create_mAB6FEB8C2C9FA663A68EA375D7B09400E3F893CE (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:73>
String_t* L_0;
L_0 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* L_1 = (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA*)il2cpp_codegen_object_new(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
FullScreenRenderPass__ctor_m837524BD6A47C930B18297948FB1EF680ADCB5AC(L_1, L_0, NULL);
__this->___m_FullScreenPass = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FullScreenPass), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:74>
return;
}
}
// Method Definition Index: 34312
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FullScreenPassRendererFeature_RequireRenderingLayers_m3795CA16B3272AE7D5C8D50139E9EFB9B72892E2 (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, bool ___0_isDeferred, bool ___1_needsGBufferAccurateNormals, int32_t* ___2_atEvent, int32_t* ___3_maskSize, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:78>
int32_t* L_0 = ___2_atEvent;
*((int32_t*)L_0) = (int32_t)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:79>
int32_t* L_1 = ___3_maskSize;
*((int32_t*)L_1) = (int32_t)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:80>
return (bool)0;
}
}
// Method Definition Index: 34313
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenPassRendererFeature_AddRenderPasses_mDCE692264CEAF67C391783F7FD1430D58291A81B (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CEFCD3A1C24A7A0B78BEF6B7FD124C7276CFDD2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral681E80DB4E3C38EBDB37217ED7B53254A8271A12);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:86>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:87>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:88>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_1 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_0->___cameraData);
int32_t* L_2;
L_2 = CameraData_get_cameraType_mE4973B5A8E3E2CE0C87AF6149B3F7629AE0879E6(L_1, NULL);
int32_t L_3 = *((int32_t*)L_2);
if ((((int32_t)L_3) == ((int32_t)4)))
{
goto IL_002c;
}
}
{
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_4 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_5 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_4->___cameraData);
int32_t* L_6;
L_6 = CameraData_get_cameraType_mE4973B5A8E3E2CE0C87AF6149B3F7629AE0879E6(L_5, NULL);
int32_t L_7 = *((int32_t*)L_6);
if ((((int32_t)L_7) == ((int32_t)((int32_t)16))))
{
goto IL_002c;
}
}
{
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_8 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_9 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_8->___cameraData);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_10;
L_10 = UniversalRenderer_IsOffscreenDepthTexture_mECE28F96C401B7ED9904728B4148658FE26C4FE2(L_9, NULL);
if (!L_10)
{
goto IL_002d;
}
}
IL_002c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:89>
return;
}
IL_002d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:91>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = __this->___passMaterial;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_12;
L_12 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_12)
{
goto IL_0055;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:93>
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_13;
String_t* L_15;
L_15 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_15);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_15);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarningFormat_mD8224DEBCB6050F4E2BF55151F0C6A29B87DEFBC(_stringLiteral2CEFCD3A1C24A7A0B78BEF6B7FD124C7276CFDD2, L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:94>
return;
}
IL_0055:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:97>
int32_t L_16 = __this->___passIndex;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_0071;
}
}
{
int32_t L_17 = __this->___passIndex;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18 = __this->___passMaterial;
NullCheck(L_18);
int32_t L_19;
L_19 = Material_get_passCount_m7BA071AFFA34DC3E49B56A16CB8B098566BDE765(L_18, NULL);
if ((((int32_t)L_17) < ((int32_t)L_19)))
{
goto IL_008b;
}
}
IL_0071:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:99>
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = L_20;
String_t* L_22;
L_22 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_22);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarningFormat_mD8224DEBCB6050F4E2BF55151F0C6A29B87DEFBC(_stringLiteral681E80DB4E3C38EBDB37217ED7B53254A8271A12, L_21, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:100>
return;
}
IL_008b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:103>
FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* L_23 = __this->___m_FullScreenPass;
int32_t L_24 = __this->___injectionPoint;
NullCheck(L_23);
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(L_23, L_24, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:104>
FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* L_25 = __this->___m_FullScreenPass;
int32_t L_26 = __this->___requirements;
NullCheck(L_25);
ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline(L_25, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:105>
FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* L_27 = __this->___m_FullScreenPass;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_28 = __this->___passMaterial;
int32_t L_29 = __this->___passIndex;
bool L_30 = __this->___fetchColorBuffer;
bool L_31 = __this->___bindDepthStencilAttachment;
NullCheck(L_27);
FullScreenRenderPass_SetupMembers_m88C8C9C55FB8FD4866FB211A69D909871F89D456(L_27, L_28, L_29, L_30, L_31, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:107>
FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* L_32 = __this->___m_FullScreenPass;
bool L_33 = __this->___fetchColorBuffer;
NullCheck(L_32);
ScriptableRenderPass_set_requiresIntermediateTexture_m148E04B5EED5457E979C6EFAA710E683A56FDF8E_inline(L_32, L_33, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:109>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_34 = ___0_renderer;
FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* L_35 = __this->___m_FullScreenPass;
NullCheck(L_34);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_34, L_35, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:110>
return;
}
}
// Method Definition Index: 34314
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenPassRendererFeature_Dispose_m81244EA87C8CFC0177923C9E6FDBB7DCCE77FC0B (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, bool ___0_disposing, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:115>
FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* L_0 = __this->___m_FullScreenPass;
NullCheck(L_0);
FullScreenRenderPass_Dispose_mD0E5110F3C07E6714F7267421958024A5A13269D(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:116>
return;
}
}
// Method Definition Index: 34315
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenPassRendererFeature_UpgradeIfNeeded_mCCB1944AEFC96FC5CDD1C550BB4D706412C10157 (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:61>
return;
}
}
// Method Definition Index: 34316
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenPassRendererFeature_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize_mB12495D1BCA034A9A35048E58FB5F7A1DFAA3805 (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:67>
int32_t L_0 = __this->___m_Version;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0010;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:68>
__this->___m_Version = 1;
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:69>
return;
}
}
// Method Definition Index: 34317
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenPassRendererFeature_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize_m6EC23630FD41471158ED46AA70845B9BE12613C3 (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:76>
int32_t L_0 = __this->___m_Version;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0010;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:77>
__this->___m_Version = 0;
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:79>
FullScreenPassRendererFeature_UpgradeIfNeeded_mCCB1944AEFC96FC5CDD1C550BB4D706412C10157(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:80>
return;
}
}
// Method Definition Index: 34318
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenPassRendererFeature__ctor_m230A8D33B04E1D18BE7577EB7A3398FD95B8B4C4 (FullScreenPassRendererFeature_t658D4853FA7FE7C1538FC91AB0065344425C1E21* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:37>
__this->___injectionPoint = ((int32_t)600);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:44>
__this->___fetchColorBuffer = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.migration.cs:27>
__this->___m_Version = (-1);
ScriptableRendererFeature__ctor_mA05EC9569A5DCF48CDD98E1FC5838857E2C4C001(__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
// Method Definition Index: 34319
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass__ctor_m837524BD6A47C930B18297948FB1EF680ADCB5AC (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, String_t* ___0_passName, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:128>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:130>
String_t* L_0 = ___0_passName;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_1, L_0, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:131>
return;
}
}
// Method Definition Index: 34320
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_SetupMembers_m88C8C9C55FB8FD4866FB211A69D909871F89D456 (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, int32_t ___1_passIndex, bool ___2_fetchActiveColor, bool ___3_bindDepthStencilAttachment, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:135>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ___0_material;
__this->___m_Material = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Material), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:136>
int32_t L_1 = ___1_passIndex;
__this->___m_PassIndex = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:137>
bool L_2 = ___2_fetchActiveColor;
__this->___m_FetchActiveColor = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:138>
bool L_3 = ___3_bindDepthStencilAttachment;
__this->___m_BindDepthStencilAttachment = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:139>
return;
}
}
// Method Definition Index: 34321
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_OnCameraSetup_mB82DFD8C82D11ABBA279D94F3BA769DF53C07A52 (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:148>
ScriptableRenderPass_ResetTarget_m72FDC62EA0D61FC897421DC931E1FC5C14CC4B5C(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:151>
bool L_0 = __this->___m_FetchActiveColor;
if (!L_0)
{
goto IL_0024;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:152>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_1 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_2 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_1->___cameraData);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_3;
L_3 = CameraData_get_cameraTargetDescriptor_mC199E27390A4D33338FCDC3ADC4ECFD3F7BE2761(L_2, NULL);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_4 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_3);
FullScreenRenderPass_ReAllocate_mA2F2AA1185E54C08B036D488B1922E84D49F27E4(__this, L_4, NULL);
}
IL_0024:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:153>
return;
}
}
// Method Definition Index: 34322
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_ReAllocate_mA2F2AA1185E54C08B036D488B1922E84D49F27E4 (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_desc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74266E390E77AE13EB2F526FD957CE39B3483203);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:157>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&___0_desc), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:158>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&___0_desc), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:159>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_0 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_CopiedColor);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_1;
L_1 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_0, (&___0_desc), 0, 0, 1, (0.0f), _stringLiteral74266E390E77AE13EB2F526FD957CE39B3483203, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:160>
return;
}
}
// Method Definition Index: 34323
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_Dispose_mD0E5110F3C07E6714F7267421958024A5A13269D (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, const RuntimeMethod* method)
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B2_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B1_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:164>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_CopiedColor;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* 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);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B2_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:165>
return;
}
}
// Method Definition Index: 34324
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_ExecuteCopyColorPass_m1953FCF265FF228E429CA5B546FD141C32D5CC3F (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTexture, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:169>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_0 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___1_sourceTexture;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2;
memset((&L_2), 0, sizeof(L_2));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_2), (1.0f), (1.0f), (0.0f), (0.0f), NULL);
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mFAA916422013EF3F51B65D797AC98208CA4305C1(L_0, L_1, L_2, (0.0f), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:170>
return;
}
}
// Method Definition Index: 34325
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_ExecuteMainPass_m31C5F45E461202858ED35F0D4753294BE15A88EB (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTexture, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, int32_t ___3_passIndex, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:174>
il2cpp_codegen_runtime_class_init_inline(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = ((FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_StaticFields*)il2cpp_codegen_static_fields_for(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var))->___s_SharedPropertyBlock;
NullCheck(L_0);
MaterialPropertyBlock_Clear_m83CE1CC476A80F162FC89DBF6C2C78659B6E1253(L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:175>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___1_sourceTexture;
if (!L_1)
{
goto IL_0022;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:176>
il2cpp_codegen_runtime_class_init_inline(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_2 = ((FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_StaticFields*)il2cpp_codegen_static_fields_for(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var))->___s_SharedPropertyBlock;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_3 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___blitTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = ___1_sourceTexture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5;
L_5 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_4, NULL);
NullCheck(L_2);
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_2, L_3, L_5, NULL);
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:179>
il2cpp_codegen_runtime_class_init_inline(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_6 = ((FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_StaticFields*)il2cpp_codegen_static_fields_for(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var))->___s_SharedPropertyBlock;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_7 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___blitScaleBias;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), (1.0f), (1.0f), (0.0f), (0.0f), NULL);
NullCheck(L_6);
MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_6, L_7, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:181>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9 = ___0_cmd;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_10;
L_10 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = ___2_material;
int32_t L_12 = ___3_passIndex;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_13 = ((FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_StaticFields*)il2cpp_codegen_static_fields_for(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var))->___s_SharedPropertyBlock;
NullCheck(L_9);
RasterCommandBuffer_DrawProcedural_m54031CCE6CA11C2EB6CBBEA42F9D6904A3673582(L_9, L_10, L_11, L_12, 0, 3, 1, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:182>
return;
}
}
// Method Definition Index: 34326
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_Execute_m1C24BD14F6B7D25CCD3BC260A54EFD9247BC92ED (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* V_0 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_1 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_2;
memset((&V_2), 0, sizeof(V_2));
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* V_3 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B8_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B7_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B9_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B9_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:187>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_1 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_0->___cameraData);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:188>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_2 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_3;
L_3 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_2, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_3);
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:190>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = V_1;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_6;
L_6 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_2), L_5, L_6, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00b4:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_2), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:192>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = V_1;
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_8;
L_8 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_7, NULL);
V_3 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:193>
bool L_9 = __this->___m_FetchActiveColor;
if (!L_9)
{
goto IL_004e_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:195>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = V_1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = __this->___m_CopiedColor;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetRenderTarget_mF4745C7C50C72F6D3C0593706BE2611651583873(L_10, L_11, 0, 0, (-1), (-1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:196>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_12 = V_3;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_13 = V_0;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_14;
L_14 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_13, NULL);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_15 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_14);
NullCheck(L_15);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16;
L_16 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_15, NULL);
il2cpp_codegen_runtime_class_init_inline(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
FullScreenRenderPass_ExecuteCopyColorPass_m1953FCF265FF228E429CA5B546FD141C32D5CC3F(L_12, L_16, NULL);
}
IL_004e_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:199>
bool L_17 = __this->___m_BindDepthStencilAttachment;
if (!L_17)
{
goto IL_0079_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:200>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = V_1;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_19 = V_0;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_20;
L_20 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_19, NULL);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_21 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_20);
NullCheck(L_21);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_22;
L_22 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_21, NULL);
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_23 = V_0;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_24;
L_24 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_23, NULL);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_25 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_24);
NullCheck(L_25);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26;
L_26 = ScriptableRenderer_get_cameraDepthTargetHandle_m105A4BA47F734199554838F588A5101E2591988E(L_25, NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetRenderTarget_m679F166E79101FD56D0B3F899A76FEB54C27A9B9(L_18, L_22, L_26, 0, (-1), (-1), NULL);
goto IL_008f_1;
}
IL_0079_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:202>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_27 = V_1;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_28 = V_0;
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_29;
L_29 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_28, NULL);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_30 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_29);
NullCheck(L_30);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_31;
L_31 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_30, NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetRenderTarget_mF4745C7C50C72F6D3C0593706BE2611651583873(L_27, L_31, 0, 0, (-1), (-1), NULL);
}
IL_008f_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:204>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_32 = V_3;
bool L_33 = __this->___m_FetchActiveColor;
if (L_33)
{
G_B8_0 = L_32;
goto IL_009b_1;
}
G_B7_0 = L_32;
}
{
G_B9_0 = ((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)(NULL));
G_B9_1 = G_B7_0;
goto IL_00a1_1;
}
IL_009b_1:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_34 = __this->___m_CopiedColor;
G_B9_0 = L_34;
G_B9_1 = G_B8_0;
}
IL_00a1_1:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35 = __this->___m_Material;
int32_t L_36 = __this->___m_PassIndex;
il2cpp_codegen_runtime_class_init_inline(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
FullScreenRenderPass_ExecuteMainPass_m31C5F45E461202858ED35F0D4753294BE15A88EB(G_B9_1, G_B9_0, L_35, L_36, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:205>
goto IL_00c2;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00c2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:206>
return;
}
}
// Method Definition Index: 34327
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass_RecordRenderGraph_mF3A37C1D99C186AE909132338D9BC263CF72B063 (FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisCopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F_m0317F76833EFAA17B1AD066FF93B390D73A57B44_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisMainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED_m751B139DD916053B9B41E51443D2F84E12900D72_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisCopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F_mD26AF9FEFDA3C481C675429D6442BC32A9AE62A6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisMainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED_mE15A790859DA9D45B4FEF71547065A8EF4553941_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRecordRenderGraphU3Eb__14_0_m6FFD7C8E55817CB9C7F545A1EA24B16427C79AE5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRecordRenderGraphU3Eb__14_1_mA14494539CE6217FBEC2DBD3DA93A8766D11F062_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01168A43658DB50DEE474B303FF18964F0EF2BBC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15D36338EDABEDBCF7ED8917A233F3B382079984);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC033304597AEDC3AAF17A0AA96255BEC236390F);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_2;
memset((&V_2), 0, sizeof(V_2));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_3;
memset((&V_3), 0, sizeof(V_3));
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_4;
memset((&V_4), 0, sizeof(V_4));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_5;
memset((&V_5), 0, sizeof(V_5));
RuntimeObject* V_6 = NULL;
CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F* V_7 = NULL;
RuntimeObject* V_8 = NULL;
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* V_9 = NULL;
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* G_B4_0 = NULL;
RuntimeObject* G_B4_1 = NULL;
BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* G_B28_0 = NULL;
RuntimeObject* G_B28_1 = NULL;
BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* G_B27_0 = NULL;
RuntimeObject* G_B27_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:210>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = ___1_frameData;
NullCheck(L_0);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_1;
L_1 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_0, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:211>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = ___1_frameData;
NullCheck(L_2);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3;
L_3 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_2, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:217>
bool L_4 = __this->___m_FetchActiveColor;
if (!L_4)
{
goto IL_00c7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:219>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_5 = ___0_renderGraph;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_6 = V_0;
NullCheck(L_6);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7;
L_7 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_6, NULL);
V_5 = L_7;
NullCheck(L_5);
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_8;
L_8 = RenderGraph_GetTextureDesc_m54CBA2F485C8E9A04A1C227ACC25D386949ECA51(L_5, (&V_5), NULL);
V_4 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:220>
(&V_4)->___name = _stringLiteral01168A43658DB50DEE474B303FF18964F0EF2BBC;
Il2CppCodeGenWriteBarrier((void**)(&(&V_4)->___name), (void*)_stringLiteral01168A43658DB50DEE474B303FF18964F0EF2BBC);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:221>
(&V_4)->___clearBuffer = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:223>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_9 = V_0;
NullCheck(L_9);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10;
L_10 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_9, NULL);
V_2 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:224>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_11 = ___0_renderGraph;
NullCheck(L_11);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_12;
L_12 = RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF(L_11, (&V_4), NULL);
V_3 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:226>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_13 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_14;
L_14 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_13);
RuntimeObject* L_15;
L_15 = RenderGraph_AddRasterRenderPass_TisCopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F_mD26AF9FEFDA3C481C675429D6442BC32A9AE62A6(L_13, _stringLiteralFC033304597AEDC3AAF17A0AA96255BEC236390F, (&V_7), L_14, _stringLiteral15D36338EDABEDBCF7ED8917A233F3B382079984, ((int32_t)226), RenderGraph_AddRasterRenderPass_TisCopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F_mD26AF9FEFDA3C481C675429D6442BC32A9AE62A6_RuntimeMethod_var);
V_6 = L_15;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00b7:
{
{
RuntimeObject* L_16 = V_6;
if (!L_16)
{
goto IL_00c2;
}
}
{
RuntimeObject* L_17 = V_6;
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_17);
}
IL_00c2:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:228>
CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F* L_18 = V_7;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_19 = V_2;
NullCheck(L_18);
L_18->___inputTexture = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:229>
RuntimeObject* L_20 = V_6;
CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F* L_21 = V_7;
NullCheck(L_21);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_22 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_21->___inputTexture);
NullCheck(L_20);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_20, L_22, 1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:231>
RuntimeObject* L_23 = V_6;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_24 = V_3;
NullCheck(L_23);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_23, L_24, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:233>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:234>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:235>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:236>
RuntimeObject* L_25 = V_6;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* L_26 = ((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9__14_0;
BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* L_27 = L_26;
if (L_27)
{
G_B4_0 = L_27;
G_B4_1 = L_25;
goto IL_00b0_1;
}
G_B3_0 = L_27;
G_B3_1 = L_25;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var);
U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8* L_28 = ((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* L_29 = (BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4*)il2cpp_codegen_object_new(BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m144E060FD00B4BF92461EF8305D0C90C1C5DE21F(L_29, L_28, (intptr_t)((void*)U3CU3Ec_U3CRecordRenderGraphU3Eb__14_0_m6FFD7C8E55817CB9C7F545A1EA24B16427C79AE5_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* L_30 = L_29;
((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9__14_0 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9__14_0), (void*)L_30);
G_B4_0 = L_30;
G_B4_1 = G_B3_1;
}
IL_00b0_1:
{
NullCheck(G_B4_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t95C8E3EA73391B58E7D473F9AA3A3206ABD30BC4* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisCopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F_m0317F76833EFAA17B1AD066FF93B390D73A57B44_RuntimeMethod_var, G_B4_1, G_B4_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:237>
goto IL_00c3;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00c3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:240>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_31 = V_3;
V_2 = L_31;
goto IL_00cd;
}
IL_00c7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:244>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_32;
L_32 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
V_2 = L_32;
}
IL_00cd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:247>
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_33 = V_0;
NullCheck(L_33);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_34;
L_34 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_33, NULL);
V_3 = L_34;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:250>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_35 = ___0_renderGraph;
String_t* L_36;
L_36 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_37;
L_37 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_35);
RuntimeObject* L_38;
L_38 = RenderGraph_AddRasterRenderPass_TisMainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED_mE15A790859DA9D45B4FEF71547065A8EF4553941(L_35, L_36, (&V_9), L_37, _stringLiteral15D36338EDABEDBCF7ED8917A233F3B382079984, ((int32_t)250), RenderGraph_AddRasterRenderPass_TisMainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED_mE15A790859DA9D45B4FEF71547065A8EF4553941_RuntimeMethod_var);
V_8 = L_38;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_023c:
{
{
RuntimeObject* L_39 = V_8;
if (!L_39)
{
goto IL_0247;
}
}
{
RuntimeObject* L_40 = V_8;
NullCheck(L_40);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_40);
}
IL_0247:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:252>
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* L_41 = V_9;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_42 = __this->___m_Material;
NullCheck(L_41);
L_41->___material = L_42;
Il2CppCodeGenWriteBarrier((void**)(&L_41->___material), (void*)L_42);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:253>
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* L_43 = V_9;
int32_t L_44 = __this->___m_PassIndex;
NullCheck(L_43);
L_43->___passIndex = L_44;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:255>
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* L_45 = V_9;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_46 = V_2;
NullCheck(L_45);
L_45->___inputTexture = L_46;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:257>
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* L_47 = V_9;
NullCheck(L_47);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_48 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_47->___inputTexture);
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_49;
L_49 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline(L_48, NULL);
if (!L_49)
{
goto IL_0133_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:258>
RuntimeObject* L_50 = V_8;
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* L_51 = V_9;
NullCheck(L_51);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_52 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&L_51->___inputTexture);
NullCheck(L_50);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_50, L_52, 1);
}
IL_0133_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:260>
int32_t L_53;
L_53 = ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:261>
int32_t L_54;
L_54 = ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline(__this, NULL);
V_10 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_54&1))) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:262>
int32_t L_55;
L_55 = ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline(__this, NULL);
V_11 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_55&8))) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:263>
int32_t L_56;
L_56 = ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline(__this, NULL);
V_12 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_56&2))) <= ((uint32_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:265>
if (!((!(((uint32_t)((int32_t)((int32_t)L_53&4))) <= ((uint32_t)0)))? 1 : 0))
{
goto IL_0186_1;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_57 = V_1;
NullCheck(L_57);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_58 = L_57->___renderer;
NullCheck(L_58);
bool L_59;
L_59 = VirtualFuncInvoker0< bool >::Invoke(7, L_58);
if (!L_59)
{
goto IL_0186_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:268>
RuntimeObject* L_60 = V_8;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_61 = V_0;
NullCheck(L_61);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_62;
L_62 = UniversalResourceData_get_cameraOpaqueTexture_m07EB866161296CE7BFC92E39707B486A58E466FC(L_61, NULL);
V_5 = L_62;
NullCheck(L_60);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_60, (&V_5), 1);
}
IL_0186_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:271>
bool L_63 = V_10;
if (!L_63)
{
goto IL_019c_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:274>
RuntimeObject* L_64 = V_8;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_65 = V_0;
NullCheck(L_65);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_66;
L_66 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_65, NULL);
V_5 = L_66;
NullCheck(L_64);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_64, (&V_5), 1);
}
IL_019c_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:277>
bool L_67 = V_11;
if (!L_67)
{
goto IL_01d1_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:281>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_68 = V_1;
NullCheck(L_68);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_69 = L_68->___renderer;
NullCheck(L_69);
bool L_70;
L_70 = VirtualFuncInvoker0< bool >::Invoke(6, L_69);
if (!L_70)
{
goto IL_01d1_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:284>
RuntimeObject* L_71 = V_8;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_72 = V_0;
NullCheck(L_72);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_73;
L_73 = UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22(L_72, NULL);
V_5 = L_73;
NullCheck(L_71);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_71, (&V_5), 1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:286>
RuntimeObject* L_74 = V_8;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_75 = V_0;
NullCheck(L_75);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_76;
L_76 = UniversalResourceData_get_motionVectorDepth_mC40565B1A67E7057259B73DB1E8ECBD9937E061A(L_75, NULL);
V_5 = L_76;
NullCheck(L_74);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_74, (&V_5), 1);
}
IL_01d1_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:290>
bool L_77 = V_12;
if (!L_77)
{
goto IL_01f4_1;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_78 = V_1;
NullCheck(L_78);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_79 = L_78->___renderer;
NullCheck(L_79);
bool L_80;
L_80 = VirtualFuncInvoker0< bool >::Invoke(8, L_79);
if (!L_80)
{
goto IL_01f4_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:293>
RuntimeObject* L_81 = V_8;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_82 = V_0;
NullCheck(L_82);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_83;
L_83 = UniversalResourceData_get_cameraNormalsTexture_mC20E493E8A5CEFE7866E1DD3A923B41CCAA67CBB(L_82, NULL);
V_5 = L_83;
NullCheck(L_81);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_81, (&V_5), 1);
}
IL_01f4_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:296>
RuntimeObject* L_84 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_85 = V_3;
NullCheck(L_84);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_84, L_85, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:298>
bool L_86 = __this->___m_BindDepthStencilAttachment;
if (!L_86)
{
goto IL_0214_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:299>
RuntimeObject* L_87 = V_8;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_88 = V_0;
NullCheck(L_88);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_89;
L_89 = UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296(L_88, NULL);
NullCheck(L_87);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_87, L_89, 2);
}
IL_0214_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:301>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:302>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:303>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:304>
RuntimeObject* L_90 = V_8;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* L_91 = ((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9__14_1;
BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* L_92 = L_91;
if (L_92)
{
G_B28_0 = L_92;
G_B28_1 = L_90;
goto IL_0235_1;
}
G_B27_0 = L_92;
G_B27_1 = L_90;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var);
U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8* L_93 = ((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* L_94 = (BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2*)il2cpp_codegen_object_new(BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m95EDEDF5C7D5E13082BED8791DAB7B5D779C9796(L_94, L_93, (intptr_t)((void*)U3CU3Ec_U3CRecordRenderGraphU3Eb__14_1_mA14494539CE6217FBEC2DBD3DA93A8766D11F062_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* L_95 = L_94;
((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9__14_1 = L_95;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9__14_1), (void*)L_95);
G_B28_0 = L_95;
G_B28_1 = G_B27_1;
}
IL_0235_1:
{
NullCheck(G_B28_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t20877777376BE3AE2A1686A20DABFF4B520E8EE2* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisMainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED_m751B139DD916053B9B41E51443D2F84E12900D72_RuntimeMethod_var, G_B28_1, G_B28_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:305>
goto IL_0248;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0248:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:306>
return;
}
}
// Method Definition Index: 34328
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FullScreenRenderPass__cctor_m0359188A103806F2BE77BE1468B5FB6DD599B0C5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:126>
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)il2cpp_codegen_object_new(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB(L_0, NULL);
((FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_StaticFields*)il2cpp_codegen_static_fields_for(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var))->___s_SharedPropertyBlock = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_StaticFields*)il2cpp_codegen_static_fields_for(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var))->___s_SharedPropertyBlock), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 34329
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CopyPassData__ctor_m5912A1C74CCD402B678321F5E9EDA94C9511A78F (CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F* __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: 34330
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainPassData__ctor_mD7D8CF6BA292F4F44CA42485AB1417BDA6C7E165 (MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* __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: 34331
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5E9BDE177EECA18B28657CC48BCA64E10330B19D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8* L_0 = (U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8*)il2cpp_codegen_object_new(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m5EEB020D65256D416FF4399AE280F62862050860(L_0, NULL);
((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34332
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5EEB020D65256D416FF4399AE280F62862050860 (U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34333
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRecordRenderGraphU3Eb__14_0_m6FFD7C8E55817CB9C7F545A1EA24B16427C79AE5 (U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8* __this, CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_rgContext, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:235>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_rgContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
CopyPassData_tFF063364F99020BC92105E5047C2E10DCC56039F* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___inputTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
FullScreenRenderPass_ExecuteCopyColorPass_m1953FCF265FF228E429CA5B546FD141C32D5CC3F(L_1, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:236>
return;
}
}
// Method Definition Index: 34334
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRecordRenderGraphU3Eb__14_1_mA14494539CE6217FBEC2DBD3DA93A8766D11F062 (U3CU3Ec_tA33E03D94897A976D5C54C1F0353D107FA2135D8* __this, MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_rgContext, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:303>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_rgContext;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___inputTexture;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_3, NULL);
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* L_5 = ___0_data;
NullCheck(L_5);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = L_5->___material;
MainPassData_tF17DC5CF861322E9CB1B2D26C8E287CEFB3B91ED* L_7 = ___0_data;
NullCheck(L_7);
int32_t L_8 = L_7->___passIndex;
il2cpp_codegen_runtime_class_init_inline(FullScreenRenderPass_t7AC73942B58AE155BA1A7D0658E4B1C3E2FF9DEA_il2cpp_TypeInfo_var);
FullScreenRenderPass_ExecuteMainPass_m31C5F45E461202858ED35F0D4753294BE15A88EB(L_1, L_4, L_6, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/FullScreenPassRendererFeature.cs:304>
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
// Method Definition Index: 34335
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjects_Create_m27C3804DAFB239E97A3A254ABB56EEB11DACB6F2 (RenderObjects_t4528AF6BBF25CB4C387AAA687B66064FE86B3DA4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* V_0 = NULL;
int32_t V_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:194>
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_0 = __this->___settings;
NullCheck(L_0);
FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* L_1 = L_0->___filterSettings;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:201>
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_2 = __this->___settings;
NullCheck(L_2);
int32_t L_3 = L_2->___Event;
if ((((int32_t)L_3) >= ((int32_t)((int32_t)150))))
{
goto IL_002e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:202>
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_4 = __this->___settings;
NullCheck(L_4);
L_4->___Event = ((int32_t)150);
}
IL_002e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:204>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:205>
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_5 = __this->___settings;
NullCheck(L_5);
String_t* L_6 = L_5->___passTag;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_7 = __this->___settings;
NullCheck(L_7);
int32_t L_8 = L_7->___Event;
FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* L_9 = V_0;
NullCheck(L_9);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9->___PassNames;
FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* L_11 = V_0;
NullCheck(L_11);
int32_t L_12 = L_11->___RenderQueueType;
FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* L_13 = V_0;
NullCheck(L_13);
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_14 = L_13->___LayerMask;
int32_t L_15;
L_15 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_14, NULL);
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_16 = __this->___settings;
NullCheck(L_16);
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_17 = L_16->___cameraSettings;
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_18 = (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A*)il2cpp_codegen_object_new(RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A_il2cpp_TypeInfo_var);
RenderObjectsPass__ctor_m1C08D664BF8724A18C6171C8C22F6343F028369A(L_18, L_6, L_8, L_10, L_12, L_15, L_17, NULL);
__this->___renderObjectsPass = L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->___renderObjectsPass), (void*)L_18);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:207>
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_19 = __this->___settings;
NullCheck(L_19);
int32_t L_20 = L_19->___overrideMode;
V_1 = L_20;
int32_t L_21 = V_1;
switch (L_21)
{
case 0:
{
goto IL_0094;
}
case 1:
{
goto IL_00ae;
}
case 2:
{
goto IL_00e8;
}
}
}
{
goto IL_0120;
}
IL_0094:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:210>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_22 = __this->___renderObjectsPass;
NullCheck(L_22);
RenderObjectsPass_set_overrideMaterial_mEC314E355840943E662211B1A5D9AB6D2002FF86_inline(L_22, (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:211>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_23 = __this->___renderObjectsPass;
NullCheck(L_23);
RenderObjectsPass_set_overrideShader_m07E428FAE9424E8EC411E3E9B263B69B3B64AC56_inline(L_23, (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:212>
goto IL_0120;
}
IL_00ae:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:214>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_24 = __this->___renderObjectsPass;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_25 = __this->___settings;
NullCheck(L_25);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_26 = L_25->___overrideMaterial;
NullCheck(L_24);
RenderObjectsPass_set_overrideMaterial_mEC314E355840943E662211B1A5D9AB6D2002FF86_inline(L_24, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:215>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_27 = __this->___renderObjectsPass;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_28 = __this->___settings;
NullCheck(L_28);
int32_t L_29 = L_28->___overrideMaterialPassIndex;
NullCheck(L_27);
RenderObjectsPass_set_overrideMaterialPassIndex_m5FD3BD73FF1B668607F83DB8438A6E6AC2395214_inline(L_27, L_29, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:216>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_30 = __this->___renderObjectsPass;
NullCheck(L_30);
RenderObjectsPass_set_overrideShader_m07E428FAE9424E8EC411E3E9B263B69B3B64AC56_inline(L_30, (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:217>
goto IL_0120;
}
IL_00e8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:219>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_31 = __this->___renderObjectsPass;
NullCheck(L_31);
RenderObjectsPass_set_overrideMaterial_mEC314E355840943E662211B1A5D9AB6D2002FF86_inline(L_31, (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:220>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_32 = __this->___renderObjectsPass;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_33 = __this->___settings;
NullCheck(L_33);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_34 = L_33->___overrideShader;
NullCheck(L_32);
RenderObjectsPass_set_overrideShader_m07E428FAE9424E8EC411E3E9B263B69B3B64AC56_inline(L_32, L_34, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:221>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_35 = __this->___renderObjectsPass;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_36 = __this->___settings;
NullCheck(L_36);
int32_t L_37 = L_36->___overrideShaderPassIndex;
NullCheck(L_35);
RenderObjectsPass_set_overrideShaderPassIndex_m8511E9A9C26BA59E12B54B7DEAFC28D454FF506B_inline(L_35, L_37, NULL);
}
IL_0120:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:225>
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_38 = __this->___settings;
NullCheck(L_38);
bool L_39 = L_38->___overrideDepthState;
if (!L_39)
{
goto IL_014e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:226>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_40 = __this->___renderObjectsPass;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_41 = __this->___settings;
NullCheck(L_41);
bool L_42 = L_41->___enableWrite;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_43 = __this->___settings;
NullCheck(L_43);
int32_t L_44 = L_43->___depthCompareFunction;
NullCheck(L_40);
RenderObjectsPass_SetDepthState_mDEE4F367E2C1DF2F016DD13E879B2E55A767E5AB(L_40, L_42, L_44, NULL);
}
IL_014e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:228>
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_45 = __this->___settings;
NullCheck(L_45);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_46 = L_45->___stencilSettings;
NullCheck(L_46);
bool L_47 = L_46->___overrideStencilState;
if (!L_47)
{
goto IL_01bb;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:229>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:230>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:231>
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_48 = __this->___renderObjectsPass;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_49 = __this->___settings;
NullCheck(L_49);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_50 = L_49->___stencilSettings;
NullCheck(L_50);
int32_t L_51 = L_50->___stencilReference;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_52 = __this->___settings;
NullCheck(L_52);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_53 = L_52->___stencilSettings;
NullCheck(L_53);
int32_t L_54 = L_53->___stencilCompareFunction;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_55 = __this->___settings;
NullCheck(L_55);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_56 = L_55->___stencilSettings;
NullCheck(L_56);
int32_t L_57 = L_56->___passOperation;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_58 = __this->___settings;
NullCheck(L_58);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_59 = L_58->___stencilSettings;
NullCheck(L_59);
int32_t L_60 = L_59->___failOperation;
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_61 = __this->___settings;
NullCheck(L_61);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_62 = L_61->___stencilSettings;
NullCheck(L_62);
int32_t L_63 = L_62->___zFailOperation;
NullCheck(L_48);
RenderObjectsPass_SetStencilState_m3F378960837E3BEAEED641CF4DA06DA2BA6B4F17(L_48, L_51, L_54, L_57, L_60, L_63, NULL);
}
IL_01bb:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:232>
return;
}
}
// Method Definition Index: 34336
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjects_AddRenderPasses_mF0C1F2BE20751C0015309AD9674DE4D2A289A867 (RenderObjects_t4528AF6BBF25CB4C387AAA687B66064FE86B3DA4* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:237>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:238>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_1 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_0->___cameraData);
int32_t* L_2;
L_2 = CameraData_get_cameraType_mE4973B5A8E3E2CE0C87AF6149B3F7629AE0879E6(L_1, NULL);
int32_t L_3 = *((int32_t*)L_2);
if ((((int32_t)L_3) == ((int32_t)4)))
{
goto IL_001c;
}
}
{
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_4 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_5 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_4->___cameraData);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_6;
L_6 = UniversalRenderer_IsOffscreenDepthTexture_mECE28F96C401B7ED9904728B4148658FE26C4FE2(L_5, NULL);
if (!L_6)
{
goto IL_001d;
}
}
IL_001c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:239>
return;
}
IL_001d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:240>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_7 = ___0_renderer;
RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* L_8 = __this->___renderObjectsPass;
NullCheck(L_7);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_7, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:241>
return;
}
}
// Method Definition Index: 34337
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderObjects_SupportsNativeRenderPass_m720EDC4C97CE600B1BC78DD5989520512BF65823 (RenderObjects_t4528AF6BBF25CB4C387AAA687B66064FE86B3DA4* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:245>
return (bool)1;
}
}
// Method Definition Index: 34338
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjects__ctor_m6FC6E7A65A1EA04DAEE4AC8D0D71B9E85C2BD154 (RenderObjects_t4528AF6BBF25CB4C387AAA687B66064FE86B3DA4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:187>
RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* L_0 = (RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A*)il2cpp_codegen_object_new(RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A_il2cpp_TypeInfo_var);
RenderObjectsSettings__ctor_m378F64C986F3B7E4F383D5E531CA4AF4F1691F9A(L_0, NULL);
__this->___settings = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___settings), (void*)L_0);
ScriptableRendererFeature__ctor_mA05EC9569A5DCF48CDD98E1FC5838857E2C4C001(__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: 34339
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderObjectsSettings__ctor_m378F64C986F3B7E4F383D5E531CA4AF4F1691F9A (RenderObjectsSettings_t3BAB54D4E5E541A1B001091D0005CEB7FF0E086A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StencilStateData_t4181AB6F6A795950C67270CB147999D915071462_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9FFB4D8E920D44D630E84FE6EAFCE216A179866A);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:40>
__this->___passTag = _stringLiteral9FFB4D8E920D44D630E84FE6EAFCE216A179866A;
Il2CppCodeGenWriteBarrier((void**)(&__this->___passTag), (void*)_stringLiteral9FFB4D8E920D44D630E84FE6EAFCE216A179866A);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:45>
__this->___Event = ((int32_t)300);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:50>
FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* L_0 = (FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941*)il2cpp_codegen_object_new(FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941_il2cpp_TypeInfo_var);
FilterSettings__ctor_m79F21AC58A7D9A56F5A6376C8A13C1D27E59E858(L_0, NULL);
__this->___filterSettings = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___filterSettings), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:96>
__this->___overrideMode = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:106>
__this->___depthCompareFunction = 4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:111>
__this->___enableWrite = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:116>
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_1 = (StencilStateData_t4181AB6F6A795950C67270CB147999D915071462*)il2cpp_codegen_object_new(StencilStateData_t4181AB6F6A795950C67270CB147999D915071462_il2cpp_TypeInfo_var);
StencilStateData__ctor_m451D4A1F484A26C9CD98CD3637820CBAC6B1D862(L_1, NULL);
__this->___stencilSettings = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___stencilSettings), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:121>
CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* L_2 = (CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118*)il2cpp_codegen_object_new(CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118_il2cpp_TypeInfo_var);
CustomCameraSettings__ctor_mFEE83DC28C5C5791EEBD8603F7C94358CD4C7698(L_2, NULL);
__this->___cameraSettings = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cameraSettings), (void*)L_2);
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
// Method Definition Index: 34340
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterSettings__ctor_m79F21AC58A7D9A56F5A6376C8A13C1D27E59E858 (FilterSettings_tAD9FD70EA17153FEF736770801AA0C9034473941* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:150>
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:152>
__this->___RenderQueueType = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:153>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0;
L_0 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222(0, NULL);
__this->___LayerMask = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:154>
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: 34341
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CustomCameraSettings__ctor_mFEE83DC28C5C5791EEBD8603F7C94358CD4C7698 (CustomCameraSettings_t02CE0B1E5B88ADC5EABA31D5D9E6DD707BF78118* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:171>
__this->___restoreCamera = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/RenderObjects.cs:181>
__this->___cameraFieldOfView = (60.0f);
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: 34342
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionSettings__ctor_m17D135716FB0AF01296284595A3B15B3B5BA3DDA (ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:15>
__this->___Source = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:16>
__this->___NormalSamples = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:17>
__this->___Intensity = (3.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:18>
__this->___DirectLightingStrength = (0.25f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:19>
__this->___Radius = (0.0350000001f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:20>
__this->___Samples = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:22>
__this->___Falloff = (100.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:25>
__this->___SampleCount = (-1);
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
#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: 34343
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ScreenSpaceAmbientOcclusionPersistentResources_get_Shader_mE77BB6F4F279106EAC9AD9294DCE41E2632B228F (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:74>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_Shader;
return L_0;
}
}
// Method Definition Index: 34344
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPersistentResources_set_Shader_m5B76329DD0205657A9B11D28D80653317800E10B (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* __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*)&_stringLiteralA6EC66CFF2B1531A0E5C992FC51A403CB3CB4B03);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:75>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692** L_0 = (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692**)(&__this->___m_Shader);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1 = ___0_value;
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB(__this, L_0, L_1, _stringLiteralA6EC66CFF2B1531A0E5C992FC51A403CB3CB4B03, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB_RuntimeMethod_var);
return;
}
}
// Method Definition Index: 34345
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceAmbientOcclusionPersistentResources_get_isAvailableInPlayerBuild_m88FE50F665E401C235C68292E318904E7B8F4FEF (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:78>
return (bool)1;
}
}
// Method Definition Index: 34346
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScreenSpaceAmbientOcclusionPersistentResources_get_version_m6675576DE6A45E371504FB208BE6CCB8697594C9 (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:83>
int32_t L_0 = __this->___m_Version;
return L_0;
}
}
// Method Definition Index: 34347
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionPersistentResources__ctor_m327B00A5069056BF299C51D8736494B95AB32B6E (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* __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: 34348
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ScreenSpaceAmbientOcclusionDynamicResources_get_BlueNoise256Textures_m63FDA23C1928D610651375BE50B977EB74B35568 (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:98>
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_0 = __this->___m_BlueNoise256Textures;
return L_0;
}
}
// Method Definition Index: 34349
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionDynamicResources_set_BlueNoise256Textures_mDE01C70F7C7E662BF8E868945A3C1DBA60117DD7 (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* __this, Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisTexture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_m6A9F7B1DE5020DB6F5EFC7276C99D92B89092842_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0394E8066ADEB81C179D9FC4BE69C937944972E5);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:99>
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** L_0 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191**)(&__this->___m_BlueNoise256Textures);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_1 = ___0_value;
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisTexture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_m6A9F7B1DE5020DB6F5EFC7276C99D92B89092842(__this, L_0, L_1, _stringLiteral0394E8066ADEB81C179D9FC4BE69C937944972E5, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisTexture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191_m6A9F7B1DE5020DB6F5EFC7276C99D92B89092842_RuntimeMethod_var);
return;
}
}
// Method Definition Index: 34350
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceAmbientOcclusionDynamicResources_get_isAvailableInPlayerBuild_m1531D03D97C8F95692B5421184E51C6F9E1729F9 (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:102>
return (bool)1;
}
}
// Method Definition Index: 34351
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScreenSpaceAmbientOcclusionDynamicResources_get_version_m9D99E9BA95F44B853A54F907B34614AC0AC02718 (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:107>
int32_t L_0 = __this->___m_Version;
return L_0;
}
}
// Method Definition Index: 34352
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusionDynamicResources__ctor_m044AF2C9594421346655A718E2EAB5D4B3D5F03F (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* __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: 34353
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** ScreenSpaceAmbientOcclusion_get_settings_mF537979C80613C393C3E22FC92891CCFA9BB8CDD (ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:130>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_0 = (ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)(&__this->___m_Settings);
return L_0;
}
}
// Method Definition Index: 34354
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusion_Create_mF4B73045E1BA3510CE3749F51E6B25283D6AA73A (ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:146>
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* L_0 = __this->___m_SSAOPass;
if (L_0)
{
goto IL_0013;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:147>
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* L_1 = (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981*)il2cpp_codegen_object_new(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981_il2cpp_TypeInfo_var);
ScreenSpaceAmbientOcclusionPass__ctor_mE84612B2319D83B58FBCFE631C615F30FC89435A(L_1, NULL);
__this->___m_SSAOPass = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SSAOPass), (void*)L_1);
}
IL_0013:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:150>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_2 = __this->___m_Settings;
NullCheck(L_2);
int32_t L_3 = L_2->___SampleCount;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_007e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:152>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_4 = __this->___m_Settings;
NullCheck(L_4);
L_4->___AOMethod = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:154>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_5 = __this->___m_Settings;
NullCheck(L_5);
int32_t L_6 = L_5->___SampleCount;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)11))))
{
goto IL_004a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:155>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_7 = __this->___m_Settings;
NullCheck(L_7);
L_7->___Samples = 0;
goto IL_0072;
}
IL_004a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:156>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_8 = __this->___m_Settings;
NullCheck(L_8);
int32_t L_9 = L_8->___SampleCount;
if ((((int32_t)L_9) <= ((int32_t)8)))
{
goto IL_0066;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:157>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_10 = __this->___m_Settings;
NullCheck(L_10);
L_10->___Samples = 1;
goto IL_0072;
}
IL_0066:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:159>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_11 = __this->___m_Settings;
NullCheck(L_11);
L_11->___Samples = 2;
}
IL_0072:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:161>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_12 = __this->___m_Settings;
NullCheck(L_12);
L_12->___SampleCount = (-1);
}
IL_007e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:163>
return;
}
}
// Method Definition Index: 34355
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusion_AddRenderPasses_m23E93D480917514089DEF4BFA51C27A8AC44CB3F (ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:168>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_1 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_0->___cameraData);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = UniversalRenderer_IsOffscreenDepthTexture_mECE28F96C401B7ED9904728B4148658FE26C4FE2(L_1, NULL);
if (!L_2)
{
goto IL_000e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:169>
return;
}
IL_000e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:171>
bool L_3;
L_3 = ScreenSpaceAmbientOcclusion_TryPrepareResources_m055BEDE4030158AAF30B8B4E756EADBE84424116(__this, NULL);
if (L_3)
{
goto IL_0017;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:172>
return;
}
IL_0017:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:174>
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* L_4 = __this->___m_SSAOPass;
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE** L_5 = (ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE**)(&__this->___m_Settings);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)(&__this->___m_Material);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191** L_7 = (Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191**)(&__this->___m_BlueNoise256Textures);
NullCheck(L_4);
bool L_8;
L_8 = ScreenSpaceAmbientOcclusionPass_Setup_m050110604F9D542C4633882921D3C230907B6AEB(L_4, L_5, (&___0_renderer), L_6, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:175>
if (!L_8)
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:176>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_9 = ___0_renderer;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* L_10 = __this->___m_SSAOPass;
NullCheck(L_9);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_9, L_10, NULL);
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:177>
return;
}
}
// Method Definition Index: 34356
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusion_Dispose_m556EE23462CDE3088F74D8FC6A87AF2022360018 (ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF* __this, bool ___0_disposing, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B2_0 = NULL;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* G_B1_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:182>
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* L_0 = __this->___m_SSAOPass;
ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
G_B1_0 = L_1;
}
{
goto IL_0011;
}
IL_000c:
{
NullCheck(G_B2_0);
ScreenSpaceAmbientOcclusionPass_Dispose_mC9DAC66BC4BE4DF13EC42FBBF35BB47D856D158F(G_B2_0, NULL);
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:183>
__this->___m_SSAOPass = (ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SSAOPass), (void*)(ScreenSpaceAmbientOcclusionPass_t4E4085E6273C80B0561CD6F348107F8E010DC981*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:184>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:185>
return;
}
}
// Method Definition Index: 34357
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceAmbientOcclusion_TryPrepareResources_m055BEDE4030158AAF30B8B4E756EADBE84424116 (ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1_mC47E6F9FA7C764A444E9DE2BE66CDD1EF7FC4209_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D_m0AFEC40D0F5B1284845D39BE7D1928B77AAC803A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0888954EF7E24BF59B2878E047E3892A160A1C2A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B4F3E20B83C9F607CC9FF32C77FBD2E14E58558);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D11AC4CBF285154DA4B0D61A04D892215250B50);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC59095BFAA7711C0A80D205931FFBB8CB0729BD4);
s_Il2CppMethodInitialized = true;
}
ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* V_0 = NULL;
ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:189>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_Shader;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_0034;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:191>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D_m0AFEC40D0F5B1284845D39BE7D1928B77AAC803A((&V_0), GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D_m0AFEC40D0F5B1284845D39BE7D1928B77AAC803A_RuntimeMethod_var);
if (L_2)
{
goto IL_0028;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:193>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:194>
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3;
L_3 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C(_stringLiteral5D11AC4CBF285154DA4B0D61A04D892215250B50, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:195>
return (bool)0;
}
IL_0028:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:198>
ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* L_4 = V_0;
NullCheck(L_4);
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5;
L_5 = ScreenSpaceAmbientOcclusionPersistentResources_get_Shader_mE77BB6F4F279106EAC9AD9294DCE41E2632B228F_inline(L_4, NULL);
__this->___m_Shader = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Shader), (void*)L_5);
}
IL_0034:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:201>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_6 = __this->___m_Settings;
NullCheck(L_6);
int32_t L_7 = L_6->___AOMethod;
if (L_7)
{
goto IL_0078;
}
}
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_8 = __this->___m_BlueNoise256Textures;
if (!L_8)
{
goto IL_0052;
}
}
{
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_9 = __this->___m_BlueNoise256Textures;
NullCheck(L_9);
if ((((RuntimeArray*)L_9)->max_length))
{
goto IL_0078;
}
}
IL_0052:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:203>
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
bool L_10;
L_10 = GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1_mC47E6F9FA7C764A444E9DE2BE66CDD1EF7FC4209((&V_1), GraphicsSettings_TryGetRenderPipelineSettings_TisScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1_mC47E6F9FA7C764A444E9DE2BE66CDD1EF7FC4209_RuntimeMethod_var);
if (L_10)
{
goto IL_006c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:205>
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11;
L_11 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C(_stringLiteral0888954EF7E24BF59B2878E047E3892A160A1C2A, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:206>
return (bool)0;
}
IL_006c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:209>
ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* L_12 = V_1;
NullCheck(L_12);
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_13;
L_13 = ScreenSpaceAmbientOcclusionDynamicResources_get_BlueNoise256Textures_m63FDA23C1928D610651375BE50B977EB74B35568_inline(L_12, NULL);
__this->___m_BlueNoise256Textures = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlueNoise256Textures), (void*)L_13);
}
IL_0078:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:212>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_15)
{
goto IL_00a5;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_16 = __this->___m_Shader;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_17;
L_17 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_16, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_17)
{
goto IL_00a5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:213>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_18 = __this->___m_Shader;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19;
L_19 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_18, NULL);
__this->___m_Material = L_19;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Material), (void*)L_19);
}
IL_00a5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:215>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_21;
L_21 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_20, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_21)
{
goto IL_00da;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:217>
Type_t* L_22;
L_22 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
NullCheck(L_22);
String_t* L_23;
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(7, L_22);
String_t* L_24;
L_24 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_25;
L_25 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_23, _stringLiteralC59095BFAA7711C0A80D205931FFBB8CB0729BD4, L_24, _stringLiteral0B4F3E20B83C9F607CC9FF32C77FBD2E14E58558, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:218>
return (bool)0;
}
IL_00da:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:221>
return (bool)1;
}
}
// Method Definition Index: 34358
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceAmbientOcclusion__ctor_m6D8F984DEE2749C242FAACF25B25AF47E02B8880 (ScreenSpaceAmbientOcclusion_t52CA24F8061CD470B87D688EE137A55280423AAF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:121>
ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE* L_0 = (ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE*)il2cpp_codegen_object_new(ScreenSpaceAmbientOcclusionSettings_t38C0791DB6E3E3C57C4F7E9C10E48B33C2AD16EE_il2cpp_TypeInfo_var);
ScreenSpaceAmbientOcclusionSettings__ctor_m17D135716FB0AF01296284595A3B15B3B5BA3DDA(L_0, NULL);
__this->___m_Settings = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings), (void*)L_0);
ScriptableRendererFeature__ctor_mA05EC9569A5DCF48CDD98E1FC5838857E2C4C001(__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: 34359
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsSettings__ctor_m9CC2F842FBDE575FCE87DEAD56DEC1D92EE68E51 (ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* __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: 34360
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadows_Create_m443E8FDA7EFFD26324DF7BFB046F90E47C9B8F80 (ScreenSpaceShadows_t25F81CCD73D153D4F52B97E8000321A6766DEF71* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:38>
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* L_0 = __this->___m_SSShadowsPass;
if (L_0)
{
goto IL_0013;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:39>
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* L_1 = (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981*)il2cpp_codegen_object_new(ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981_il2cpp_TypeInfo_var);
ScreenSpaceShadowsPass__ctor_m6262F841E52A57FAFAB4F3D75F41468BDB7A7BEE(L_1, NULL);
__this->___m_SSShadowsPass = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SSShadowsPass), (void*)L_1);
}
IL_0013:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:40>
ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* L_2 = __this->___m_SSShadowsPostPass;
if (L_2)
{
goto IL_0026;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:41>
ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* L_3 = (ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7*)il2cpp_codegen_object_new(ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var);
ScreenSpaceShadowsPostPass__ctor_mA8DBD82ABA9A934C886BADEDD261DC32B94A5675(L_3, NULL);
__this->___m_SSShadowsPostPass = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SSShadowsPostPass), (void*)L_3);
}
IL_0026:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:43>
bool L_4;
L_4 = ScreenSpaceShadows_LoadMaterial_m937DA265F40D0A84F165510D2C7045EA7047E140(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:45>
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* L_5 = __this->___m_SSShadowsPass;
NullCheck(L_5);
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(L_5, ((int32_t)210), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:46>
ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* L_6 = __this->___m_SSShadowsPostPass;
NullCheck(L_6);
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(L_6, ((int32_t)450), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:47>
return;
}
}
// Method Definition Index: 34361
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadows_AddRenderPasses_m91899527C2A6EDC5E1E2503A4C7B385B4663A065 (ScreenSpaceShadows_t25F81CCD73D153D4F52B97E8000321A6766DEF71* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___0_renderer, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44373E55582D0E04AA1A19D524C037E0698FF263);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* V_1 = NULL;
int32_t G_B7_0 = 0;
int32_t G_B10_0 = 0;
int32_t G_B14_0 = 0;
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* G_B16_0 = NULL;
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* G_B15_0 = NULL;
int32_t G_B17_0 = 0;
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* G_B17_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:52>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_1 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_0->___cameraData);
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
bool L_2;
L_2 = UniversalRenderer_IsOffscreenDepthTexture_mECE28F96C401B7ED9904728B4148658FE26C4FE2(L_1, NULL);
if (!L_2)
{
goto IL_000e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:53>
return;
}
IL_000e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:55>
bool L_3;
L_3 = ScreenSpaceShadows_LoadMaterial_m937DA265F40D0A84F165510D2C7045EA7047E140(__this, NULL);
if (L_3)
{
goto IL_003e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:57>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:58>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:59>
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4;
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
NullCheck(L_6);
String_t* L_7;
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(7, L_6);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_7);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_5;
String_t* L_9;
L_9 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_9);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C(_stringLiteral44373E55582D0E04AA1A19D524C037E0698FF263, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:60>
return;
}
IL_003e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:63>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_10 = ___1_renderingData;
ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832* L_11 = (ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832*)(&L_10->___shadowData);
bool* L_12;
L_12 = ShadowData_get_supportsMainLightShadows_mD2DD520660B250B4335D778745248DB89454CCD9(L_11, NULL);
int32_t L_13 = *((uint8_t*)L_12);
if (!L_13)
{
goto IL_0060;
}
}
{
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_14 = ___1_renderingData;
LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470* L_15 = (LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470*)(&L_14->___lightData);
int32_t* L_16;
L_16 = LightData_get_mainLightIndex_m650F24DD08864456822DCA6096898EB48344A820(L_15, NULL);
int32_t L_17 = *((int32_t*)L_16);
G_B7_0 = ((((int32_t)((((int32_t)L_17) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0061;
}
IL_0060:
{
G_B7_0 = 0;
}
IL_0061:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:64>
if (!G_B7_0)
{
goto IL_007c;
}
}
{
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* L_18 = __this->___m_SSShadowsPass;
ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* L_19 = __this->___m_Settings;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = __this->___m_Material;
NullCheck(L_18);
bool L_21;
L_21 = ScreenSpaceShadowsPass_Setup_mEF234EE95BA9F74D2682B738D912C268FD1CF1E7(L_18, L_19, L_20, NULL);
G_B10_0 = ((int32_t)(L_21));
goto IL_007d;
}
IL_007c:
{
G_B10_0 = 0;
}
IL_007d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:66>
if (!G_B10_0)
{
goto IL_00c5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:68>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_22 = ___0_renderer;
V_1 = ((UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)IsInstSealed((RuntimeObject*)L_22, UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var));
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_23 = V_1;
if (!L_23)
{
goto IL_0091;
}
}
{
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_24 = V_1;
NullCheck(L_24);
bool L_25;
L_25 = UniversalRenderer_get_usesDeferredLighting_m77D3E62FC4D6C7DB045DCA0FE114549E71B9E9E4(L_24, NULL);
G_B14_0 = ((int32_t)(L_25));
goto IL_0092;
}
IL_0091:
{
G_B14_0 = 0;
}
IL_0092:
{
V_0 = (bool)G_B14_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:70>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:71>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:72>
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* L_26 = __this->___m_SSShadowsPass;
bool L_27 = V_0;
if (L_27)
{
G_B16_0 = L_26;
goto IL_00a3;
}
G_B15_0 = L_26;
}
{
G_B17_0 = ((int32_t)201);
G_B17_1 = G_B15_0;
goto IL_00a8;
}
IL_00a3:
{
G_B17_0 = ((int32_t)210);
G_B17_1 = G_B16_0;
}
IL_00a8:
{
NullCheck(G_B17_1);
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(G_B17_1, G_B17_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:74>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_28 = ___0_renderer;
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* L_29 = __this->___m_SSShadowsPass;
NullCheck(L_28);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_28, L_29, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:75>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_30 = ___0_renderer;
ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* L_31 = __this->___m_SSShadowsPostPass;
NullCheck(L_30);
ScriptableRenderer_EnqueuePass_m62AC5EFBA8DECFD514CAFC4EFDCFBF88C710954F(L_30, L_31, NULL);
}
IL_00c5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:77>
return;
}
}
// Method Definition Index: 34362
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadows_Dispose_m17B0580A329A9D19F41A88D4339C7EDC021DF688 (ScreenSpaceShadows_t25F81CCD73D153D4F52B97E8000321A6766DEF71* __this, bool ___0_disposing, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* G_B2_0 = NULL;
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* G_B1_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:82>
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* L_0 = __this->___m_SSShadowsPass;
ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
G_B1_0 = L_1;
}
{
goto IL_0011;
}
IL_000c:
{
NullCheck(G_B2_0);
ScreenSpaceShadowsPass_Dispose_m4442CD5BDC71D9C49E7060C7CB504C92E6C1C1C0(G_B2_0, NULL);
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:83>
__this->___m_SSShadowsPass = (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SSShadowsPass), (void*)(ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:84>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:85>
return;
}
}
// Method Definition Index: 34363
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceShadows_LoadMaterial_m937DA265F40D0A84F165510D2C7045EA7047E140 (ScreenSpaceShadows_t25F81CCD73D153D4F52B97E8000321A6766DEF71* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25ED13653676FB95778E4365ECBC64E4F417303D);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:89>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_0010;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:91>
return (bool)1;
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:94>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = __this->___m_Shader;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_3)
{
goto IL_003e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:96>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4;
L_4 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(_stringLiteral25ED13653676FB95778E4365ECBC64E4F417303D, NULL);
__this->___m_Shader = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Shader), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:97>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = __this->___m_Shader;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_6)
{
goto IL_003e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:99>
return (bool)0;
}
IL_003e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:103>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_7 = __this->___m_Shader;
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8;
L_8 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_7, NULL);
__this->___m_Material = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Material), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:105>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
return L_10;
}
}
// Method Definition Index: 34364
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadows__ctor_m80F9F2B949BF1D5F0C24A8C9F83A3E52FF389733 (ScreenSpaceShadows_t25F81CCD73D153D4F52B97E8000321A6766DEF71* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:25>
ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* L_0 = (ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583*)il2cpp_codegen_object_new(ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583_il2cpp_TypeInfo_var);
ScreenSpaceShadowsSettings__ctor_m9CC2F842FBDE575FCE87DEAD56DEC1D92EE68E51(L_0, NULL);
__this->___m_Settings = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings), (void*)L_0);
ScriptableRendererFeature__ctor_mA05EC9569A5DCF48CDD98E1FC5838857E2C4C001(__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: 34365
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass__ctor_m6262F841E52A57FAFAB4F3D75F41468BDB7A7BEE (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B8848A387F66265CF2162B83C560C7D11DE4B00);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BF650CFCB50C8254620745470518A4ACD8AB55D);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:117>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:119>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteral7BF650CFCB50C8254620745470518A4ACD8AB55D, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:120>
ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* L_1 = (ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583*)il2cpp_codegen_object_new(ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583_il2cpp_TypeInfo_var);
ScreenSpaceShadowsSettings__ctor_m9CC2F842FBDE575FCE87DEAD56DEC1D92EE68E51(L_1, NULL);
__this->___m_CurrentSettings = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSettings), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:121>
int32_t L_2;
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral2B8848A387F66265CF2162B83C560C7D11DE4B00, NULL);
__this->___m_ScreenSpaceShadowmapTextureID = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:122>
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_3 = (PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F*)il2cpp_codegen_object_new(PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_il2cpp_TypeInfo_var);
PassData__ctor_m93A7D969D2C94E244A8A43E0E4B58432010065BA(L_3, NULL);
__this->___m_PassData = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PassData), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:123>
return;
}
}
// Method Definition Index: 34366
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_Dispose_m4442CD5BDC71D9C49E7060C7CB504C92E6C1C1C0 (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, const RuntimeMethod* method)
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B2_0 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B1_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:127>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_RenderTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* 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);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B2_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:128>
return;
}
}
// Method Definition Index: 34367
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceShadowsPass_Setup_mEF234EE95BA9F74D2682B738D912C268FD1CF1E7 (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* ___0_featureSettings, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:132>
ScreenSpaceShadowsSettings_tFB5F4F71A95D81593CA7B0080EA9190291375583* L_0 = ___0_featureSettings;
__this->___m_CurrentSettings = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CurrentSettings), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:133>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = ___1_material;
__this->___m_Material = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Material), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:134>
ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline(__this, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:136>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
return L_3;
}
}
// Method Definition Index: 34368
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_OnCameraSetup_m0EA26DA0F80FE783247332B2D52406BBAC9127CA (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B8848A387F66265CF2162B83C560C7D11DE4B00);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B2_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B3_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:143>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_1 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_0->___cameraData);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2;
L_2 = CameraData_get_cameraTargetDescriptor_mC199E27390A4D33338FCDC3ADC4ECFD3F7BE2761(L_1, NULL);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_2);
V_0 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:144>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:145>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:148>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:149>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:150>
bool L_4;
L_4 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(5, ((int32_t)32), NULL);
if (L_4)
{
G_B2_0 = (&V_0);
goto IL_0031;
}
G_B1_0 = (&V_0);
}
{
G_B3_0 = ((int32_t)59);
G_B3_1 = G_B1_0;
goto IL_0032;
}
IL_0031:
{
G_B3_0 = 5;
G_B3_1 = G_B2_0;
}
IL_0032:
{
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13(G_B3_1, G_B3_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:152>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_5 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_RenderTarget);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_6;
L_6 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_5, (&V_0), 0, 1, 1, (0.0f), _stringLiteral2B8848A387F66265CF2162B83C560C7D11DE4B00, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:153>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = __this->___m_RenderTarget;
NullCheck(L_8);
String_t* L_9;
L_9 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_8, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = __this->___m_RenderTarget;
NullCheck(L_10);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_11;
L_11 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_10, NULL);
NullCheck(L_7);
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_7, L_9, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:157>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12 = __this->___m_RenderTarget;
ScriptableRenderPass_ConfigureTarget_m6767C5E94D51F989348F415771B770DE844FD4A6(__this, L_12, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:158>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13;
L_13 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
ScriptableRenderPass_ConfigureClear_m5C82128C3ABDD63621501DC012ED91F392ABF123(__this, 0, L_13, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:160>
return;
}
}
// Method Definition Index: 34369
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_InitPassData_m83B3781F65D5B09453FBA5F6F5AAE16782014D09 (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F** ___0_passData, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:175>
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F** L_0 = ___0_passData;
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_1 = *((PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F**)L_0);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = __this->___m_Material;
NullCheck(L_1);
L_1->___material = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___material), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:176>
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F** L_3 = ___0_passData;
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_4 = *((PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F**)L_3);
int32_t L_5 = __this->___m_ScreenSpaceShadowmapTextureID;
NullCheck(L_4);
L_4->___shadowmapID = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:177>
return;
}
}
// Method Definition Index: 34370
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_RecordRenderGraph_m4E5CAEBB651F7FFE15F7ADCED6D21F61F3EB84F0 (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_mD399CAA8C7CD5EBC61A2A68DC576D948568F95FA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisPassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_mBE264EDE72CBD760882175994FE228B38E97EA1B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRecordRenderGraphU3Eb__11_0_m23F552F20709D135104D9EF55C16CD933F69D030_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B8848A387F66265CF2162B83C560C7D11DE4B00);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45C133862F62EA433BFD9DCE00BE9529130BF753);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8FA112D21451A147AE060914F38B665719308D5);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_1;
memset((&V_1), 0, sizeof(V_1));
RuntimeObject* V_2 = NULL;
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* V_3 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B4_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B3_0 = NULL;
int32_t G_B5_0 = 0;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* G_B5_1 = NULL;
BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* G_B10_0 = NULL;
RuntimeObject* G_B10_1 = NULL;
BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* G_B9_0 = NULL;
RuntimeObject* G_B9_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:181>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_002d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:183>
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7, L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C(_stringLiteralE8FA112D21451A147AE060914F38B665719308D5, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:184>
return;
}
IL_002d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:186>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6 = ___1_frameData;
NullCheck(L_6);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7;
L_7 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_6, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:187>
NullCheck(L_7);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_8 = L_7->___cameraTargetDescriptor;
V_0 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:188>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:189>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:192>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:193>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:194>
bool L_9;
L_9 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(5, ((int32_t)32), NULL);
if (L_9)
{
G_B4_0 = (&V_0);
goto IL_0059;
}
G_B3_0 = (&V_0);
}
{
G_B5_0 = ((int32_t)59);
G_B5_1 = G_B3_0;
goto IL_005a;
}
IL_0059:
{
G_B5_0 = 5;
G_B5_1 = G_B4_0;
}
IL_005a:
{
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13(G_B5_1, G_B5_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:195>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_10 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_11 = V_0;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_12;
L_12 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_10, L_11, _stringLiteral2B8848A387F66265CF2162B83C560C7D11DE4B00, (bool)1, 0, 1, NULL);
V_1 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:203>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_13 = ___0_renderGraph;
String_t* L_14;
L_14 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_15;
L_15 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_13);
RuntimeObject* L_16;
L_16 = RenderGraph_AddUnsafePass_TisPassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_mBE264EDE72CBD760882175994FE228B38E97EA1B(L_13, L_14, (&V_3), L_15, _stringLiteral45C133862F62EA433BFD9DCE00BE9529130BF753, ((int32_t)203), RenderGraph_AddUnsafePass_TisPassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_mBE264EDE72CBD760882175994FE228B38E97EA1B_RuntimeMethod_var);
V_2 = L_16;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00eb:
{
{
RuntimeObject* L_17 = V_2;
if (!L_17)
{
goto IL_00f4;
}
}
{
RuntimeObject* L_18 = V_2;
NullCheck(L_18);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_18);
}
IL_00f4:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:205>
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_19 = V_3;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_20 = V_1;
NullCheck(L_19);
L_19->___target = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:206>
RuntimeObject* L_21 = V_2;
NullCheck(L_21);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_21, (&V_1), 6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:208>
ScreenSpaceShadowsPass_InitPassData_m83B3781F65D5B09453FBA5F6F5AAE16782014D09(__this, (&V_3), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:209>
RuntimeObject* L_22 = V_2;
NullCheck(L_22);
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_22, (bool)1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:211>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_23;
L_23 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_1), NULL);
if (!L_23)
{
goto IL_00c4_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:212>
RuntimeObject* L_24 = V_2;
int32_t L_25 = __this->___m_ScreenSpaceShadowmapTextureID;
NullCheck(L_24);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(3, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_24, (&V_1), L_25);
}
IL_00c4_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:214>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:215>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:216>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:217>
RuntimeObject* L_26 = V_2;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* L_27 = ((U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var))->___U3CU3E9__11_0;
BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* L_28 = L_27;
if (L_28)
{
G_B10_0 = L_28;
G_B10_1 = L_26;
goto IL_00e4_1;
}
G_B9_0 = L_28;
G_B9_1 = L_26;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var);
U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D* L_29 = ((U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* L_30 = (BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB*)il2cpp_codegen_object_new(BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_mB684457130718447C7FB5751A4EF1F7C16C79E6F(L_30, L_29, (intptr_t)((void*)U3CU3Ec_U3CRecordRenderGraphU3Eb__11_0_m23F552F20709D135104D9EF55C16CD933F69D030_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* L_31 = L_30;
((U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var))->___U3CU3E9__11_0 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var))->___U3CU3E9__11_0), (void*)L_31);
G_B10_0 = L_31;
G_B10_1 = G_B9_1;
}
IL_00e4_1:
{
NullCheck(G_B10_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t7F326DF346A10A5D10E0CE598372466B203260EB* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F_mD399CAA8C7CD5EBC61A2A68DC576D948568F95FA_RuntimeMethod_var, G_B10_1, G_B10_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:218>
goto IL_00f5;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00f5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:219>
return;
}
}
// Method Definition Index: 34371
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_ExecutePass_mB35FB3BEF425E24200A09452852746A0C8E90D9A (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* ___1_data, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_target, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:223>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_0 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___2_target;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
L_2 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3;
L_3 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_2, NULL);
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_4 = ___1_data;
NullCheck(L_4);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = L_4->___material;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(L_0, L_1, L_3, L_5, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:224>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_6 = ___0_cmd;
NullCheck(L_6);
RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3(L_6, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadows), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:225>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_7 = ___0_cmd;
NullCheck(L_7);
RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3(L_7, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadowCascades), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:226>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_8 = ___0_cmd;
NullCheck(L_8);
RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3(L_8, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadowScreen), (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:227>
return;
}
}
// Method Definition Index: 34372
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_ExecutePass_m08D03610477212CAC26E67F88DAA3FA9878E1092 (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_cmd, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* ___1_data, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_target, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:231>
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_0 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___2_target;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
L_2 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3;
L_3 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_2, NULL);
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_4 = ___1_data;
NullCheck(L_4);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = L_4->___material;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mF8AD5885A1D610240A88851CB143BFAC1F5630BB(L_0, L_1, L_3, L_5, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:232>
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_6 = ___0_cmd;
NullCheck(L_6);
UnsafeCommandBuffer_SetKeyword_m5C6557417621D24F781B43347C1578E7B2B5F234(L_6, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadows), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:233>
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_7 = ___0_cmd;
NullCheck(L_7);
UnsafeCommandBuffer_SetKeyword_m5C6557417621D24F781B43347C1578E7B2B5F234(L_7, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadowCascades), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:234>
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_8 = ___0_cmd;
NullCheck(L_8);
UnsafeCommandBuffer_SetKeyword_m5C6557417621D24F781B43347C1578E7B2B5F234(L_8, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadowScreen), (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:235>
return;
}
}
// Method Definition Index: 34373
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPass_Execute_m226632A7AA69ECA329BD9F7D34DD22E6395D39FB (ScreenSpaceShadowsPass_t2AAAADE1CBCFAA6572B7792177A4E0D2E0479981* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8FA112D21451A147AE060914F38B665719308D5);
s_Il2CppMethodInitialized = true;
}
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:241>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_Material;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_002d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:243>
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(7, L_4);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C(_stringLiteralE8FA112D21451A147AE060914F38B665719308D5, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:244>
return;
}
IL_002d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:247>
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F** L_6 = (PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F**)(&__this->___m_PassData);
ScreenSpaceShadowsPass_InitPassData_m83B3781F65D5B09453FBA5F6F5AAE16782014D09(__this, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:248>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_7 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_8;
L_8 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_7, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_8);
V_0 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:249>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = V_0;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_11;
L_11 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_1), L_10, L_11, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_006e:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_1), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:251>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_12 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_13;
L_13 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_12, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_13);
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_15;
L_15 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_14, NULL);
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_16 = __this->___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_17 = __this->___m_RenderTarget;
ScreenSpaceShadowsPass_ExecutePass_mB35FB3BEF425E24200A09452852746A0C8E90D9A(L_15, L_16, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:252>
goto IL_007c;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_007c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:253>
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: 34374
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m93A7D969D2C94E244A8A43E0E4B58432010065BA (PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* __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: 34375
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mFE6710CC98A93F3320CB9F77981BC9A1B48AA0BB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D* L_0 = (U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D*)il2cpp_codegen_object_new(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_mACB38FD472952B46F1425D993F45850DD476CE49(L_0, NULL);
((U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 34376
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mACB38FD472952B46F1425D993F45850DD476CE49 (U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 34377
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRecordRenderGraphU3Eb__11_0_m23F552F20709D135104D9EF55C16CD933F69D030 (U3CU3Ec_t34DF2716F628534CAC1CCD19DDBBD13A6E83405D* __this, PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_rgContext, 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.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:216>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_rgContext;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_2 = ___0_data;
PassData_t474A714D7B0A46FB4796044F87BFCF7B681C371F* L_3 = ___0_data;
NullCheck(L_3);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_4 = L_3->___target;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5;
L_5 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_4, NULL);
ScreenSpaceShadowsPass_ExecutePass_m08D03610477212CAC26E67F88DAA3FA9878E1092(L_1, L_2, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:217>
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: 34378
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPostPass__ctor_mA8DBD82ABA9A934C886BADEDD261DC32B94A5675 (ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4895D4B3F9E3AE5640455C2D1DCB1369291BA3ED);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:260>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:262>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteral4895D4B3F9E3AE5640455C2D1DCB1369291BA3ED, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:263>
return;
}
}
// Method Definition Index: 34379
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPostPass_Configure_m4A6ED450E3639C7AFFAF939C5B0CDB20FE8C9049 (ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_cameraTextureDescriptor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:270>
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ((ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var))->___k_CurrentActive;
ScriptableRenderPass_ConfigureTarget_m6767C5E94D51F989348F415771B770DE844FD4A6(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:272>
return;
}
}
// Method Definition Index: 34380
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPostPass_ExecutePass_m528BD31C495734B0FC4EA2B4EA074BC0DCB4A977 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ___1_shadowData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
bool G_B2_0 = false;
bool G_B1_0 = false;
int32_t G_B3_0 = 0;
bool G_B3_1 = false;
int32_t G_B6_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:276>
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_0 = ___1_shadowData;
NullCheck(L_0);
int32_t L_1 = L_0->___mainLightShadowCascadesCount;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:277>
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_2 = ___1_shadowData;
NullCheck(L_2);
bool L_3 = L_2->___supportsMainLightShadows;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:278>
bool L_4 = L_3;
if (!L_4)
{
G_B2_0 = L_4;
goto IL_0016;
}
G_B1_0 = L_4;
}
{
int32_t L_5 = V_0;
G_B3_0 = ((((int32_t)L_5) == ((int32_t)1))? 1 : 0);
G_B3_1 = G_B1_0;
goto IL_0017;
}
IL_0016:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
}
IL_0017:
{
V_1 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:279>
if (!G_B3_1)
{
goto IL_0020;
}
}
{
int32_t L_6 = V_0;
G_B6_0 = ((((int32_t)L_6) > ((int32_t)1))? 1 : 0);
goto IL_0021;
}
IL_0020:
{
G_B6_0 = 0;
}
IL_0021:
{
V_2 = (bool)G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:282>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_7 = ___0_cmd;
NullCheck(L_7);
RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3(L_7, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadowScreen), (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:285>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_8 = ___0_cmd;
bool L_9 = V_1;
NullCheck(L_8);
RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3(L_8, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadows), L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:286>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_10 = ___0_cmd;
bool L_11 = V_2;
NullCheck(L_10);
RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3(L_10, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___MainLightShadowCascades), L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:287>
return;
}
}
// Method Definition Index: 34381
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPostPass_Execute_m13960A9A19CC782C9D28C4767E6574B815756CC4 (ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL;
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* V_1 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_2;
memset((&V_2), 0, sizeof(V_2));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:292>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_1;
L_1 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_0, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_1);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:293>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_3 = ___1_renderingData;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4 = L_3->___frameData;
NullCheck(L_4);
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_5;
L_5 = ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_inline(L_4, ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var);
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:295>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = V_0;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_7;
L_7 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_2), L_6, L_7, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0036:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_2), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:297>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_8 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_9;
L_9 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_8, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_9);
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_11;
L_11 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_10, NULL);
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_12 = V_1;
il2cpp_codegen_runtime_class_init_inline(ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var);
ScreenSpaceShadowsPostPass_ExecutePass_m528BD31C495734B0FC4EA2B4EA074BC0DCB4A977(L_11, L_12, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:298>
goto IL_0044;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:299>
return;
}
}
// Method Definition Index: 34382
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPostPass_RecordRenderGraph_m255469269DBBF71F2A9E6690F428BD53CC524FDB (ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF_m47A5119EF3FE86CD719D8096CB0C86AFC6EC5316_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF_m7A1FE4CB139B65E5252BA6D9A8F8F8A4E6A6BD2F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRecordRenderGraphU3Eb__6_0_m2E8B6096119EBAAD7060A284368EECBAFA8891D4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45C133862F62EA433BFD9DCE00BE9529130BF753);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
PassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF* V_1 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_2;
memset((&V_2), 0, sizeof(V_2));
BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* G_B2_0 = NULL;
RuntimeObject* G_B2_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:308>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
String_t* L_1;
L_1 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_2;
L_2 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_0);
RuntimeObject* L_3;
L_3 = RenderGraph_AddRasterRenderPass_TisPassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF_m7A1FE4CB139B65E5252BA6D9A8F8F8A4E6A6BD2F(L_0, L_1, (&V_1), L_2, _stringLiteral45C133862F62EA433BFD9DCE00BE9529130BF753, ((int32_t)308), RenderGraph_AddRasterRenderPass_TisPassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF_m7A1FE4CB139B65E5252BA6D9A8F8F8A4E6A6BD2F_RuntimeMethod_var);
V_0 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0075:
{
{
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_007e;
}
}
{
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_007e:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:310>
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6 = ___1_frameData;
NullCheck(L_6);
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_7;
L_7 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_6, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:312>
NullCheck(L_7);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8;
L_8 = UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188(L_7, NULL);
V_2 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:313>
RuntimeObject* L_9 = V_0;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = V_2;
NullCheck(L_9);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_9, L_10, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:314>
PassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF* L_11 = V_1;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_12 = ___1_frameData;
NullCheck(L_12);
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_13;
L_13 = ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_inline(L_12, ContextContainer_Get_TisUniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C_m071A668846CA61588A4D53CCA3CFCD3730530E4E_RuntimeMethod_var);
NullCheck(L_11);
L_11->___shadowData = L_13;
Il2CppCodeGenWriteBarrier((void**)(&L_11->___shadowData), (void*)L_13);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:315>
PassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF* L_14 = V_1;
NullCheck(L_14);
L_14->___pass = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_14->___pass), (void*)__this);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:317>
RuntimeObject* L_15 = V_0;
NullCheck(L_15);
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_15, (bool)1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:319>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:320>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:321>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:322>
RuntimeObject* L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* L_17 = ((U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_il2cpp_TypeInfo_var))->___U3CU3E9__6_0;
BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* L_18 = L_17;
if (L_18)
{
G_B3_0 = L_18;
G_B3_1 = L_16;
goto IL_006e_1;
}
G_B2_0 = L_18;
G_B2_1 = L_16;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_il2cpp_TypeInfo_var);
U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09* L_19 = ((U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* L_20 = (BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F*)il2cpp_codegen_object_new(BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m0BA6FD52E099E2A8ED09521EABEC8F3193A79F94(L_20, L_19, (intptr_t)((void*)U3CU3Ec_U3CRecordRenderGraphU3Eb__6_0_m2E8B6096119EBAAD7060A284368EECBAFA8891D4_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* L_21 = L_20;
((U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_il2cpp_TypeInfo_var))->___U3CU3E9__6_0 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t8612C37D561B976286C429F5353C2D4A404ACE09_il2cpp_TypeInfo_var))->___U3CU3E9__6_0), (void*)L_21);
G_B3_0 = L_21;
G_B3_1 = G_B2_1;
}
IL_006e_1:
{
NullCheck(G_B3_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t73F727B84D44400AAEC6C3B7B77E4E649871510F* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tF3BD392C3DBEC00E196D919CCC0B7CAD2E764CDF_m47A5119EF3FE86CD719D8096CB0C86AFC6EC5316_RuntimeMethod_var, G_B3_1, G_B3_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:323>
goto IL_007f;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_007f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:324>
return;
}
}
// Method Definition Index: 34383
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceShadowsPostPass__cctor_m0D70A24B9539E5D11CC249C2F520B74C7C87D80A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceShadows.cs:258>
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0;
L_0 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(1, NULL);
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1;
L_1 = RTHandles_Alloc_m7EC88962CADCEAB38EAE8D792039466E20874304(L_0, NULL);
((ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var))->___k_CurrentActive = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_StaticFields*)il2cpp_codegen_static_fields_for(ScreenSpaceShadowsPostPass_t7082B6CA07A8CC4649420A694897A9328C9F91E7_il2cpp_TypeInfo_var))->___k_CurrentActive), (void*)L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Method Definition Index: 37976
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
bool V_5 = false;
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_lhs;
float L_1 = L_0.___x;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___1_rhs;
float L_3 = L_2.___x;
V_0 = ((float)il2cpp_codegen_subtract(L_1, L_3));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_lhs;
float L_5 = L_4.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_rhs;
float L_7 = L_6.___y;
V_1 = ((float)il2cpp_codegen_subtract(L_5, L_7));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___0_lhs;
float L_9 = L_8.___z;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___1_rhs;
float L_11 = L_10.___z;
V_2 = ((float)il2cpp_codegen_subtract(L_9, L_11));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___0_lhs;
float L_13 = L_12.___w;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_rhs;
float L_15 = L_14.___w;
V_3 = ((float)il2cpp_codegen_subtract(L_13, L_15));
float L_16 = V_0;
float L_17 = V_0;
float L_18 = V_1;
float L_19 = V_1;
float L_20 = V_2;
float L_21 = V_2;
float L_22 = V_3;
float L_23 = V_3;
V_4 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_16, L_17)), ((float)il2cpp_codegen_multiply(L_18, L_19)))), ((float)il2cpp_codegen_multiply(L_20, L_21)))), ((float)il2cpp_codegen_multiply(L_22, L_23))));
float L_24 = V_4;
V_5 = (bool)((((float)L_24) < ((float)(9.99999944E-11f)))? 1 : 0);
goto IL_0057;
}
IL_0057:
{
bool L_25 = V_5;
return L_25;
}
}
// 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: 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: 30149
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:106>
bool L_0 = __this->___U3CuseScalingU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37901
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___oneVector;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
// 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: 37980
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_v;
float L_1 = L_0.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_v;
float L_3 = L_2.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_4), L_1, L_3, (0.0f), (0.0f), NULL);
V_0 = L_4;
goto IL_001f;
}
IL_001f:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = V_0;
return L_5;
}
}
// Method Definition Index: 27441
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* CommandBufferHelpers_GetNativeCommandBuffer_m00E0A36F7BA58959180A2CF84B882FCE474577CA_inline (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_baseBuffer, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/CommandBuffers/CommandBufferHelpers.cs:61>
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_0 = ___0_baseBuffer;
NullCheck(L_0);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ((BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06*)L_0)->___m_WrappedCommandBuffer;
return L_1;
}
}
// Method Definition Index: 37978
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_v;
float L_1 = L_0.___x;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_v;
float L_3 = L_2.___y;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_v;
float L_5 = L_4.___z;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6;
memset((&L_6), 0, sizeof(L_6));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_6), L_1, L_3, L_5, (0.0f), NULL);
V_0 = L_6;
goto IL_0020;
}
IL_0020:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = V_0;
return L_7;
}
}
// Method Definition Index: 37957
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m1FD55F67090B321AC9488CA325A72E454E6BCA37_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __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;
__this->___z = (0.0f);
__this->___w = (0.0f);
return;
}
}
// Method Definition Index: 33624
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:532>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = __this->___U3CxrU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27293
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:144>
int32_t L_0 = __this->___U3CmultipassIdU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34692
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/TemporalAA.cs:157>
float L_0 = __this->___m_ContrastAdaptiveSharpening;
return L_0;
}
}
// Method Definition Index: 27301
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:164>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___U3CrenderTargetU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35247
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* XRSystemUniversal_GetMaterialPropertyBlock_mD8A6FCCB8580823E1289454F5800BA4868D90026_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/XR/XRSystemUniversal.cs:14>
il2cpp_codegen_runtime_class_init_inline(XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = ((XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_StaticFields*)il2cpp_codegen_static_fields_for(XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var))->___s_XRSharedPropertyBlock;
return L_0;
}
}
// Method Definition Index: 27318
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRPass_get_occlusionMeshScale_m046F8625F75A7801D7A5D217FB020411140731A5_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:245>
float L_0 = __this->___U3CocclusionMeshScaleU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 31846
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphResourceTexture.cs:117>
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C* L_0 = (ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C*)(&__this->___handle);
il2cpp_codegen_runtime_class_init_inline(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = ResourceHandle_IsValid_m20B0218FDCA98DCD069AE3BE86FEFCAEDB985B9A_inline(L_0, NULL);
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: 33257
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:216>
int32_t L_0 = ___0_value;
__this->___U3CrenderPassEventU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 29407
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* ProbeReferenceVolume_get_instance_m7EAD257CFABE08C6549F8E34930FDB400DECC71C_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Lighting/ProbeVolume/ProbeReferenceVolume.cs:1014>
il2cpp_codegen_runtime_class_init_inline(ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var);
ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* L_0 = ((ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_StaticFields*)il2cpp_codegen_static_fields_for(ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F_il2cpp_TypeInfo_var))->____instance;
return L_0;
}
}
// Method Definition Index: 29371
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ProbeReferenceVolume_get_isInitialized_m81527DFA28013F4D7108C2E45368841F98EBDE03_inline (ProbeReferenceVolume_t05ED7EF2BB9B58F26CE1629F0AA773D14100695F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Lighting/ProbeVolume/ProbeReferenceVolume.cs:749>
bool L_0 = __this->___m_IsInitialized;
return L_0;
}
}
// Method Definition Index: 33275
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:337>
String_t* L_0 = __this->___m_PassName;
return L_0;
}
}
// Method Definition Index: 34172
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideMaterial_mEC314E355840943E662211B1A5D9AB6D2002FF86_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:23>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ___0_value;
__this->___U3CoverrideMaterialU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoverrideMaterialU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 34174
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideMaterialPassIndex_m5FD3BD73FF1B668607F83DB8438A6E6AC2395214_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:28>
int32_t L_0 = ___0_value;
__this->___U3CoverrideMaterialPassIndexU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 34176
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideShader_m07E428FAE9424E8EC411E3E9B263B69B3B64AC56_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:33>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = ___0_value;
__this->___U3CoverrideShaderU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoverrideShaderU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 34178
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderObjectsPass_set_overrideShaderPassIndex_m8511E9A9C26BA59E12B54B7DEAFC28D454FF506B_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:38>
int32_t L_0 = ___0_value;
__this->___U3CoverrideShaderPassIndexU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 27438
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_baseBuffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/CommandBuffers/CommandBufferHelpers.cs:24>
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_0 = ((CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_StaticFields*)il2cpp_codegen_static_fields_for(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var))->___rasterCmd;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = ___0_baseBuffer;
NullCheck(L_0);
((BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06*)L_0)->___m_WrappedCommandBuffer = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06*)L_0)->___m_WrappedCommandBuffer), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/CommandBuffers/CommandBufferHelpers.cs:25>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_2 = ((CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_StaticFields*)il2cpp_codegen_static_fields_for(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var))->___rasterCmd;
return L_2;
}
}
// Method Definition Index: 36451
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = __this->___m_Width;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
float L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 36453
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = __this->___m_Height;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
float L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 37970
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Addition_m471A0C9B30316933F8CE430F17A7F8806ECA3EB9_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_b, 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 = ___1_b;
float L_3 = L_2.___x;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_a;
float L_5 = L_4.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_b;
float L_7 = L_6.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___0_a;
float L_9 = L_8.___z;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___1_b;
float L_11 = L_10.___z;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___0_a;
float L_13 = L_12.___w;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_b;
float L_15 = L_14.___w;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16;
memset((&L_16), 0, sizeof(L_16));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_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);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = V_0;
return L_17;
}
}
// Method Definition Index: 33256
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:216>
int32_t L_0 = __this->___U3CrenderPassEventU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34171
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderObjectsPass_get_overrideMaterial_m700D37339DC81FF453ED333230DD04B3CA9BE4F6_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:23>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___U3CoverrideMaterialU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34173
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderObjectsPass_get_overrideMaterialPassIndex_mAEFF1485FEFD7C3232C8F8AF2EB2FBE8ACBB6EAA_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:28>
int32_t L_0 = __this->___U3CoverrideMaterialPassIndexU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34175
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* RenderObjectsPass_get_overrideShader_mF78593C21A4AB87CE37CA7B8C06CC0810456F284_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:33>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___U3CoverrideShaderU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34177
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderObjectsPass_get_overrideShaderPassIndex_m38C83ECBA1A85B346B0529A687803F478E738BA3_inline (RenderObjectsPass_tE13D2258BFD15BCD4801391F580C3F8C8DD8460A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/RenderObjectsPass.cs:38>
int32_t L_0 = __this->___U3CoverrideShaderPassIndexU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35244
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPassUniversal_get_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline (XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/XR/XRPassUniversal.cs:36>
bool L_0 = __this->___U3CcanFoveateIntermediatePassesU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33288
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_passInput, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:409>
int32_t L_0 = ___0_passInput;
__this->___m_Input = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:410>
return;
}
}
// 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: 37971
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Subtraction_mD14864BB81AC08F643D2B82B41B3577012410ED9_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_b, 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 = ___1_b;
float L_3 = L_2.___x;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_a;
float L_5 = L_4.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___1_b;
float L_7 = L_6.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8 = ___0_a;
float L_9 = L_8.___z;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = ___1_b;
float L_11 = L_10.___z;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ___0_a;
float L_13 = L_12.___w;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_b;
float L_15 = L_14.___w;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16;
memset((&L_16), 0, sizeof(L_16));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_16), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), ((float)il2cpp_codegen_subtract(L_13, L_15)), NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = V_0;
return L_17;
}
}
// Method Definition Index: 37497
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CdepthStencilFormatU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 37488
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CmsaaSamplesU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 37483
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CwidthU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37484
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CwidthU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 37485
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CheightU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37486
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CheightU3Ek__BackingField = L_0;
return;
}
}
// 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: 37638
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method)
{
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), NULL);
return L_0;
}
}
// Method Definition Index: 30154
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:118>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_RT;
return L_0;
}
}
// Method Definition Index: 30156
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:126>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___m_NameID;
return L_0;
}
}
// Method Definition Index: 36435
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___m_XMin = L_0;
float L_1 = ___1_y;
__this->___m_YMin = L_1;
float L_2 = ___2_width;
__this->___m_Width = L_2;
float L_3 = ___3_height;
__this->___m_Height = L_3;
return;
}
}
// Method Definition Index: 27305
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B XRPass_get_motionVectorRenderTarget_mD79815DB1488D5BD95E35AF5220ABB3EBD2455EB_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:174>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0 = __this->___U3CmotionVectorRenderTargetU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27307
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 XRPass_get_motionVectorRenderTargetDesc_m708FD87CAC00A4B208ECC7E7448DAEE8752BE1D8_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:179>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_0 = __this->___U3CmotionVectorRenderTargetDescU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37489
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_volumeDepth_m528818299E101F1B285B08BE12FAC2F9A871BA36_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CvolumeDepthU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37487
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CmsaaSamplesU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37496
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CdepthStencilFormatU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37629
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline (const RuntimeMethod* method)
{
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (1.0f), NULL);
return L_0;
}
}
// Method Definition Index: 27289
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPass_get_spaceWarpRightHandedNDC_m8C81B2C72B0A457828DF46E72EE8832817FC18D0_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:126>
bool L_0 = __this->___U3CspaceWarpRightHandedNDCU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27287
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPass_get_hasMotionVectorPass_m1F33C209CC4ACFC8F5413583A15FC90C2CC0A288_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:110>
bool L_0 = __this->___U3ChasMotionVectorPassU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34249
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* PostProcessPasses_get_colorGradingLutPass_m9F1DB7EDF090A5F0523A9C106E9697CCD2174B4C_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:53>
ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644* L_0 = __this->___m_ColorGradingLutPass;
return L_0;
}
}
// Method Definition Index: 34250
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_postProcessPass_m5DE0C003760933244080CFD43135D83ACF88E9E4_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:54>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_0 = __this->___m_PostProcessPass;
return L_0;
}
}
// Method Definition Index: 34251
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* PostProcessPasses_get_finalPostProcessPass_m455A2E72843873127E3ADA23165B2031ED5EE98D_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:55>
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* L_0 = __this->___m_FinalPostProcessPass;
return L_0;
}
}
// Method Definition Index: 34252
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_afterPostProcessColor_m73C5609283C6A9B3CCAF96304D0A318CD30A231B_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:56>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_AfterPostProcessColor;
return L_0;
}
}
// Method Definition Index: 34253
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPasses_get_colorGradingLut_m109522E238E99C4787B2102E86FAC20D998D6669_inline (PostProcessPasses_tAED11E629F8830B180E0759F4A988839F786D3E9* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/PostProcessPasses.cs:57>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_ColorGradingLut;
return L_0;
}
}
// Method Definition Index: 37968
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ((Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields*)il2cpp_codegen_static_fields_for(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var))->___zeroVector;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 34266
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ReflectionProbeManager_get_atlasRT_m301B52B0621DAF1CE7765E6704490405DDA42877_inline (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:54>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___m_AtlasTexture0;
return L_0;
}
}
// Method Definition Index: 34267
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ReflectionProbeManager_get_atlasRTHandle_m6658A09E558C4B7FCF8451D4CA59F0189FCE1011_inline (ReflectionProbeManager_tBCF8C782A572C4DFFD98CC746C17B7DB6F6B6B5D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ReflectionProbeManager.cs:55>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_AtlasTexture0Handle;
return L_0;
}
}
// Method Definition Index: 46971
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Implicit_m8CFB0C58F0EE9CF236FC42E64F57838140AF7D46_inline (int32_t ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:137>
int32_t L_0 = ___0_v;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
memset((&L_1), 0, sizeof(L_1));
int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline((&L_1), L_0, NULL);
return L_1;
}
}
// Method Definition Index: 37490
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_volumeDepth_mEF9610D1C14182417A01B7243DEE6B559A13B34D_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CvolumeDepthU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 37505
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_dimension_mCE9A4A08454BB2D9DFE3E505EC336FD480078F39_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CdimensionU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 42129
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_floorlog2_m27DF7DB26915A7FE16A4A72ACDA15795BF95562E_inline (int32_t ___0_x, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5802>
int32_t L_0 = ___0_x;
int32_t L_1;
L_1 = math_lzcnt_m121BDDDEE89F5A401E2E5F0AD900D22E47C8741C_inline(L_0, NULL);
return ((int32_t)il2cpp_codegen_subtract(((int32_t)31), L_1));
}
}
// 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: 41270
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_int2_m0A9A8113022D7954E7DA5BE5436989C2DF01650D_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:881>
int32_t L_0 = ___0_x;
int32_t L_1 = ___1_y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, NULL);
return L_2;
}
}
// Method Definition Index: 42121
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_ceillog2_m1F8130D49F06A9A97699F43FDB771782FE1A7930_inline (int32_t ___0_x, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5692>
int32_t L_0 = ___0_x;
int32_t L_1;
L_1 = math_lzcnt_m121BDDDEE89F5A401E2E5F0AD900D22E47C8741C_inline(((int32_t)il2cpp_codegen_subtract(L_0, 1)), NULL);
return ((int32_t)il2cpp_codegen_subtract(((int32_t)32), L_1));
}
}
// Method Definition Index: 47034
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int2_get_xyxy_mAD2CD0BE7639D713E52DAE9D6EE7534DF1B6E71A_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:597>
int32_t L_0 = __this->___x;
int32_t L_1 = __this->___y;
int32_t L_2 = __this->___x;
int32_t L_3 = __this->___y;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4;
memset((&L_4), 0, sizeof(L_4));
int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline((&L_4), L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
// Method Definition Index: 45627
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Implicit_mA889A779BA63B2654EEEF1F5CE2407DAA0E33142_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:286>
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___0_v;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_1;
memset((&L_1), 0, sizeof(L_1));
float4__ctor_mDE7B1FCF1C1895705616AB2D0C0ED42422743D1D_inline((&L_1), L_0, NULL);
return L_1;
}
}
// 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: 47750
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int4_tBA77D4945786DE82C3A487B33955EA1004996052 int4_op_Explicit_mCBE5AD9158BC21B2E93CFB154927523284100E6A_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:276>
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_v;
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_1;
memset((&L_1), 0, sizeof(L_1));
int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_inline((&L_1), L_0, NULL);
return L_1;
}
}
// Method Definition Index: 48189
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_zw_mE8F9C45028C9B218050B7DBDF61063B60F62349D_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:3746>
int32_t L_0 = __this->___z;
int32_t L_1 = __this->___w;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, NULL);
return L_2;
}
}
// Method Definition Index: 48171
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int4_get_xy_m9402873A61D837606A752C019B7AB157EA4FC6C9_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:3640>
int32_t L_0 = __this->___x;
int32_t L_1 = __this->___y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2;
memset((&L_2), 0, sizeof(L_2));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_2), L_0, L_1, NULL);
return L_2;
}
}
// Method Definition Index: 46983
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mB8210BD1CFEF218431BCFB14816FA467B196BCB7_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:215>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_lhs;
int32_t L_1 = L_0.___x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___1_rhs;
int32_t L_3 = L_2.___x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___0_lhs;
int32_t L_5 = L_4.___y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___1_rhs;
int32_t L_7 = L_6.___y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)il2cpp_codegen_add(L_1, L_3)), ((int32_t)il2cpp_codegen_add(L_5, L_7)), NULL);
return L_8;
}
}
// Method Definition Index: 41543
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_max_m11CA4E4999B4F371CB5189F06CAD3FD0E852B2B4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_x, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___1_y, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:994>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_x;
int32_t L_1 = L_0.___x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___1_y;
int32_t L_3 = L_2.___x;
int32_t L_4;
L_4 = math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline(L_1, L_3, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5 = ___0_x;
int32_t L_6 = L_5.___y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = ___1_y;
int32_t L_8 = L_7.___y;
int32_t L_9;
L_9 = math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline(L_6, L_8, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10;
memset((&L_10), 0, sizeof(L_10));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_10), L_4, L_9, NULL);
return L_10;
}
}
// Method Definition Index: 37977
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method)
{
bool V_0 = false;
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_lhs;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = ___1_rhs;
bool L_2;
L_2 = Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline(L_0, L_1, NULL);
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_000e;
}
IL_000e:
{
bool L_3 = V_0;
return L_3;
}
}
// Method Definition Index: 46997
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 int2_op_LessThan_mDA9D38A2DFECDECA7FE2934167CF14DE2A710D13_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:317>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_lhs;
int32_t L_1 = L_0.___x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___1_rhs;
int32_t L_3 = L_2.___x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___0_lhs;
int32_t L_5 = L_4.___y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___1_rhs;
int32_t L_7 = L_6.___y;
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_8;
memset((&L_8), 0, sizeof(L_8));
bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline((&L_8), (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0), (bool)((((int32_t)L_5) < ((int32_t)L_7))? 1 : 0), NULL);
return L_8;
}
}
// Method Definition Index: 41945
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool math_any_m76E4E0A6EAF4782AB83EC7BE0BB7E2513791C0B0_inline (bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 ___0_x, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3935>
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_0 = ___0_x;
bool L_1 = L_0.___x;
if (L_1)
{
goto IL_000f;
}
}
{
bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611 L_2 = ___0_x;
bool L_3 = L_2.___y;
return L_3;
}
IL_000f:
{
return (bool)1;
}
}
// Method Definition Index: 42112
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A math_ceilpow2_m55FA5F42278E2409D11BF05A5A9E3B2A883C82CB_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_x, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5539>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_1;
L_1 = int2_op_Subtraction_mC938968ABFBC65A87958D0C460911E66345F7AAA_inline(L_0, 1, NULL);
___0_x = L_1;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5540>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4;
L_4 = int2_op_RightShift_mC401366956E76AC2BB075841BF4FD16CEEF95227_inline(L_3, 1, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_5;
L_5 = int2_op_BitwiseOr_m0570B3FC79725BF4940B9008B64AE03D25A85190_inline(L_2, L_4, NULL);
___0_x = L_5;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5541>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_7 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
L_8 = int2_op_RightShift_mC401366956E76AC2BB075841BF4FD16CEEF95227_inline(L_7, 2, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_9;
L_9 = int2_op_BitwiseOr_m0570B3FC79725BF4940B9008B64AE03D25A85190_inline(L_6, L_8, NULL);
___0_x = L_9;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5542>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_10 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_11 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_12;
L_12 = int2_op_RightShift_mC401366956E76AC2BB075841BF4FD16CEEF95227_inline(L_11, 4, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_13;
L_13 = int2_op_BitwiseOr_m0570B3FC79725BF4940B9008B64AE03D25A85190_inline(L_10, L_12, NULL);
___0_x = L_13;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5543>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_14 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_15 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_16;
L_16 = int2_op_RightShift_mC401366956E76AC2BB075841BF4FD16CEEF95227_inline(L_15, 8, NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_17;
L_17 = int2_op_BitwiseOr_m0570B3FC79725BF4940B9008B64AE03D25A85190_inline(L_14, L_16, NULL);
___0_x = L_17;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5544>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_18 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_19 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_20;
L_20 = int2_op_RightShift_mC401366956E76AC2BB075841BF4FD16CEEF95227_inline(L_19, ((int32_t)16), NULL);
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_21;
L_21 = int2_op_BitwiseOr_m0570B3FC79725BF4940B9008B64AE03D25A85190_inline(L_18, L_20, NULL);
___0_x = L_21;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5545>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_22 = ___0_x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_23;
L_23 = int2_op_Addition_mDC6C2A91C24EE95C695A1F0179AC85A845045D2E_inline(L_22, 1, NULL);
return L_23;
}
}
// Method Definition Index: 44908
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Implicit_mDCE8EF24B96CB48EEFA3D9C75760ECA01874C735_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:179>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_v;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1;
memset((&L_1), 0, sizeof(L_1));
float2__ctor_m36DFF2F3BE02DB4AC5E36F0CDFF2DB54D872F979_inline((&L_1), L_0, NULL);
return L_1;
}
}
// Method Definition Index: 44924
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Division_mA1BE4D539CEEC02DE7F3C3C35060D3CEF1CBEDDA_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_lhs, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:289>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___0_lhs;
float L_1 = L_0.___x;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_2 = ___1_rhs;
float L_3 = L_2.___x;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = ___0_lhs;
float L_5 = L_4.___y;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_6 = ___1_rhs;
float L_7 = L_6.___y;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_8;
memset((&L_8), 0, sizeof(L_8));
float2__ctor_m3D598E2C2D173DE852F3AB157502968261383C97_inline((&L_8), ((float)(L_1/L_3)), ((float)(L_5/L_7)), NULL);
return L_8;
}
}
// Method Definition Index: 37900
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 36381
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_max_m6446F2AB97C1E57CA89467B9DE52D4EB61F1CB09_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
L_0 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline(__this, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
L_1 = Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline(__this, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
L_2 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = V_0;
return L_3;
}
}
// Method Definition Index: 36379
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_min_m465AC9BBE1DE5D8E8AD95AC19B9899068FEEBB13_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
L_0 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline(__this, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
L_1 = Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline(__this, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
L_2 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_0, L_1, NULL);
V_0 = L_2;
goto IL_0015;
}
IL_0015:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = V_0;
return L_3;
}
}
// Method Definition Index: 44926
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Division_mE9F0EA43229DDFD549088D0F71AABF831698EE5F_inline (float ___0_lhs, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:303>
float L_0 = ___0_lhs;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = ___1_rhs;
float L_2 = L_1.___x;
float L_3 = ___0_lhs;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = ___1_rhs;
float L_5 = L_4.___y;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_6;
memset((&L_6), 0, sizeof(L_6));
float2__ctor_m3D598E2C2D173DE852F3AB157502968261383C97_inline((&L_6), ((float)(L_0/L_2)), ((float)(L_3/L_5)), NULL);
return L_6;
}
}
// Method Definition Index: 44910
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Implicit_m9CAFCA676C0609D02F3F23A214D01DA3FF480FF4_inline (uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:191>
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___0_v;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1;
memset((&L_1), 0, sizeof(L_1));
float2__ctor_m119EA382660CA825559E95AE3770C59196ED449F_inline((&L_1), L_0, NULL);
return L_1;
}
}
// Method Definition Index: 44916
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Multiply_m34D03129CE0D7AD665A914DE83CB749585B2455F_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_lhs, float ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:230>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___0_lhs;
float L_1 = L_0.___x;
float L_2 = ___1_rhs;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_3 = ___0_lhs;
float L_4 = L_3.___y;
float L_5 = ___1_rhs;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_6;
memset((&L_6), 0, sizeof(L_6));
float2__ctor_m3D598E2C2D173DE852F3AB157502968261383C97_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), NULL);
return L_6;
}
}
// Method Definition Index: 44919
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float2_op_Addition_m6A1EEFBE2B92691F07967739DB3ECEEB432968AD_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_lhs, float ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:252>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___0_lhs;
float L_1 = L_0.___x;
float L_2 = ___1_rhs;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_3 = ___0_lhs;
float L_4 = L_3.___y;
float L_5 = ___1_rhs;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_6;
memset((&L_6), 0, sizeof(L_6));
float2__ctor_m3D598E2C2D173DE852F3AB157502968261383C97_inline((&L_6), ((float)il2cpp_codegen_add(L_1, L_2)), ((float)il2cpp_codegen_add(L_4, L_5)), NULL);
return L_6;
}
}
// Method Definition Index: 41163
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E math_float4_mE797E50A2E9FF0935867108F0F25C0F683E47B15_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_xy, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_zw, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:3863>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___0_xy;
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = ___1_zw;
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_2;
memset((&L_2), 0, sizeof(L_2));
float4__ctor_m062DCDEE8A8DFB587E88A4F1D18E7415B683CB00_inline((&L_2), L_0, L_1, NULL);
return L_2;
}
}
// Method Definition Index: 33087
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD DecalProjector_get_decalEntity_m567C59A20E812BD089244A06FC921CB14DF6AEF5_inline (DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Decal/DecalProjector.cs:37>
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_0 = __this->___U3CdecalEntityU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33088
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DecalProjector_set_decalEntity_mB69979C283861801CBF16EF122CE14111FF3E871_inline (DecalProjector_tE7CEBAABFEF36162FD325321C1F94173CEFEDF64* __this, DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Decal/DecalProjector.cs:37>
DecalEntity_t8CAF09C65939503449C4138ADCDC4907196293FD L_0 = ___0_value;
__this->___U3CdecalEntityU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33518
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:237>
int32_t L_0 = __this->___m_RenderingMode;
return L_0;
}
}
// Method Definition Index: 33528
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalRendererData_get_accurateGbufferNormals_mEEC3CD3A5BDE3BDF5E8882791BEEA6753EABD0EC_inline (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:327>
bool L_0 = __this->___m_AccurateGbufferNormals;
return L_0;
}
}
// Method Definition Index: 35229
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PlatformAutoDetect_get_isShaderAPIMobileDefined_mE249D1F6B78C22288F5655105C46F359D6F4102F_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineCore.cs:2023>
il2cpp_codegen_runtime_class_init_inline(PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var);
bool L_0 = ((PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAutoDetect_tEEEF1776EA779987D2840527D96D89ADD3177A36_il2cpp_TypeInfo_var))->___U3CisShaderAPIMobileDefinedU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34479
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_decalDBufferClear_m69940D010E72D8EB87406176D263F3428197C6CE_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRendererResources.cs:122>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_DBufferClear;
return L_0;
}
}
// Method Definition Index: 34286
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* DecalRendererFeature_get_sharedDecalEntityManager_m40E27F3BFD2D84F47B48221A07AF7AA21DE86D0E_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DecalRendererFeature.cs:182>
il2cpp_codegen_runtime_class_init_inline(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var);
SharedDecalEntityManager_tA0A2AD50403B776D27F3D5023EBF02D8A8C7DBBD* L_0 = ((DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_StaticFields*)il2cpp_codegen_static_fields_for(DecalRendererFeature_t60FD3C8045A8E32C2DF6FA12C247020274E76B7F_il2cpp_TypeInfo_var))->___U3CsharedDecalEntityManagerU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34880
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* UniversalRenderer_get_deferredLights_m32F1A62E9BAAB45913C9B60CBB3CE5FD9D0292BC_inline (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderer.cs:227>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_0 = __this->___m_DeferredLights;
return L_0;
}
}
// Method Definition Index: 34469
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* UniversalRendererResources_get_copyDepthPS_m843A3A7B6BC975394A7BD79C18CCD23B8F6C8859_inline (UniversalRendererResources_tE514A01A6E93F9E91A1B2CCEFE172D3B3692B629* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RenderPipelineResources/UniversalRendererResources.cs:56>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_CopyDepthPS;
return L_0;
}
}
// Method Definition Index: 35450
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_CopyToDepth_mF2F24BDBE3DA669FFCDAB890D1DBB387405A963C_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CopyDepthPass.cs:25>
bool L_0 = ___0_value;
__this->___U3CCopyToDepthU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 35448
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CopyDepthPass_set_MsaaSamples_mE86AA6AF92C2B0E809DD62702CF9E5DE827831B9_inline (CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CopyDepthPass.cs:22>
int32_t L_0 = ___0_value;
__this->___U3CMsaaSamplesU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33231
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DecalGBufferRenderPass_Setup_m9394FE80F88C9A5DBB5E1901D5B98344C668D081_inline (DecalGBufferRenderPass_tF9AE5E097AC2B82F540580ECA6E502C1B885ECA4* __this, DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* ___0_deferredLights, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Decal/ScreenSpace/DecalGBufferRenderPass.cs:48>
DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* L_0 = ___0_deferredLights;
__this->___m_DeferredLights = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeferredLights), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Decal/ScreenSpace/DecalGBufferRenderPass.cs:49>
return;
}
}
// Method Definition Index: 33032
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* DBufferRenderPass_get_dBufferDepth_m12942D14EA190FF67A70DB8985C58D217480025C_inline (DBufferRenderPass_t49879C87DABC55DF17293F334967AE8ADC9101B7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Decal/DBuffer/DBufferRenderPass.cs:38>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_DBufferDepth;
return L_0;
}
}
// Method Definition Index: 35274
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DeferredLights_get_UseFramebufferFetch_mCA48571D2CF82D0FA8854DEA9831D5EEB2E96891_inline (DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/DeferredLights.cs:190>
bool L_0 = __this->___U3CUseFramebufferFetchU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 34308
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DisallowMultipleRendererFeature_set_customTitle_m3FE10FA8966D2FB14B8B9438F8AA43EE8DB6FAC9_inline (DisallowMultipleRendererFeature_tCAAD3D9755F96F836BD37A45FCB473D12F2049C6* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/DisallowMultipleRendererFeature.cs:14>
String_t* L_0 = ___0_value;
__this->___U3CcustomTitleU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcustomTitleU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 33272
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_requiresIntermediateTexture_m148E04B5EED5457E979C6EFAA710E683A56FDF8E_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:291>
bool L_0 = ___0_value;
__this->___U3CrequiresIntermediateTextureU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33268
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ScriptableRenderPass_get_input_mE5213812C63FCA94FEB41F7505F03CBF95363BE5_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:272>
int32_t L_0 = __this->___m_Input;
return L_0;
}
}
// Method Definition Index: 34343
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ScreenSpaceAmbientOcclusionPersistentResources_get_Shader_mE77BB6F4F279106EAC9AD9294DCE41E2632B228F_inline (ScreenSpaceAmbientOcclusionPersistentResources_tD37E0F95FD2DCE913D64936C3DD6C29CFBA8DE1D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:74>
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_Shader;
return L_0;
}
}
// Method Definition Index: 34348
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ScreenSpaceAmbientOcclusionDynamicResources_get_BlueNoise256Textures_m63FDA23C1928D610651375BE50B977EB74B35568_inline (ScreenSpaceAmbientOcclusionDynamicResources_t14EDEE21077C8EFFACACC2395F92A1E1827DE6C1* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/RendererFeatures/ScreenSpaceAmbientOcclusion.cs:98>
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_0 = __this->___m_BlueNoise256Textures;
return L_0;
}
}
// Method Definition Index: 30157
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:130>
String_t* L_0 = __this->___m_Name;
return L_0;
}
}
// Method Definition Index: 28259
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
{
il2cpp_rgctx_method_init(method);
uint32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:26>
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 1));
uint32_t L_0 = ((TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 1)))->___value;
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:27>
uint32_t L_1 = V_0;
bool L_2;
L_2 = ContextContainer_Contains_mD38FBF0FAC84169E395802CBF880BD0980490AF3_inline(__this, L_1, NULL);
if (L_2)
{
goto IL_0033;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:29>
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (il2cpp_rgctx_type(method->rgctx_data, 2)) };
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
Type_t* L_4;
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(25, L_4);
String_t* L_6;
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral49AE794C00022ECA141068DEA9531BF6E0D342B7)), L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral01A849374C26F36DBF4641EFCBB31ABDCEFF10D2)), NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_7, L_6, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, method);
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:32>
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* L_8 = __this->___m_Items;
uint32_t L_9 = V_0;
NullCheck(L_8);
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* L_10 = ((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->___storage;
return ((RuntimeObject*)Castclass((RuntimeObject*)L_10, il2cpp_rgctx_data(method->rgctx_data, 3)));
}
}
// Method Definition Index: 9293
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m999CAB0903219BD2CF988827287D44B0B44D69FE_gshared_inline (List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_item, const RuntimeMethod* method)
{
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____version;
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_1 = __this->____items;
V_0 = L_1;
int32_t L_2 = __this->____size;
V_1 = L_2;
int32_t L_3 = V_1;
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* 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));
ShaderTagIdU5BU5D_tE1BA124E13B8096153E25C5AF9C1D15D71466143* L_6 = V_0;
int32_t L_7 = V_1;
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0)L_8);
return;
}
IL_0034:
{
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_9 = ___0_item;
List_1_AddWithResize_m9DC0CBC6B2899B36D53FDDEC54B3367D03C0FCC7(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
return;
}
}
// Method Definition Index: 9195
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A Enumerator_get_Current_mB015E1CCF2A3AB00FD14986BB797F3DDBBC366AF_gshared_inline (Enumerator_tAEE65845C33E95D7104D24166F54D2B72DBF88A9* __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_tC5ADF0AFF823F052499A61A1D65C6BB0A8C0342A L_0 = __this->____current;
return L_0;
}
}
// Method Definition Index: 9293
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____version;
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = __this->____items;
V_0 = L_1;
int32_t L_2 = __this->____size;
V_1 = L_2;
int32_t L_3 = V_1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* 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));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = V_0;
int32_t L_7 = V_1;
int32_t L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (int32_t)L_8);
return;
}
IL_0034:
{
int32_t L_9 = ___0_item;
List_1_AddWithResize_m378B392086AAB6F400944FA9839516326B3F7BB8(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
return;
}
}
// Method Definition Index: 9342
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_mB49912FF111A954F2C326BF4FA29A53C1027187B_gshared_inline (Enumerator_t9DBCD072C72E44AB8959D9884EF7F528028F20EC* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____current;
return L_0;
}
}
// Method Definition Index: 9301
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->____version;
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
goto IL_0035;
}
IL_0035:
{
__this->____size = 0;
}
IL_003c:
{
return;
}
}
// Method Definition Index: 9195
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 Enumerator_get_Current_mF8686FE59226D0603D5B095DC67F76377BBA52B6_gshared_inline (Enumerator_tE840D191A00F7E1B62DEC554929E7F5829C966BB* __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_tA6BE5EEAC56CB97CB7383FCC3CC6C84FAF129189 L_0 = __this->____current;
return L_0;
}
}
// Method Definition Index: 2695
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method)
{
il2cpp_rgctx_method_init(method);
{
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Value;
return L_0;
}
}
// Method Definition Index: 31808
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ResourceHandle_IsValid_m20B0218FDCA98DCD069AE3BE86FEFCAEDB985B9A_inline (ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphResources.cs:75>
uint32_t L_0 = __this->___m_Value;
V_0 = ((int32_t)((int32_t)L_0&((int32_t)-65536)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphResources.cs:76>
uint32_t L_1 = V_0;
if (!L_1)
{
goto IL_0023;
}
}
{
uint32_t L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
uint32_t L_3 = ((ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_StaticFields*)il2cpp_codegen_static_fields_for(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var))->___s_CurrentValidBit;
if ((((int32_t)L_2) == ((int32_t)L_3)))
{
goto IL_0021;
}
}
{
uint32_t L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var);
uint32_t L_5 = ((ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_StaticFields*)il2cpp_codegen_static_fields_for(ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var))->___s_SharedResourceValidBit;
return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
}
IL_0021:
{
return (bool)1;
}
IL_0023:
{
return (bool)0;
}
}
// 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: 37610
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
{
{
float L_0 = ___0_r;
__this->___r = L_0;
float L_1 = ___1_g;
__this->___g = L_1;
float L_2 = ___2_b;
__this->___b = L_2;
float L_3 = ___3_a;
__this->___a = L_3;
return;
}
}
// Method Definition Index: 46962
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m1F683444787E63F08971693F833BBF8012827CE6_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:56>
int32_t L_0 = ___0_v;
__this->___x = L_0;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:57>
int32_t L_1 = ___0_v;
__this->___y = L_1;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:58>
return;
}
}
// Method Definition Index: 42065
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_lzcnt_m121BDDDEE89F5A401E2E5F0AD900D22E47C8741C_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:5054>
uint32_t L_0 = ___0_x;
if (L_0)
{
goto IL_0006;
}
}
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5055>
return ((int32_t)32);
}
IL_0006:
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5057>
(&V_0)->___doubleValue = (0.0);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5058>
uint32_t L_1 = ___0_x;
(&V_0)->___longValue = ((int64_t)il2cpp_codegen_add(((int64_t)4841369599423283200LL), ((int64_t)(uint64_t)((uint32_t)L_1))));
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5059>
double* L_2 = (double*)(&(&V_0)->___doubleValue);
double* L_3 = L_2;
double L_4 = *((double*)L_3);
*((double*)L_3) = (double)((double)il2cpp_codegen_subtract(L_4, (4503599627370496.0)));
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5060>
LongDoubleUnion_tD71C400B6C4CD1A7F13CE8125AC6BBC7A22791CA L_5 = V_0;
int64_t L_6 = L_5.___longValue;
return ((int32_t)il2cpp_codegen_subtract(((int32_t)1054), ((int32_t)((int64_t)(L_6>>((int32_t)52))))));
}
}
// Method Definition Index: 46960
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:38>
int32_t L_0 = ___0_x;
__this->___x = L_0;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:39>
int32_t L_1 = ___1_y;
__this->___y = L_1;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:40>
return;
}
}
// Method Definition Index: 47727
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_m4E8D71A09721E26F7FCCE82EA8AD699062EE6216_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, int32_t ___0_x, int32_t ___1_y, int32_t ___2_z, int32_t ___3_w, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:44>
int32_t L_0 = ___0_x;
__this->___x = L_0;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:45>
int32_t L_1 = ___1_y;
__this->___y = L_1;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:46>
int32_t L_2 = ___2_z;
__this->___z = L_2;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:47>
int32_t L_3 = ___3_w;
__this->___w = L_3;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:48>
return;
}
}
// Method Definition Index: 45616
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float4__ctor_mDE7B1FCF1C1895705616AB2D0C0ED42422743D1D_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, int4_tBA77D4945786DE82C3A487B33955EA1004996052 ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:185>
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_0 = ___0_v;
int32_t L_1 = L_0.___x;
__this->___x = ((float)L_1);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:186>
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_2 = ___0_v;
int32_t L_3 = L_2.___y;
__this->___y = ((float)L_3);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:187>
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_4 = ___0_v;
int32_t L_5 = L_4.___z;
__this->___z = ((float)L_5);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:188>
int4_tBA77D4945786DE82C3A487B33955EA1004996052 L_6 = ___0_v;
int32_t L_7 = L_6.___w;
__this->___w = ((float)L_7);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:189>
return;
}
}
// 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: 47741
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void int4__ctor_mC08BC6E7709B75AEBCFDA6A26B4AB4525C1B2D26_inline (int4_tBA77D4945786DE82C3A487B33955EA1004996052* __this, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:207>
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_v;
float L_1 = L_0.___x;
__this->___x = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:208>
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_2 = ___0_v;
float L_3 = L_2.___y;
__this->___y = il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:209>
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = ___0_v;
float L_5 = L_4.___z;
__this->___z = il2cpp_codegen_cast_double_to_int<int32_t>(L_5);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:210>
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = ___0_v;
float L_7 = L_6.___w;
__this->___w = il2cpp_codegen_cast_double_to_int<int32_t>(L_7);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int4.gen.cs:211>
return;
}
}
// 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: 42682
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool2__ctor_m097D0D586C955D0F4E04DD5D308F0DD17297203D_inline (bool2_t8DE096059E01F7B763971F8CA11E746D41DC8611* __this, bool ___0_x, bool ___1_y, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool2.gen.cs:39>
bool L_0 = ___0_x;
__this->___x = L_0;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool2.gen.cs:40>
bool L_1 = ___1_y;
__this->___y = L_1;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool2.gen.cs:41>
return;
}
}
// Method Definition Index: 46987
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Subtraction_mC938968ABFBC65A87958D0C460911E66345F7AAA_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int32_t ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:244>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_lhs;
int32_t L_1 = L_0.___x;
int32_t L_2 = ___1_rhs;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___0_lhs;
int32_t L_4 = L_3.___y;
int32_t L_5 = ___1_rhs;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_subtract(L_1, L_2)), ((int32_t)il2cpp_codegen_subtract(L_4, L_5)), NULL);
return L_6;
}
}
// Method Definition Index: 47012
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_RightShift_mC401366956E76AC2BB075841BF4FD16CEEF95227_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_x, int32_t ___1_n, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:426>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_x;
int32_t L_1 = L_0.___x;
int32_t L_2 = ___1_n;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___0_x;
int32_t L_4 = L_3.___y;
int32_t L_5 = ___1_n;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)(L_1>>((int32_t)(L_2&((int32_t)31))))), ((int32_t)(L_4>>((int32_t)(L_5&((int32_t)31))))), NULL);
return L_6;
}
}
// Method Definition Index: 47023
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_BitwiseOr_m0570B3FC79725BF4940B9008B64AE03D25A85190_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:506>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_lhs;
int32_t L_1 = L_0.___x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___1_rhs;
int32_t L_3 = L_2.___x;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_4 = ___0_lhs;
int32_t L_5 = L_4.___y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6 = ___1_rhs;
int32_t L_7 = L_6.___y;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_8;
memset((&L_8), 0, sizeof(L_8));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_8), ((int32_t)(L_1|L_3)), ((int32_t)(L_5|L_7)), NULL);
return L_8;
}
}
// Method Definition Index: 46984
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A int2_op_Addition_mDC6C2A91C24EE95C695A1F0179AC85A845045D2E_inline (int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_lhs, int32_t ___1_rhs, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/int2.gen.cs:222>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_lhs;
int32_t L_1 = L_0.___x;
int32_t L_2 = ___1_rhs;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_3 = ___0_lhs;
int32_t L_4 = L_3.___y;
int32_t L_5 = ___1_rhs;
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_6;
memset((&L_6), 0, sizeof(L_6));
int2__ctor_m452D21510717D0961119C89A72BBB8D84DCD49F4_inline((&L_6), ((int32_t)il2cpp_codegen_add(L_1, L_2)), ((int32_t)il2cpp_codegen_add(L_4, L_5)), NULL);
return L_6;
}
}
// Method Definition Index: 44897
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float2__ctor_m36DFF2F3BE02DB4AC5E36F0CDFF2DB54D872F979_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA* __this, int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:92>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_0 = ___0_v;
int32_t L_1 = L_0.___x;
__this->___x = ((float)L_1);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:93>
int2_tF4AC25F87943DC0B2BB3456B0B919B3B42A9432A L_2 = ___0_v;
int32_t L_3 = L_2.___y;
__this->___y = ((float)L_3);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:94>
return;
}
}
// 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: 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: 37773
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, 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;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
float L_3 = L_2.___x;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
float L_5 = L_4.___y;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
float L_7 = L_6.___y;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
float L_9 = L_8.___z;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
float L_11 = L_10.___z;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
memset((&L_12), 0, sizeof(L_12));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_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);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
return L_13;
}
}
// Method Definition Index: 37774
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, 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;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
float L_3 = L_2.___x;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
float L_5 = L_4.___y;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
float L_7 = L_6.___y;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
float L_9 = L_8.___z;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
float L_11 = L_10.___z;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
memset((&L_12), 0, sizeof(L_12));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_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);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
return L_13;
}
}
// Method Definition Index: 44899
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float2__ctor_m119EA382660CA825559E95AE3770C59196ED449F_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA* __this, uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___0_v, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:110>
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_0 = ___0_v;
uint32_t L_1 = L_0.___x;
__this->___x = ((float)((double)(uint32_t)L_1));
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:111>
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_2 = ___0_v;
uint32_t L_3 = L_2.___y;
__this->___y = ((float)((double)(uint32_t)L_3));
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:112>
return;
}
}
// Method Definition Index: 45609
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float4__ctor_m062DCDEE8A8DFB587E88A4F1D18E7415B683CB00_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_xy, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_zw, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:107>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___0_xy;
float L_1 = L_0.___x;
__this->___x = L_1;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:108>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_2 = ___0_xy;
float L_3 = L_2.___y;
__this->___y = L_3;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:109>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = ___1_zw;
float L_5 = L_4.___x;
__this->___z = L_5;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:110>
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_6 = ___1_zw;
float L_7 = L_6.___y;
__this->___w = L_7;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:111>
return;
}
}
// Method Definition Index: 28263
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ContextContainer_Contains_mD38FBF0FAC84169E395802CBF880BD0980490AF3_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, uint32_t ___0_typeId, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Common/ContextContainer.cs:108>
uint32_t L_0 = ___0_typeId;
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* L_1 = __this->___m_Items;
NullCheck(L_1);
if ((((int64_t)((int64_t)(uint64_t)((uint32_t)L_0))) >= ((int64_t)((int64_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))))
{
goto IL_001f;
}
}
{
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* L_2 = __this->___m_Items;
uint32_t L_3 = ___0_typeId;
NullCheck(L_2);
bool L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->___isSet;
return L_4;
}
IL_001f:
{
return (bool)0;
}
}