Practice_Unity/Library/Bee/artifacts/iOS/il2cppOutput/cpp/Unity.RenderPipelines.Universal.Runtime__2.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

29645 lines
1.7 MiB

#include "pch-cpp.hpp"
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtualFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct VirtualFuncInvoker6
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, 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 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_2_t6D8354444F56930FFED265F70AFE4BC80A5AD1EA;
struct Action_2_tA93E5723B502E2AC6C87FB0C973D136B2E3A3A0B;
struct Action_2_tB73C956644B6ABEA48D4056B6E9B2EAABCA040CD;
struct BaseRenderFunc_2_tCEF4A4193D64B47BA9BDF45CF9B801DEB82FED1C;
struct BaseRenderFunc_2_tA367BC6873E6166CAEC57DF6061E145117B9C512;
struct BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A;
struct BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E;
struct BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096;
struct BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D;
struct BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850;
struct BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469;
struct BaseRenderFunc_2_t762A186FC860B473359C6CA1DE69EDCFB3985B45;
struct BaseRenderFunc_2_tECA37CC68AF2BD6C31F2DFF58EF746DC7B2C5AFE;
struct BaseRenderFunc_2_tF8B0FC77C310265D6F0EA096E14C24E57D0FEAD6;
struct BaseRenderFunc_2_t592BAE028800F18A071D869FCB982B997F5E13A2;
struct BaseRenderFunc_2_t0F078AB23E7CF63F4670F4E80CFDE4CD4BEB0F72;
struct BaseRenderFunc_2_t55E594CC6D951D462AFB9867489BE9665166DC90;
struct Dictionary_2_tCB9019887EB0254D4745B0724BC12327C5B63792;
struct Dictionary_2_tB41FAC88F07BAB98D6D373F7C94FB0496D1BDA32;
struct Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B;
struct Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E;
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
struct Dictionary_2_t21E090827BAF9D0D011CB55C02CA666756BF1AE7;
struct Dictionary_2_t54101FB5AEA0292C95D30CFAB7909873BF26E0B9;
struct Dictionary_2_t8D403C45B564DB77AE8A32FD6D35E333ABE68793;
struct Dictionary_2_t8BD6308EB9E88486C040C0B44AAE81F0B6C637C9;
struct Dictionary_2_t384D2A0FF42BF1302A3F513FC32DB105F1CD5455;
struct Dictionary_2_t5A7CE09F4D3EC74EEAE8DB41E209394AF6D9C99A;
struct Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3;
struct Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF;
struct Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821;
struct IEnumerator_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33;
struct Lazy_1_tBB3A8FBF1870AED7C8384A65F39C8F691F45F61F;
struct Lazy_1_t8BF68D560BD85EC85ECBE57F1B105CF767F8FBBC;
struct List_1_tD2FA3273746E404D72561E8324608D18B52B533E;
struct List_1_t9197976D9CD257810C9C417B3050A6C49D652F8D;
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
struct List_1_tF9D88C946600C782EE786A252258C0AA97BD019A;
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
struct List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4;
struct List_1_tB5216E2043E168F4E0A122E4594A52A4BA2394F2;
struct List_1_t1EFB69EBBF25AD12F3A9E56C62B12F01D63469CD;
struct List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C;
struct List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6;
struct List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6;
struct List_1_t4673975A297A80D4D4A65EB5A2BE3B6BD1EED9AF;
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317;
struct List_1_t602BCD639AA637A6C0BB45C136DD5458DBE18064;
struct List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8;
struct List_1_tA7666C6690CE2AEE97571615AD3AFCE2BB020597;
struct List_1_t7B0B015A57215073C45C813320AF5F3ECF8149F7;
struct List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A;
struct ReadOnlyCollection_1_tE414953665CCBE1BFF28E8E32C184621ADDA4B76;
struct ReadOnlyCollection_1_t6B7DBAE606F01BC50D92947B4B66E0A9EB9BDF64;
struct RenderPipelineGlobalSettings_2_tF84FD1A701A46DB8931AF8BC6056BF124B88CF0D;
struct RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02;
struct SerializedDictionary_2_t72F164AF973CB24F9CCD766CBA10606D60B8541D;
struct SerializedDictionary_2_tB904A5F399BBAD3D1E26499E69948994CCBAC129;
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6;
struct VolumeParameter_1_t94F56754AB6F749DB1CF6CD4116A90D69BD85400;
struct VolumeParameter_1_t548F25B8FDAED7E284E53FF27602B841970079FC;
struct VolumeParameter_1_t80C75EB611679D3400624E84553EF01B344A125D;
struct VolumeParameter_1_tD49D57859487E5822C22F93779BB46D808BBE63A;
struct VolumeParameter_1_t691B3704F41D86687670E8CA8B67AF011A583321;
struct VolumeParameter_1_t77F022F5333E41A9053315BD571C993F8CC046F2;
struct VolumeParameter_1_t7AACD383B582106FCE6132492D53B8475875AED0;
struct VolumeParameter_1_tFFADF17175E410D847D12382BCFD16C4EAD004A1;
struct VolumeParameter_1_t1252033A0A0CDEA3471809A97C1842F900E5638A;
struct VolumeParameter_1_t6DF9E630E76F0C9C758D3C5810E06A9DB11D65E0;
struct VolumeParameter_1_t18B35E30089EFE0C2751A53FE6143F972EC9F9B8;
struct VolumeParameter_1_tBA92B79A20B96D6212DF5589AAFA7B0B4AC68A2C;
struct VolumeParameter_1_tF55730717D62BD99642CBDBBD61DC4E5E5396E1C;
struct List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206;
struct GraphicsFormatU5BU5DU5BU5D_t1424BD937A890524D2A66FF39E61DEB0F10FE0A2;
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E;
struct RTHandleU5BU5DU5BU5D_t6066EC3F94599A5A42DA9A893F102E9618CB612F;
struct RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB;
struct TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9;
struct AttachmentDescriptorU5BU5D_tC70107EBD955FE94BA31C7FDC146069EF9C547C1;
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
struct CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F;
struct GraphicsDeviceTypeU5BU5D_t4322565F239068C66BF47053B83BD6A9A9D16408;
struct GraphicsFormatU5BU5D_tF6A3D90C430FA3F548B77E5D58D25D71F154E6C5;
struct HDROutputSettingsU5BU5D_t4699D456CFDE8DABC01309EF20D3FD987D95EFF2;
struct Hash128U5BU5D_tB104E7247B842648E447B7FCF4748077DC1F8C98;
struct IRenderPipelineGraphicsSettingsU5BU5D_t13C894F2F332E48CE3D526E4FF2024E8F1ABF78A;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3;
struct LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9;
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct PlaneU5BU5D_t4EEF66BAA8B0140EFFF34F6183CE7F80546592BE;
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF;
struct RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F;
struct RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5;
struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE;
struct ScriptableRenderPassU5BU5D_tC40E3619A24B14CB90535A47C826514BE1343F87;
struct ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6;
struct ScriptableRendererDataU5BU5D_tC674C147618C92B68DB64ECFDC847C8A941C6169;
struct ScriptableRendererFeatureU5BU5D_t64361F1FA79104227050258B0751D3DF2E9FDA1C;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
struct VolumeComponentU5BU5D_t9623DFEA760C190B40486621A48932B26706D143;
struct VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103;
struct ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334;
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB;
struct LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263;
struct HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28;
struct ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E;
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
struct AdditionalLightsShadowCasterPass_t5E00A3C851AB73A44B7577458AD868AF8F4FE004;
struct AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354;
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
struct AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E;
struct BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06;
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
struct Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225;
struct BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95;
struct BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046;
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
struct CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB;
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
struct CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE;
struct ChannelMixer_tA7F185C8C173EE71D324ED4887EBA0B8097766B6;
struct ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F;
struct ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8;
struct ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E;
struct ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86;
struct ColorCurves_t323CCD52F5A89EC8D3E40D949916ABE9D2ABFD94;
struct ColorGradingLutPass_t9FD9191C4048A3B1BDF67EDFC1DA4E64CEFB6644;
struct ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C;
struct ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0;
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7;
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
struct ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233;
struct ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61;
struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8;
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C;
struct ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086;
struct CopyColorPass_t36EEE0428120ED6DF4A8C2CABB2F30CA9C784693;
struct CopyDepthPass_t51FCA8600207D9DD0EE15862C514D9F9E3A74D82;
struct CoreRPHelpURLAttribute_t602FBE6B727B55C450117479FD27338725F12BF3;
struct CullingAllocationInfo_tB260F5CD0B290F74E145EB16E54B901CC68D9D5A;
struct CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487;
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4;
struct DeferredLights_t8A3C2AC9C4AF92CF3411F722D8A094EA07DA14AC;
struct DeferredPass_t6790EE70B629EA472728A1396EA57FE14D0D8BF0;
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
struct DepthNormalOnlyPass_t50A0679CDE5004EB7043F717FADAB05FA0CA35A6;
struct DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF;
struct DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26;
struct DepthOnlyPass_t93DEDD59D11D5651A2089D49062E3F140FD3475E;
struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1;
struct Documentation_t3768FBB86337E0A8671A99ED860CE3D03787F231;
struct DocumentationInfo_t6D259378DA8DDBFBE299EB50C2631CC04E1C3A75;
struct DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21;
struct DrawObjectsPass_t84B46B3BEA317D89ACA0B04F80A9346789E8DE68;
struct DrawObjectsWithRenderingLayersPass_t34921C427F925EE5E7DF0F89EDF65CADB0476FE5;
struct DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686;
struct DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA;
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
struct FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172;
struct FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F;
struct FinalBlitPass_t5A422DA2B38F1886E0F5AC3D26CE2455177C3EAC;
struct FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106;
struct ForwardLights_t624787957AE9D8E817643720F2199E35331D4DCA;
struct ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6;
struct GBufferPass_t540C12BCC3AFAC32B775694C8A29B69A49C284E7;
struct GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1;
struct HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45;
struct HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1;
struct HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62;
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
struct IBaseCommandBuffer_t16CFD34D15BD9536318EF2D0438EE888A2B7EAA0;
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
struct IRasterCommandBuffer_t2B04AADA72F2D418AA77387747F7F281C35F6967;
struct IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372;
struct IUnsafeRenderGraphBuilder_t60BB47E91098AE0177EA53951D7A2B7DC56A6A28;
struct InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503;
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
struct InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9;
struct LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6;
struct LiftGammaGain_tCE44DE6A0AD9C3021625454489C765437B9ADF3D;
struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3;
struct LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B;
struct MainLightShadowCasterPass_tC550260377ED69F98337CF963695B7A090B137E3;
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
struct MethodInfo_t;
struct MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9;
struct MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161;
struct MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14;
struct MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637;
struct MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD;
struct MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB;
struct NativePassCompiler_t4E5CE894AF5B8832B5828B22DAB0EA4FAC819E07;
struct NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564;
struct NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478;
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
struct PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA;
struct PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05;
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C;
struct ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90;
struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE;
struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B;
struct RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F;
struct RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8;
struct RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3;
struct RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B;
struct Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90;
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E;
struct RenderGraphBuilders_t899F9362CCFA453C5AF608B820107C9C37860D2A;
struct RenderGraphCompilationCache_t25B996EBE41BF50CAE9A81E97B9BBE376AAB55D2;
struct RenderGraphDebugParams_t36422B33508548E3E56CBAD04521104C2B3E669D;
struct RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D;
struct RenderGraphLogger_t63D96976880E0CD356860F2470D7DAF60B1AD40C;
struct RenderGraphObjectPool_t2F5488D55D836B54B6E85D2952105BA61AEE6437;
struct RenderGraphPass_tEFB5BD685D417024760D82991EEEA4F4D0454A93;
struct RenderGraphResourceRegistry_t87A07027B2175239DB5239913091B9D9FE7244D1;
struct RenderGraphSettings_tC3A05CA5C042545DB58E32841FF2FEA9E260A130;
struct RenderPipelineGraphicsSettingsCollection_t86FB863F5A364E13792215DCA551DC81D8905162;
struct RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76;
struct RenderTargetBufferSystem_tB98B680006BB96E6EBC6311583EE31302F16EC13;
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
struct ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791;
struct ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076;
struct ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D;
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0;
struct ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892;
struct ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7;
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
struct ShaderResources_t686D1A47D1E6EBC58C12EF1FE1F676EE04BA88E6;
struct ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553;
struct ShadowsMidtonesHighlights_t1B261DC3A02B7225CD79AA452B82B6218145B44C;
struct SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7;
struct SplitToning_t66AFCEC63C3A2BFA605A11B72367C029E8EFC561;
struct StencilCrossFadeRenderPass_tD864DD25B442A139B56C9997FEB2D527D4E2DE07;
struct StencilStateData_t4181AB6F6A795950C67270CB147999D915071462;
struct StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081;
struct String_t;
struct SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6;
struct TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D;
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
struct Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F;
struct TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353;
struct TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B;
struct TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A;
struct Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA;
struct TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A;
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
struct TransparentSettingsPass_t13490AAB630DED3A5EDF11A4F4D340B04E3B85B7;
struct Type_t;
struct URPHelpURLAttribute_t70E0C8F5CB495E31B0F24EE18A53EFD9E22D1DD4;
struct URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42;
struct Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342;
struct UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93;
struct UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107;
struct UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7;
struct UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80;
struct UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2;
struct UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C;
struct UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232;
struct UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653;
struct UniversalRenderPipelineEditorResources_tA2D76E72E741785876F957F94E7C7489F807B1ED;
struct UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0;
struct UniversalRenderPipelineRuntimeTextures_tDA15F1E9BFCD85610D963AC723C03EB214D1EB86;
struct UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A;
struct UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6;
struct UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6;
struct UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626;
struct UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4;
struct UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C;
struct UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2;
struct UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320;
struct Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A;
struct Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51;
struct Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC;
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
struct VolumeCollection_t77FAA5F213B6C65136416F16C37041371D041408;
struct VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1;
struct VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621;
struct VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1;
struct VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8;
struct WhiteBalance_t5AECC55FE744B4D1F2A0E6DD4950D9669900891A;
struct XRDepthMotionPass_t8877C9053420CA52B0A0FA0C84F3DA61952E2C93;
struct XRDisplaySubsystem_t4B00B0BF1894A039ACFA8DDC2C2EB9301118C1F1;
struct XRLayoutStack_t6F7C0BB97693E7D17B8E2289D355FFF1DE6F4051;
struct XROcclusionMesh_tA0B52AD16F48002574AF9C1F274264C79ECB028D;
struct XROcclusionMeshPass_tA8EDF609A01F4AA46E173A12633B8329524F4CD8;
struct XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF;
struct XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1;
struct XRSystemData_t89A064914358326F98105E94D5F082C186133DE6;
struct XRVisibleMesh_tD685DD0F7C47F5270F8ABB3E7366972918E2B677;
struct U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F;
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
struct U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563;
struct UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25;
struct DebugFinalValidationPassData_t8E6E203E5F9FFDDBB98153741C76049EEF9F744B;
struct DebugSetupPassData_t6FF39B74BC8FDCBD41EF92A852D5495C4F6F33EA;
struct DisplaysUpdatedDelegate_t1BAACED9BE72131FD59213A3186F5D7AB9E1FD68;
struct U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0;
struct PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121;
struct UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6;
struct U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727;
struct PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E;
struct ShaderResources_t67897398F9447A4A823070509EC373702AC96334;
struct PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548;
struct PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE;
struct HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21;
struct LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10;
struct WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B;
struct CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644;
struct OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226;
struct OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C;
struct HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD;
struct U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C;
struct BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01;
struct DrawGizmosPassData_t85E5BE2885A38D08035FC03D0BEC8C52B42BC4B3;
struct DrawWireOverlayPassData_t61A3B61CAF8CD4AAB3C7E87CDD3F40097BBD9499;
struct DummyData_t0F37F8F2F4E1851082C4B35762C12D62971E203F;
struct EndXRPassData_t8FA62D64F60C5147588ACD22BC3136BF31D5A25A;
struct PassData_t84C7078BE208CBCF257438586035AB69DE199182;
struct RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371;
struct VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9;
struct DebugShaderResources_tDE399BFF5E1E9403CD4793CD8C8A51796C682B8B;
struct ProbeVolumeResources_t30A6677110700C97538A9A5E99ABEE1F847C4CE7;
struct TextureResources_t8FB6A098EBF3C08BF1BD5EA926743C0FA595202B;
struct MaterialResources_tED4F7357C57023A565192AA50337FDC81EFD6200;
struct ShaderResources_t0F010F6CBF0716DE29FCD187D4FA4368AC407628;
struct ShaderResources_t95EDE5488A460139658FEF1B3A26B3685A72730A;
struct U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9;
IL2CPP_EXTERN_C RuntimeClass* AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DepthFormat_tC5F801ECE667A8F03310593A216E828E3FCD33E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD_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_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33_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* KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LightType_t2D4D43054E7473EECEB54493C0055AE074780234_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF9D88C946600C782EE786A252258C0AA97BD019A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_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* MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76_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* ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShadowUtils_tCFE84AA46B8156AE034EF14220AD0BBEB011F4E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StencilStateData_t4181AB6F6A795950C67270CB147999D915071462_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_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* VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XRBuiltinShaderConstants_t1D37F9AC982A0FBE2161D89BD21DADC6DCD88024_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral01A849374C26F36DBF4641EFCBB31ABDCEFF10D2;
IL2CPP_EXTERN_C String_t* _stringLiteral01C05B5E790530E0359B53231B8316F7632C0659;
IL2CPP_EXTERN_C String_t* _stringLiteral02C3CE7D08F9B7636738E5F5EC8C7061C35842BB;
IL2CPP_EXTERN_C String_t* _stringLiteral02F49E3AA7DE083407EABB9EEA9918B97DD23C77;
IL2CPP_EXTERN_C String_t* _stringLiteral05BE6A7CDD964F579098CA8EF185A05E58BAE257;
IL2CPP_EXTERN_C String_t* _stringLiteral088F5103DAE59E9314BB73FAA5D3B1795AA80A24;
IL2CPP_EXTERN_C String_t* _stringLiteral0A4C2D9B45FBEA33F4035A3810C5442FDAE59D42;
IL2CPP_EXTERN_C String_t* _stringLiteral0B0006A4CE32860D35D17858AB1FB65190592A30;
IL2CPP_EXTERN_C String_t* _stringLiteral0BC3594F174117B631515E24395CA11FE039A5D2;
IL2CPP_EXTERN_C String_t* _stringLiteral0D3D02E12D30F783EDF2F40B8CD22B18DCBFD319;
IL2CPP_EXTERN_C String_t* _stringLiteral0F5588B173ABD02AEDA525B1017EA8984EE6889F;
IL2CPP_EXTERN_C String_t* _stringLiteral15E8F9CD6E9A7FDC2DCE3A81BAA911FC49D535BD;
IL2CPP_EXTERN_C String_t* _stringLiteral18F12B7F2FC98BF24E23CFF310034C18BB074BFE;
IL2CPP_EXTERN_C String_t* _stringLiteral1E03F7ED5CD3C556B9F74010EEC7423E4C87C5D9;
IL2CPP_EXTERN_C String_t* _stringLiteral1F86D81AB7B59B75432E9491E2C0BAE480B84E89;
IL2CPP_EXTERN_C String_t* _stringLiteral2080CD8CA35D3437FC96FA42B2491B465827C01F;
IL2CPP_EXTERN_C String_t* _stringLiteral216B4AA9EA17875E76B8925E69F2C47147E6FF10;
IL2CPP_EXTERN_C String_t* _stringLiteral2AE5A3B58587A66635D3E7DF0FB58EE70E498BEA;
IL2CPP_EXTERN_C String_t* _stringLiteral2B045E2D739D3915A98BB5E0296A98441E118DD3;
IL2CPP_EXTERN_C String_t* _stringLiteral2C42B3F7EAFF94EF6DC7485925E07DC547047128;
IL2CPP_EXTERN_C String_t* _stringLiteral2D754D85B787AF162F02062558F7230D3B844994;
IL2CPP_EXTERN_C String_t* _stringLiteral2E7FD9A53A923A9A59809BB12D90AD1F0CDFD367;
IL2CPP_EXTERN_C String_t* _stringLiteral304AA1C3A0AEACBAEBB900E5531615E2F2E4C6FD;
IL2CPP_EXTERN_C String_t* _stringLiteral35DC3C78121475701F016F189078E9C36F9BF94C;
IL2CPP_EXTERN_C String_t* _stringLiteral3AA91242862EF13FBFA440BBBE7E73C2051B451C;
IL2CPP_EXTERN_C String_t* _stringLiteral3B67D94ED23E6A82909944DAC9BA19508F405154;
IL2CPP_EXTERN_C String_t* _stringLiteral3C9B285DC70D83F9C1B3DA351A6E86EE0B437C7E;
IL2CPP_EXTERN_C String_t* _stringLiteral40A29AEF6BF5EE86C84F3AF8FDD96C0965836E79;
IL2CPP_EXTERN_C String_t* _stringLiteral4201C2EE9D7A5736FC30F5077BEFC605C17014E7;
IL2CPP_EXTERN_C String_t* _stringLiteral43007DBFACE5B057E8B6B2A2C9B7557856E33B7C;
IL2CPP_EXTERN_C String_t* _stringLiteral4341FDE28E5E0BAE966D1BFFBF37A2F031DB69DF;
IL2CPP_EXTERN_C String_t* _stringLiteral46A949FE2879517C36122E711E06BE67DB22EA69;
IL2CPP_EXTERN_C String_t* _stringLiteral49AE794C00022ECA141068DEA9531BF6E0D342B7;
IL2CPP_EXTERN_C String_t* _stringLiteral509024B23E1B755770EA1716E9719DC4A2E9C6EF;
IL2CPP_EXTERN_C String_t* _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6;
IL2CPP_EXTERN_C String_t* _stringLiteral578A46023E796C000BD75C95E946769C6A74FA3F;
IL2CPP_EXTERN_C String_t* _stringLiteral60E82A03DC55B60D895BAC64BC6470646B6368BC;
IL2CPP_EXTERN_C String_t* _stringLiteral723003B684E3C153C67175CD6E1C89EC1232E659;
IL2CPP_EXTERN_C String_t* _stringLiteral739BD29C62A318411ED6EEAB7516EEEA0F7261E2;
IL2CPP_EXTERN_C String_t* _stringLiteral74DCF776FB594A47E39AC50C28C92FFF7DA7768E;
IL2CPP_EXTERN_C String_t* _stringLiteral75913393501586A5C24AB15BC7BA186F6DEE7292;
IL2CPP_EXTERN_C String_t* _stringLiteral7EB44C2901646624455E07347A5D649705F4C370;
IL2CPP_EXTERN_C String_t* _stringLiteral7F37F857A5907C5531D03B57D996059BE1400B6C;
IL2CPP_EXTERN_C String_t* _stringLiteral81C31EFC06A22F5DDD585BDE6B97E622EB1E493E;
IL2CPP_EXTERN_C String_t* _stringLiteral8307EEFBDCC051C60C0D48856015DCF6837502BB;
IL2CPP_EXTERN_C String_t* _stringLiteral838BF4D98F4B580AA3297EF4E50042C591F6C736;
IL2CPP_EXTERN_C String_t* _stringLiteral8E20E8E82140845840C51CFE983BB9B9FBE74646;
IL2CPP_EXTERN_C String_t* _stringLiteral8E26AB64CADA9F3AD6A437AF58D4E0B868EE5D43;
IL2CPP_EXTERN_C String_t* _stringLiteral8EC4064F242F3D05D16E30B993182D4533ED93E6;
IL2CPP_EXTERN_C String_t* _stringLiteral90095B739C8AE27DB65CD0706A4692207FE800A7;
IL2CPP_EXTERN_C String_t* _stringLiteral90207A6AD49022DCABC26243DCE007FC4AF41FFD;
IL2CPP_EXTERN_C String_t* _stringLiteral91A16449801A0CBDB524260ABA0702513B733813;
IL2CPP_EXTERN_C String_t* _stringLiteral9BCAD10512EB37B67868A1FC71BF399FEC732CB7;
IL2CPP_EXTERN_C String_t* _stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E;
IL2CPP_EXTERN_C String_t* _stringLiteralA0D903F312B44BC3AD85FF8F1FAEB300349E2201;
IL2CPP_EXTERN_C String_t* _stringLiteralA15241D01BB37C045E429CFCC870A886B24A80D1;
IL2CPP_EXTERN_C String_t* _stringLiteralA31434D90078C8CA228C9FAEDB4FE2D62C1E63DF;
IL2CPP_EXTERN_C String_t* _stringLiteralA4F3347A675EB6CC0EB1441974C22B3965A0E396;
IL2CPP_EXTERN_C String_t* _stringLiteralA72F0B363AC95829D79A1672ED615FD8E1C0984B;
IL2CPP_EXTERN_C String_t* _stringLiteralA73E9A514AB6BA241F22ECD97E1F6FB143B7A9DF;
IL2CPP_EXTERN_C String_t* _stringLiteralA824656CF14E82FE07C42A45326BE9D298CAD315;
IL2CPP_EXTERN_C String_t* _stringLiteralAC19BEC5AFB53E5C18F2918FCA0D11416D569842;
IL2CPP_EXTERN_C String_t* _stringLiteralAC9D2A037F4D3681D477ECF05ACBBE23759F65BE;
IL2CPP_EXTERN_C String_t* _stringLiteralAD7D1C44219DB5605CE683CDBCED8C48186FA6FE;
IL2CPP_EXTERN_C String_t* _stringLiteralAFA6506A2EEF1568228AE22E6D436199D3E9B487;
IL2CPP_EXTERN_C String_t* _stringLiteralB144A7CA93D784CB443D74B08EAB96AF4A77745B;
IL2CPP_EXTERN_C String_t* _stringLiteralC0278BF6DFB60252145711785F215910B42D13A3;
IL2CPP_EXTERN_C String_t* _stringLiteralC2B8C7B13CEFEE5298BDAAEA43BBC4F7CB5B7EF8;
IL2CPP_EXTERN_C String_t* _stringLiteralC3B88A8F8EC8F98D4D934A6A6B0E296A20CC4454;
IL2CPP_EXTERN_C String_t* _stringLiteralC5627883D2A1F88214FD2D9A042C1C1124B5A1E1;
IL2CPP_EXTERN_C String_t* _stringLiteralC8989B44DBC04711C63A8D7B142DD0BB10A3C1C1;
IL2CPP_EXTERN_C String_t* _stringLiteralCCCCCC3530E35BC7D3EC240C1760A754480B4D6C;
IL2CPP_EXTERN_C String_t* _stringLiteralCD2417A259F8683B64527D12170947380DC56FE8;
IL2CPP_EXTERN_C String_t* _stringLiteralD40EFFC7E6035CB6C2A774293AFA21C00E27ECE6;
IL2CPP_EXTERN_C String_t* _stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7;
IL2CPP_EXTERN_C String_t* _stringLiteralD78E576A13245A4F1480FDF65DF071D8B7473CE3;
IL2CPP_EXTERN_C String_t* _stringLiteralDC630E5D54CCEB1FE4B9969A3E761B1D275A4FFC;
IL2CPP_EXTERN_C String_t* _stringLiteralDD0C868A33F8D688F353008D8B451C607CD047E6;
IL2CPP_EXTERN_C String_t* _stringLiteralE17E4E9612B58B31A82A1D1E6F0F7E3B0B5E807C;
IL2CPP_EXTERN_C String_t* _stringLiteralE5A46E9D0ED786A22AA5586AD626C5719EBE76C6;
IL2CPP_EXTERN_C String_t* _stringLiteralE8AD04904FB35C407810C90676CA492C79FDC4CB;
IL2CPP_EXTERN_C String_t* _stringLiteralE93F6746B4CB1493EEE3EE5E171BFCEC716E7C47;
IL2CPP_EXTERN_C String_t* _stringLiteralED163DCA4DE75B6D2DD225069E3AE135BF695DE9;
IL2CPP_EXTERN_C String_t* _stringLiteralF1C375FA4E167762A0C88BD0EE918738A1057700;
IL2CPP_EXTERN_C String_t* _stringLiteralF6335403548E849E3C820BDBF3FED0FEF60D11D0;
IL2CPP_EXTERN_C String_t* _stringLiteralFD15119FD91A4D94BFBDF6890C141420CAE83E8E;
IL2CPP_EXTERN_C String_t* _stringLiteralFF6B3E62F29E0741542ECF537E1BD5881DB78CCB;
IL2CPP_EXTERN_C String_t* _stringLiteralFF76DC24DC297B9C7FA5AF711C733DF313B2BB10;
IL2CPP_EXTERN_C String_t* _stringLiteralFF9790BFDD077B02CF0B0C5D2F02E6E1F9AF9209;
IL2CPP_EXTERN_C const RuntimeMethod* BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BuddyAllocator_AllocateRange_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m8686F640C741E1DD106A1143CE32DDDFEF8BE3D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BuddyAllocator_GetNativeArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m4E8A7180E641B7FBF7D890D898C951A84B661CC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m6B6BC7BF6E201BABDDC0335A48851838BF129F1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_get_accurateGbufferNormals_mCA3759732A261A0D656AA87A809D757836FEDE37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_get_defaultStencilState_m0AF1078654D50774C88127FC3A14651D2C697720_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_get_opaqueLayerMask_mAD30F1E551ECF00B7D6ED85271556856DF500194_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_get_renderingMode_m55273BF1ABB55BA9610F38483040A9B34FC055B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_get_shadowTransparentReceive_m46227C9E879BFD2305DB476E1D06D8CC85A6A460_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_get_transparentLayerMask_m83F90096F0304268543184883CDE12CC76B6297D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_set_accurateGbufferNormals_mDE75374C7F4577AD70DA043EE288D23E0E0491E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_set_defaultStencilState_mC639E3CDBA441D5647FA1C8C822233B69A4453ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_set_opaqueLayerMask_m25F856BA33D11D5F082B9955B8484D86EB9B8297_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_set_renderingMode_mD3DD5912169BC1A09A548605F1F1894588616561_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_set_shadowTransparentReceive_m7A000BA4F11B9149C28B250ED4965EB7A0ECCA39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ForwardRendererData_set_transparentLayerMask_mEFCE888DE083DC27D1A173AF5AD3F12DD3F58EF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_mAB4B20EEEF0326C1C77B3428FD40C31A8E1C26F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E_mCAAE92E1F5237093435E35D56DC21E9306E53216_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m158959A01CCFABE21BEF7BFAA88466FF2947C598_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_m131A63E091F8CE12124E9817316763BF346132A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisUnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25_mEF07844718770339A766658816E67184F55AAD09_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m08ED8E7548481B5F0B8D508E113C16A5F81755F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB250805CA1FB6E023D7DC263CB8A9FED9DF6832C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m9CEFEDEC4991BF6E32EE79390B9E946D6B96839D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mE464CBF8799AFB2536238CD76DCB3C4878287DE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m98990AB62883D88FE72584E5D6696F150C852A16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7500B6D51A872AF10FD939C6EAD3CC39EB12D3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB5256BBA70CD858B15C25CE0E77EC59F6479EC82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCDE2360B0A07FB450283AC9EE1B4B782C1631EA6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_m0DB04903DA80D1A8997B5BEC82A751B181810ADE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAC3A8C91727EB1B71F51D45CBCE6166C0AC10380_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m941436E8E1AD4CAA1F6DA6D0D14B819EB8EAA06B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Capacity_m1BC45305F22DED653ECEE3CE00090603AFED2210_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Capacity_m1CA9EA5D8158174CA3CF906957AD350FF8EEB847_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m27B9A39C7678C5EA2DD9133EC04344B858AFA551_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Marshal_SizeOf_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m29C11BF8C434B5768FA2FA60E3E4A9C7FE498762_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Marshal_SizeOf_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m44B04731B117FE9E22EE84FF06CFA7632BCD7A7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Marshal_SizeOf_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3E3735567A9066EF764FA6AB2E80EA66A074B30E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayExtensions_UnsafeElementAtMutable_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m24F4B1E162F6D8C43CBC0EB6CA0AF42B0881A6FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayExtensions_UnsafeElementAt_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A148B250029B4DD2D82AA8B6C6BECC028AFB7E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m0331B48221229AC6F14B4D528581764D3901E264_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetSubArray_m426FCBEF0EAD1873CDF97DF7BB371FD53D1339FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m5F241CCE591818ADCFEDBB935F6AFD1F148A0FF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mDC1D3AF101FF02D6DAB922890D5E4790299AC44A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_mEC8A8123F97754AC17E5DC4877492E0EB66AEDF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E_mE7DE7FF37BF0EAD09E3A3E6185ACF9C2FFF6DE31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m93EEF8521D3E986FA6467301017D396011F3CE87_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisPassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_mC5584E47A1DDC899E0F6CBE110641F8D9CCA6D40_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisUnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25_m23125F808EF0104BDFFCA8938B4E8A800BB3EF48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m0E91DAA44FBBD72371B0880DB3EA6E1A1312EAF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderPipelineGlobalSettings_2_Reset_mB858B60BEC1F64DB76E445E21A4446932853B130_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderPipelineGlobalSettings_2__ctor_m64DAF552900A69701B1E0411E779E4111A14B595_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Sorting_QuickSort_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m02C944B93F94BB0652D9C62D7C42639D23B3709F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCreateCompareShadowResolutionRequesPredicateU3Eb__24_0_mE16E572B0E27A52CD0E70313AC12304143230D4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRecordRenderGraphU3Eb__4_0_m678481CDA1E8B7E5A2D24C9BD7D0F6AA4C02206A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderHDRDebugU3Eb__17_0_mE76F5FB73A2D3777451EE8FB4B4BB5EB0D3803BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderHDRDebugU3Eb__17_1_m6140F40CBC6B763944749C476892DBD1DD0B739E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderOffscreenU3Eb__17_0_m149501FA4F5E2B69B5E6564AE7716C90AB78CC17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderOffscreenU3Eb__17_1_m8E278F1EC7082F983D214AAF2FCD57132CCCF658_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderOverlayU3Eb__18_0_mB436021BF428E7B2F94B73602A9E6CA2A6A13D59_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderOverlayU3Eb__18_1_m60F1B16D2E86EBC14D4B871E70BB2EBEFFEF9F23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderU3Eb__7_0_m702B0298ED39CE20D41335FAF167ED7814F1734A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__6_0_m30DEFAF477DE7853AFABC92E5705CC037E9547BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__6_1_mC645B378B95D0E6CAED471F56A51F71DD9FDFDAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_AsRef_TisHeader_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB_m3A7E42BB73E2742A65BBA57CD0B170814E6D3D52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_m0A2420B93D8CA661366D27C912987AEF1611C60A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_m15735722DFF8F6D2785096DD89EB2BCF16A84C51_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_m185D3D97620C81A6BAFA924F4ACABE3E520395D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_m54D1D118963E581D573973F12D70E4A9F2C54B93_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_m6EC878608C4C6BFF3A315EF2BFDC0D52B3E357A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_m72F5B5DBD3CBA16D3D7914335D7E04EC4848F510_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_mCD77276BAEF83A42648355DE67EFCDEA690D8CBA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_mEC987CA490935C814EA06FCD29D365594AF4B13B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1__ctor_mF804628A280E753BF73D227F329AA8E6BD4B7AE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WorkSlice_1_Sort_m7EF532E936D55845DAAC606C0A214FE48EBF8584_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WorkSlice_1__ctor_m76CCC65E3DFB8B84A2154B65A79B56688F9B26A4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WorkSlice_1__ctor_m8B26C5F2B3AB3C05CB4ACDE5A17C6559BDEF503C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WorkSlice_1_get_Item_m31D876CE45C89B17D24E2D2EB6534C4150D72EE5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3;
struct LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9;
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
struct RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7;
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
struct ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334;
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB;
struct LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263;
struct HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28;
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 List_1_tD2FA3273746E404D72561E8324608D18B52B533E : public RuntimeObject
{
CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t9197976D9CD257810C9C417B3050A6C49D652F8D : public RuntimeObject
{
IRenderPipelineGraphicsSettingsU5BU5D_t13C894F2F332E48CE3D526E4FF2024E8F1ABF78A* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_tF9D88C946600C782EE786A252258C0AA97BD019A : public RuntimeObject
{
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4 : public RuntimeObject
{
RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6 : public RuntimeObject
{
ScriptableRenderPassU5BU5D_tC40E3619A24B14CB90535A47C826514BE1343F87* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6 : public RuntimeObject
{
ScriptableRendererFeatureU5BU5D_t64361F1FA79104227050258B0751D3DF2E9FDA1C* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317 : public RuntimeObject
{
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ____items;
int32_t ____size;
int32_t ____version;
RuntimeObject* ____syncRoot;
};
struct List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A : public RuntimeObject
{
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* ____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 BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046 : public RuntimeObject
{
Dictionary_2_tE07DE99BCB5707DE2E531BB2B2D5537571B26B7E* ___m_RTHandles;
RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___m_RTHandleSystem;
bool ___m_DisposedValue;
};
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C : public RuntimeObject
{
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* ___m_Items;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_ActiveItemIndices;
};
struct ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086 : public RuntimeObject
{
};
struct DocumentationInfo_t6D259378DA8DDBFBE299EB50C2631CC04E1C3A75 : public RuntimeObject
{
};
struct HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62 : public RuntimeObject
{
int32_t ___m_DisplayIndex;
};
struct MemberInfo_t : public RuntimeObject
{
};
struct ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90 : public RuntimeObject
{
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___parentAsset;
SerializedDictionary_2_tB904A5F399BBAD3D1E26499E69948994CCBAC129* ___obsoleteSceneBounds;
SerializedDictionary_2_t72F164AF973CB24F9CCD766CBA10606D60B8541D* ___obsoleteHasProbeVolumes;
};
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 RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76 : public RuntimeObject
{
RenderPipelineGraphicsSettingsCollection_t86FB863F5A364E13792215DCA551DC81D8905162* ___m_RuntimeSettings;
};
struct ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91 : public RuntimeObject
{
};
struct ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2 : public RuntimeObject
{
};
struct ShaderResources_t686D1A47D1E6EBC58C12EF1FE1F676EE04BA88E6 : public RuntimeObject
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___blitPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___copyDepthPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___screenSpaceShadowPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___samplingPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___stencilDeferredPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___fallbackErrorPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___fallbackLoadingPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___materialErrorPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___coreBlitPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___coreBlitColorAndDepthPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___blitHDROverlay;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___cameraMotionVector;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___screenSpaceLensFlare;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___dataDrivenLensFlare;
};
struct String_t : public RuntimeObject
{
int32_t ____stringLength;
Il2CppChar ____firstChar;
};
struct TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353 : public RuntimeObject
{
int32_t ___U3ClengthU3Ek__BackingField;
bool ___m_Loop;
float ___m_ZeroValue;
float ___m_Range;
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___m_Curve;
AnimationCurve_tCBFFAAD05CEBB35EF8D8631BD99914BE1A6BB354* ___m_LoopingCurve;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture;
bool ___m_IsCurveDirty;
bool ___m_IsTextureDirty;
};
struct UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80 : public RuntimeObject
{
ItemU5BU5D_t9855C5AFE4DF3736F7200C827F5B60586193986E* ___m_Items;
int32_t ___m_Version;
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___m_HistoryTextures;
HistoryRequestDelegate_t463134FCC265006A8BD9F4B5EC9C58B0F6E5BF21* ___OnGatherHistoryRequests;
};
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 VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621 : public RuntimeObject
{
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___U3CstackU3Ek__BackingField;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_BaseComponentTypeArray;
VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* ___U3CglobalDefaultProfileU3Ek__BackingField;
VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* ___U3CqualityDefaultProfileU3Ek__BackingField;
ReadOnlyCollection_1_t6B7DBAE606F01BC50D92947B4B66E0A9EB9BDF64* ___U3CcustomDefaultProfilesU3Ek__BackingField;
VolumeCollection_t77FAA5F213B6C65136416F16C37041371D041408* ___m_VolumeCollection;
VolumeComponentU5BU5D_t9623DFEA760C190B40486621A48932B26706D143* ___m_ComponentsDefaultState;
VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103* ___m_ParametersDefaultState;
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___m_DefaultStack;
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* ___m_CreatedVolumeStacks;
bool ___U3CisInitializedU3Ek__BackingField;
};
struct VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72 : public RuntimeObject
{
bool ___m_OverrideState;
};
struct VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8 : public RuntimeObject
{
Dictionary_2_t5A7CE09F4D3EC74EEAE8DB41E209394AF6D9C99A* ___components;
VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103* ___parameters;
bool ___requiresReset;
bool ___requiresResetForAllProperties;
bool ___U3CisValidU3Ek__BackingField;
};
struct XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096 : public RuntimeObject
{
};
struct U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F : public RuntimeObject
{
};
struct U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563 : public RuntimeObject
{
};
struct U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0 : public RuntimeObject
{
};
struct U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727 : public RuntimeObject
{
};
struct ShaderResources_t67897398F9447A4A823070509EC373702AC96334 : public RuntimeObject
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___blitPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___copyDepthPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___screenSpaceShadowPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___samplingPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___stencilDeferredPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___fallbackErrorPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___fallbackLoadingPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___materialErrorPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___coreBlitPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___coreBlitColorAndDepthPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___cameraMotionVector;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___objectMotionVector;
};
struct U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E : public RuntimeObject
{
};
struct ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1 : public RuntimeObject
{
};
struct ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC : public RuntimeObject
{
};
struct WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B : public RuntimeObject
{
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* ___lightMappings;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___uvRects;
};
struct U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C : public RuntimeObject
{
};
struct BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01 : public RuntimeObject
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
};
struct DummyData_t0F37F8F2F4E1851082C4B35762C12D62971E203F : public RuntimeObject
{
};
struct EndXRPassData_t8FA62D64F60C5147588ACD22BC3136BF31D5A25A : public RuntimeObject
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
};
struct Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3 : public RuntimeObject
{
};
struct RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C : public RuntimeObject
{
};
struct RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371 : public RuntimeObject
{
bool ___U3CcameraStackingU3Ek__BackingField;
bool ___U3CmsaaU3Ek__BackingField;
};
struct DebugShaderResources_tDE399BFF5E1E9403CD4793CD8C8A51796C682B8B : public RuntimeObject
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___debugReplacementPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___hdrDebugViewPS;
};
struct ProbeVolumeResources_t30A6677110700C97538A9A5E99ABEE1F847C4CE7 : public RuntimeObject
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___probeVolumeDebugShader;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___probeVolumeFragmentationDebugShader;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___probeVolumeOffsetDebugShader;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___probeVolumeSamplingDebugShader;
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___probeSamplingDebugMesh;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___probeSamplingDebugTexture;
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___probeVolumeBlendStatesCS;
};
struct MaterialResources_tED4F7357C57023A565192AA50337FDC81EFD6200 : public RuntimeObject
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___lit;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___particleLit;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___terrainLit;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___decal;
};
struct ShaderResources_t0F010F6CBF0716DE29FCD187D4FA4368AC407628 : public RuntimeObject
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___autodeskInteractivePS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___autodeskInteractiveTransparentPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___autodeskInteractiveMaskedPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___terrainDetailLitPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___terrainDetailGrassPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___terrainDetailGrassBillboardPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___defaultSpeedTree7PS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___defaultSpeedTree8PS;
};
struct ShaderResources_t95EDE5488A460139658FEF1B3A26B3685A72730A : public RuntimeObject
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___xrOcclusionMeshPS;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___xrMirrorViewPS;
};
struct U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9 : public RuntimeObject
{
};
struct RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712 : public RuntimeObject
{
};
struct RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD : public RuntimeObject
{
};
struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28
{
bool ___hasValue;
int32_t ___value;
};
struct ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D
{
int32_t ___Item1;
int32_t ___Item2;
};
struct VolumeParameter_1_tBCB51FE341649CAB77E12B97823E7D31852372CF : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
bool ___m_Value;
};
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 VolumeParameter_1_t2568C1D65C317243AD2D110790FE99CF3A544ACD : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* ___m_Value;
};
struct WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44
{
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_Data;
int32_t ___m_Start;
int32_t ___m_Length;
};
struct WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87
{
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* ___m_Data;
int32_t ___m_Start;
int32_t ___m_Length;
};
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 CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___m_owner;
uint32_t ___m_TypeId;
};
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
{
float ___r;
float ___g;
float ___b;
float ___a;
};
struct CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5
{
union
{
struct
{
};
uint8_t CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5__padding[1];
};
};
struct CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F
{
int32_t ___filterMode;
uint32_t ___cullingMask;
int32_t ___instanceID;
};
struct Documentation_t3768FBB86337E0A8671A99ED860CE3D03787F231 : public DocumentationInfo_t6D259378DA8DDBFBE299EB50C2631CC04E1C3A75
{
};
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 HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
{
String_t* ___m_Url;
bool ___m_Dispatcher;
String_t* ___m_DispatchingFieldName;
};
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
int32_t ___m_value;
};
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
int64_t ___m_value;
};
struct IntPtr_t
{
void* ___m_value;
};
struct Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0
{
float ___m_Time;
float ___m_Value;
float ___m_InTangent;
float ___m_OutTangent;
int32_t ___m_WeightedMode;
float ___m_InWeight;
float ___m_OutWeight;
};
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 RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC
{
union
{
struct
{
};
uint8_t RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC__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 RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8
{
int32_t ___m_XMin;
int32_t ___m_YMin;
int32_t ___m_Width;
int32_t ___m_Height;
};
struct RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1
{
uint32_t ___m_Bits;
};
struct ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595
{
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_Data;
};
struct ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595_marshaled_pinvoke
{
Il2CppSafeArray* ___m_Data;
};
struct ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595_marshaled_com
{
Il2CppSafeArray* ___m_Data;
};
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 Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6
{
union
{
struct
{
};
uint8_t Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6__padding[1];
};
};
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 UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
uint16_t ___m_value;
};
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
uint32_t ___m_value;
};
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
uint64_t ___m_value;
};
struct UIntPtr_t
{
void* ____pointer;
};
struct UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
bool ___U3CisAccessibleU3Ek__BackingField;
};
struct UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2 : public BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06
{
};
struct VFXCameraXRSettings_t03DB07CF170D5B4B66546F8DE78FED3CF9755D92
{
uint32_t ___viewTotal;
uint32_t ___viewCount;
uint32_t ___viewOffset;
};
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
{
float ___x;
float ___y;
};
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
{
int32_t ___m_X;
int32_t ___m_Y;
};
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
{
float ___x;
float ___y;
float ___z;
};
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
{
float ___x;
float ___y;
float ___z;
float ___w;
};
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
struct uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F
{
uint32_t ___x;
uint32_t ___y;
};
struct Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB
{
int32_t ___branchingOrder;
int32_t ___levelCount;
int32_t ___allocationCount;
int32_t ___freeAllocationIdsCount;
};
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 HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F
{
int32_t ___maxFullFrameToneMapLuminance;
int32_t ___maxToneMapLuminance;
int32_t ___minToneMapLuminance;
float ___paperWhiteNits;
};
struct LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2
{
uint16_t ___visibleLightIndex;
uint16_t ___lightBufferIndex;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___light;
};
struct LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshaled_pinvoke
{
uint16_t ___visibleLightIndex;
uint16_t ___lightBufferIndex;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___light;
};
struct LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshaled_com
{
uint16_t ___visibleLightIndex;
uint16_t ___lightBufferIndex;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___light;
};
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 RenderPassDescriptor_t69F0595A52DBEEBFE5A491D3E8E27D530069B0C5
{
int32_t ___w;
int32_t ___h;
int32_t ___samples;
int32_t ___depthID;
};
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 BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91
{
int32_t ___m_Current;
int32_t ___m_End;
};
struct VolumeParameter_1_t548F25B8FDAED7E284E53FF27602B841970079FC : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Value;
};
struct VolumeParameter_1_tADB3F1E2F42E88F6F74B7FD1CE782B1098424D7B : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Value;
};
struct VolumeParameter_1_tF55730717D62BD99642CBDBBD61DC4E5E5396E1C : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___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 BloomDownscaleMode_t4D8FBFC996380A509C08D6460E70C27D3AB9DAC3
{
int32_t ___value__;
};
struct BuiltinRenderTextureType_t3D56813CAC7C6E4AC3B438039BD1CE7E62FE7C4E
{
int32_t ___value__;
};
struct CameraOverrideOption_tFE4F529A065C94484CFF2D27D4D7D2D8ADB145A9
{
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 ColorGamut_tDE5F58926F111C9EC0B46ECF29CBCCEFDEC8FFA3
{
int32_t ___value__;
};
struct ColorGradingMode_t980B9396D20213763F23C4D474BC079FC68BF83E
{
int32_t ___value__;
};
struct ColorSpace_tD0808E0BE85FD3B9774234676F83A872F4EDA3C7
{
int32_t ___value__;
};
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7 : public RuntimeObject
{
intptr_t ___m_Ptr;
};
struct CompareFunction_tF4CB32BA795A16A1488DD63D6CF4DC71B20E1518
{
int32_t ___value__;
};
struct ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233 : public RuntimeObject
{
intptr_t ___m_Ptr;
};
struct CopyDepthMode_t0A1F431DCE72B7B024FF0A3C035807DB818B5EEC
{
int32_t ___value__;
};
struct CoreRPHelpURLAttribute_t602FBE6B727B55C450117479FD27338725F12BF3 : public HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D
{
};
struct CubemapFace_t300D6E2CD7DF60D44AA28338748B607677ED1D1B
{
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 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 DepthOfFieldMode_t750AA8D0E30A14A485AC8202CB125616E039F8A0
{
int32_t ___value__;
};
struct DepthPrimingMode_t788A505A123926BDBA954D796941C989865263C8
{
int32_t ___value__;
};
struct Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1 : public RuntimeObject
{
intptr_t ___nativeDisplay;
};
struct Downsampling_tFE6A5D41D0A9881972AE6C6470FA5E1700410D49
{
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 FilmGrainLookup_t189CC7A72ECA871AA34FE915CB57B713B5DB9317
{
int32_t ___value__;
};
struct FilterMode_t4AD57F1A3FE272D650E0E688BA044AE872BD2A34
{
int32_t ___value__;
};
struct FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106 : public VolumeParameter_1_t18B35E30089EFE0C2751A53FE6143F972EC9F9B8
{
};
struct FoveatedRenderingCaps_tBC8C9BB9100AE3EE12492E5C56B21839B84373E5
{
int32_t ___value__;
};
struct GPUResidentDrawerMode_t25B237C91A9832B9A2C0DA9F7D85CF2BAE44BD2C
{
uint8_t ___value__;
};
struct GraphicsFormat_tC3D1898F3F3F1F57256C7F3FFD6BA9A37AE7E713
{
int32_t ___value__;
};
struct GraphicsFormatUsage_t57084DF17F02CD0238EF07705101FD425F607063
{
int32_t ___value__;
};
struct HDRACESPreset_t4BBB8A6CD57BE330E0A36904C0146B6499ACFAB3
{
int32_t ___value__;
};
struct HDRColorBufferPrecision_tEF57E1CB7C2B230E3AFF5D6628010DD456EA58C7
{
int32_t ___value__;
};
struct HDRDebugMode_tDAFCB753D916E35C7B9584A0D07B61B7C9B5739A
{
int32_t ___value__;
};
struct ImageScalingMode_tB7E238BD8F6E6D9CBC6C2C92E3E4C9DF72A4AF54
{
int32_t ___value__;
};
struct ImageUpscalingFilter_t6BAB8A7CB0216E88F69458503780865981937631
{
int32_t ___value__;
};
struct Int32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C
{
int32_t ___value__;
};
struct IntParameter_t45D52025F857DFDFC590EDB800071A92774E04B8 : public VolumeParameter_1_t7111FAD4FF4C5BAEA3D390725AF3BC9069DBB546
{
};
struct IntermediateTextureMode_t393BD5890504A30C3A5EEDC10C95266B5CAC28BD
{
int32_t ___value__;
};
struct LODCrossFadeDitheringType_tB8C1B60F3BCA8E2BEFB7F09B3D93F96CE2CB1667
{
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 LightCookieFormat_tDED41022799DAEAA99C550708D80B99A2A8F9EC1
{
int32_t ___value__;
};
struct LightCookieResolution_t10D8305CBC46C8C4261C5EFAA031A2B35AF2BF39
{
int32_t ___value__;
};
struct LightLayerEnum_t6B200A267F7F3BA4CA01D2D48B96A17D0DA5CC5F
{
int32_t ___value__;
};
struct LightProbeSystem_tEFBD1F503CF60DFBD07B38E3422CA44B5825921C
{
int32_t ___value__;
};
struct LightRenderingMode_t38A0DEB49D920E66D4854F5C54437D11BBA6D024
{
int32_t ___value__;
};
struct LightShadows_t5A3719FE33F8D536E5785AC42B4DF6E6F19666EA
{
int32_t ___value__;
};
struct LightShape_t538BE3D1AD8C9B537615DAE1C77FA43E26295E91
{
int32_t ___value__;
};
struct LightType_t2D4D43054E7473EECEB54493C0055AE074780234
{
int32_t ___value__;
};
struct LightmapBakeType_tD6FF28E59BAAD80648796C2835AB8DC0B0F8B232
{
int32_t ___value__;
};
struct LightmapsMode_tFD829E8DA87775D1630F2CADF2D52C758DDA4EBC
{
int32_t ___value__;
};
struct LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA
{
intptr_t ___m_KeywordSpace;
};
struct MSAASamples_tB69F548BE8CA330465CC9D1F7B51199162D5D72C
{
int32_t ___value__;
};
struct MotionBlurMode_tC30EB30D7B018990C8D241DEE71238AF2DB05A56
{
int32_t ___value__;
};
struct MotionBlurQuality_t45BAD066E5EA5F645B2ED8D3D846F6D4CBA131E5
{
int32_t ___value__;
};
struct MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB : public RuntimeObject
{
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_Projection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_View;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_ViewProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousView;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousViewProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousPreviousProjection;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_PreviousPreviousView;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_LastFrameIndex;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_PrevAspectRatio;
float ___m_deltaTime;
float ___m_lastDeltaTime;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_worldSpaceCameraPos;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_previousWorldSpaceCameraPos;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_previousPreviousWorldSpaceCameraPos;
};
struct MsaaQuality_tE945475230F4F9265C9C862D32DE0484CB458FF9
{
int32_t ___value__;
};
struct NativeArrayOptions_t3E979EEF4B4840228A7692A97DA07553C6465F1D
{
int32_t ___value__;
};
struct NeutralRangeReductionMode_t184BC0075D2D5102D864C1F6E348DAE692834199
{
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 PipelineDebugLevel_tA1231A8106C64D773860E40E46555EB8682D746B
{
int32_t ___value__;
};
struct ProbeVolumeBlendingTextureMemoryBudget_t7EE399384930322B57F0CF83315FE1FA651CB002
{
int32_t ___value__;
};
struct ProbeVolumeSHBands_t1515D16254FE4344C5FC4C9506F4F9A7ABA4D194
{
int32_t ___value__;
};
struct ProbeVolumeTextureMemoryBudget_t9F9B7221A5D6E98DAED0233C050A91A2D745CB66
{
int32_t ___value__;
};
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
{
intptr_t ___m_Ptr;
};
struct RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousViewportSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousRenderTargetSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentViewportSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentRenderTargetSize;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rtHandleScale;
};
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 RenderTextureCreationFlags_t1C01993691E5BA956575134696509089FE852F50
{
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 RendererType_t952E4F0C867408594D6DB4894BEFF90C854B6C90
{
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 RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
intptr_t ___value;
};
struct ScreenSpaceLensFlareResolution_t9B38B1CF8E4688493351072CB1C44FEFDF544A53
{
int32_t ___value__;
};
struct ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36
{
intptr_t ___m_Ptr;
};
struct ScriptableRenderPassInput_t2E28A5DE1B3B8001EE14298E0133EFF3204DE645
{
int32_t ___value__;
};
struct ShEvalMode_t3815527819404E432D030BC50500EF1C5A0C0117
{
int32_t ___value__;
};
struct ShaderVariantLogLevel_t133374BC2EF334E61C3BD1329BBAEC3FCEB112A7
{
int32_t ___value__;
};
struct ShadowCascadesOption_t0A87F71CB8129325144A22F446F8BDF0297F0823
{
int32_t ___value__;
};
struct ShadowQuality_tA2A95092FE517E629C7015F01CFFD83704BFAD24
{
int32_t ___value__;
};
struct ShadowResolution_t6C40A535E6EC0EFEF19D5BD8B3470E3EAEE58C2F
{
int32_t ___value__;
};
struct ShadowSamplingMode_t8BE740C4258CFEDDBAC01FDC0438D8EE3F776BA8
{
int32_t ___value__;
};
struct SinglePassStereoMode_tEE957F669AE2B90CB18A2E1277AB6FB074E75956
{
int32_t ___value__;
};
struct SoftShadowQuality_t912D2519B85B76887C033210FFE985794D829D14
{
int32_t ___value__;
};
struct SortingCriteria_t4907D221CB6E6AA4A32C1ED7B5D17103FD3E7C39
{
int32_t ___value__;
};
struct StencilOp_t35EB362AF3CF60D7EC63DF5282B8256BF9985436
{
int32_t ___value__;
};
struct StoreActionsOptimization_tB5EB82E81175365B1DF3C5DE71F35E77E3B38B4A
{
int32_t ___value__;
};
struct StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081 : public CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB
{
HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28* ___m_historyContexts;
};
struct TemporalAAQuality_t03A8B3F777D54108A9CE21E79AB4C022968AD5F5
{
int32_t ___value__;
};
struct TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B : public VolumeParameter_1_t2568C1D65C317243AD2D110790FE99CF3A544ACD
{
};
struct TextureDimension_t8D7148B9168256EE1E9AF91378ABA148888CE642
{
int32_t ___value__;
};
struct TextureWrapMode_tF9851343029052ED45668D1C99BAE09B2CCC13AD
{
int32_t ___value__;
};
struct TileSize_t69A5EAADDDA528EBA9281C4EC3E9AB1DA7F759CE
{
int32_t ___value__;
};
struct TonemappingMode_t02C640FB19D579E2BF9B9EA58F87F8F115544267
{
int32_t ___value__;
};
struct UISubset_tA145E78D7C74E2D88DAA695A30331EA028A097E5
{
int32_t ___value__;
};
struct URPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481
{
int32_t ___value__;
};
struct UpscalingFilterSelection_t2C57376448148F3F22A29AAD71BBB7DB99D8F9A4
{
int32_t ___value__;
};
struct VRTextureUsage_t57FAA0077810142A461D74EDC5E33FC3D78BD2E8
{
int32_t ___value__;
};
struct VisibleLightFlags_t337DB92EFB0014AD6A250E1E45338B1194657CD8
{
int32_t ___value__;
};
struct VolumeFrameworkUpdateMode_tCD9A8BEF3700F3AA490F1BB39EF8A88E94398627
{
int32_t ___value__;
};
struct DisplayType_tAD715A777DBFCF4A4705B88CCC6B9C1A37851A43
{
int32_t ___value__;
};
struct Operation_t4202DB2118F4561CD44BC2B734A90A0AA32BF559
{
int32_t ___value__;
};
struct LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10 : public RuntimeObject
{
int32_t ___m_Size;
bool ___m_UseStructuredBuffer;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___m_WorldToLightCpuData;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_AtlasUVRectCpuData;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_LightTypeCpuData;
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595 ___m_CookieEnableBitsCpuData;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_WorldToLightBuffer;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_AtlasUVRectBuffer;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_LightTypeBuffer;
bool ___U3CisUploadedU3Ek__BackingField;
};
struct LightCookieShaderFormat_tE1A7119D2D38DC379BC1F018B52D612DCE1DB097
{
int32_t ___value__;
};
struct Event_tEB6B0291F738CDC6D90B67E4C476ADD4AFE13601
{
int32_t ___value__;
};
struct MaskSize_t84F10A9530391814360A3F70DD021343A5144EE5
{
int32_t ___value__;
};
struct HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD : public RuntimeObject
{
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_textures;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___m_hash;
};
struct HistoryUpdateInfo_t62808606369F45C236ED7C98508BABA30925ACA7
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___preUpscaleSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___postUpscaleSize;
bool ___useHwDrs;
bool ___useTexArray;
};
struct HistoryUpdateInfo_t62808606369F45C236ED7C98508BABA30925ACA7_marshaled_pinvoke
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___preUpscaleSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___postUpscaleSize;
int32_t ___useHwDrs;
int32_t ___useTexArray;
};
struct HistoryUpdateInfo_t62808606369F45C236ED7C98508BABA30925ACA7_marshaled_com
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___preUpscaleSize;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___postUpscaleSize;
int32_t ___useHwDrs;
int32_t ___useTexArray;
};
struct PassData_t84C7078BE208CBCF257438586035AB69DE199182 : public RuntimeObject
{
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ___renderer;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
bool ___isTargetBackbuffer;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___cameraTargetSizeCopy;
};
struct VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9 : public RuntimeObject
{
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ___renderingData;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera;
VFXCameraXRSettings_t03DB07CF170D5B4B66546F8DE78FED3CF9755D92 ___cameraXRSettings;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___xrPass;
};
struct Version_t328BA1DEF4BF021E5C6E48F8B16BF38167FE30A1
{
int32_t ___value__;
};
struct LightmapMixedBakeModes_tA9CBB8FED394CF87363E6013E665FA59267904EF
{
int32_t ___value__;
};
struct ReflectionProbeModes_t09C3CE8EDD13F84305A19602D37D51F39E5E3DFC
{
int32_t ___value__;
};
struct Version_t672F608D7D66518C831FABAF342EB084F8EBCF04
{
int32_t ___value__;
};
struct Version_t8FE0D25C0F2D4540648156EC04916E1EA8F1ACDC
{
int32_t ___value__;
};
struct Version_t410DAD34ADE5532FED73620998B7BBD8B36D6B95
{
int32_t ___value__;
};
struct ActiveID_t29AFD1C17603245BE41E1B8BAB21769900F7BB42
{
int32_t ___value__;
};
struct DirtyState_tA2B5B7213371CBEB225ADD2494E395A7C3AC8BA9
{
int32_t ___value__;
};
struct SettingsOptions_t935A71692F21EE9D959FCAC00574AA018F8BA2CB
{
uint16_t ___value__;
};
struct NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B
{
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_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36
{
void* ___m_Buffer;
int32_t ___m_Length;
int32_t ___m_AllocatorLabel;
};
struct VolumeParameter_1_t94F56754AB6F749DB1CF6CD4116A90D69BD85400 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_t80C75EB611679D3400624E84553EF01B344A125D : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_tD49D57859487E5822C22F93779BB46D808BBE63A : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_t691B3704F41D86687670E8CA8B67AF011A583321 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_t7AACD383B582106FCE6132492D53B8475875AED0 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_tFFADF17175E410D847D12382BCFD16C4EAD004A1 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_t1252033A0A0CDEA3471809A97C1842F900E5638A : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_t6DF9E630E76F0C9C758D3C5810E06A9DB11D65E0 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct VolumeParameter_1_tBA92B79A20B96D6212DF5589AAFA7B0B4AC68A2C : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
{
int32_t ___m_Value;
};
struct BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95 : public VolumeParameter_1_tBCB51FE341649CAB77E12B97823E7D31852372CF
{
int32_t ___displayType;
};
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 LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB
{
LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA ___m_SpaceInfo;
String_t* ___m_Name;
uint32_t ___m_Index;
};
struct LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB_marshaled_pinvoke
{
LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA ___m_SpaceInfo;
char* ___m_Name;
uint32_t ___m_Index;
};
struct LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB_marshaled_com
{
LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA ___m_SpaceInfo;
Il2CppChar* ___m_Name;
uint32_t ___m_Index;
};
struct 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 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 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 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 ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553 : public RuntimeObject
{
int32_t ___m_Version;
bool ___m_ExportShaderVariants;
int32_t ___m_ShaderVariantLogLevel;
bool ___m_StripRuntimeDebugShaders;
};
struct StencilStateData_t4181AB6F6A795950C67270CB147999D915071462 : public RuntimeObject
{
bool ___overrideStencilState;
int32_t ___stencilReference;
int32_t ___stencilCompareFunction;
int32_t ___passOperation;
int32_t ___failOperation;
int32_t ___zFailOperation;
};
struct SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6 : public RuntimeObject
{
int32_t ___U3CreflectionProbeModesU3Ek__BackingField;
int32_t ___U3CdefaultMixedLightingModesU3Ek__BackingField;
int32_t ___U3CmixedLightingModesU3Ek__BackingField;
int32_t ___U3ClightmapBakeTypesU3Ek__BackingField;
int32_t ___U3ClightmapsModesU3Ek__BackingField;
bool ___U3CenlightenLightmapperU3Ek__BackingField;
bool ___U3CenlightenU3Ek__BackingField;
bool ___U3CskyOcclusionU3Ek__BackingField;
bool ___U3ClightProbeProxyVolumesU3Ek__BackingField;
bool ___U3CmotionVectorsU3Ek__BackingField;
bool ___U3CreceiveShadowsU3Ek__BackingField;
bool ___U3CreflectionProbesU3Ek__BackingField;
bool ___U3CreflectionProbesBlendDistanceU3Ek__BackingField;
bool ___U3CrendererPriorityU3Ek__BackingField;
bool ___U3CrendersUIOverlayU3Ek__BackingField;
bool ___U3CoverridesEnvironmentLightingU3Ek__BackingField;
bool ___U3CoverridesFogU3Ek__BackingField;
bool ___U3CoverridesRealtimeReflectionProbesU3Ek__BackingField;
bool ___U3CoverridesOtherLightingSettingsU3Ek__BackingField;
bool ___U3CeditableMaterialRenderQueueU3Ek__BackingField;
bool ___U3CoverridesLODBiasU3Ek__BackingField;
bool ___U3CoverridesMaximumLODLevelU3Ek__BackingField;
bool ___U3CoverridesEnableLODCrossFadeU3Ek__BackingField;
bool ___U3CrendererProbesU3Ek__BackingField;
bool ___U3CparticleSystemInstancingU3Ek__BackingField;
bool ___U3CambientProbeBakingU3Ek__BackingField;
bool ___U3CdefaultReflectionProbeBakingU3Ek__BackingField;
bool ___U3CoverridesShadowmaskU3Ek__BackingField;
bool ___U3CoverridesLightProbeSystemU3Ek__BackingField;
bool ___U3CsupportsHDRU3Ek__BackingField;
bool ___U3CsupportsCloudsU3Ek__BackingField;
String_t* ___U3CoverridesLightProbeSystemWarningMessageU3Ek__BackingField;
};
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
struct Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F : public RuntimeObject
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_AtlasTexture;
int32_t ___m_Width;
int32_t ___m_Height;
int32_t ___m_Format;
bool ___m_UseMipMaps;
bool ___m_IsAtlasTextureOwner;
AtlasAllocator_tE73998A33352CBACEB838B47E24055984F97430E* ___m_AtlasAllocator;
Dictionary_2_tBE995FA87CE27220FD97BCC009668BA7930F425B* ___m_AllocationCache;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_IsGPUTextureUpToDate;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ___m_TextureHashes;
};
struct TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A : public VolumeParameter_1_tB3100970DE7F44CC1B4585781E82F1E9F5C9C4A1
{
int32_t ___dimension;
};
struct Type_t : public MemberInfo_t
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
};
struct URPHelpURLAttribute_t70E0C8F5CB495E31B0F24EE18A53EFD9E22D1DD4 : public CoreRPHelpURLAttribute_t602FBE6B727B55C450117479FD27338725F12BF3
{
};
struct URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42 : public RuntimeObject
{
int32_t ___m_Version;
bool ___m_StripUnusedPostProcessingVariants;
bool ___m_StripUnusedVariants;
bool ___m_StripScreenCoordOverrideVariants;
};
struct UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
{
bool ___isEnabled;
int32_t ___gradingMode;
int32_t ___lutSize;
bool ___useFastSRGBLinearConversion;
bool ___supportScreenSpaceLensFlare;
bool ___supportDataDrivenLensFlare;
};
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 Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51 : public VolumeParameter_1_tF55730717D62BD99642CBDBBD61DC4E5E5396E1C
{
};
struct VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805
{
int32_t ___m_LightType;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_FinalColor;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_ScreenRect;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_LocalToWorldMatrix;
float ___m_Range;
float ___m_SpotAngle;
int32_t ___m_InstanceId;
int32_t ___m_Flags;
};
struct ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE
{
uint16_t ___visibleLightIndex;
uint16_t ___perLightShadowSliceIndex;
uint16_t ___requestedResolution;
uint16_t ___offsetX;
uint16_t ___offsetY;
uint16_t ___allocatedResolution;
uint16_t ___m_ShadowProperties;
};
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 AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___resolution;
int32_t ___format;
};
struct Action_2_t6D8354444F56930FFED265F70AFE4BC80A5AD1EA : public MulticastDelegate_t
{
};
struct Action_2_tA93E5723B502E2AC6C87FB0C973D136B2E3A3A0B : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096 : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850 : public MulticastDelegate_t
{
};
struct BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469 : public MulticastDelegate_t
{
};
struct Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF : public MulticastDelegate_t
{
};
struct Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821 : 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 DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26 : public VolumeParameter_1_t80C75EB611679D3400624E84553EF01B344A125D
{
};
struct DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21 : public VolumeParameter_1_t94F56754AB6F749DB1CF6CD4116A90D69BD85400
{
};
struct FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F : public VolumeParameter_1_tD49D57859487E5822C22F93779BB46D808BBE63A
{
};
struct HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45 : public VolumeParameter_1_t691B3704F41D86687670E8CA8B67AF011A583321
{
};
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
struct MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14 : public VolumeParameter_1_t7AACD383B582106FCE6132492D53B8475875AED0
{
};
struct MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637 : public VolumeParameter_1_tFFADF17175E410D847D12382BCFD16C4EAD004A1
{
};
struct NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564 : public VolumeParameter_1_t1252033A0A0CDEA3471809A97C1842F900E5638A
{
};
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
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 RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3 : public CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_Ids;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___m_DescKey;
};
struct RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B : public CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_Ids;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___m_DescKey;
};
struct RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
};
struct RenderPipelineGlobalSettings_t3F883EA6174C636143F71211A146A0B1D9E76000 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
Dictionary_2_t384D2A0FF42BF1302A3F513FC32DB105F1CD5455* ___U3CsettingsMapU3Ek__BackingField;
};
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
struct ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D : public VolumeParameter_1_t6DF9E630E76F0C9C758D3C5810E06A9DB11D65E0
{
};
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 SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7 : public CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB
{
int32_t ___m_Id;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___m_DescKey;
};
struct TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D : public CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_TaaAccumulationTextureIds;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_TaaAccumulationVersions;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___m_DescKey;
};
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
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 TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A : public VolumeParameter_1_tBA92B79A20B96D6212DF5589AAFA7B0B4AC68A2C
{
};
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 UniversalRenderPipelineEditorResources_tA2D76E72E741785876F957F94E7C7489F807B1ED : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
ShaderResources_t0F010F6CBF0716DE29FCD187D4FA4368AC407628* ___shaders;
MaterialResources_tED4F7357C57023A565192AA50337FDC81EFD6200* ___materials;
};
struct VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
bool ___active;
String_t* ___U3CdisplayNameU3Ek__BackingField;
VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103* ___parameterList;
ReadOnlyCollection_1_tE414953665CCBE1BFF28E8E32C184621ADDA4B76* ___m_ParameterReadOnlyCollection;
};
struct VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
List_1_t602BCD639AA637A6C0BB45C136DD5458DBE18064* ___components;
int32_t ___dirtyState;
};
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 XRSystemData_t89A064914358326F98105E94D5F082C186133DE6 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
ShaderResources_t95EDE5488A460139658FEF1B3A26B3685A72730A* ___shaders;
};
struct PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121 : public RuntimeObject
{
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___rendererList;
};
struct PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E : public RuntimeObject
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___xr;
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___skyRendererListHandle;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
};
struct Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 ___atlas;
int32_t ___maxAdditionalLights;
float ___cubeOctahedralSizeScale;
bool ___useStructuredBuffer;
};
struct Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_pinvoke
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 ___atlas;
int32_t ___maxAdditionalLights;
float ___cubeOctahedralSizeScale;
int32_t ___useStructuredBuffer;
};
struct Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_com
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 ___atlas;
int32_t ___maxAdditionalLights;
float ___cubeOctahedralSizeScale;
int32_t ___useStructuredBuffer;
};
struct DrawWireOverlayPassData_t61A3B61CAF8CD4AAB3C7E87CDD3F40097BBD9499 : public RuntimeObject
{
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___wireOverlayList;
};
struct RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072
{
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A ___m_BlockEventLimits;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_BlockRanges;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_BlockRangeLengths;
};
struct RenderPipelineAsset_1_t2873A88178504E8793D044D4422CB05E32AEB121 : public RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E
{
};
struct RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02 : public RenderPipelineGlobalSettings_t3F883EA6174C636143F71211A146A0B1D9E76000
{
};
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
RuntimeObject* ____actualValue;
};
struct Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* ___skipIterations;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___threshold;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___intensity;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___scatter;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___clamp;
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* ___tint;
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* ___highQualityFiltering;
DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21* ___downscale;
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* ___maxIterations;
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* ___dirtTexture;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___dirtIntensity;
};
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
uint32_t ___m_NonSerializedVersion;
};
struct CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CameraColorHandle;
};
struct ChannelMixer_tA7F185C8C173EE71D324ED4887EBA0B8097766B6 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___redOutRedIn;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___redOutGreenIn;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___redOutBlueIn;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___greenOutRedIn;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___greenOutGreenIn;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___greenOutBlueIn;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___blueOutRedIn;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___blueOutGreenIn;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___blueOutBlueIn;
};
struct ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
};
struct ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* ___postExposure;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___contrast;
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* ___colorFilter;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___hueShift;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___saturation;
};
struct ColorCurves_t323CCD52F5A89EC8D3E40D949916ABE9D2ABFD94 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* ___master;
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* ___red;
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* ___green;
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* ___blue;
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* ___hueVsHue;
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* ___hueVsSat;
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* ___satVsSat;
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* ___lumVsSat;
};
struct ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* ___texture;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___contribution;
};
struct DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* ___mode;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___gaussianStart;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___gaussianEnd;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___gaussianMaxRadius;
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* ___highQualitySampling;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___focusDistance;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___aperture;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___focalLength;
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* ___bladeCount;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___bladeCurvature;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___bladeRotation;
};
struct DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* ___m_PassData;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ColorTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DepthTarget;
bool ___m_RenderOffscreen;
};
struct DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
};
struct FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* ___type;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___response;
NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478* ___texture;
};
struct ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6 : public ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7
{
ShaderResources_t67897398F9447A4A823070509EC373702AC96334* ___shaders;
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___postProcessData;
XRSystemData_t89A064914358326F98105E94D5F082C186133DE6* ___xrSystemData;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_OpaqueLayerMask;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_TransparentLayerMask;
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* ___m_DefaultStencilState;
bool ___m_ShadowTransparentReceive;
int32_t ___m_RenderingMode;
int32_t ___m_DepthPrimingMode;
bool ___m_AccurateGbufferNormals;
bool ___m_ClusteredRendering;
int32_t ___m_TileSize;
};
struct HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
{
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* ___m_PassDataCIExy;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* ___m_PassDataDebugView;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_CIExyTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_PassthroughRT;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_material;
};
struct LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___xMultiplier;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___yMultiplier;
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* ___center;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___scale;
};
struct LiftGammaGain_tCE44DE6A0AD9C3021625454489C765437B9ADF3D : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* ___lift;
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* ___gamma;
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* ___gain;
};
struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
int32_t ___U3CshapeU3Ek__BackingField;
int32_t ___m_BakedIndex;
};
struct LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B : public RuntimeObject
{
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* ___m_AdditionalLightsCookieAtlas;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* ___m_AdditionalLightsCookieShaderData;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 ___m_Settings;
WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* ___m_WorkMem;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_VisibleLightIndexToShaderDataIndex;
int32_t ___m_CookieSizeDivisor;
uint32_t ___m_PrevCookieRequestPixelCount;
int32_t ___m_PrevWarnFrame;
bool ___U3CIsKeywordLightCookieEnabledU3Ek__BackingField;
};
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource;
};
struct MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* ___mode;
MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637* ___quality;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___clamp;
};
struct PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___distance;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___cropToFit;
};
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 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 ShadowsMidtonesHighlights_t1B261DC3A02B7225CD79AA452B82B6218145B44C : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* ___shadows;
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* ___midtones;
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* ___highlights;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___shadowsStart;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___shadowsEnd;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___highlightsStart;
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* ___highlightsEnd;
};
struct SplitToning_t66AFCEC63C3A2BFA605A11B72367C029E8EFC561 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* ___shadows;
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* ___highlights;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___balance;
};
struct Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A* ___mode;
NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564* ___neutralHDRRangeReductionMode;
HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45* ___acesPreset;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___hueShiftAmount;
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* ___detectPaperWhite;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___paperWhite;
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* ___detectBrightnessLimits;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___minNits;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___maxNits;
};
struct Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342 : public UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4
{
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* ____lightTextures;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____cameraNormalsTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____normalsDepth;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* ____shadowTextures;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____shadowDepth;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____upscaleTexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ____cameraSortingLayerTexture;
};
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 Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* ___color;
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* ___center;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___smoothness;
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* ___rounded;
};
struct WhiteBalance_t5AECC55FE744B4D1F2A0E6DD4950D9669900891A : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___temperature;
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___tint;
};
struct XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1 : public XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF
{
bool ___U3CisLateLatchEnabledU3Ek__BackingField;
bool ___U3CcanMarkLateLatchU3Ek__BackingField;
bool ___U3ChasMarkedLateLatchU3Ek__BackingField;
bool ___U3CcanFoveateIntermediatePassesU3Ek__BackingField;
};
struct UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25 : public RuntimeObject
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___source;
RuntimeObject* ___captureActions;
};
struct UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6 : public RuntimeObject
{
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___rendererList;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___colorTarget;
};
struct PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548 : public RuntimeObject
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___luminanceParameters;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___srcColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___xyBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___passThrough;
};
struct PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE : public RuntimeObject
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
int32_t ___hdrDebugMode;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___luminanceParameters;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___overlayUITexture;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___xyBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___srcColor;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___dstColor;
};
struct DrawGizmosPassData_t85E5BE2885A38D08035FC03D0BEC8C52B42BC4B3 : public RuntimeObject
{
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___gizmoRenderList;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___color;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depth;
};
struct UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
bool ___m_RenderShadows;
int32_t ___m_RequiresDepthTextureOption;
int32_t ___m_RequiresOpaqueTextureOption;
int32_t ___m_CameraType;
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* ___m_Cameras;
int32_t ___m_RendererIndex;
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___m_VolumeLayerMask;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_VolumeTrigger;
int32_t ___m_VolumeFrameworkUpdateModeOption;
bool ___m_RenderPostProcessing;
int32_t ___m_Antialiasing;
int32_t ___m_AntialiasingQuality;
bool ___m_StopNaN;
bool ___m_Dithering;
bool ___m_ClearDepth;
bool ___m_AllowXRRendering;
bool ___m_AllowHDROutput;
bool ___m_UseScreenCoordOverride;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_ScreenSizeOverride;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_ScreenCoordScaleBias;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_Camera;
bool ___m_RequiresDepthTexture;
bool ___m_RequiresColorTexture;
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* ___m_MotionVectorsPersistentData;
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* ___m_History;
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92 ___m_TaaSettings;
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* ___m_VolumeStack;
int32_t ___m_Version;
};
struct UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
bool ___m_UsePipelineSettings;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___m_Light;
int32_t ___m_AdditionalLightsShadowResolutionTier;
bool ___m_CustomShadowLayers;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_LightCookieSize;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_LightCookieOffset;
int32_t ___m_SoftShadowQuality;
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___m_RenderingLayersMask;
RenderingLayerMask_tD73B9FC1A65A937F18E56833FC83BF89C2B085A1 ___m_ShadowRenderingLayersMask;
int32_t ___m_Version;
int32_t ___m_LightLayerMask;
int32_t ___m_ShadowLayerMask;
uint32_t ___m_RenderingLayers;
uint32_t ___m_ShadowRenderingLayers;
};
struct UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232 : public RenderPipelineAsset_1_t2873A88178504E8793D044D4422CB05E32AEB121
{
ScriptableRendererU5BU5D_t9B15C048BCE03A67E830F1C79989B6A3E43788E6* ___m_Renderers;
int32_t ___k_AssetVersion;
int32_t ___k_AssetPreviousVersion;
int32_t ___m_RendererType;
ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* ___m_RendererData;
ScriptableRendererDataU5BU5D_tC674C147618C92B68DB64ECFDC847C8A941C6169* ___m_RendererDataList;
int32_t ___m_DefaultRendererIndex;
bool ___m_RequireDepthTexture;
bool ___m_RequireOpaqueTexture;
int32_t ___m_OpaqueDownsampling;
bool ___m_SupportsTerrainHoles;
bool ___m_SupportsHDR;
int32_t ___m_HDRColorBufferPrecision;
int32_t ___m_MSAA;
float ___m_RenderScale;
int32_t ___m_UpscalingFilter;
bool ___m_FsrOverrideSharpness;
float ___m_FsrSharpness;
bool ___m_EnableLODCrossFade;
int32_t ___m_LODCrossFadeDitheringType;
int32_t ___m_ShEvalMode;
int32_t ___m_LightProbeSystem;
int32_t ___m_ProbeVolumeMemoryBudget;
int32_t ___m_ProbeVolumeBlendingMemoryBudget;
bool ___m_SupportProbeVolumeGPUStreaming;
bool ___m_SupportProbeVolumeDiskStreaming;
bool ___m_SupportProbeVolumeScenarios;
bool ___m_SupportProbeVolumeScenarioBlending;
int32_t ___m_ProbeVolumeSHBands;
int32_t ___m_MainLightRenderingMode;
bool ___m_MainLightShadowsSupported;
int32_t ___m_MainLightShadowmapResolution;
int32_t ___m_AdditionalLightsRenderingMode;
int32_t ___m_AdditionalLightsPerObjectLimit;
bool ___m_AdditionalLightShadowsSupported;
int32_t ___m_AdditionalLightsShadowmapResolution;
int32_t ___m_AdditionalLightsShadowResolutionTierLow;
int32_t ___m_AdditionalLightsShadowResolutionTierMedium;
int32_t ___m_AdditionalLightsShadowResolutionTierHigh;
bool ___m_ReflectionProbeBlending;
bool ___m_ReflectionProbeBoxProjection;
bool ___m_ReflectionProbeAtlas;
float ___m_ShadowDistance;
int32_t ___m_ShadowCascadeCount;
float ___m_Cascade2Split;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Cascade3Split;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Cascade4Split;
float ___m_CascadeBorder;
float ___m_ShadowDepthBias;
float ___m_ShadowNormalBias;
bool ___m_SoftShadowsSupported;
bool ___m_ConservativeEnclosingSphere;
int32_t ___m_NumIterationsEnclosingSphere;
int32_t ___m_SoftShadowQuality;
int32_t ___m_AdditionalLightsCookieResolution;
int32_t ___m_AdditionalLightsCookieFormat;
bool ___m_UseSRPBatcher;
bool ___m_SupportsDynamicBatching;
bool ___m_MixedLightingSupported;
bool ___m_SupportsLightCookies;
bool ___m_SupportsLightLayers;
int32_t ___m_DebugLevel;
int32_t ___m_StoreActionsOptimization;
bool ___m_UseAdaptivePerformance;
int32_t ___m_ColorGradingMode;
int32_t ___m_ColorGradingLutSize;
bool ___m_AllowPostProcessAlphaOutput;
bool ___m_UseFastSRGBLinearConversion;
bool ___m_SupportDataDrivenLensFlare;
bool ___m_SupportScreenSpaceLensFlare;
uint8_t ___m_GPUResidentDrawerMode;
float ___m_SmallMeshScreenPercentage;
bool ___m_GPUResidentDrawerEnableOcclusionCullingInCameras;
int32_t ___m_ShadowType;
bool ___m_LocalShadowsSupported;
int32_t ___m_LocalShadowsAtlasResolution;
int32_t ___m_MaxPixelLights;
int32_t ___m_ShadowAtlasResolution;
int32_t ___m_VolumeFrameworkUpdateMode;
VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* ___m_VolumeProfile;
ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* ___apvScenesData;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DefaultShader;
int32_t ___m_ShaderVariantLogLevel;
int32_t ___m_ShadowCascades;
TextureResources_t8FB6A098EBF3C08BF1BD5EA926743C0FA595202B* ___m_Textures;
};
struct UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0 : public RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02
{
ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553* ___m_ShaderStrippingSetting;
URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42* ___m_URPShaderStrippingSetting;
int32_t ___m_ShaderVariantLogLevel;
bool ___m_ExportShaderVariants;
bool ___m_StripDebugVariants;
bool ___m_StripUnusedPostProcessingVariants;
bool ___m_StripUnusedVariants;
bool ___m_StripScreenCoordOverrideVariants;
bool ___supportRuntimeDebugDisplay;
bool ___m_EnableRenderGraph;
RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76* ___m_Settings;
int32_t ___m_AssetVersion;
VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* ___m_ObsoleteDefaultVolumeProfile;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_RenderingLayerNames;
uint32_t ___m_ValidRenderingLayers;
String_t* ___lightLayerName0;
String_t* ___lightLayerName1;
String_t* ___lightLayerName2;
String_t* ___lightLayerName3;
String_t* ___lightLayerName4;
String_t* ___lightLayerName5;
String_t* ___lightLayerName6;
String_t* ___lightLayerName7;
ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* ___apvScenesData;
};
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 List_1_tD2FA3273746E404D72561E8324608D18B52B533E_StaticFields
{
CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B* ___s_emptyArray;
};
struct List_1_t9197976D9CD257810C9C417B3050A6C49D652F8D_StaticFields
{
IRenderPipelineGraphicsSettingsU5BU5D_t13C894F2F332E48CE3D526E4FF2024E8F1ABF78A* ___s_emptyArray;
};
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray;
};
struct List_1_tF9D88C946600C782EE786A252258C0AA97BD019A_StaticFields
{
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* ___s_emptyArray;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray;
};
struct List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4_StaticFields
{
RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F* ___s_emptyArray;
};
struct List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6_StaticFields
{
ScriptableRenderPassU5BU5D_tC40E3619A24B14CB90535A47C826514BE1343F87* ___s_emptyArray;
};
struct List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6_StaticFields
{
ScriptableRendererFeatureU5BU5D_t64361F1FA79104227050258B0751D3DF2E9FDA1C* ___s_emptyArray;
};
struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317_StaticFields
{
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___s_emptyArray;
};
struct List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A_StaticFields
{
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* ___s_emptyArray;
};
struct TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C_StaticFields
{
uint32_t ___value;
};
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C_StaticFields
{
uint32_t ___s_TypeCount;
};
struct HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62_StaticFields
{
HDROutputSettingsU5BU5D_t4699D456CFDE8DABC01309EF20D3FD987D95EFF2* ___displays;
HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* ____mainDisplay;
};
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 UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80_StaticFields
{
uint32_t ___s_TypeCount;
};
struct UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320_StaticFields
{
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___unsCmd;
};
struct VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_StaticFields
{
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ProfilerMarkerUpdate;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ProfilerMarkerReplaceData;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_ProfilerMarkerEvaluateVolumeDefaultState;
Lazy_1_t8BF68D560BD85EC85ECBE57F1B105CF767F8FBBC* ___s_Instance;
Dictionary_2_t8BD6308EB9E88486C040C0B44AAE81F0B6C637C9* ___s_SupportedVolumeComponentsForRenderPipeline;
};
struct XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_StaticFields
{
XRLayoutStack_t6F7C0BB97693E7D17B8E2289D355FFF1DE6F4051* ___s_Layout;
Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3* ___s_PassAllocator;
List_1_tA7666C6690CE2AEE97571615AD3AFCE2BB020597* ___s_DisplayList;
XRDisplaySubsystem_t4B00B0BF1894A039ACFA8DDC2C2EB9301118C1F1* ___s_Display;
int32_t ___s_MSAASamples;
float ___s_OcclusionMeshScaling;
bool ___s_UseVisibilityMesh;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_OcclusionMeshMaterial;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_MirrorViewMaterial;
Action_2_tB73C956644B6ABEA48D4056B6E9B2EAABCA040CD* ___s_LayoutOverride;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___emptyPass;
bool ___U3CsinglePassAllowedU3Ek__BackingField;
int32_t ___U3CfoveatedRenderingCapsU3Ek__BackingField;
bool ___U3CdumpDebugInfoU3Ek__BackingField;
};
struct U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_StaticFields
{
U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F* ___U3CU3E9;
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* ___U3CU3E9__24_0;
};
struct U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_StaticFields
{
U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563* ___U3CU3E9;
BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* ___U3CU3E9__4_0;
};
struct U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields
{
U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* ___U3CU3E9;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* ___U3CU3E9__17_0;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* ___U3CU3E9__17_1;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* ___U3CU3E9__18_0;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* ___U3CU3E9__18_1;
};
struct U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_StaticFields
{
U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727* ___U3CU3E9;
BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* ___U3CU3E9__7_0;
};
struct U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields
{
U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E* ___U3CU3E9;
BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* ___U3CU3E9__17_0;
BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* ___U3CU3E9__17_1;
};
struct ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields
{
int32_t ____DebugHDRModeId;
int32_t ____HDRDebugParamsId;
int32_t ____xyTextureId;
int32_t ____SizeOfHDRXYMapping;
int32_t ____CIExyUAVIndex;
};
struct ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields
{
int32_t ___mainLightTexture;
int32_t ___mainLightWorldToLight;
int32_t ___mainLightCookieTextureFormat;
int32_t ___additionalLightsCookieAtlasTexture;
int32_t ___additionalLightsCookieAtlasTextureFormat;
int32_t ___additionalLightsCookieEnableBits;
int32_t ___additionalLightsCookieAtlasUVRectBuffer;
int32_t ___additionalLightsCookieAtlasUVRects;
int32_t ___additionalLightsWorldToLightBuffer;
int32_t ___additionalLightsLightTypeBuffer;
int32_t ___additionalLightsWorldToLights;
int32_t ___additionalLightsLightTypes;
};
struct U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C_StaticFields
{
U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* ___U3CU3E9;
BaseRenderFunc_2_t0F078AB23E7CF63F4670F4E80CFDE4CD4BEB0F72* ___U3CU3E9__140_0;
BaseRenderFunc_2_t55E594CC6D951D462AFB9867489BE9665166DC90* ___U3CU3E9__142_0;
BaseRenderFunc_2_t592BAE028800F18A071D869FCB982B997F5E13A2* ___U3CU3E9__143_0;
BaseRenderFunc_2_t762A186FC860B473359C6CA1DE69EDCFB3985B45* ___U3CU3E9__149_0;
BaseRenderFunc_2_tF8B0FC77C310265D6F0EA096E14C24E57D0FEAD6* ___U3CU3E9__151_0;
BaseRenderFunc_2_tECA37CC68AF2BD6C31F2DFF58EF746DC7B2C5AFE* ___U3CU3E9__153_0;
};
struct Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields
{
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setMRTAttachmentsList;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setAttachmentList;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___execute;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setupFrameData;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setPerCameraShaderVariables;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___sortRenderPasses;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___recordRenderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setupLights;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setupCamera;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___vfxProcessCamera;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___addRenderPasses;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setupRenderPasses;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___clearRenderingState;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___internalStartRendering;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___internalFinishRenderingCommon;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___drawGizmos;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___drawWireOverlay;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___beginXRRendering;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___endXRRendering;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___initRenderGraphFrame;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setEditorTarget;
};
struct RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields
{
int32_t ___BeforeRendering;
int32_t ___MainRenderingOpaque;
int32_t ___MainRenderingTransparent;
int32_t ___AfterRendering;
};
struct U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_StaticFields
{
U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9* ___U3CU3E9;
};
struct RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields
{
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___beforeRendering;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___mainRenderingOpaque;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___mainRenderingTransparent;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___afterRendering;
};
struct RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_StaticFields
{
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___configure;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___setRenderPassAttachments;
};
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 RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_StaticFields
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___s_RTHandleWrapper;
};
struct RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147_StaticFields
{
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___rastercmd;
};
struct Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_StaticFields
{
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_QuickSortSampler;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_InsertionSortSampler;
};
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 uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F_StaticFields
{
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F ___zero;
};
struct LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_StaticFields
{
Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* ___s_CompareByCookieSize;
Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* ___s_CompareByBufferIndex;
};
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 Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_StaticFields
{
DisplayU5BU5D_tAD77D7EE2B839E3EDA0D1C0028B64F867F400C7F* ___displays;
Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* ____mainDisplay;
int32_t ___m_ActiveEditorGameViewTarget;
DisplaysUpdatedDelegate_t1BAACED9BE72131FD59213A3186F5D7AB9E1FD68* ___onDisplaysUpdated;
};
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 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 SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6_StaticFields
{
SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* ___s_Active;
};
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
{
int32_t ___GenerateAllMips;
};
struct Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_StaticFields
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___fullScaleOffset;
int32_t ___s_MaxMipLevelPadding;
};
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 AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields
{
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* ___s_UnusedAtlasSquareAreas;
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* ___s_ShadowResolutionRequests;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___s_VisibleLightIndexToCameraSquareDistance;
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* ___s_CompareShadowResolutionRequest;
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* ___s_SortedShadowResolutionRequests;
};
struct RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_Names;
};
struct RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_Names;
};
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_StaticFields
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___k_CameraTarget;
};
struct TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_StaticFields
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_TaaAccumulationNames;
};
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_StaticFields
{
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___s_NullHandle;
};
struct RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02_StaticFields
{
Lazy_1_tBB3A8FBF1870AED7C8384A65F39C8F691F45F61F* ___s_Instance;
};
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
{
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull;
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender;
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender;
};
struct DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_StaticFields
{
int32_t ___s_CameraDepthTextureID;
int32_t ___s_CameraOpaqueTextureID;
};
struct LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_StaticFields
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___s_DirLightProj;
};
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 UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_StaticFields
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* ___s_DefaultAdditionalCameraData;
List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8* ___s_CachedVolumeStacks;
};
struct UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_StaticFields
{
int32_t ___AdditionalLightsShadowResolutionTierCustom;
int32_t ___AdditionalLightsShadowResolutionTierLow;
int32_t ___AdditionalLightsShadowResolutionTierMedium;
int32_t ___AdditionalLightsShadowResolutionTierHigh;
int32_t ___AdditionalLightsShadowDefaultResolutionTier;
int32_t ___AdditionalLightsShadowDefaultCustomResolution;
int32_t ___AdditionalLightsShadowMinimumResolution;
};
struct UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232_StaticFields
{
int32_t ___AdditionalLightsDefaultShadowResolutionTierLow;
int32_t ___AdditionalLightsDefaultShadowResolutionTierMedium;
int32_t ___AdditionalLightsDefaultShadowResolutionTierHigh;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_Names;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_Values;
GraphicsFormatU5BU5DU5BU5D_t1424BD937A890524D2A66FF39E61DEB0F10FE0A2* ___s_LightCookieFormatList;
};
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 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 TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9 : public RuntimeArray
{
ALIGN_FIELD (8) TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* m_Items[1];
inline TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** 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, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* 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 HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28 : public RuntimeArray
{
ALIGN_FIELD (8) HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* m_Items[1];
inline HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD** 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, HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
struct LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263 : public RuntimeArray
{
ALIGN_FIELD (8) LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 m_Items[1];
inline LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2* 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, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___light), (void*)NULL);
}
inline LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___light), (void*)NULL);
}
};
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 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 SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray
{
ALIGN_FIELD (8) float m_Items[1];
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* 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, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
struct KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3 : public RuntimeArray
{
ALIGN_FIELD (8) Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 m_Items[1];
inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* 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, Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 value)
{
m_Items[index] = value;
}
};
struct ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334 : public RuntimeArray
{
ALIGN_FIELD (8) ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE m_Items[1];
inline ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* 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, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE value)
{
m_Items[index] = value;
}
};
struct LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9 : public RuntimeArray
{
ALIGN_FIELD (8) LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB m_Items[1];
inline LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB* 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, LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name), (void*)NULL);
}
inline LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_Name), (void*)NULL);
}
};
struct RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F : public RuntimeArray
{
ALIGN_FIELD (8) RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 m_Items[1];
inline RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* 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, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 value)
{
m_Items[index] = 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);
}
};
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m0D4D6107C1C882F6D813E0CC53744262582D6110_gshared (NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mE208CD8E9CF8772A67BC880E49DDCD173A7E15EE_gshared (NativeArray_1_tE0DCAF7ED58915BC160F767E310F0F0A55B6BC75* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mCDE2360B0A07FB450283AC9EE1B4B782C1631EA6_gshared (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineGlobalSettings_2_Reset_mDDB29D68B6F6A0E940A5ABBD1957CFA3475106A4_gshared (RenderPipelineGlobalSettings_2_tF84FD1A701A46DB8931AF8BC6056BF124B88CF0D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineGlobalSettings_2__ctor_mC6F92A00C7E01C154AA27C3918C055F480740B46_gshared (RenderPipelineGlobalSettings_2_tF84FD1A701A46DB8931AF8BC6056BF124B88CF0D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, RuntimeObject** ___0_component, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_gshared_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __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 Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_gshared (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_val, const RuntimeMethod* method) ;
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 WorkSlice_1__ctor_m76CCC65E3DFB8B84A2154B65A79B56688F9B26A4_gshared (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* ___0_src, int32_t ___1_srcLen, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkSlice_1__ctor_m8B26C5F2B3AB3C05CB4ACDE5A17C6559BDEF503C_gshared (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_src, int32_t ___1_srcLen, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_gshared_inline (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C_gshared (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 ___0_array, int32_t ___1_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkSlice_1_Sort_m7EF532E936D55845DAAC606C0A214FE48EBF8584_gshared (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* ___0_compare, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_gshared (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_gshared_inline (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 WorkSlice_1_get_Item_m31D876CE45C89B17D24E2D2EB6534C4150D72EE5_gshared (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_mB4DED0793BA121A9C2D10504856565664A9FE576_gshared (Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m29C11BF8C434B5768FA2FA60E3E4A9C7FE498762_gshared (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3E3735567A9066EF764FA6AB2E80EA66A074B30E_gshared (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m44B04731B117FE9E22EE84FF06CFA7632BCD7A7B_gshared (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* UnsafeUtility_AsRef_TisHeader_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB_m3A7E42BB73E2742A65BBA57CD0B170814E6D3D52_gshared_inline (void* ___0_ptr, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258_gshared (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_offset, int32_t ___1_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B BuddyAllocator_GetNativeArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m4E8A7180E641B7FBF7D890D898C951A84B661CC1_gshared (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_offset, int32_t ___1_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B NativeArray_1_GetSubArray_m426FCBEF0EAD1873CDF97DF7BB371FD53D1339FB_gshared (NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E_gshared (int32_t ___0_length, int32_t* ___1_dataSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D BuddyAllocator_AllocateRange_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m8686F640C741E1DD106A1143CE32DDDFEF8BE3D1_gshared (int32_t ___0_length, int32_t* ___1_dataSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared (VolumeParameter_1_t77F022F5333E41A9053315BD571C993F8CC046F2* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD_gshared (VolumeParameter_1_t548F25B8FDAED7E284E53FF27602B841970079FC* ___0_lhs, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F_gshared (VolumeParameter_1_t18B35E30089EFE0C2751A53FE6143F972EC9F9B8* ___0_lhs, float ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_gshared (VolumeParameter_1_tF55730717D62BD99642CBDBBD61DC4E5E5396E1C* ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA7500B6D51A872AF10FD939C6EAD3CC39EB12D3E_gshared (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m98990AB62883D88FE72584E5D6696F150C852A16_gshared (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Capacity_m0DB04903DA80D1A8997B5BEC82A751B181810ADE_gshared (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Capacity_m1BC45305F22DED653ECEE3CE00090603AFED2210_gshared (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_gshared_inline (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Capacity_m1CA9EA5D8158174CA3CF906957AD350FF8EEB847_gshared (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_gshared_inline (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___0_item, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_gshared_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* NativeArrayExtensions_UnsafeElementAt_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A148B250029B4DD2D82AA8B6C6BECC028AFB7E1_gshared (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 ___0_array, int32_t ___1_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D_gshared (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m27B9A39C7678C5EA2DD9133EC04344B858AFA551_gshared (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, int32_t ___0_index, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting_QuickSort_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m02C944B93F94BB0652D9C62D7C42639D23B3709F_gshared (ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* ___0_data, int32_t ___1_start, int32_t ___2_end, Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* ___3_compare, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mDC1D3AF101FF02D6DAB922890D5E4790299AC44A_gshared (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* __this, ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* ___0_array, int32_t ___1_allocator, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mB250805CA1FB6E023D7DC263CB8A9FED9DF6832C_gshared_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 List_1_get_Item_m941436E8E1AD4CAA1F6DA6D0D14B819EB8EAA06B_gshared (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* NativeArrayExtensions_UnsafeElementAtMutable_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m24F4B1E162F6D8C43CBC0EB6CA0AF42B0881A6FB_gshared (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 ___0_array, int32_t ___1_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_mE464CBF8799AFB2536238CD76DCB3C4878287DE3_gshared (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m9CEFEDEC4991BF6E32EE79390B9E946D6B96839D_gshared (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, int32_t ___0_index, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___1_item, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mAC3A8C91727EB1B71F51D45CBCE6166C0AC10380_gshared_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m11908F24D4C62F0382E9EB638D77906AA81FF598_gshared (Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m2282008A18DE8B8483FF6CB35E2AFE57CA23867A_gshared_inline (Action_2_tA93E5723B502E2AC6C87FB0C973D136B2E3A3A0B* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_arg1, RuntimeObject* ___1_arg2, 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_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 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 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* VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m636A64068369163D4FD97757CF81A07322C515BA_gshared (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___0_item, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m7AB2D7E7A971DA2781D3D87AEE011EC1EE6FC6D1_gshared (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_item, 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 RenderPassDescriptor__ctor_m8898C83BD6A00119601FBF7274E93C85874A49B1 (RenderPassDescriptor_t69F0595A52DBEEBFE5A491D3E8E27D530069B0C5* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_sampleCount, int32_t ___3_rtID, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
inline void NativeArray_1__ctor_m5F241CCE591818ADCFEDBB935F6AFD1F148A0FF4 (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m0D4D6107C1C882F6D813E0CC53744262582D6110_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
}
inline void NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderBlocks_FillBlockRanges_mB0B18CF4151E15B01A623651E41EE29DF3E2716D (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ___0_activeRenderPassQueue, const RuntimeMethod* method) ;
inline void NativeArray_1_Dispose_m0331B48221229AC6F14B4D528581764D3901E264 (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*, const RuntimeMethod*))NativeArray_1_Dispose_mE208CD8E9CF8772A67BC880E49DDCD173A7E15EE_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderBlocks__ctor_mCCE8BE592EEDC76187D546AC1E8DE0F0552FA3D1 (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ___0_activeRenderPassQueue, const RuntimeMethod* method) ;
inline void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderBlocks_Dispose_mC14FC55238E6E70D0C2C051A5856F34F89637FAB (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, const RuntimeMethod* method) ;
inline int32_t List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_inline (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
inline ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* (*) (List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, 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 int32_t RenderBlocks_GetLength_m12132BA6300EB4AD9FD8355944BB2D5184DEB804 (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockRange__ctor_mA2B225E235A9D228BEE08A56B0DD941AD109CADE (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, int32_t ___0_begin, int32_t ___1_end, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 RenderBlocks_GetRange_mBCDFF558A7FB92CB0F23A681AE14BC9029DA75A6 (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, int32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 BlockRange_GetEnumerator_m5ABDD60561E6FE77794F49D9DAEBFCCA368375B0 (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BlockRange_MoveNext_m7428499A41DAC2364322F5D077F7016AFB2A1958 (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BlockRange_get_Current_mAE0444A8F3C9E0E6999B59148E9C87F6055133F8_inline (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockRange_Dispose_mF58CD9DF9B97A3048311E9DEBC5D72B8242BB4B0 (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m07E7BC9888E6C671F9699DA6411E4F5090838BF0 (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_smoothDeltaTime_m41881A3290CC95E6EF2D55289D1D872A45DC1775 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_ClearRenderingState_m06E468421AC0F8FB6BCBD817B0418354B715D784 (RuntimeObject* ___0_cmd, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_SetShaderTimeValues_mCB3E5C8B57B74BBBDD10FBC97067DCEB543D9B81 (RuntimeObject* ___0_cmd, float ___1_time, float ___2_deltaTime, float ___3_smoothDeltaTime, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRPass_StartSinglePass_mD02EEC9A62A1B14DFE6C8FD7D58483AE568DE067 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, RuntimeObject* ___0_cmd, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBufferHelpers_VFXManager_ProcessCameraCommand_mA2AC1677F009681C4627C55CC681DEFC3A4F39A9 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cam, UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___1_cmd, VFXCameraXRSettings_t03DB07CF170D5B4B66546F8DE78FED3CF9755D92 ___2_camXRSettings, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267 ___3_results, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRPass_StopSinglePass_m3EF577A46A29FC7226B5E080B176AC86983B0BE1 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06* ___0_cmd, 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_SetupCameraProperties_m7A2A2A56E96216E6AE13053F7E4E314AC4619931 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_SetPerCameraShaderVariables_m11127D897D405440FEB597262B29C713698EF4F9 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___2_cameraTargetSizeCopy, bool ___3_isTargetFlipped, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_SetPerCameraClippingPlaneProperties_mEE27A06DB1BDFB5DA3D761251AC7E296BDE30C49 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___1_cameraData, bool ___2_isTargetFlipped, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_SetPerCameraBillboardProperties_m69C48E7A4F33AA5EA6BAA072A5924FCD2A0C4DB7 (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, 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 XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPassUniversal_get_isLateLatchEnabled_mCFAAB2099E57226FDD74EC51E16DE26E3B7777A3_inline (XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRPassUniversal_set_canMarkLateLatch_m55FD53B9F8BE99FF85F7CA356D608F042A55906F_inline (XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRPass_get_foveatedRenderingInfo_m6F0E2EFEFFF40F47ABD3602D125C40E7CFBDE39B_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_ConfigureFoveatedRendering_m0B1B24402BA1EB049127CC9338500D4316D496DF (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, intptr_t ___0_platformData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRSystem_get_foveatedRenderingCaps_m2B4B6BD6E1BFD298DD8A66DB2294FA27A0F6F989_inline (const RuntimeMethod* 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 RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325 (int32_t ___0_type, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeCommandBuffer_SetRenderTarget_m89D813F715BA2B4DD6D1F06980F7A753BAD099F7 (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_rt, int32_t ___1_colorLoadAction, int32_t ___2_colorStoreAction, int32_t ___3_depthLoadAction, int32_t ___4_depthStoreAction, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRendererData_set_isInvalidated_mEEF5DC7FB24BAEDC2E827C5834B0954F98CB022B_inline (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method) ;
inline void List_1__ctor_mB5256BBA70CD858B15C25CE0E77EC59F6479EC82 (List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
}
inline void List_1__ctor_mCDE2360B0A07FB450283AC9EE1B4B782C1631EA6 (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A*, int32_t, const RuntimeMethod*))List_1__ctor_mCDE2360B0A07FB450283AC9EE1B4B782C1631EA6_gshared)(__this, ___0_capacity, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClampedIntParameter__ctor_mF0B73AD8EF805C194DCE64ED205B9968D58BA6D6 (ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* __this, int32_t ___0_value, int32_t ___1_min, int32_t ___2_max, bool ___3_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9 (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* __this, float ___0_value, float ___1_min, bool ___2_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5 (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* __this, float ___0_value, float ___1_min, float ___2_max, bool ___3_overrideState, 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 ColorParameter__ctor_mA9A003084B8D70C30995E95B65B29A136C66096D (ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, bool ___1_hdr, bool ___2_showAlpha, bool ___3_showEyeDropper, bool ___4_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolParameter__ctor_m2355BE07CF2E06B525D26161B1E0C357CE772190 (BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* __this, bool ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownscaleParameter__ctor_mEFA7926892C3344E201EAEDC28FA4242F2AEBDAF (DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureParameter__ctor_m5756E1DFAB73C37D64AA6CA329F6D1C55971A71A (TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB (VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_ReloadAllNullProperties_m482C1AF2A2FC1DBDF46DAFB033C6336364B8CE99 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderer__ctor_m856C52B21917B447D20A4ADED117BFCB71E0BD47 (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* __this, UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* ___0_data, 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_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (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_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_IsStencilFormat_mA27F1DCFF7738B3BAEF225A131F80849BB177BCC (int32_t ___0_format, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, 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 ScriptableRendererData_OnEnable_mBA8590EF82D69350E72F3A39C0B7000FAC542EC4 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222 (int32_t ___0_intVal, 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 ScriptableRendererData__ctor_m31B2D970E70E8A5C932C8D1723023B387C96E9C0 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9197976D9CD257810C9C417B3050A6C49D652F8D* RenderPipelineGraphicsSettingsContainer_get_settingsList_m2F1773B3C683236AD4D1E8238E91328438F32C22 (RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76* __this, const RuntimeMethod* method) ;
inline void RenderPipelineGlobalSettings_2_Reset_mB858B60BEC1F64DB76E445E21A4446932853B130 (RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02* __this, const RuntimeMethod* method)
{
(( void (*) (RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02*, const RuntimeMethod*))RenderPipelineGlobalSettings_2_Reset_mDDB29D68B6F6A0E940A5ABBD1957CFA3475106A4_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecalProjector_UpdateAllDecalProperties_m2B03EA9D72D018432E63E818687E09E752E63DA7 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbeVolumeSceneData__ctor_m39E29017AF29C499E34DD0123F3B135A533B5ECB (ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* __this, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_parentAsset, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProbeVolumeSceneData_SetParentObject_m2DFFDD95B95E5ABE219037436C0E6E5DD956B7A9_inline (ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* __this, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_parent, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderStrippingSetting__ctor_m2A6E7211BB8803F07688F444C184582BABDC7902 (ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void URPShaderStrippingSetting__ctor_mB5592E1F1C57A862400F5B99F2B984599D484108 (URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineGraphicsSettingsContainer__ctor_m2B76DBC4A86D904E043C7DFE78C441512630FC97 (RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76* __this, const RuntimeMethod* method) ;
inline void RenderPipelineGlobalSettings_2__ctor_m64DAF552900A69701B1E0411E779E4111A14B595 (RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02* __this, const RuntimeMethod* method)
{
(( void (*) (RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02*, const RuntimeMethod*))RenderPipelineGlobalSettings_2__ctor_mC6F92A00C7E01C154AA27C3918C055F480740B46_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreRPHelpURLAttribute__ctor_m36419C53A09E886565E192D4433482A584E9DB03 (CoreRPHelpURLAttribute_t602FBE6B727B55C450117479FD27338725F12BF3* __this, String_t* ___0_pageName, String_t* ___1_pageHash, String_t* ___2_packageName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DocumentationInfo_GetPageLink_mC80FD4627230157C0936E1B291076EEA7D285C18 (String_t* ___0_packageName, String_t* ___1_pageName, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DocumentationInfo__ctor_mC0375CEF54C6DF14F9288C2AAAC03FAAF3D98479 (DocumentationInfo_t6D259378DA8DDBFBE299EB50C2631CC04E1C3A75* __this, 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 NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, 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 TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* Universal2DResourceData_CheckAndGetTextureHandle_m83FBF13070F72ECB9C0848E548ED44C03B5413CA (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_CheckAndSetTextureHandle_m26688DC080491E14C1D0B0B3C3A42393FB2489F8 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** ___0_handle, TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* ___1_newHandle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* UniversalResourceDataBase_CheckAndGetTextureHandle_m83828CBDC60130088A326F787A6FD3AE13822F5A (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_CheckAndSetTextureHandle_mBB6439817E89D5878F9490AF6729F9BA5625D9E6 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** ___0_handle, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___1_newHandle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___0_handle, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_newHandle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase__ctor_mE142CE1A9C410EBC52BB49854B0E98F94304E155 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, 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 bool XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, 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_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 void RasterCommandBuffer_SetViewProjectionMatrices_m21CDA0C0749727E056A9F2FA6241346D68876D29 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_view, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_proj, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRBuiltinShaderConstants_UpdateBuiltinShaderConstants_mA449850E5D181488B8F3DB9994FFEA85F0300C19 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_viewMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_projMatrix, bool ___2_renderIntoTexture, int32_t ___3_viewIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRBuiltinShaderConstants_SetBuiltinShaderConstants_m1F69667CD7AEE4F0C7DCFFFDBDC876961E0C11D0 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_Inverse_mFB2503F5D5FE76E7C56249700ED2E43DDA0F1939 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_m, 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 Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_v, 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 RasterCommandBuffer_SetGlobalVector_mB54A698709E920A961D8601DC5B2452B4866C68E (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetGPUProjectionMatrix_mE735BC88196500A60E681CB42031792EB977FB1C (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, bool ___0_renderIntoTexture, int32_t ___1_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_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_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_Scale_m95902D2A889FD6E7B04BBEAE6FAE5D6D8A88E642 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, 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 Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRPass_GetViewMatrix_m6B40CC647344BB873EA5D81A4EA9A1A55038F0A0 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 XRPass_GetProjMatrix_m7619A089EDDA752C55E797CFD773D58AA5A82318 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, int32_t ___0_viewIndex, 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 bool UniversalCameraData_IsCameraProjectionMatrixFlipped_mB276D4F23A10935367AF04FAAEC51AC177A5C203 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, 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 int32_t Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTextureDescriptor_get_sRGB_mD9351F9665C474A91CB9CEFC5A18731DD2265C4E (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_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9 (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 Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* Display_get_main_m6EB21BF1B5F545173BEECDB8F1F547FD74B4895C (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Display_get_requiresSrgbBlitToBackbuffer_m840444AB18289A13399B9F80EE0722EB1B656B7D (Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderPipeline_HDROutputForMainDisplayIsActive_m12BBA3289BA15B7DA5BB172E7E217F02EE4A638A (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_isHDRDisplayOutputActive_mDDF923772ACEB4329636145DF533077CAD0991A3 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_resolveToScreen_mE8235CF388A7CEA9FCDD222B717E0A891C9C8D24 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F XRPass_get_hdrDisplayOutputInformation_mF2A794B0D3D81971E6D4DEBAA46094D394727BED (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* HDROutputSettings_get_main_m08D85CA681A4D79D0EB517F9C99BAB7C09F37014 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HDROutputSettings_get_maxFullFrameToneMapLuminance_mDFA3E9A5EE6E5D2925E80D8D1CF282F9428F6261 (HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HDROutputSettings_get_maxToneMapLuminance_mD7085505C04D04C81E94F6C1E8BB17D6208CBA1E (HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HDROutputSettings_get_minToneMapLuminance_mD487947C93456D9A29AD96A31A03621AB815A457 (HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HDROutputSettings_get_paperWhiteNits_m93987328E7A39D51F0316105D84C41763E86C4BE (HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDisplayInformation__ctor_mD4C2E8465BD24195472333924CE18A03E5004555 (HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F* __this, int32_t ___0_maxFullFrameToneMapLuminance, int32_t ___1_maxToneMapLuminance, int32_t ___2_minToneMapLuminance, float ___3_hdrPaperWhiteNits, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRPass_get_hdrDisplayOutputColorGamut_m77BD30B050326EE03E7885579E303B41CE09AD8C (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HDROutputSettings_get_displayColorGamut_mF95F4941BB9977BA8584A606F3CD1854906A8FC3 (HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* SupportedRenderingFeatures_get_active_m09012C98E24D5B2E8C09F6657FC5CD19B2AF3054 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SupportedRenderingFeatures_get_rendersUIOverlay_m657FFFC5B360F7BCE9964EF50E7449779224AEFC_inline (SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* __this, 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 RenderTargetIdentifier__ctor_m79A7348AF351A912E617BF9C8A44A766648C80FB (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_renderTargetIdentifier, int32_t ___1_mipLevel, int32_t ___2_cubeFace, int32_t ___3_depthSlice, 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_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 RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsHandleYFlipped_mB6E3D21D6B7D78BDFFFCC001ACED5DFE49153CDC (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, 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) ;
inline bool Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93** ___0_component, const RuntimeMethod* method)
{
return (( bool (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93**, const RuntimeMethod*))Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared)(__this, ___0_component, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsTemporalAARequested_m0D027D8EECCA1CEBEC20801A5A2621215861B12D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_renderType_m329B2A06C25793DF3BBBE89B3F23154EA2380265_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tD2FA3273746E404D72561E8324608D18B52B533E* UniversalAdditionalCameraData_get_cameraStack_m6C740EDD1178DB7509ABA57A1392B03C78BB9C92 (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
inline int32_t List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_inline (List_1_tD2FA3273746E404D72561E8324608D18B52B533E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tD2FA3273746E404D72561E8324608D18B52B533E*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Camera_get_allowDynamicResolution_mAD3664A7319B2D48FF0D6DCEE6FD7B855F21A79B (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsSTPRequested_mDBEEA071C3291322C2C03F47D5ED1445A93FA30D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalCameraData_set_xr_mEB2F322702C7AD348862B3652C45BB186DB5D328_inline (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___0_value, 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 void ContextItem__ctor_mBD815AAD4DF913A170925B025054323887A27622 (ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* __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 void UniversalRenderingData_set_renderingMode_mF83CCB57DE3ED180345253DEA561CC547683A003_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_stencilLodCrossFadeEnabled_mAC15E033A3B7B2FC520E2FD599AAF984A1003920_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_prepassLayerMask_m0807883F6C5C0A00904C96E26776841BE24B2743_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_opaqueLayerMask_m8084B6E6E1EC24CE244887D4133B0E21A8BFD19A_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_transparentLayerMask_m962C8A6EC30B5A9F21D82D53D23B2F500B4B910D_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalResourceDataBase_set_isAccessible_m31DB6383ADB2BCEA1D4338F7103399633705C255_inline (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalResourceDataBase_get_isAccessible_mDC40138C1A4B8288C8305D79C666B34091CD0361_inline (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalResourceData_get_activeColorID_m647C54C017E51A2D385E2706C8CA52D78A98123A_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalResourceData_get_activeDepthID_m6D6706D1E13015B8E4E0CDE866067E41738403C6_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
inline void List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317*, const RuntimeMethod*))List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_gshared_inline)(__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);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraHistoryItem_OnCreate_m89567C73124235D6D11EB36AF39D90B84E475402 (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___0_owner, uint32_t ___1_typeId, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CameraHistoryItem_MakeId_m99C0D77DA6301AD655C8F13D6DB0E1DC26F01A2E (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, uint32_t ___0_index, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* CameraHistoryItem_GetCurrentFrameRT_m8BE1DFF84CCA63821033C9CC873C13393EAE444F (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, int32_t ___0_id, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* CameraHistoryItem_GetPreviousFrameRT_mA3BE3A4A698C74586F54D06DD4C3780549AA44F6 (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, int32_t ___0_id, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method) ;
inline Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_val, const RuntimeMethod* method)
{
return (( Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 (*) (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*, const RuntimeMethod*))Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_gshared)(___0_val, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hash128_op_Inequality_m459F9C5A574EE99EB5E72F701EC172EE2C211875 (Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___0_hash1, Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 ___1_hash2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* CameraHistoryItem_AllocHistoryFrameRT_m0627CC15E526C3B0CBBEF08316911B035CA04EC5 (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, int32_t ___0_id, int32_t ___1_count, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___2_desc, String_t* ___3_name, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraHistoryItem_ReleaseHistoryFrameRT_m609A378E012EB9552BF987B92363A098364D612E (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, int32_t ___0_id, 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_mipCount_mDCC85ED7D97BD64A290A21DB91BC5CB1C4BA95EF_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 int32_t RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 RawColorHistory_GetHistoryDescriptor_m4F1DF0D674B1C756285DCC315F887C76AC31E2EE (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawColorHistory_IsDirty_m57DD949DE9AE032CF045E477B677CDB71B38F726 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawColorHistory_IsAllocated_m604828E3DA736EFE22C326CC453A4E4687993E9A (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawColorHistory_Alloc_m14AA68FF74058BBAA0F254D5823F232D10D8E886 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CameraHistoryItem__ctor_m6AE39C606748B9AD4489DA058C260827D2DACD27 (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 RawDepthHistory_GetHistoryDescriptor_mCFD55884C1A7A3C4BEB73878B24A8395897BCA74 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawDepthHistory_IsDirty_mAD0C097B4A615700B6F7C8490B700C21961690F7 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawDepthHistory_IsAllocated_m1E25CA5A0D18B8E0B439870F57056CF58D39192E (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawDepthHistory_Alloc_m6D8450F500864FE30CB31B6386363F95E19C7CE3 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* CameraHistoryItem_get_storage_mC7A6F7E17B1FB78DA9D91BDD473A1F3E357F2865_inline (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* BufferedRTHandleSystem_GetFrameRT_mEBD3C29BC51816416974BA1B541C668937F26BF6 (BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* __this, int32_t ___0_bufferId, int32_t ___1_frameIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* SingleHistoryBase_GetTexture_m750C476B9EF5569FA6DCD391FE4E79FD41BE127C (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, int32_t ___0_frameIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SingleHistoryBase_IsDirty_m1C5B34FA6F37BB6562B37D87B9B73E2AD41A81F6 (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SingleHistoryBase_IsAllocated_mF4A70B4F2823C96D0EAD4290E41C8BED52EC11AA (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleHistoryBase_Alloc_m8432C590A17E8B2C6EC283D7387B112ADC38D8C6 (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HistoryContext__ctor_mDFF065C5B4C02784898229A6B56E03C21535D611 (HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HistoryContext_Dispose_mAADEFDF7FAF595F5282A48DDD55ADAB870D4D89B (HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
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 HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* StpHistory_GetHistoryContext_m3F658843B5255C1E89F998349657729E0975DDAA (StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HistoryContext_Update_m9417E5C7082B195832E0A092644958C958E14234 (HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* __this, HistoryUpdateInfo_t62808606369F45C236ED7C98508BABA30925ACA7* ___0_info, 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 void RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_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 Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 Hash128_Compute_m2C8536650F263B77DF383364180D7CB9B4F3FB7C (int32_t ___0_val, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* TaaHistory_GetAccumulationTexture_m74850848FD519B555ED2D566566E083E1092BD9E (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 TemporalAA_TemporalAADescFromCameraDesc_mB18F5C9E3B0BCE9340A73AF5FC8265153709E154 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaaHistory_IsDirty_m85C7F2D5B341C60859B2EBA5EC68E6766C7B59CF (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaaHistory_IsValid_mC55D1D352C4454B817EBA0C938A86ADB52B20A67 (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaaHistory_Alloc_m4F2A7DE590CBDA8E8154DF0A2C39081D8BFE5A5F (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* Texture2DAtlas_get_AtlasTexture_m7768401CB1687EDDACF3A103E476F2C217C69C8C_inline (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkMemory__ctor_mA27C416C210B93CBD17F4B35715B185E3CB0DA4D (WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* __this, 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_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas__ctor_mB0FB5774A1037C4F0AE42B5255C966B64688B54A (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_format, int32_t ___3_filterMode, bool ___4_powerOfTwoPadding, String_t* ___5_name, bool ___6_useMipMap, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData__ctor_mF36EE46CD25DB2538577DD5C88244E73EF4CDB03 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, int32_t ___0_size, bool ___1_useStructuredBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_Release_mE23245C71F1E00D6AE6C57DC61B3CEE8D5C7CC17 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_Dispose_m1E8C2EA35B325EAB8A3371F0C4D41AD306046EB1 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCookieManager_isInitialized_m107D1E8490BDAD776D61BB6599DEDDBCECE57ED4 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, 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 bool LightCookieManager_SetupMainLight_m4A937409872F5DA9A173D1CC5C3FD358AC289671 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* ___1_visibleMainLight, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCookieManager_SetupAdditionalLights_m53906AEA418FA197EDDFCA64404916C9E7E67A5F (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___1_lightData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool LightCookieShaderData_get_isUploaded_m05AA2D68F937FF6BE8C743796A8D47F71BAEEBAD_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_Clear_mD3BF83D3E7B2C9AECE704174C9FB03BCC1D01649 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LightCookieManager_set_IsKeywordLightCookieEnabled_m7683EADF9EF8822DC7E86483D369983693B7FD93_inline (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool LightCookieManager_get_IsKeywordLightCookieEnabled_mAAC832A3AA56BB7A301121DF82329C7B84B0DBE5_inline (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, 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 Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* VisibleLight_get_light_mD179E0BF18C77DBE2FD85FE9687F63A8C1859E6B (VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* Light_get_cookie_m44A0C4B92F6CD6F2F8536A91C51B77FEEF59715E (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_GetLightCookieShaderFormat_m0821047BA00269D95C7B76BBCF05E17E9A8526DF (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, int32_t ___0_cookieFormat, const RuntimeMethod* method) ;
inline bool Component_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m6B6BC7BF6E201BABDDC0335A48851838BF129F1C (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107** ___0_component, const RuntimeMethod* method)
{
return (( bool (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107**, const RuntimeMethod*))Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared)(__this, ___0_component, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_GetLightUVScaleOffset_m1B12565E1479FC2FBF7507E5C83F18EF6FAFB316 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107** ___0_additionalLightData, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___1_uvTransform, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 VisibleLight_get_localToWorldMatrix_m5DD0193DBD7887878F93AB4A95DCD9A72F594081 (VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* __this, 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_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalMatrix_m8454AD5B02C68C5824015F290D831207FA098612 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_value, 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 Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Texture2D_get_whiteTexture_m3A243ED388F9EF0EC515015A6E0E50FD261D2FA1 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 UniversalAdditionalLightData_get_lightCookieSize_m2BCB9CB1632C84C74424CEB22C0BB779527B132A_inline (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 UniversalAdditionalLightData_get_lightCookieOffset_m3EEC9A8B35800A9C194ECEB1AD93F720147B922E_inline (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float half_get_MinValue_m60E08648E62A1C135FA2437D67C33BAD32498696 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline (float ___0_f, 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 Matrix4x4_SetColumn_mC1CBEB2C29C0A9F1434C601786CE1B6DED1E1234 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___0_index, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_column, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkMemory_Resize_m99DC9C1A72B298FF32517245600B9417BB8A514C (WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* __this, int32_t ___0_size, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_FilterAndValidateAdditionalLights_mE7C537801E251E104E30EB34F5D0446D466A33C1 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___0_lightData, LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* ___1_validLightMappings, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_InitAdditionalLights_m1C2BB31D2E1264AE89CB3699E7A54CB72905F346 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, int32_t ___0_size, const RuntimeMethod* method) ;
inline void WorkSlice_1__ctor_m76CCC65E3DFB8B84A2154B65A79B56688F9B26A4 (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* ___0_src, int32_t ___1_srcLen, const RuntimeMethod* method)
{
(( void (*) (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87*, LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263*, int32_t, const RuntimeMethod*))WorkSlice_1__ctor_m76CCC65E3DFB8B84A2154B65A79B56688F9B26A4_gshared)(__this, ___0_src, ___1_srcLen, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_UpdateAdditionalLightsAtlas_m98BF8D6376B329104F4163C1D82C333BDC630F72 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* ___1_validLightMappings, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___2_textureAtlasUVRects, const RuntimeMethod* method) ;
inline void WorkSlice_1__ctor_m8B26C5F2B3AB3C05CB4ACDE5A17C6559BDEF503C (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* __this, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___0_src, int32_t ___1_srcLen, const RuntimeMethod* method)
{
(( void (*) (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44*, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*, int32_t, const RuntimeMethod*))WorkSlice_1__ctor_m8B26C5F2B3AB3C05CB4ACDE5A17C6559BDEF503C_gshared)(__this, ___0_src, ___1_srcLen, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_UploadAdditionalLights_mB5C8C8B640D8FC11C552ECAC4EA5F6595459F22E (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___1_lightData, WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* ___2_validLightMappings, WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* ___3_validUvRects, const RuntimeMethod* method) ;
inline int32_t WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_inline (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44*, const RuntimeMethod*))WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_gshared_inline)(__this, method);
}
inline VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 ___0_array, int32_t ___1_index, const RuntimeMethod* method)
{
return (( VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* (*) (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468, int32_t, const RuntimeMethod*))NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C_gshared)(___0_array, ___1_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VisibleLight_get_lightType_mFFCEBE6E368853F13E7CDBA910F6D9B689292454 (VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m23033D7E2F0F298BE465B7F3A63CDF40A4EB70EB (RuntimeObject* ___0_message, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_context, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
inline void WorkSlice_1_Sort_m7EF532E936D55845DAAC606C0A214FE48EBF8584 (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* ___0_compare, const RuntimeMethod* method)
{
(( void (*) (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87*, Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821*, const RuntimeMethod*))WorkSlice_1_Sort_m7EF532E936D55845DAAC606C0A214FE48EBF8584_gshared)(__this, ___0_compare, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t LightCookieManager_ComputeCookieRequestPixelCount_mA59A50A774C8118532CA25F5DEF03D2204A80FDA (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* ___0_validLightMappings, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_ApproximateCookieSizeDivisor_mA96E64CD6CFD07A87B89B8EEEAF4012E063EAB26 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, float ___0_requestAtlasRatio, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2DAtlas_ResetAllocator_m5930577CC814DC28121C8678204D3566783FCDE7 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_FetchUVRects_m3591BE883C7006CD821D463D656F68836EC8364B (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* ___1_validLightMappings, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___2_textureAtlasUVRects, int32_t ___3_cookieSizeDivisor, const RuntimeMethod* method) ;
inline LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 (*) (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87*, int32_t, const RuntimeMethod*))WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_gshared)(__this, ___0_index, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 LightCookieManager_FetchCube_m7C4AD70780CD81BE27753086DC65960C2029DC6C (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_cookie, int32_t ___2_cookieSizeDivisor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 LightCookieManager_Fetch2D_mB09A59FE592B23A89545410AA09AA76E86DDD193 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_cookie, int32_t ___2_cookieSizeDivisor, 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) ;
inline int32_t WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_inline (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87*, const RuntimeMethod*))WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Texture2DAtlas_IsCached_m7B54023CE1A4C8BFF99CB0E76A8240A4248B2556 (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_scaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_texture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_AdjustUVRect_m4EE8061828260020BAB58F561AB257749C8674D6 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_uvScaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_cookie, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___2_cookieSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_ComputeOctahedralCookieSize_mF4657AB05D241B05E229418AC7ED3F03B5A25E92 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_cookie, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasSettings_get_isPow2_m292D694AF7E26E72BC98F50ECED9B4EA3F6957D3 (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485_inline (int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_ShrinkUVRect_m09C6AFFB9131614D8EBD46173A652E699F60BFA0 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_uvScaleOffset, float ___1_amountPixels, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___2_cookieSize, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, 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 RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderTexture_get_graphicsFormat_m615EA91709BD404765C0C85425CE5F3575F90302 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_Resize_mDD36503C4B7B65D3C2F1E2C93CE944239E7DE023 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, int32_t ___0_size, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* LightCookieShaderData_get_worldToLights_m5A33EFD6972E56ECDA9F2A0E3ECD5ED4FEDC73EA_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595 LightCookieShaderData_get_cookieEnableBits_m050137EE57653E0E50567A780AA72D411BA4E1C1_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* LightCookieShaderData_get_atlasUVRects_m844E155C16CA2AAC2161FB01B965ACF30BD235A1_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* LightCookieShaderData_get_lightTypes_m02DFB85B8C83F94C87D319183E140D110D6802F9_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderBitArray_Clear_m180CC021CA74CB3E88A4DCC8736F23E690705370 (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* __this, const RuntimeMethod* method) ;
inline Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 WorkSlice_1_get_Item_m31D876CE45C89B17D24E2D2EB6534C4150D72EE5 (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 (*) (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44*, int32_t, const RuntimeMethod*))WorkSlice_1_get_Item_m31D876CE45C89B17D24E2D2EB6534C4150D72EE5_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderBitArray_set_Item_m577485F3B8EC6A4C9139E3F119DBC26749971D8A (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* __this, int32_t ___0_index, bool ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VisibleLight_get_spotAngle_m1C1A118B7398F354DA818F2B78986F133E933B97 (VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VisibleLight_get_range_m4DDAAF7B8AE9B35C1AD25ABD17841D277FE73D6D (VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* __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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Multiply_m02FE150FD7366546FC19A36B6928512376BF64E8_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, float ___1_d, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_Upload_m2F2BFB1FF78F4D16F8CB38E85F2C590C6118D330 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_Ortho_mB42622C6600D70BF8208B879E48BCB03844EEFCF (float ___0_left, float ___1_right, float ___2_bottom, float ___3_top, float ___4_zNear, float ___5_zFar, 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 int32_t UniversalRenderPipeline_get_maxVisibleAdditionalLights_m3CACA59ACE53B1BDF276753AFA44D7E826B77C94 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderingUtils_get_useStructuredBuffer_m0B310996FC76E8BF72EBBCA9F94AB840277DAB1B (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_IsPowerOfTwo_m58172AEBE272F53FD34CC10641057847181E960A_inline (int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasSettings_get_isSquare_mD1A1C6E3077BB647CEAD9AFFA516222802EFD441 (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* __this, const RuntimeMethod* method) ;
inline void Func_3__ctor_mB4DED0793BA121A9C2D10504856565664A9FE576 (Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_3__ctor_mB4DED0793BA121A9C2D10504856565664A9FE576_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF53F83EC905973D9F8624F25B7024DDCAC523588 (U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9* __this, const RuntimeMethod* method) ;
inline void Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703 (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, int32_t ___0_value, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, int32_t, const RuntimeMethod*))Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_gshared)(__this, ___0_value, method);
}
inline int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline)(__this, method);
}
inline bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_Dispose_mBCA0F8A5BE75A41C77E1FCFBCB4EAE84A45D6BF2 (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderBitArray_Resize_m9ADF27E74F1E2BFC1C6BC02F16A67FCBB41644CE (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* __this, int32_t ___0_bitCount, const RuntimeMethod* method) ;
inline int32_t Marshal_SizeOf_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m29C11BF8C434B5768FA2FA60E3E4A9C7FE498762 (const RuntimeMethod* method)
{
return (( int32_t (*) (const RuntimeMethod*))Marshal_SizeOf_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m29C11BF8C434B5768FA2FA60E3E4A9C7FE498762_gshared)(method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617 (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, int32_t ___0_count, int32_t ___1_stride, const RuntimeMethod* method) ;
inline int32_t Marshal_SizeOf_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3E3735567A9066EF764FA6AB2E80EA66A074B30E (const RuntimeMethod* method)
{
return (( int32_t (*) (const RuntimeMethod*))Marshal_SizeOf_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3E3735567A9066EF764FA6AB2E80EA66A074B30E_gshared)(method);
}
inline int32_t Marshal_SizeOf_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m44B04731B117FE9E22EE84FF06CFA7632BCD7A7B (const RuntimeMethod* method)
{
return (( int32_t (*) (const RuntimeMethod*))Marshal_SizeOf_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m44B04731B117FE9E22EE84FF06CFA7632BCD7A7B_gshared)(method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_SetData_m9F845E6B347CE028FA9A987D740FC642D828013A (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, RuntimeArray* ___0_data, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalBuffer_mED62A924980221D84C609BF2CBCA88FAF0341F46 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalMatrixArray_m6CDB4B2AA044E16F3C8C23AC8B62282E84246E62 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___1_values, 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_SetGlobalFloatArray_m315944E1E1EB8D8A49AFFDA97FBCDBD8D6CFBDD5 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_values, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ShaderBitArray_get_data_m2C2460839538EC3A43D85A9A0F552B1D9C37730B_inline (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LightCookieShaderData_set_isUploaded_m4034ADBAC0A460485BE8B8B3B8BCDC8385BA3B48_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, bool ___0_value, const RuntimeMethod* 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 uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F SpaceFillingCurves_DecodeMorton2D_m4D62ED99E4DD7154612828F8F6E5F69CD5D9084E (uint32_t ___0_code, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F BuddyAllocation_get_index2D_mC4D8A59B9EEBBDB56CCB4A8F0F29A8BC3A218378 (BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* __this, const RuntimeMethod* method) ;
inline Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* UnsafeUtility_AsRef_TisHeader_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB_m3A7E42BB73E2742A65BBA57CD0B170814E6D3D52_inline (void* ___0_ptr, const RuntimeMethod* method)
{
return (( Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* (*) (void*, const RuntimeMethod*))UnsafeUtility_AsRef_TisHeader_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB_m3A7E42BB73E2742A65BBA57CD0B170814E6D3D52_gshared_inline)(___0_ptr, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method) ;
inline NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_offset, int32_t ___1_length, const RuntimeMethod* method)
{
return (( NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C (*) (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*, int32_t, int32_t, const RuntimeMethod*))BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258_gshared)(__this, ___0_offset, ___1_length, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_get_freeMaskCounts_mB39D1770EDC317A9736008F516ECA29A6D4D0A69 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method) ;
inline NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B BuddyAllocator_GetNativeArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m4E8A7180E641B7FBF7D890D898C951A84B661CC1 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_offset, int32_t ___1_length, const RuntimeMethod* method)
{
return (( NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B (*) (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*, int32_t, int32_t, const RuntimeMethod*))BuddyAllocator_GetNativeArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m4E8A7180E641B7FBF7D890D898C951A84B661CC1_gshared)(__this, ___0_offset, ___1_length, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B BuddyAllocator_get_freeMasksStorage_m2300995313865CAAC120C921C284E6349337A2F4 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_LevelOffset64_mE16DBCC07D157D729FF5D2C1036B8BF73F829D5E (int32_t ___0_level, int32_t ___1_branchingOrder, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_LevelLength64_m85FAFEFF722AC0494F42F9E9B03F6C3083C8DA4E (int32_t ___0_level, int32_t ___1_branchingOrder, const RuntimeMethod* method) ;
inline NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B NativeArray_1_GetSubArray_m426FCBEF0EAD1873CDF97DF7BB371FD53D1339FB (NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
{
return (( NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B (*) (NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B*, int32_t, int32_t, const RuntimeMethod*))NativeArray_1_GetSubArray_m426FCBEF0EAD1873CDF97DF7BB371FD53D1339FB_gshared)(__this, ___0_start, ___1_length, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B BuddyAllocator_FreeMasks_m40F6030F9181CA7EDEC157A665D26EA85E617CD6 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_level, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_get_freeMaskIndicesStorage_mFF40A2152A2DEEF285AC24685ED6079C8708CD26 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method) ;
inline NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
{
return (( NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, int32_t, int32_t, const RuntimeMethod*))NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_gshared)(__this, ___0_start, ___1_length, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_FreeMaskIndices_m2EC25FCB236F076E852E1E8D101722950991DC35 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_level, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method) ;
inline ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E (int32_t ___0_length, int32_t* ___1_dataSize, const RuntimeMethod* method)
{
return (( ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D (*) (int32_t, int32_t*, const RuntimeMethod*))BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E_gshared)(___0_length, ___1_dataSize, method);
}
inline ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D BuddyAllocator_AllocateRange_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m8686F640C741E1DD106A1143CE32DDDFEF8BE3D1 (int32_t ___0_length, int32_t* ___1_dataSize, const RuntimeMethod* method)
{
return (( ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D (*) (int32_t, int32_t*, const RuntimeMethod*))BuddyAllocator_AllocateRange_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m8686F640C741E1DD106A1143CE32DDDFEF8BE3D1_gshared)(___0_length, ___1_dataSize, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9 (int64_t ___0_size, int32_t ___1_alignment, int32_t ___2_allocator, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1 (void* ___0_destination, int64_t ___1_size, 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) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_tzcnt_mB3717EA8D7052CBC8F048C8ADB37D6C6060C5490_inline (uint64_t ___0_x, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_Pow2_mD9E0FD32F5F2861F964A1E187FC3A25F12D938F2 (int32_t ___0_n, 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 void BuddyAllocator_Free_m6318C9204F1A4CB21D9BF04C0147C0DACF2B0E4F (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 ___0_allocation, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1 (void* ___0_memory, int32_t ___1_allocator, 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 int32_t BuddyAllocator_Pow2N_m252CC336B01609A210ACADFD894429FC3C8B2BC5 (int32_t ___0_x, int32_t ___1_n, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_LevelOffset_m32AB3D7A22049530B965FEB4A41314ED8D4A39D0 (int32_t ___0_level, int32_t ___1_branchingOrder, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D (void* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Addition_m6887593F991D01CEB382C914B7FDFA29CB900E2A (intptr_t ___0_pointer, int32_t ___1_offset, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF (intptr_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorsPersistentData_Reset_mB15EBA6AAD2F8633BC5F6522FF3D8D9971D10BD0 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MotionVectorsPersistentData_GetXRMultiPassId_m0759C4339053684A1A7CD1F3652017AC4A1A1AAF (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___0_xr, 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 int32_t XRPass_get_viewCount_m0D9E6A5AEA60C52EAA3B211DDE1BEA734318A35D (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_previousViewProjectionStereo_mEA301EE36930A8F304881C4177A0C3347C752482_inline (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_viewProjectionStereo_mF66AE8BCB8367C8EFE9B25F876F887321298B430_inline (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method) ;
inline void VolumeParameter_1__ctor_m185D3D97620C81A6BAFA924F4ACABE3E520395D0 (VolumeParameter_1_t94F56754AB6F749DB1CF6CD4116A90D69BD85400* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_t94F56754AB6F749DB1CF6CD4116A90D69BD85400*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
inline bool VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD (VolumeParameter_1_t548F25B8FDAED7E284E53FF27602B841970079FC* ___0_lhs, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_rhs, const RuntimeMethod* method)
{
return (( bool (*) (VolumeParameter_1_t548F25B8FDAED7E284E53FF27602B841970079FC*, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F, const RuntimeMethod*))VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD_gshared)(___0_lhs, ___1_rhs, method);
}
inline bool VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F (VolumeParameter_1_t18B35E30089EFE0C2751A53FE6143F972EC9F9B8* ___0_lhs, float ___1_rhs, const RuntimeMethod* method)
{
return (( bool (*) (VolumeParameter_1_t18B35E30089EFE0C2751A53FE6143F972EC9F9B8*, float, const RuntimeMethod*))VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F_gshared)(___0_lhs, ___1_rhs, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatParameter__ctor_mC453DAC155DBDF014599DD3C2A92E2653378F7AB (FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* __this, float ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2 (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0* __this, float ___0_time, float ___1_value, float ___2_inTangent, float ___3_outTangent, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* __this, KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* ___0_keys, float ___1_zeroValue, bool ___2_loop, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___3_bounds, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886 (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* __this, TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorLookup_ValidateLUT_mFABE26B854C0E69741E51D3E36144D81B848E460 (ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9 (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_colorGradingLutSize_m7F77F04EC9DE49B60F0450703D8E078EE4381F51_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_IsSRGBFormat_mF3A393D43D68789A16087FF64CA2C050A8485C53 (int32_t ___0_format, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTexture_get_sRGB_m84B7CD257050BA42363E9D1562AFEF2854BB4E04 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsShaderLevel_m9E6B001FA80EFBFC92EF4E7440AE64828B15070F (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_supportedRenderTargetCount_mA8696B2D9AB343F9D04B0F4F14A4A1F7098DBC34 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldModeParameter__ctor_m3D6F303151E31211C78C772D942510279BB77246 (DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
inline void VolumeParameter_1__ctor_m54D1D118963E581D573973F12D70E4A9F2C54B93 (VolumeParameter_1_t80C75EB611679D3400624E84553EF01B344A125D* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_t80C75EB611679D3400624E84553EF01B344A125D*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilmGrainLookupParameter__ctor_m7A78F9E11FEC94B3E3060BA0ABFB4DB25EA03657 (FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoInterpTextureParameter__ctor_mAE3B412887E5CDE015065A6B6E0F3E78F8106E88 (NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
inline void VolumeParameter_1__ctor_mEC987CA490935C814EA06FCD29D365594AF4B13B (VolumeParameter_1_tD49D57859487E5822C22F93779BB46D808BBE63A* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_tD49D57859487E5822C22F93779BB46D808BBE63A*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2Parameter__ctor_m34C59043C7CB4CCF438E61F1F50D81F15E4FE4B6 (Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
inline bool VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8 (VolumeParameter_1_tF55730717D62BD99642CBDBBD61DC4E5E5396E1C* ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method)
{
return (( bool (*) (VolumeParameter_1_tF55730717D62BD99642CBDBBD61DC4E5E5396E1C*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, const RuntimeMethod*))VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_gshared)(___0_lhs, ___1_rhs, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector4Parameter__ctor_m741CC228E74AF9EA20C77D6209BDF264F2C17452 (Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionBlurModeParameter__ctor_m5B6C93E4E27AED8F037DE8430F0D06439474A17E (MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionBlurQualityParameter__ctor_mFDB53EF59B41D068FE23800091ECB2A1308666FA (MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
inline void VolumeParameter_1__ctor_mCD77276BAEF83A42648355DE67EFCDEA690D8CBA (VolumeParameter_1_t7AACD383B582106FCE6132492D53B8475875AED0* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_t7AACD383B582106FCE6132492D53B8475875AED0*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
inline void VolumeParameter_1__ctor_m0A2420B93D8CA661366D27C912987AEF1611C60A (VolumeParameter_1_tFFADF17175E410D847D12382BCFD16C4EAD004A1* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_tFFADF17175E410D847D12382BCFD16C4EAD004A1*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorParameter__ctor_mD47039CB27B4A8F5EAECBCC844B2140719C50386 (ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceLensFlareResolutionParameter__ctor_m5CEBFCA51885DE080066E889E3BA0216880AC567 (ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VolumeComponent_set_displayName_m7490689389D1F847A6FFCF257C536175817AC1AF_inline (VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1* __this, String_t* ___0_value, const RuntimeMethod* method) ;
inline void VolumeParameter_1__ctor_m72F5B5DBD3CBA16D3D7914335D7E04EC4848F510 (VolumeParameter_1_t6DF9E630E76F0C9C758D3C5810E06A9DB11D65E0* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_t6DF9E630E76F0C9C758D3C5810E06A9DB11D65E0*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_grey_m1CE6BEDA3EF8569E939F77A4B0231D9839864F92 (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TonemappingModeParameter__ctor_m0263F944209A541C4326F516D940CB63A5BA886A (TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NeutralRangeReductionModeParameter__ctor_mB39A01A471309BD4FC8AE9FB9D83A337DC372430 (NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRACESPresetParameter__ctor_m25690EEFB0D256D65C262A1EA8F9716561F05EA3 (HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method) ;
inline void VolumeParameter_1__ctor_mF804628A280E753BF73D227F329AA8E6BD4B7AE3 (VolumeParameter_1_tBA92B79A20B96D6212DF5589AAFA7B0B4AC68A2C* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_tBA92B79A20B96D6212DF5589AAFA7B0B4AC68A2C*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
inline void VolumeParameter_1__ctor_m6EC878608C4C6BFF3A315EF2BFDC0D52B3E357A7 (VolumeParameter_1_t1252033A0A0CDEA3471809A97C1842F900E5638A* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_t1252033A0A0CDEA3471809A97C1842F900E5638A*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
inline void VolumeParameter_1__ctor_m15735722DFF8F6D2785096DD89EB2BCF16A84C51 (VolumeParameter_1_t691B3704F41D86687670E8CA8B67AF011A583321* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
(( void (*) (VolumeParameter_1_t691B3704F41D86687670E8CA8B67AF011A583321*, int32_t, bool, const RuntimeMethod*))VolumeParameter_1__ctor_m57338BA15C9F2F5EFEBC4E0261DF837D7723EBD7_gshared)(__this, ___0_value, ___1_overrideState, method);
}
inline void List_1__ctor_mA7500B6D51A872AF10FD939C6EAD3CC39EB12D3E (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, const RuntimeMethod*))List_1__ctor_mA7500B6D51A872AF10FD939C6EAD3CC39EB12D3E_gshared)(__this, method);
}
inline void List_1__ctor_m98990AB62883D88FE72584E5D6696F150C852A16 (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*, const RuntimeMethod*))List_1__ctor_m98990AB62883D88FE72584E5D6696F150C852A16_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* AdditionalLightsShadowAtlasLayout_CreateCompareShadowResolutionRequesPredicate_m07AF71E1AFEA21D551EAF436E9FFA1768DE6DF16 (const RuntimeMethod* method) ;
inline int32_t List_1_get_Capacity_m0DB04903DA80D1A8997B5BEC82A751B181810ADE (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, const RuntimeMethod*))List_1_get_Capacity_m0DB04903DA80D1A8997B5BEC82A751B181810ADE_gshared)(__this, method);
}
inline void List_1_set_Capacity_m1BC45305F22DED653ECEE3CE00090603AFED2210 (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, int32_t ___0_value, const RuntimeMethod* method)
{
(( void (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, int32_t, const RuntimeMethod*))List_1_set_Capacity_m1BC45305F22DED653ECEE3CE00090603AFED2210_gshared)(__this, ___0_value, method);
}
inline int32_t List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_inline (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*, const RuntimeMethod*))List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_gshared_inline)(__this, method);
}
inline void List_1_set_Capacity_m1CA9EA5D8158174CA3CF906957AD350FF8EEB847 (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, int32_t ___0_value, const RuntimeMethod* method)
{
(( void (*) (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*, int32_t, const RuntimeMethod*))List_1_set_Capacity_m1CA9EA5D8158174CA3CF906957AD350FF8EEB847_gshared)(__this, ___0_value, method);
}
inline void List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_inline (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, const RuntimeMethod*))List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_gshared_inline)(__this, ___0_item, method);
}
inline void List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, const RuntimeMethod*))List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_gshared_inline)(__this, method);
}
inline VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* NativeArrayExtensions_UnsafeElementAt_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A148B250029B4DD2D82AA8B6C6BECC028AFB7E1 (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 ___0_array, int32_t ___1_index, const RuntimeMethod* method)
{
return (( VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* (*) (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468, int32_t, const RuntimeMethod*))NativeArrayExtensions_UnsafeElementAt_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A148B250029B4DD2D82AA8B6C6BECC028AFB7E1_gshared)(___0_array, ___1_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_shadows_m1A11721F202C27838A7A8ED72455E6A727CEE6C5 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_shadowStrength_m4AB6E78F7A28A97C61EDBD06ECEAF8A565688FC8 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShadowUtils_IsValidShadowCastingLight_m6BF555A359BC5A5C37B9B07C6593FF7F86B80FA4 (UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___0_lightData, int32_t ___1_i, int32_t ___2_lightType, int32_t ___3_lightShadows, float ___4_shadowStrength, const RuntimeMethod* method) ;
inline int32_t List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShadowUtils_GetPunctualLightShadowSlicesCount_mA5AF869B7846853407B9477117A9DF09DB15FB91 (int32_t* ___0_lightType, const RuntimeMethod* method) ;
inline ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE (*) (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*, int32_t, const RuntimeMethod*))List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D_gshared)(__this, ___0_index, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShadowResolutionRequest_set_softShadow_mD33D81D0C821D309C45ED24D39B7A228B1C17D46 (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShadowResolutionRequest_set_pointLightShadow_m9004201D2E28488E82C283C422D5EC71BF955AAE (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* __this, bool ___0_value, const RuntimeMethod* method) ;
inline void List_1_set_Item_m27B9A39C7678C5EA2DD9133EC04344B858AFA551 (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, int32_t ___0_index, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*, int32_t, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, const RuntimeMethod*))List_1_set_Item_m27B9A39C7678C5EA2DD9133EC04344B858AFA551_gshared)(__this, ___0_index, ___1_value, 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 float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___0_sampler, const RuntimeMethod* method) ;
inline void Sorting_QuickSort_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m02C944B93F94BB0652D9C62D7C42639D23B3709F (ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* ___0_data, int32_t ___1_start, int32_t ___2_end, Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* ___3_compare, const RuntimeMethod* method)
{
(( void (*) (ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334*, int32_t, int32_t, Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF*, const RuntimeMethod*))Sorting_QuickSort_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m02C944B93F94BB0652D9C62D7C42639D23B3709F_gshared)(___0_data, ___1_start, ___2_end, ___3_compare, method);
}
inline void NativeArray_1__ctor_mDC1D3AF101FF02D6DAB922890D5E4790299AC44A (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* __this, ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* ___0_array, int32_t ___1_allocator, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*, ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334*, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mDC1D3AF101FF02D6DAB922890D5E4790299AC44A_gshared)(__this, ___0_array, ___1_allocator, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_EstimateScaleFactorNeededToFitAllShadowsInAtlas_mD2395F0ED049217FCAD5E611B027012121CA808A (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* ___0_shadowResolutionRequests, int32_t ___1_endIndex, int32_t ___2_atlasSize, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931 (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ShadowUtils_MinimalPunctualLightShadowResolution_mDF936F280FF02394A7732DDD3CB520BD6C257004 (bool ___0_softShadow, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShadowResolutionRequest_get_pointLightShadow_m2524008E53679457001C74BBEB4DBDE824E1E674 (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_xMin, int32_t ___1_yMin, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method) ;
inline void List_1_Add_mB250805CA1FB6E023D7DC263CB8A9FED9DF6832C_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8, const RuntimeMethod*))List_1_Add_mB250805CA1FB6E023D7DC263CB8A9FED9DF6832C_gshared_inline)(__this, ___0_item, method);
}
inline RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 List_1_get_Item_m941436E8E1AD4CAA1F6DA6D0D14B819EB8EAA06B (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, int32_t, const RuntimeMethod*))List_1_get_Item_m941436E8E1AD4CAA1F6DA6D0D14B819EB8EAA06B_gshared)(__this, ___0_index, method);
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
inline ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* NativeArrayExtensions_UnsafeElementAtMutable_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m24F4B1E162F6D8C43CBC0EB6CA0AF42B0881A6FB (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 ___0_array, int32_t ___1_index, const RuntimeMethod* method)
{
return (( ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* (*) (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36, int32_t, const RuntimeMethod*))NativeArrayExtensions_UnsafeElementAtMutable_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m24F4B1E162F6D8C43CBC0EB6CA0AF42B0881A6FB_gshared)(___0_array, ___1_index, method);
}
inline void List_1_RemoveAt_mE464CBF8799AFB2536238CD76DCB3C4878287DE3 (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, int32_t, const RuntimeMethod*))List_1_RemoveAt_mE464CBF8799AFB2536238CD76DCB3C4878287DE3_gshared)(__this, ___0_index, method);
}
inline void List_1_Insert_m9CEFEDEC4991BF6E32EE79390B9E946D6B96839D (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, int32_t ___0_index, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___1_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8, const RuntimeMethod*))List_1_Insert_m9CEFEDEC4991BF6E32EE79390B9E946D6B96839D_gshared)(__this, ___0_index, ___1_item, method);
}
inline int32_t List_1_get_Count_mAC3A8C91727EB1B71F51D45CBCE6166C0AC10380_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, const RuntimeMethod*))List_1_get_Count_mAC3A8C91727EB1B71F51D45CBCE6166C0AC10380_gshared_inline)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalLightsShadowAtlasLayout__ctor_mCD20BC2FBBD84842401A88B47C08FA94F25B9D14 (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___0_lightData, UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ___1_shadowData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetTotalShadowSlicesCount_m16BC9BE84A7EA825554A167973DFE0E5AB896A12_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetTotalShadowResolutionRequestCount_m16FDEE8A385FFB11DE1C7EE809C5246C1360FB73_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdditionalLightsShadowAtlasLayout_HasTooManyShadowMaps_mF5085628677B884F26878BACD8F7DD462EF581B1_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetShadowSlicesScaleFactor_m5AAE169C5C88EACC0DEC38B12FFC8512B95E45FA_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetAtlasSize_m1D18A335928F768E4C63634DCF2BD30DBC97D77E_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdditionalLightsShadowAtlasLayout_HasSpaceForLight_m711B7F1C98EA3C8F5684AC80EA6C7480C5F1BE0A (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, int32_t ___0_originalVisibleLightIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE AdditionalLightsShadowAtlasLayout_GetSortedShadowResolutionRequest_mAA3061BE1782FAA0D264D9D072CCCCC8898D344C (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, int32_t ___0_sortedShadowResolutionRequestIndex, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE AdditionalLightsShadowAtlasLayout_GetSliceShadowResolutionRequest_m20E61F0AD5EF2DDE2AB1FC48B7B82970DF5C2010 (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, int32_t ___0_originalVisibleLightIndex, int32_t ___1_sliceIndex, const RuntimeMethod* method) ;
inline void Func_3__ctor_m11908F24D4C62F0382E9EB638D77906AA81FF598 (Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_3__ctor_m11908F24D4C62F0382E9EB638D77906AA81FF598_gshared)(__this, ___0_object, ___1_method, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5262470731394C98C48CAA4A2010947A895664E7 (U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F* __this, 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 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_EXTERN_C IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A (RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* __this, 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 ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject** CameraData_get_captureActions_mEACC5EEE572C1BA4684400B078116480ADFEB375 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
inline void Action_2_Invoke_m040284ED3DD462A0AFAF06F9D6CA1C2A33F35C88_inline (Action_2_t6D8354444F56930FFED265F70AFE4BC80A5AD1EA* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_arg1, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_arg2, const RuntimeMethod* method)
{
(( void (*) (Action_2_t6D8354444F56930FFED265F70AFE4BC80A5AD1EA*, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, const RuntimeMethod*))Action_2_Invoke_m2282008A18DE8B8483FF6CB35E2AFE57CA23867A_gshared_inline)(__this, ___0_arg1, ___1_arg2, 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);
}
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) ;
inline RuntimeObject* RenderGraph_AddUnsafePass_TisUnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25_m23125F808EF0104BDFFCA8938B4E8A800BB3EF48 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25**, 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);
}
inline void BaseRenderFunc_2__ctor_mC87F03A262C3558C75C5378F243A2912F5495BE0 (BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A*, 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_mFBA7F545FC0B528100AACA7BD8F8277CBE8FA610 (U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563* __this, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* CommandBufferHelpers_GetNativeCommandBuffer_m00E0A36F7BA58959180A2CF84B882FCE474577CA_inline (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_baseBuffer, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_texture, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_useNativeRenderPass_m1D60C30BB1CF1B4D383FFCABC1F57EA755626895_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m2DDA1B56F50370CCA713C680BC6A66F6A7D68C87 (PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* __this, 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 void UnsafeCommandBuffer_DrawRendererList_m93B1BEC17B8C041AEE58EB98988F5136E97ABB3B (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* __this, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___0_rendererList, 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 DrawScreenSpaceUIPass_ConfigureColorDescriptor_m267EC20CED805E5500F64A6C8AE5FB0135757E7B (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, int32_t ___1_cameraWidth, int32_t ___2_cameraHeight, 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 void DrawScreenSpaceUIPass_ConfigureDepthDescriptor_mCEC0CA965EF1BB62618F7C8951B13DB7F0D865C3 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, int32_t ___1_depthStencilFormat, int32_t ___2_cameraWidth, int32_t ___3_cameraHeight, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureTarget_mDC20EFA30782A4E2D734590184A90E338953F36B (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorAttachment, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depthAttachment, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_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 DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_WriteToDebugScreenTexture_m238B0FD053CE5540FD5A64BF47C06456486A31B7 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, bool ___0_resolveFinalTarget, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** DebugHandler_get_DebugScreenColorHandle_m704B6C8442CDB6B1DC0E368BD6CFDB24DC8612F4 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** DebugHandler_get_DebugScreenDepthHandle_mB80C399D6659D8E356EDC58D48EA71D17979548B (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderingUtils_GetCameraTargetIdentifier_mABBE09223B7ED980FA58D98476B05D84C8DB836B (RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___0_renderingData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandleStaticHelpers_SetRTHandleStaticWrapper_mF0746A1D008A6FB7998485AD1BB33055F81C727D (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_rtId, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureTarget_m6767C5E94D51F989348F415771B770DE844FD4A6 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorAttachment, 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 RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ScriptableRenderContext_CreateUIOverlayRendererList_mF4A2E4365ECC049901E79DCA1A3BE162DCAFAFB1 (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* 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 DrawScreenSpaceUIPass_ExecutePass_mE0C8674BC0AD66BFA3244D290B142961C47D9185 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_commandBuffer, PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* ___1_passData, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, 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) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m93EEF8521D3E986FA6467301017D396011F3CE87 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121**, 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 RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA RenderGraph_CreateUIOverlayRendererList_m2CF2DBB77469A253DCD455C823BFE2015813CBDA (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** ___0_camera, int32_t* ___1_uiSubset, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* __this, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_mFF3BFEF05BBE8400A8F5EE80C3A81659D8B4AFBA (BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* RenderGraph_AddUnsafePass_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m0E91DAA44FBBD72371B0880DB3EA6E1A1312EAF2 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6**, 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);
}
inline void BaseRenderFunc_2__ctor_m6B6BD3645E0114FB446E20CE37B6B1996480C0A6 (BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096*, 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_m994C23FE31AA8D5169C463036035D0640240D085 (U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* __this, 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 void UnsafeCommandBuffer_SetRenderTarget_mF70D588993547F88CE19B8DCE1CCFE208A268B5C (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_rt, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_ExecutePass_mCB8FE16EFCB8D00D91DB6BB74DA411C04C3936DF (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_commandBuffer, UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* ___1_passData, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugHandler_get_IsScreenClearNeeded_m4DA090FCE3573491D7A885AE93051F554C87C496 (DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 DrawSkyboxPass_CreateSkyboxRendererList_m781D5D1F1BFFDA96D7BDD9A61E77B87B85D14671 (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass_ExecutePass_mBF14FB134E7768CC972FDA5540FADBFBE4536A70 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xr, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ScriptableRenderContext_CreateSkyboxRendererList_m31A302B73F28BBB96944341D34EFB4AD3D85937D (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_projectionMatrixL, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_viewMatrixL, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___3_projectionMatrixR, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___4_viewMatrixR, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ScriptableRenderContext_CreateSkyboxRendererList_m1CD1B3D9177DB684F7BF3767585ADF83618F388C (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_viewMatrix, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ScriptableRenderContext_CreateSkyboxRendererList_mD409B50EC66BD481E4293F7AACFA561E44DE3CC4 (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA RenderGraph_CreateSkyboxRendererList_m395199F910E3CAAC93283BE17D442854591D05F1 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** ___0_camera, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_projectionMatrixL, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_viewMatrixL, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___3_projectionMatrixR, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___4_viewMatrixR, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA RenderGraph_CreateSkyboxRendererList_m1FDEA5678C1360215DD54C837C6978881CDDD6FA (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** ___0_camera, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_viewMatrix, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA RenderGraph_CreateSkyboxRendererList_m3F9020C1A4222E6F41FF620A4F821C15BA9EF005 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** ___0_camera, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_supportsMultiview_m0383848166005935673B6774D9C9ECE1A12802BC (const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_SetSinglePassStereo_mC03741AED83AB894770BE0932CE274242DDD67DF (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, int32_t ___0_mode, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E_mE7DE7FF37BF0EAD09E3A3E6185ACF9C2FFF6DE31 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E**, 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 RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA DrawSkyboxPass_CreateSkyBoxRendererList_mD36E01287E89836996CCFC006D9F74CF2002F24E (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass_InitPassData_m709EC537F8BF72EC7DB80B14A57988D3393B9FED (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E** ___0_passData, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF** ___1_xr, RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* ___2_handle, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPassUniversal_get_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline (XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
inline void BaseRenderFunc_2__ctor_m51F314F0CC38B32757A3E5D791A3D8ECC0B57DFE (BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D*, 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_m09849BCC1287E33FDBDFC5CA3AFAF4C4861F9564 (U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassDataCIExy__ctor_m28253E7FA7E5F08063BC9990207E53441872A043 (PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassDataDebugView__ctor_mC180E4BBB414E4C10FFB5636638F19C647B05E66 (PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* __this, 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 RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_useDynamicScale_m9335866C8754D51235D391E84F8972C4C518844A (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_enableRandomWrite_m915CC9F6A154C5D7EF38FC9C9415DEFB67D481F4 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, bool ___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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_vrUsage_m994CB3D4B250A70BE005D9FDFD24D868E07A52F0_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C (const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline (VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* __this, const RuntimeMethod* method) ;
inline Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
{
return (( Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
}
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderPipeline_GetHDROutputLuminanceParameters_m7B6AA8D3D1732578FC4D3CE196A11B3996FE3433 (HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F ___0_hdrDisplayInformation, int32_t ___1_hdrDisplayColorGamut, Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* ___2_tonemapping, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___3_hdrOutputParameters, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetRenderTarget_m191A5444016EAC488024322883CD3BBA4507381B (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_buffer, int32_t ___2_loadAction, int32_t ___3_storeAction, int32_t ___4_clearFlag, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___5_clearColor, int32_t ___6_miplevel, int32_t ___7_cubemapFace, int32_t ___8_depthSlice, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetRandomWriteTarget_m27862D7A981AD33C3D0796A92B790E7C9513CBBC (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_index, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rt, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, 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 Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_v, 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 CommandBuffer_ClearRandomWriteTargets_m5EE4104E5C2DF1631BF2279B3A1B59B0C49B9E81 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDROutputUtils_ConfigureHDROutput_mD69BEA580CE421FC29019C1A201C5ECE2C05A753 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, int32_t ___1_gamut, int32_t ___2_operations, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, 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 Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, 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_SetInteger_m37332E747B3F19DA02FA85DC37BBCBDC99C300F4 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, int32_t ___1_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 RenderingUtils_GetFinalBlitScaleBias_mE1A5885F1B4215EA710CC4004938934461614762 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_destination, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, 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 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 DebugHandler_ConfigureColorDescriptorForDebugScreen_m9F4EDFBDBA77ED4822ABAD3A8AE0081F8FF090BE (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, int32_t ___1_cameraWidth, int32_t ___2_cameraHeight, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_ConfigureDescriptorForCIEPrepass_m707C434AFC4C808360387136FB7FDA443D527799 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 HDRDebugViewPass_GetLuminanceParameters_mFE266F2317316881C5A13B5021E41D46ECF6BC16 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_enabledKeywords_mA5408FE825A95F8381536A0601CA6C250D8B8BF5 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9* ___0_value, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetRenderTarget_mB3675FBA82D740E46DB7583DB810659B1C02DBBB (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_buffer, int32_t ___2_clearFlag, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___3_clearColor, int32_t ___4_miplevel, int32_t ___5_cubemapFace, int32_t ___6_depthSlice, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_ExecutePass_mFD42EFC454A9F8D36981C03E209EFF8BADA66B51 (HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* ___1_dataCIExy, PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* ___2_dataDebugView, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_sourceTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_xyTarget, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___5_destTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_ExecuteCIExyPrepass_m79AAD7939D070B41593D8ED76D7DFB932F988C25 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* ___1_data, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_sourceTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_xyTarget, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_destTexture, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_ExecuteHDRDebugViewFinalPass_m38C44D578B25771D76467B2155701A889A824574 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* ___1_data, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_sourceTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_xyTarget, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorTarget, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depthTarget, const RuntimeMethod* method) ;
inline RuntimeObject* RenderGraph_AddUnsafePass_TisPassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_mC5584E47A1DDC899E0F6CBE110641F8D9CCA6D40 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548**, 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);
}
inline void BaseRenderFunc_2__ctor_m280203FC53597C04CE03A924280AA84A0D71E5AA (BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
}
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_mEC8A8123F97754AC17E5DC4877492E0EB66AEDF9 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE**, 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_m8A6AB1C7307E5B9B9147154A33129F028A52CE44 (BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, 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 bool Vector4_op_Equality_mCEA0E5F229F4AE8C55152F7A8F84345F24F52DC6_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_lhs, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_rhs, const RuntimeMethod* method) ;
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ResourceHandle_IsValid_m20B0218FDCA98DCD069AE3BE86FEFCAEDB985B9A_inline (ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C* __this, const RuntimeMethod* method) ;
inline void List_1_AddWithResize_m636A64068369163D4FD97757CF81A07322C515BA (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, const RuntimeMethod*))List_1_AddWithResize_m636A64068369163D4FD97757CF81A07322C515BA_gshared)(__this, ___0_item, method);
}
inline void List_1_AddWithResize_m7AB2D7E7A971DA2781D3D87AEE011EC1EE6FC6D1 (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8, const RuntimeMethod*))List_1_AddWithResize_m7AB2D7E7A971DA2781D3D87AEE011EC1EE6FC6D1_gshared)(__this, ___0_item, 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 Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 33449
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Profiling__cctor_mE9C7EAE45997BFAA5BE3902B1AA32EA056B97626 (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*)&Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02C3CE7D08F9B7636738E5F5EC8C7061C35842BB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02F49E3AA7DE083407EABB9EEA9918B97DD23C77);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A4C2D9B45FBEA33F4035A3810C5442FDAE59D42);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D3D02E12D30F783EDF2F40B8CD22B18DCBFD319);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F12B7F2FC98BF24E23CFF310034C18BB074BFE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C42B3F7EAFF94EF6DC7485925E07DC547047128);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E7FD9A53A923A9A59809BB12D90AD1F0CDFD367);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral304AA1C3A0AEACBAEBB900E5531615E2F2E4C6FD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C9B285DC70D83F9C1B3DA351A6E86EE0B437C7E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46A949FE2879517C36122E711E06BE67DB22EA69);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60E82A03DC55B60D895BAC64BC6470646B6368BC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75913393501586A5C24AB15BC7BA186F6DEE7292);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F37F857A5907C5531D03B57D996059BE1400B6C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90207A6AD49022DCABC26243DCE007FC4AF41FFD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC19BEC5AFB53E5C18F2918FCA0D11416D569842);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB144A7CA93D784CB443D74B08EAB96AF4A77745B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3B88A8F8EC8F98D4D934A6A6B0E296A20CC4454);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE17E4E9612B58B31A82A1D1E6F0F7E3B0B5E807C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8AD04904FB35C407810C90676CA492C79FDC4CB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF76DC24DC297B9C7FA5AF711C733DF313B2BB10);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF9790BFDD077B02CF0B0C5D2F02E6E1F9AF9209);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:49>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteralFF9790BFDD077B02CF0B0C5D2F02E6E1F9AF9209, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setMRTAttachmentsList = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setMRTAttachmentsList), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:50>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_1, _stringLiteral60E82A03DC55B60D895BAC64BC6470646B6368BC, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setAttachmentList = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setAttachmentList), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:51>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_2 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_2, _stringLiteral0D3D02E12D30F783EDF2F40B8CD22B18DCBFD319, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___execute = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___execute), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:52>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_3 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_3, _stringLiteralAC19BEC5AFB53E5C18F2918FCA0D11416D569842, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setupFrameData = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setupFrameData), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:44>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_4 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_4, _stringLiteral02F49E3AA7DE083407EABB9EEA9918B97DD23C77, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setPerCameraShaderVariables = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setPerCameraShaderVariables), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:45>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_5 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_5, _stringLiteral75913393501586A5C24AB15BC7BA186F6DEE7292, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___sortRenderPasses = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___sortRenderPasses), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:46>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_6 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_6, _stringLiteral0A4C2D9B45FBEA33F4035A3810C5442FDAE59D42, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___recordRenderGraph = L_6;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___recordRenderGraph), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:47>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_7 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_7, _stringLiteralE17E4E9612B58B31A82A1D1E6F0F7E3B0B5E807C, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setupLights = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setupLights), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:48>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_8 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_8, _stringLiteral90207A6AD49022DCABC26243DCE007FC4AF41FFD, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setupCamera = L_8;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setupCamera), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:49>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_9 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_9, _stringLiteral18F12B7F2FC98BF24E23CFF310034C18BB074BFE, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___vfxProcessCamera = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___vfxProcessCamera), (void*)L_9);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:50>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_10 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_10, _stringLiteral46A949FE2879517C36122E711E06BE67DB22EA69, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___addRenderPasses = L_10;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___addRenderPasses), (void*)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:51>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_11 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_11, _stringLiteralFF76DC24DC297B9C7FA5AF711C733DF313B2BB10, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setupRenderPasses = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setupRenderPasses), (void*)L_11);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:52>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_12 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_12, _stringLiteral3C9B285DC70D83F9C1B3DA351A6E86EE0B437C7E, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___clearRenderingState = L_12;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___clearRenderingState), (void*)L_12);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:53>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_13 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_13, _stringLiteral7F37F857A5907C5531D03B57D996059BE1400B6C, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___internalStartRendering = L_13;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___internalStartRendering), (void*)L_13);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:54>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_14 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_14, _stringLiteral02C3CE7D08F9B7636738E5F5EC8C7061C35842BB, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___internalFinishRenderingCommon = L_14;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___internalFinishRenderingCommon), (void*)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:55>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_15 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_15, _stringLiteral304AA1C3A0AEACBAEBB900E5531615E2F2E4C6FD, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___drawGizmos = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___drawGizmos), (void*)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:56>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_16 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_16, _stringLiteralC3B88A8F8EC8F98D4D934A6A6B0E296A20CC4454, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___drawWireOverlay = L_16;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___drawWireOverlay), (void*)L_16);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:57>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_17 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_17, _stringLiteral2C42B3F7EAFF94EF6DC7485925E07DC547047128, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___beginXRRendering = L_17;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___beginXRRendering), (void*)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:58>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_18 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_18, _stringLiteralE8AD04904FB35C407810C90676CA492C79FDC4CB, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___endXRRendering = L_18;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___endXRRendering), (void*)L_18);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:59>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_19 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_19, _stringLiteralB144A7CA93D784CB443D74B08EAB96AF4A77745B, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___initRenderGraphFrame = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___initRenderGraphFrame), (void*)L_19);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:60>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_20 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_20, _stringLiteral2E7FD9A53A923A9A59809BB12D90AD1F0CDFD367, NULL);
((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setEditorTarget = L_20;
Il2CppCodeGenWriteBarrier((void**)(&((Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_StaticFields*)il2cpp_codegen_static_fields_for(Profiling_t1148A935DE86EC9E67DA54238721B4178A744AD3_il2cpp_TypeInfo_var))->___setEditorTarget), (void*)L_20);
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: 33450
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderBlock__cctor_mE8DE849602429AD2CCAE3BAE607547E07F223998 (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*)&RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral088F5103DAE59E9314BB73FAA5D3B1795AA80A24);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B045E2D739D3915A98BB5E0296A98441E118DD3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral509024B23E1B755770EA1716E9719DC4A2E9C6EF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA15241D01BB37C045E429CFCC870A886B24A80D1);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:65>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteral509024B23E1B755770EA1716E9719DC4A2E9C6EF, NULL);
((RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields*)il2cpp_codegen_static_fields_for(RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var))->___beforeRendering = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields*)il2cpp_codegen_static_fields_for(RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var))->___beforeRendering), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:66>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_1, _stringLiteralA15241D01BB37C045E429CFCC870A886B24A80D1, NULL);
((RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields*)il2cpp_codegen_static_fields_for(RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var))->___mainRenderingOpaque = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields*)il2cpp_codegen_static_fields_for(RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var))->___mainRenderingOpaque), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:67>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_2 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_2, _stringLiteral088F5103DAE59E9314BB73FAA5D3B1795AA80A24, NULL);
((RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields*)il2cpp_codegen_static_fields_for(RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var))->___mainRenderingTransparent = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields*)il2cpp_codegen_static_fields_for(RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var))->___mainRenderingTransparent), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:68>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_3 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_3, _stringLiteral2B045E2D739D3915A98BB5E0296A98441E118DD3, NULL);
((RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields*)il2cpp_codegen_static_fields_for(RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var))->___afterRendering = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_StaticFields*)il2cpp_codegen_static_fields_for(RenderBlock_t7243EA6BF13109280A62FF4C7108E5C2F8676712_il2cpp_TypeInfo_var))->___afterRendering), (void*)L_3);
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: 33451
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPass__cctor_m8624208D3E6F3BDCE9B80CA686E6F03D243BBA70 (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*)&RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA73E9A514AB6BA241F22ECD97E1F6FB143B7A9DF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5A46E9D0ED786A22AA5586AD626C5719EBE76C6);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:77>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteralA73E9A514AB6BA241F22ECD97E1F6FB143B7A9DF, NULL);
((RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_StaticFields*)il2cpp_codegen_static_fields_for(RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_il2cpp_TypeInfo_var))->___configure = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_StaticFields*)il2cpp_codegen_static_fields_for(RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_il2cpp_TypeInfo_var))->___configure), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:80>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_1, _stringLiteralE5A46E9D0ED786A22AA5586AD626C5719EBE76C6, NULL);
((RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_StaticFields*)il2cpp_codegen_static_fields_for(RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_il2cpp_TypeInfo_var))->___setRenderPassAttachments = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_StaticFields*)il2cpp_codegen_static_fields_for(RenderPass_tA744ADA1424B5992F4E272692C1964A7B7469EFD_il2cpp_TypeInfo_var))->___setRenderPassAttachments), (void*)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: 33452
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPassDescriptor__ctor_m8898C83BD6A00119601FBF7274E93C85874A49B1 (RenderPassDescriptor_t69F0595A52DBEEBFE5A491D3E8E27D530069B0C5* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_sampleCount, int32_t ___3_rtID, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:61>
int32_t L_0 = ___0_width;
__this->___w = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:62>
int32_t L_1 = ___1_height;
__this->___h = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:63>
int32_t L_2 = ___2_sampleCount;
__this->___samples = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:64>
int32_t L_3 = ___3_rtID;
__this->___depthID = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NativeRenderPass.cs:65>
return;
}
}
IL2CPP_EXTERN_C void RenderPassDescriptor__ctor_m8898C83BD6A00119601FBF7274E93C85874A49B1_AdjustorThunk (RuntimeObject* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_sampleCount, int32_t ___3_rtID, const RuntimeMethod* method)
{
RenderPassDescriptor_t69F0595A52DBEEBFE5A491D3E8E27D530069B0C5* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RenderPassDescriptor_t69F0595A52DBEEBFE5A491D3E8E27D530069B0C5*>(__this + _offset);
RenderPassDescriptor__ctor_m8898C83BD6A00119601FBF7274E93C85874A49B1(_thisAdjusted, ___0_width, ___1_height, ___2_sampleCount, ___3_rtID, 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: 33453
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderingFeatures_get_cameraStacking_m9556A373E393008A3121E96FB371E40062ED554A (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:169>
bool L_0 = __this->___U3CcameraStackingU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33454
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingFeatures_set_cameraStacking_mA8274A772DC333E23ABF889FC17BBCC6B82D7881 (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:169>
bool L_0 = ___0_value;
__this->___U3CcameraStackingU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33455
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderingFeatures_get_msaa_m7DB8FFB8E541A7444D1FB96BC86AFE390B776C36 (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:174>
bool L_0 = __this->___U3CmsaaU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33456
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingFeatures_set_msaa_m2D87B2B1338BED49F71CE8742F8EEE981D00997F (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:174>
bool L_0 = ___0_value;
__this->___U3CmsaaU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33457
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingFeatures__ctor_m63CA9CABFDC57D4CBEA1205C070F14CC83FF8C0F (RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:174>
__this->___U3CmsaaU3Ek__BackingField = (bool)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: 33458
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPassBlock__cctor_m0AF4BE4B8AD532C1C7C80204AAFD2F1C1FC6C8A9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:629>
((RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var))->___BeforeRendering = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:633>
((RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var))->___MainRenderingOpaque = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:634>
((RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var))->___MainRenderingTransparent = 2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:637>
((RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var))->___AfterRendering = 3;
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: 33459
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VFXProcessCameraPassData__ctor_m553BD42DFC35415E90A0D76164316A1D475FDD91 (VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* __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: 33460
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawGizmosPassData__ctor_mE5B89622A437FA2D09D656DB5B88233457CEEB03 (DrawGizmosPassData_t85E5BE2885A38D08035FC03D0BEC8C52B42BC4B3* __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: 33461
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawWireOverlayPassData__ctor_mFBCFF6D3B1D59EC5A018EA2ACAFD785A86B3744A (DrawWireOverlayPassData_t61A3B61CAF8CD4AAB3C7E87CDD3F40097BBD9499* __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: 33462
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BeginXRPassData__ctor_m79A4A294E32C2631DDB3066AC2E79BF83565D65F (BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01* __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: 33463
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndXRPassData__ctor_m9DC09ED3850E4AC97036C6A5611B509DB8FB394E (EndXRPassData_t8FA62D64F60C5147588ACD22BC3136BF31D5A25A* __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: 33464
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DummyData__ctor_m7D1B35F46BE904373EB333AF99FDA9C1328BFDEA (DummyData_t0F37F8F2F4E1851082C4B35762C12D62971E203F* __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: 33465
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_mB9D29CD1781BACAA1BE50AF05A44CB902025C34E (PassData_t84C7078BE208CBCF257438586035AB69DE199182* __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: 33466
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderBlocks__ctor_mCCE8BE592EEDC76187D546AC1E8DE0F0552FA3D1 (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ___0_activeRenderPassQueue, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m0331B48221229AC6F14B4D528581764D3901E264_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m5F241CCE591818ADCFEDBB935F6AFD1F148A0FF4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2368>
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A L_0;
memset((&L_0), 0, sizeof(L_0));
NativeArray_1__ctor_m5F241CCE591818ADCFEDBB935F6AFD1F148A0FF4((&L_0), 4, 2, 1, NativeArray_1__ctor_m5F241CCE591818ADCFEDBB935F6AFD1F148A0FF4_RuntimeMethod_var);
__this->___m_BlockEventLimits = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2369>
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* L_1 = (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*)(&__this->___m_BlockEventLimits);
int32_t L_2;
L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_1)->___m_Length);
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_3;
memset((&L_3), 0, sizeof(L_3));
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&L_3), ((int32_t)il2cpp_codegen_add(L_2, 1)), 2, 1, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
__this->___m_BlockRanges = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2370>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_4 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_5;
L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_4)->___m_Length);
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_6;
memset((&L_6), 0, sizeof(L_6));
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&L_6), L_5, 2, 1, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
__this->___m_BlockRangeLengths = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2372>
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* L_7 = (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*)(&__this->___m_BlockEventLimits);
il2cpp_codegen_runtime_class_init_inline(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var);
int32_t L_8 = ((RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var))->___BeforeRendering;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_7)->___m_Buffer, L_8, (((int32_t)150)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2373>
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* L_9 = (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*)(&__this->___m_BlockEventLimits);
int32_t L_10 = ((RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var))->___MainRenderingOpaque;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_9)->___m_Buffer, L_10, (((int32_t)300)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2374>
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* L_11 = (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*)(&__this->___m_BlockEventLimits);
int32_t L_12 = ((RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var))->___MainRenderingTransparent;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_11)->___m_Buffer, L_12, (((int32_t)600)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2375>
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* L_13 = (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*)(&__this->___m_BlockEventLimits);
int32_t L_14 = ((RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_StaticFields*)il2cpp_codegen_static_fields_for(RenderPassBlock_t584C655A57D46F7421E00DB28F125ABB455C796C_il2cpp_TypeInfo_var))->___AfterRendering;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_13)->___m_Buffer, L_14, (((int32_t)2147483647LL)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2380>
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_15 = ___0_activeRenderPassQueue;
RenderBlocks_FillBlockRanges_mB0B18CF4151E15B01A623651E41EE29DF3E2716D(__this, L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2381>
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* L_16 = (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*)(&__this->___m_BlockEventLimits);
NativeArray_1_Dispose_m0331B48221229AC6F14B4D528581764D3901E264(L_16, NativeArray_1_Dispose_m0331B48221229AC6F14B4D528581764D3901E264_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2383>
V_0 = 0;
goto IL_00d5;
}
IL_00aa:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2385>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_17 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRangeLengths);
int32_t L_18 = V_0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_19 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_20 = V_0;
int32_t L_21;
L_21 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_19)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_20, 1)));
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_22 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_23 = V_0;
int32_t L_24;
L_24 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_22)->___m_Buffer, L_23);
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_17)->___m_Buffer, L_18, (((int32_t)il2cpp_codegen_subtract(L_21, L_24))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2383>
int32_t L_25 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_00d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2383>
int32_t L_26 = V_0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_27 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_28;
L_28 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_27)->___m_Length);
if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_28, 1)))))
{
goto IL_00aa;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2387>
return;
}
}
IL2CPP_EXTERN_C void RenderBlocks__ctor_mCCE8BE592EEDC76187D546AC1E8DE0F0552FA3D1_AdjustorThunk (RuntimeObject* __this, List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ___0_activeRenderPassQueue, const RuntimeMethod* method)
{
RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072*>(__this + _offset);
RenderBlocks__ctor_mCCE8BE592EEDC76187D546AC1E8DE0F0552FA3D1(_thisAdjusted, ___0_activeRenderPassQueue, method);
}
// Method Definition Index: 33467
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderBlocks_Dispose_mC14FC55238E6E70D0C2C051A5856F34F89637FAB (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2392>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRangeLengths);
NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_0, NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2393>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_1 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_1, NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2394>
return;
}
}
IL2CPP_EXTERN_C void RenderBlocks_Dispose_mC14FC55238E6E70D0C2C051A5856F34F89637FAB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072*>(__this + _offset);
RenderBlocks_Dispose_mC14FC55238E6E70D0C2C051A5856F34F89637FAB(_thisAdjusted, method);
}
// Method Definition Index: 33468
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderBlocks_FillBlockRanges_mB0B18CF4151E15B01A623651E41EE29DF3E2716D (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ___0_activeRenderPassQueue, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2399>
V_0 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2400>
V_1 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2401>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_1 = V_0;
int32_t L_2 = L_1;
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_0)->___m_Buffer, L_2, (0));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2405>
V_2 = 0;
goto IL_0055;
}
IL_0019:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2409>
int32_t L_3 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_001d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2407>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2408>
int32_t L_4 = V_1;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_5 = ___0_activeRenderPassQueue;
NullCheck(L_5);
int32_t L_6;
L_6 = List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_inline(L_5, List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var);
if ((((int32_t)L_4) >= ((int32_t)L_6)))
{
goto IL_0040;
}
}
{
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_7 = ___0_activeRenderPassQueue;
int32_t L_8 = V_1;
NullCheck(L_7);
ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* L_9;
L_9 = List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F(L_7, L_8, List_1_get_Item_mBC42042D4082F4C6237FEA3435D58D570436268F_RuntimeMethod_var);
NullCheck(L_9);
int32_t L_10;
L_10 = ScriptableRenderPass_get_renderPassEvent_mD7ED1EFBF050FE1F86D598FA9A1A987CFEAD1AEE_inline(L_9, NULL);
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* L_11 = (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*)(&__this->___m_BlockEventLimits);
int32_t L_12 = V_2;
int32_t L_13;
L_13 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_11)->___m_Buffer, L_12);
if ((((int32_t)L_10) < ((int32_t)L_13)))
{
goto IL_0019;
}
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2411>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_14 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_15 = V_0;
int32_t L_16 = L_15;
V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
int32_t L_17 = V_1;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_14)->___m_Buffer, L_16, (L_17));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2405>
int32_t L_18 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0055:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2405>
int32_t L_19 = V_2;
NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A* L_20 = (NativeArray_1_tD47F54AAF0D318CDC9CC3C4AF7BE99B72697486A*)(&__this->___m_BlockEventLimits);
int32_t L_21;
L_21 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_20)->___m_Length);
if ((((int32_t)L_19) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_21, 1)))))
{
goto IL_001d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2414>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_22 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_23 = V_0;
List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* L_24 = ___0_activeRenderPassQueue;
NullCheck(L_24);
int32_t L_25;
L_25 = List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_inline(L_24, List_1_get_Count_mE6D3D9D20C29AB0625389FEF206BBFF202CD5293_RuntimeMethod_var);
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_22)->___m_Buffer, L_23, (L_25));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2415>
return;
}
}
IL2CPP_EXTERN_C void RenderBlocks_FillBlockRanges_mB0B18CF4151E15B01A623651E41EE29DF3E2716D_AdjustorThunk (RuntimeObject* __this, List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6* ___0_activeRenderPassQueue, const RuntimeMethod* method)
{
RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072*>(__this + _offset);
RenderBlocks_FillBlockRanges_mB0B18CF4151E15B01A623651E41EE29DF3E2716D(_thisAdjusted, ___0_activeRenderPassQueue, method);
}
// Method Definition Index: 33469
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderBlocks_GetLength_m12132BA6300EB4AD9FD8355944BB2D5184DEB804 (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, int32_t ___0_index, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2419>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRangeLengths);
int32_t L_1 = ___0_index;
int32_t L_2;
L_2 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_0)->___m_Buffer, L_1);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t RenderBlocks_GetLength_m12132BA6300EB4AD9FD8355944BB2D5184DEB804_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, const RuntimeMethod* method)
{
RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072*>(__this + _offset);
int32_t _returnValue;
_returnValue = RenderBlocks_GetLength_m12132BA6300EB4AD9FD8355944BB2D5184DEB804(_thisAdjusted, ___0_index, method);
return _returnValue;
}
// Method Definition Index: 33470
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 RenderBlocks_GetRange_mBCDFF558A7FB92CB0F23A681AE14BC9029DA75A6 (RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* __this, int32_t ___0_index, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2443>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_1 = ___0_index;
int32_t L_2;
L_2 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_0)->___m_Buffer, L_1);
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_3 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_BlockRanges);
int32_t L_4 = ___0_index;
int32_t L_5;
L_5 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_3)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_4, 1)));
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 L_6;
memset((&L_6), 0, sizeof(L_6));
BlockRange__ctor_mA2B225E235A9D228BEE08A56B0DD941AD109CADE((&L_6), L_2, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 RenderBlocks_GetRange_mBCDFF558A7FB92CB0F23A681AE14BC9029DA75A6_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, const RuntimeMethod* method)
{
RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RenderBlocks_t59A6A04E57D947104DA8D449CCB1D406F19DB072*>(__this + _offset);
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 _returnValue;
_returnValue = RenderBlocks_GetRange_mBCDFF558A7FB92CB0F23A681AE14BC9029DA75A6(_thisAdjusted, ___0_index, 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: 33471
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockRange__ctor_mA2B225E235A9D228BEE08A56B0DD941AD109CADE (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, int32_t ___0_begin, int32_t ___1_end, const RuntimeMethod* method)
{
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* G_B2_0 = NULL;
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* G_B3_1 = NULL;
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* G_B5_0 = NULL;
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* G_B6_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2430>
int32_t L_0 = ___0_begin;
int32_t L_1 = ___1_end;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
G_B2_0 = __this;
goto IL_0008;
}
G_B1_0 = __this;
}
{
int32_t L_2 = ___1_end;
G_B3_0 = L_2;
G_B3_1 = G_B1_0;
goto IL_0009;
}
IL_0008:
{
int32_t L_3 = ___0_begin;
G_B3_0 = L_3;
G_B3_1 = G_B2_0;
}
IL_0009:
{
G_B3_1->___m_Current = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2431>
int32_t L_4 = ___1_end;
int32_t L_5 = ___0_begin;
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
G_B5_0 = __this;
goto IL_0016;
}
G_B4_0 = __this;
}
{
int32_t L_6 = ___0_begin;
G_B6_0 = L_6;
G_B6_1 = G_B4_0;
goto IL_0017;
}
IL_0016:
{
int32_t L_7 = ___1_end;
G_B6_0 = L_7;
G_B6_1 = G_B5_0;
}
IL_0017:
{
G_B6_1->___m_End = G_B6_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2432>
int32_t L_8 = __this->___m_Current;
__this->___m_Current = ((int32_t)il2cpp_codegen_subtract(L_8, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2433>
return;
}
}
IL2CPP_EXTERN_C void BlockRange__ctor_mA2B225E235A9D228BEE08A56B0DD941AD109CADE_AdjustorThunk (RuntimeObject* __this, int32_t ___0_begin, int32_t ___1_end, const RuntimeMethod* method)
{
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91*>(__this + _offset);
BlockRange__ctor_mA2B225E235A9D228BEE08A56B0DD941AD109CADE(_thisAdjusted, ___0_begin, ___1_end, method);
}
// Method Definition Index: 33472
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 BlockRange_GetEnumerator_m5ABDD60561E6FE77794F49D9DAEBFCCA368375B0 (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2435>
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 L_0 = (*(BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91*)__this);
return L_0;
}
}
IL2CPP_EXTERN_C BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 BlockRange_GetEnumerator_m5ABDD60561E6FE77794F49D9DAEBFCCA368375B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91*>(__this + _offset);
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91 _returnValue;
_returnValue = BlockRange_GetEnumerator_m5ABDD60561E6FE77794F49D9DAEBFCCA368375B0(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33473
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BlockRange_MoveNext_m7428499A41DAC2364322F5D077F7016AFB2A1958 (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2436>
int32_t L_0 = __this->___m_Current;
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
int32_t L_1 = V_0;
__this->___m_Current = L_1;
int32_t L_2 = V_0;
int32_t L_3 = __this->___m_End;
return (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool BlockRange_MoveNext_m7428499A41DAC2364322F5D077F7016AFB2A1958_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91*>(__this + _offset);
bool _returnValue;
_returnValue = BlockRange_MoveNext_m7428499A41DAC2364322F5D077F7016AFB2A1958(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33474
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BlockRange_get_Current_mAE0444A8F3C9E0E6999B59148E9C87F6055133F8 (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2437>
int32_t L_0 = __this->___m_Current;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t BlockRange_get_Current_mAE0444A8F3C9E0E6999B59148E9C87F6055133F8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91*>(__this + _offset);
int32_t _returnValue;
_returnValue = BlockRange_get_Current_mAE0444A8F3C9E0E6999B59148E9C87F6055133F8_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33475
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BlockRange_Dispose_mF58CD9DF9B97A3048311E9DEBC5D72B8242BB4B0 (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2438>
return;
}
}
IL2CPP_EXTERN_C void BlockRange_Dispose_mF58CD9DF9B97A3048311E9DEBC5D72B8242BB4B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91*>(__this + _offset);
BlockRange_Dispose_mF58CD9DF9B97A3048311E9DEBC5D72B8242BB4B0(_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: 33476
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5AE39CBADF2D1F5268D26AF180B8ABA921E06425 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* L_0 = (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C*)il2cpp_codegen_object_new(U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m07E7BC9888E6C671F9699DA6411E4F5090838BF0(L_0, NULL);
((U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 33477
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m07E7BC9888E6C671F9699DA6411E4F5090838BF0 (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 33478
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitRenderGraphFrameU3Eb__140_0_mA0DDDB74EE922056C8DD7D3AA2452A55C3E2B083 (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* __this, PassData_t84C7078BE208CBCF257438586035AB69DE199182* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_rgContext, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:923>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_rgContext;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:927>
float L_2;
L_2 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:929>
float L_3;
L_3 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:930>
float L_4;
L_4 = Time_get_smoothDeltaTime_m41881A3290CC95E6EF2D55289D1D872A45DC1775(NULL);
V_2 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:932>
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_5 = L_1;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
ScriptableRenderer_ClearRenderingState_m06E468421AC0F8FB6BCBD817B0418354B715D784(L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:933>
float L_6 = V_0;
float L_7 = V_1;
float L_8 = V_2;
ScriptableRenderer_SetShaderTimeValues_mCB3E5C8B57B74BBBDD10FBC97067DCEB543D9B81(L_5, L_6, L_7, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:934>
return;
}
}
// Method Definition Index: 33479
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CProcessVFXCameraCommandU3Eb__142_0_m931B43DF014190335ECEBF17915B26876D71B9AA (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* __this, VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, 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/ScriptableRenderer.cs:967>
VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* L_0 = ___0_data;
NullCheck(L_0);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_1 = L_0->___xrPass;
if (!L_1)
{
goto IL_0019;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:968>
VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* L_2 = ___0_data;
NullCheck(L_2);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_3 = L_2->___xrPass;
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_4 = ___1_context;
NullCheck(L_4);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_5 = L_4->___cmd;
NullCheck(L_3);
XRPass_StartSinglePass_mD02EEC9A62A1B14DFE6C8FD7D58483AE568DE067(L_3, L_5, NULL);
}
IL_0019:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:971>
VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* L_6 = ___0_data;
NullCheck(L_6);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = L_6->___camera;
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_8 = ___1_context;
NullCheck(L_8);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_9 = L_8->___cmd;
VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* L_10 = ___0_data;
NullCheck(L_10);
VFXCameraXRSettings_t03DB07CF170D5B4B66546F8DE78FED3CF9755D92 L_11 = L_10->___cameraXRSettings;
VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* L_12 = ___0_data;
NullCheck(L_12);
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_13 = L_12->___renderingData;
NullCheck(L_13);
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267 L_14 = L_13->___cullResults;
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
CommandBufferHelpers_VFXManager_ProcessCameraCommand_mA2AC1677F009681C4627C55CC681DEFC3A4F39A9(L_7, L_9, L_11, L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:973>
VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* L_15 = ___0_data;
NullCheck(L_15);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_16 = L_15->___xrPass;
if (!L_16)
{
goto IL_0054;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:974>
VFXProcessCameraPassData_t19BF6E1F978BA36189D226BA7F36E8F3190D07A9* L_17 = ___0_data;
NullCheck(L_17);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_18 = L_17->___xrPass;
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_19 = ___1_context;
NullCheck(L_19);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_20 = L_19->___cmd;
NullCheck(L_18);
XRPass_StopSinglePass_m3EF577A46A29FC7226B5E080B176AC86983B0BE1(L_18, L_20, NULL);
}
IL_0054:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:975>
return;
}
}
// Method Definition Index: 33480
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSetupRenderGraphCameraPropertiesU3Eb__143_0_mEC9FDDB67A3642A804EF49389B671660A47308D2 (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* __this, PassData_t84C7078BE208CBCF257438586035AB69DE199182* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
int32_t G_B3_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:993>
bool L_0;
L_0 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_1 = ___0_data;
NullCheck(L_1);
bool L_2 = L_1->___isTargetBackbuffer;
G_B3_0 = ((int32_t)(L_2));
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 1;
}
IL_0010:
{
V_0 = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1003>
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_3 = ___0_data;
NullCheck(L_3);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = L_3->___cameraData;
NullCheck(L_4);
int32_t L_5 = L_4->___renderType;
if (L_5)
{
goto IL_0057;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1005>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_6 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_7 = L_6.___cmd;
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_8 = ___0_data;
NullCheck(L_8);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = L_8->___cameraData;
NullCheck(L_9);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_10 = L_9->___camera;
NullCheck(L_7);
RasterCommandBuffer_SetupCameraProperties_m7A2A2A56E96216E6AE13053F7E4E314AC4619931(L_7, L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1006>
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_11 = ___0_data;
NullCheck(L_11);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_12 = L_11->___renderer;
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_13 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_14 = L_13.___cmd;
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_15 = ___0_data;
NullCheck(L_15);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = L_15->___cameraData;
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_17 = ___0_data;
NullCheck(L_17);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_18 = L_17->___cameraTargetSizeCopy;
bool L_19 = V_0;
NullCheck(L_12);
ScriptableRenderer_SetPerCameraShaderVariables_m11127D897D405440FEB597262B29C713698EF4F9(L_12, L_14, L_16, L_18, (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0), NULL);
goto IL_00aa;
}
IL_0057:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1011>
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_20 = ___0_data;
NullCheck(L_20);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_21 = L_20->___renderer;
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_22 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_23 = L_22.___cmd;
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_24 = ___0_data;
NullCheck(L_24);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_25 = L_24->___cameraData;
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_26 = ___0_data;
NullCheck(L_26);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_27 = L_26->___cameraTargetSizeCopy;
bool L_28 = V_0;
NullCheck(L_21);
ScriptableRenderer_SetPerCameraShaderVariables_m11127D897D405440FEB597262B29C713698EF4F9(L_21, L_23, L_25, L_27, (bool)((((int32_t)L_28) == ((int32_t)0))? 1 : 0), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1012>
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_29 = ___0_data;
NullCheck(L_29);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_30 = L_29->___renderer;
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_31 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_32 = L_31.___cmd;
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_33 = ___0_data;
NullCheck(L_33);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_34 = (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)(&L_33->___cameraData);
bool L_35 = V_0;
NullCheck(L_30);
ScriptableRenderer_SetPerCameraClippingPlaneProperties_mEE27A06DB1BDFB5DA3D761251AC7E296BDE30C49(L_30, L_32, L_34, (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1013>
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_36 = ___0_data;
NullCheck(L_36);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_37 = L_36->___renderer;
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_38 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_39 = L_38.___cmd;
PassData_t84C7078BE208CBCF257438586035AB69DE199182* L_40 = ___0_data;
NullCheck(L_40);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = L_40->___cameraData;
NullCheck(L_37);
ScriptableRenderer_SetPerCameraBillboardProperties_m69C48E7A4F33AA5EA6BAA072A5924FCD2A0C4DB7(L_37, L_39, L_41, NULL);
}
IL_00aa:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1019>
float L_42;
L_42 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
V_1 = L_42;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1021>
float L_43;
L_43 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
V_2 = L_43;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1022>
float L_44;
L_44 = Time_get_smoothDeltaTime_m41881A3290CC95E6EF2D55289D1D872A45DC1775(NULL);
V_3 = L_44;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1025>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_45 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_46 = L_45.___cmd;
float L_47 = V_1;
float L_48 = V_2;
float L_49 = V_3;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
ScriptableRenderer_SetShaderTimeValues_mCB3E5C8B57B74BBBDD10FBC97067DCEB543D9B81(L_46, L_47, L_48, L_49, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1026>
return;
}
}
// Method Definition Index: 33481
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CBeginRenderGraphXRRenderingU3Eb__149_0_m4C6F2BF17884FFAC6F6BD5543D47775D43F67D9F (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* __this, BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1138>
BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01* L_0 = ___0_data;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = L_0->___cameraData;
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_00a3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1140>
BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01* L_4 = ___0_data;
NullCheck(L_4);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = L_4->___cameraData;
NullCheck(L_5);
XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* L_6;
L_6 = UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0(L_5, NULL);
NullCheck(L_6);
bool L_7;
L_7 = XRPassUniversal_get_isLateLatchEnabled_mCFAAB2099E57226FDD74EC51E16DE26E3B7777A3_inline(L_6, NULL);
if (!L_7)
{
goto IL_0038;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1141>
BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01* L_8 = ___0_data;
NullCheck(L_8);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = L_8->___cameraData;
NullCheck(L_9);
XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* L_10;
L_10 = UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0(L_9, NULL);
NullCheck(L_10);
XRPassUniversal_set_canMarkLateLatch_m55FD53B9F8BE99FF85F7CA356D608F042A55906F_inline(L_10, (bool)1, NULL);
}
IL_0038:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1143>
BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01* L_11 = ___0_data;
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);
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_14 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_15 = L_14.___cmd;
NullCheck(L_13);
XRPass_StartSinglePass_mD02EEC9A62A1B14DFE6C8FD7D58483AE568DE067(L_13, L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1144>
BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01* L_16 = ___0_data;
NullCheck(L_16);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = L_16->___cameraData;
NullCheck(L_17);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_18;
L_18 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_17, NULL);
NullCheck(L_18);
bool L_19;
L_19 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_18, NULL);
if (!L_19)
{
goto IL_00a3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1146>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_20 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_21 = L_20.___cmd;
BeginXRPassData_t34405E999FE849E4AAE7FBA7EE4CF3A4CFD51F01* L_22 = ___0_data;
NullCheck(L_22);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_23 = L_22->___cameraData;
NullCheck(L_23);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_24;
L_24 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_23, NULL);
NullCheck(L_24);
intptr_t L_25;
L_25 = XRPass_get_foveatedRenderingInfo_m6F0E2EFEFFF40F47ABD3602D125C40E7CFBDE39B_inline(L_24, NULL);
NullCheck(L_21);
RasterCommandBuffer_ConfigureFoveatedRendering_m0B1B24402BA1EB049127CC9338500D4316D496DF(L_21, L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1148>
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
int32_t L_26;
L_26 = XRSystem_get_foveatedRenderingCaps_m2B4B6BD6E1BFD298DD8A66DB2294FA27A0F6F989_inline(NULL);
int32_t L_27 = L_26;
int32_t L_28 = 2;
bool L_29 = il2cpp_codegen_enum_has_flag((int32_t)L_27, (int32_t)L_28);
if (!L_29)
{
goto IL_00a3;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1149>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_30 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_31 = L_30.___cmd;
NullCheck(L_31);
RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3(L_31, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___FoveatedRenderingNonUniformRaster), (bool)1, NULL);
}
IL_00a3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1152>
return;
}
}
// Method Definition Index: 33482
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CEndRenderGraphXRRenderingU3Eb__151_0_m8D18DCF3F53D2877E901D1157D3CE04DFC12E56C (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* __this, EndXRPassData_t8FA62D64F60C5147588ACD22BC3136BF31D5A25A* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1178>
EndXRPassData_t8FA62D64F60C5147588ACD22BC3136BF31D5A25A* L_0 = ___0_data;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = L_0->___cameraData;
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_0028;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1180>
EndXRPassData_t8FA62D64F60C5147588ACD22BC3136BF31D5A25A* L_4 = ___0_data;
NullCheck(L_4);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = L_4->___cameraData;
NullCheck(L_5);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_6;
L_6 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_5, NULL);
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_7 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_8 = L_7.___cmd;
NullCheck(L_6);
XRPass_StopSinglePass_m3EF577A46A29FC7226B5E080B176AC86983B0BE1(L_6, L_8, NULL);
}
IL_0028:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1183>
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = XRSystem_get_foveatedRenderingCaps_m2B4B6BD6E1BFD298DD8A66DB2294FA27A0F6F989_inline(NULL);
if (!L_9)
{
goto IL_0067;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1185>
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
int32_t L_10;
L_10 = XRSystem_get_foveatedRenderingCaps_m2B4B6BD6E1BFD298DD8A66DB2294FA27A0F6F989_inline(NULL);
int32_t L_11 = L_10;
int32_t L_12 = 2;
bool L_13 = il2cpp_codegen_enum_has_flag((int32_t)L_11, (int32_t)L_12);
if (!L_13)
{
goto IL_0057;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1186>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_14 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_15 = L_14.___cmd;
NullCheck(L_15);
RasterCommandBuffer_SetKeyword_m134867C426359E758261AB04E59061F70A69B5C3(L_15, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___FoveatedRenderingNonUniformRaster), (bool)0, NULL);
}
IL_0057:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1188>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_16 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_17 = L_16.___cmd;
NullCheck(L_17);
RasterCommandBuffer_ConfigureFoveatedRendering_m0B1B24402BA1EB049127CC9338500D4316D496DF(L_17, 0, NULL);
}
IL_0067:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1190>
return;
}
}
// Method Definition Index: 33483
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSetEditorTargetU3Eb__153_0_mDB332146B6CCC80D9841C0AC62AAD7BD07EA1547 (U3CU3Ec_tAD2991BC81926CE242650EADA7F8BD93F3ABF02C* __this, DummyData_t0F37F8F2F4E1851082C4B35762C12D62971E203F* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1208>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1209>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1210>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_context;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_2;
L_2 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
NullCheck(L_1);
UnsafeCommandBuffer_SetRenderTarget_m89D813F715BA2B4DD6D1F06980F7A753BAD099F7(L_1, L_2, 0, 0, 0, 3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:1211>
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: 33484
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScriptableRendererData_get_isInvalidated_m269F8E8E06FC7E8477C1B49F869EC8068D3940E0 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:20>
bool L_0 = __this->___U3CisInvalidatedU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33485
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData_set_isInvalidated_mEEF5DC7FB24BAEDC2E827C5834B0954F98CB022B (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:20>
bool L_0 = ___0_value;
__this->___U3CisInvalidatedU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33486
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScriptableRendererData_get_stripShadowsOffVariants_m531512F453D761BC8C212B78D17A29F37CE48DCB (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:24>
bool L_0 = __this->___m_StripShadowsOffVariants;
return L_0;
}
}
// Method Definition Index: 33487
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData_set_stripShadowsOffVariants_mF4F8CB2B9B525D8DD9E98D527D9E054985AF645C (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:25>
bool L_0 = ___0_value;
__this->___m_StripShadowsOffVariants = L_0;
return;
}
}
// Method Definition Index: 33488
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScriptableRendererData_get_stripAdditionalLightOffVariants_mEB7F5468A6A974AD8F80781A37B4FD5F57B5A1F0 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:30>
bool L_0 = __this->___m_StripAdditionalLightOffVariants;
return L_0;
}
}
// Method Definition Index: 33489
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData_set_stripAdditionalLightOffVariants_m2996051AC6A746141DC8629CB5E19A27911DE236 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:31>
bool L_0 = ___0_value;
__this->___m_StripAdditionalLightOffVariants = L_0;
return;
}
}
// Method Definition Index: 33491
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* ScriptableRendererData_get_rendererFeatures_m1DF4156F6E0733E01D096AE7A3C43EC6C9D2DD45 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:53>
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* L_0 = __this->___m_RendererFeatures;
return L_0;
}
}
// Method Definition Index: 33492
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:62>
ScriptableRendererData_set_isInvalidated_mEEF5DC7FB24BAEDC2E827C5834B0954F98CB022B_inline(__this, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:63>
return;
}
}
// Method Definition Index: 33493
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ScriptableRendererData_InternalCreateRenderer_m62C6C78E44ECCF910F58866666C842D5A0142500 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:67>
ScriptableRendererData_set_isInvalidated_mEEF5DC7FB24BAEDC2E827C5834B0954F98CB022B_inline(__this, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:68>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_0;
L_0 = VirtualFuncInvoker0< ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* >::Invoke(8, __this);
return L_0;
}
}
// Method Definition Index: 33494
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData_OnValidate_m5DE531C59BC2FC5D20DA8FFE338208BFB57267D9 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:76>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:83>
return;
}
}
// Method Definition Index: 33495
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData_OnEnable_mBA8590EF82D69350E72F3A39C0B7000FAC542EC4 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:90>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:91>
return;
}
}
// Method Definition Index: 33496
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScriptableRendererData_get_useNativeRenderPass_m7F8D3A97A818B1134EFC3A4236E7A7C8ECD9245F (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:98>
bool L_0 = __this->___m_UseNativeRenderPass;
return L_0;
}
}
// Method Definition Index: 33497
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData_set_useNativeRenderPass_m0700BAEAB3A383137FF573C4B9E83CE8A7077A5A (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:101>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:102>
bool L_0 = ___0_value;
__this->___m_UseNativeRenderPass = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:103>
return;
}
}
// Method Definition Index: 33499
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRendererData__ctor_m31B2D970E70E8A5C932C8D1723023B387C96E9C0 (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB5256BBA70CD858B15C25CE0E77EC59F6479EC82_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCDE2360B0A07FB450283AC9EE1B4B782C1631EA6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF9D88C946600C782EE786A252258C0AA97BD019A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:40>
List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6* L_0 = (List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6*)il2cpp_codegen_object_new(List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6_il2cpp_TypeInfo_var);
List_1__ctor_mB5256BBA70CD858B15C25CE0E77EC59F6479EC82(L_0, ((int32_t)10), List_1__ctor_mB5256BBA70CD858B15C25CE0E77EC59F6479EC82_RuntimeMethod_var);
__this->___m_RendererFeatures = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RendererFeatures), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:41>
List_1_tF9D88C946600C782EE786A252258C0AA97BD019A* L_1 = (List_1_tF9D88C946600C782EE786A252258C0AA97BD019A*)il2cpp_codegen_object_new(List_1_tF9D88C946600C782EE786A252258C0AA97BD019A_il2cpp_TypeInfo_var);
List_1__ctor_mCDE2360B0A07FB450283AC9EE1B4B782C1631EA6(L_1, ((int32_t)10), List_1__ctor_mCDE2360B0A07FB450283AC9EE1B4B782C1631EA6_RuntimeMethod_var);
__this->___m_RendererFeatureMap = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RendererFeatureMap), (void*)L_1);
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__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: 33500
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugShaderResources__ctor_m55A8D8689AE9D7A790449A68387CAD9321D65DDC (DebugShaderResources_tDE399BFF5E1E9403CD4793CD8C8A51796C682B8B* __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: 33501
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProbeVolumeResources__ctor_mECE1A79435B6DF0B638946781DB48DE0DDCFB6DF (ProbeVolumeResources_t30A6677110700C97538A9A5E99ABEE1F847C4CE7* __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: 33502
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bloom_IsActive_m18CD0E121D17E2D4B20D6E944433CDEEA9C970C3 (Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:214>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_0 = __this->___intensity;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// Method Definition Index: 33503
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bloom_IsTileCompatible_mCC810D5D7C893F64E24081940FB031EE39EB59FD (Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:221>
return (bool)0;
}
}
// Method Definition Index: 33504
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bloom__ctor_m59380F74BB6164E53A276F5C00B7181B8472FA91 (Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:317>
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_0 = (ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E*)il2cpp_codegen_object_new(ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var);
ClampedIntParameter__ctor_mF0B73AD8EF805C194DCE64ED205B9968D58BA6D6(L_0, 1, 0, ((int32_t)16), (bool)0, NULL);
__this->___skipIterations = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___skipIterations), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:151>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_1 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_1, (0.899999976f), (0.0f), (bool)0, NULL);
__this->___threshold = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___threshold), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:157>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_2 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_2, (0.0f), (0.0f), (bool)0, NULL);
__this->___intensity = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___intensity), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:163>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_3 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_3, (0.699999988f), (0.0f), (1.0f), (bool)0, NULL);
__this->___scatter = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scatter), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:170>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_4 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_4, (65472.0f), (0.0f), (bool)0, NULL);
__this->___clamp = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___clamp), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:176>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5;
L_5 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_6 = (ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0*)il2cpp_codegen_object_new(ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
ColorParameter__ctor_mA9A003084B8D70C30995E95B65B29A136C66096D(L_6, L_5, (bool)0, (bool)0, (bool)1, (bool)0, NULL);
__this->___tint = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___tint), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:183>
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_7 = (BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95*)il2cpp_codegen_object_new(BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
BoolParameter__ctor_m2355BE07CF2E06B525D26161B1E0C357CE772190(L_7, (bool)0, (bool)0, NULL);
__this->___highQualityFiltering = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___highQualityFiltering), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:189>
DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21* L_8 = (DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21*)il2cpp_codegen_object_new(DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21_il2cpp_TypeInfo_var);
DownscaleParameter__ctor_mEFA7926892C3344E201EAEDC28FA4242F2AEBDAF(L_8, 0, (bool)0, NULL);
__this->___downscale = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___downscale), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:195>
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_9 = (ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E*)il2cpp_codegen_object_new(ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var);
ClampedIntParameter__ctor_mF0B73AD8EF805C194DCE64ED205B9968D58BA6D6(L_9, 6, 2, 8, (bool)0, NULL);
__this->___maxIterations = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___maxIterations), (void*)L_9);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:202>
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_10 = (TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A*)il2cpp_codegen_object_new(TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A_il2cpp_TypeInfo_var);
TextureParameter__ctor_m5756E1DFAB73C37D64AA6CA329F6D1C55971A71A(L_10, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, (bool)0, NULL);
__this->___dirtTexture = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___dirtTexture), (void*)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:208>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_11 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_11, (0.0f), (0.0f), (bool)0, NULL);
__this->___dirtIntensity = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___dirtIntensity), (void*)L_11);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33505
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRSystemData__ctor_mA6F81BA470D31C6CEF07E25E62E09DCA59125A5B (XRSystemData_t89A064914358326F98105E94D5F082C186133DE6* __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__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: 33506
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderResources__ctor_m905AE1113D90335514AB2DABBC857BEC87EC4C33 (ShaderResources_t95EDE5488A460139658FEF1B3A26B3685A72730A* __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: 33507
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* UniversalRendererData_Create_m3E493AD519F2799F19CA3B3612243509AD2F9E8E (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __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*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:160>
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
bool L_0;
L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
if (L_0)
{
goto IL_000d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:162>
UniversalRendererData_ReloadAllNullProperties_m482C1AF2A2FC1DBDF46DAFB033C6336364B8CE99(__this, NULL);
}
IL_000d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:164>
UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A* L_1 = (UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A*)il2cpp_codegen_object_new(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
UniversalRenderer__ctor_m856C52B21917B447D20A4ADED117BFCB71E0BD47(L_1, __this, NULL);
return L_1;
}
}
// Method Definition Index: 33508
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_prepassLayerMask_m5E41D6F894D15F6EDE659DF999764A54328CE499 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:172>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___m_PrepassLayerMask;
return L_0;
}
}
// Method Definition Index: 33509
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_prepassLayerMask_m4299A829CE9B2083B2172BBAD17DCCC0B9492B0E (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:175>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:176>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___m_PrepassLayerMask = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:177>
return;
}
}
// Method Definition Index: 33510
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_opaqueLayerMask_mD814B96287EA119CCD66B6AAD78C9D7E6C8C521E (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:185>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___m_OpaqueLayerMask;
return L_0;
}
}
// Method Definition Index: 33511
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_opaqueLayerMask_mFCD97E5A5AB23DC9BD38B0B8881A1B191D17753B (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:188>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:189>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___m_OpaqueLayerMask = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:190>
return;
}
}
// Method Definition Index: 33512
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRendererData_get_transparentLayerMask_m574EF7B83EDC27E92BE8FB97BB445A6F4C937A3E (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:198>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___m_TransparentLayerMask;
return L_0;
}
}
// Method Definition Index: 33513
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_transparentLayerMask_m3FC01ABB3416924FCA281CBD5EBA3BA697FD63BE (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:201>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:202>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___m_TransparentLayerMask = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:203>
return;
}
}
// Method Definition Index: 33514
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* UniversalRendererData_get_defaultStencilState_m59850A2F687EC48D1D8F594014B4028B548F8473 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:211>
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_0 = __this->___m_DefaultStencilState;
return L_0;
}
}
// Method Definition Index: 33515
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_defaultStencilState_m6A1F3DD8DF7CF0057B048E02F786E995C7165269 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:214>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:215>
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_0 = ___0_value;
__this->___m_DefaultStencilState = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultStencilState), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:216>
return;
}
}
// Method Definition Index: 33516
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRendererData_get_shadowTransparentReceive_m59EBF1D691FF516DACB095A06D8E0311028D77BF (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:224>
bool L_0 = __this->___m_ShadowTransparentReceive;
return L_0;
}
}
// Method Definition Index: 33517
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_shadowTransparentReceive_m934E861A170C80A8B3E63B1DE2898691E62B3C18 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:227>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:228>
bool L_0 = ___0_value;
__this->___m_ShadowTransparentReceive = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:229>
return;
}
}
// Method Definition Index: 33518
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5 (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: 33519
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_renderingMode_m6E7B4E37D55666356825B67918AE90D5B815718E (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:240>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:241>
int32_t L_0 = ___0_value;
__this->___m_RenderingMode = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:242>
return;
}
}
// Method Definition Index: 33520
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_depthPrimingMode_m5D8B3BD8077877061F60B6BB6EF25284D78E64BC (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:250>
int32_t L_0 = __this->___m_DepthPrimingMode;
return L_0;
}
}
// Method Definition Index: 33521
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_depthPrimingMode_mA6CA8DBE1322F3A0FC6E806D2A9D86A4316A7BD5 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:253>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:254>
int32_t L_0 = ___0_value;
__this->___m_DepthPrimingMode = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:255>
return;
}
}
// Method Definition Index: 33522
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_copyDepthMode_m02D8B9D5EB63BCCF0B3922481FB2943030E41075 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:263>
int32_t L_0 = __this->___m_CopyDepthMode;
return L_0;
}
}
// Method Definition Index: 33523
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_copyDepthMode_m480DB150CC515706C7AE7F35E9B8D9816BDC5CBE (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:266>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:267>
int32_t L_0 = ___0_value;
__this->___m_CopyDepthMode = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:268>
return;
}
}
// Method Definition Index: 33524
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_depthAttachmentFormat_mC2542B28D9173046D9F73DEA24B6DD82946035FC (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, 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*)&_stringLiteralC5627883D2A1F88214FD2D9A042C1C1124B5A1E1);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:278>
int32_t L_0 = __this->___m_DepthAttachmentFormat;
if (!L_0)
{
goto IL_0023;
}
}
{
int32_t L_1 = __this->___m_DepthAttachmentFormat;
bool L_2;
L_2 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(L_1, ((int32_t)16), NULL);
if (L_2)
{
goto IL_0023;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:280>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralC5627883D2A1F88214FD2D9A042C1C1124B5A1E1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:281>
return (int32_t)(0);
}
IL_0023:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:283>
int32_t L_3 = __this->___m_DepthAttachmentFormat;
return L_3;
}
}
// Method Definition Index: 33525
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_depthAttachmentFormat_mD45DB52DAA9D9ED334C9D647F7F28794DD7F16B9 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, int32_t ___0_value, 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*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F86D81AB7B59B75432E9491E2C0BAE480B84E89);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:287>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:288>
int32_t L_0;
L_0 = UniversalRendererData_get_renderingMode_m6C4B4794BCD71C6194B5EEE3A5DFA085998379E5_inline(__this, NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0029;
}
}
{
int32_t L_1 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
bool L_2;
L_2 = GraphicsFormatUtility_IsStencilFormat_mA27F1DCFF7738B3BAEF225A131F80849BB177BCC(L_1, NULL);
if (L_2)
{
goto IL_0029;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:290>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral1F86D81AB7B59B75432E9491E2C0BAE480B84E89, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:291>
__this->___m_DepthAttachmentFormat = 0;
return;
}
IL_0029:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:295>
int32_t L_3 = ___0_value;
__this->___m_DepthAttachmentFormat = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:297>
return;
}
}
// Method Definition Index: 33526
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_depthTextureFormat_m098DF2660E94156D8712A4F25DD34B6649969779 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, 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*)&DepthFormat_tC5F801ECE667A8F03310593A216E828E3FCD33E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFA6506A2EEF1568228AE22E6D436199D3E9B487);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD2417A259F8683B64527D12170947380DC56FE8);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:307>
int32_t L_0 = __this->___m_DepthTextureFormat;
if (!L_0)
{
goto IL_003e;
}
}
{
int32_t L_1 = __this->___m_DepthTextureFormat;
bool L_2;
L_2 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(L_1, ((int32_t)16), NULL);
if (L_2)
{
goto IL_003e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:309>
int32_t* L_3 = (int32_t*)(&__this->___m_DepthTextureFormat);
Il2CppFakeBox<int32_t> L_4(DepthFormat_tC5F801ECE667A8F03310593A216E828E3FCD33E4_il2cpp_TypeInfo_var, L_3);
String_t* L_5;
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
String_t* L_6;
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralCD2417A259F8683B64527D12170947380DC56FE8, L_5, _stringLiteralAFA6506A2EEF1568228AE22E6D436199D3E9B487, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:310>
return (int32_t)(0);
}
IL_003e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:312>
int32_t L_7 = __this->___m_DepthTextureFormat;
return L_7;
}
}
// Method Definition Index: 33527
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_depthTextureFormat_m92446C3A29695882039079A40CC807713D19147C (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:316>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:317>
int32_t L_0 = ___0_value;
__this->___m_DepthTextureFormat = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:318>
return;
}
}
// Method Definition Index: 33528
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRendererData_get_accurateGbufferNormals_mEEC3CD3A5BDE3BDF5E8882791BEEA6753EABD0EC (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: 33529
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_accurateGbufferNormals_mE9A38901ED3E3061145967150F8A29AB0FC8779C (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:330>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:331>
bool L_0 = ___0_value;
__this->___m_AccurateGbufferNormals = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:332>
return;
}
}
// Method Definition Index: 33530
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRendererData_get_intermediateTextureMode_mE291BB2BB76868DC05128CFE200771858D0B0D46 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:340>
int32_t L_0 = __this->___m_IntermediateTextureMode;
return L_0;
}
}
// Method Definition Index: 33531
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_intermediateTextureMode_m0D621F02F7466874ED5DB885BDBBB5875B906FB8 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:343>
ScriptableRendererData_SetDirty_m90A5EA96EDF7B3F36F8BFFD22197E615D5E7E57D(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:344>
int32_t L_0 = ___0_value;
__this->___m_IntermediateTextureMode = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:345>
return;
}
}
// Method Definition Index: 33532
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRendererData_get_usesDeferredLighting_mFA508A816622843F4512340637859FDF143AD328 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:352>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:353>
int32_t L_0 = __this->___m_RenderingMode;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0013;
}
}
{
int32_t L_1 = __this->___m_RenderingMode;
return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
}
IL_0013:
{
return (bool)1;
}
}
// Method Definition Index: 33533
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRendererData_get_usesClusterLightLoop_m136ED91AFAD2AC5DEFA3C9FE646B8609CEF7B02A (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:359>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:360>
int32_t L_0 = __this->___m_RenderingMode;
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0013;
}
}
{
int32_t L_1 = __this->___m_RenderingMode;
return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
}
IL_0013:
{
return (bool)1;
}
}
// Method Definition Index: 33534
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRendererData_get_stripShadowsOffVariants_mA6EE1CD755DD2B1311FCC383FB339D71A59E123A (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:364>
bool L_0 = __this->___m_StripShadowsOffVariants;
return L_0;
}
}
// Method Definition Index: 33535
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_stripShadowsOffVariants_mF087B156885D6F45AFFC32A97A472CD5B9C6189C (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:365>
bool L_0 = ___0_value;
__this->___m_StripShadowsOffVariants = L_0;
return;
}
}
// Method Definition Index: 33536
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRendererData_get_stripAdditionalLightOffVariants_mAE2FB8FDA6894D717503EDBF3858A9AADC522B55 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:370>
bool L_0 = __this->___m_StripAdditionalLightOffVariants;
return L_0;
}
}
// Method Definition Index: 33537
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_set_stripAdditionalLightOffVariants_m4D3506AB4EB947E78D53D6B02E11D8B18C895C16 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:371>
bool L_0 = ___0_value;
__this->___m_StripAdditionalLightOffVariants = L_0;
return;
}
}
// Method Definition Index: 33538
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_OnEnable_m3B2A1E38C83C94393DDAAEA93F4C7FCDCB87F626 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:382>
ScriptableRendererData_OnEnable_mBA8590EF82D69350E72F3A39C0B7000FAC542EC4(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:383>
UniversalRendererData_ReloadAllNullProperties_m482C1AF2A2FC1DBDF46DAFB033C6336364B8CE99(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:384>
return;
}
}
// Method Definition Index: 33539
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_ReloadAllNullProperties_m482C1AF2A2FC1DBDF46DAFB033C6336364B8CE99 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:399>
return;
}
}
// Method Definition Index: 33540
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_UnityEngine_ISerializationCallbackReceiver_OnBeforeSerialize_m97AF0299167A94D0C3FC08EFEE5230CA1136EA09 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:404>
__this->___m_AssetVersion = 3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:405>
return;
}
}
// Method Definition Index: 33541
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData_UnityEngine_ISerializationCallbackReceiver_OnAfterDeserialize_m84FEF63D6F18FCC0935718E4D15DEDCAF132C00E (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:410>
int32_t L_0 = __this->___m_AssetVersion;
if ((((int32_t)L_0) > ((int32_t)1)))
{
goto IL_0010;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:413>
__this->___m_CopyDepthMode = 0;
}
IL_0010:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:416>
int32_t L_1 = __this->___m_AssetVersion;
if ((((int32_t)L_1) > ((int32_t)2)))
{
goto IL_0025;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:418>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_2 = __this->___m_OpaqueLayerMask;
__this->___m_PrepassLayerMask = L_2;
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:421>
__this->___m_AssetVersion = 3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:422>
return;
}
}
// Method Definition Index: 33542
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRendererData__ctor_mEAE6783CC775C846143B461ABE5AAC697980ECD3 (UniversalRendererData_t57D400CEB38765F55EB74FDBD786B9A73C293CA6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StencilStateData_t4181AB6F6A795950C67270CB147999D915071462_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:137>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0;
L_0 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222((-1), NULL);
__this->___m_PrepassLayerMask = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:138>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_1;
L_1 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222((-1), NULL);
__this->___m_OpaqueLayerMask = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:139>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_2;
L_2 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222((-1), NULL);
__this->___m_TransparentLayerMask = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:140>
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_3 = (StencilStateData_t4181AB6F6A795950C67270CB147999D915071462*)il2cpp_codegen_object_new(StencilStateData_t4181AB6F6A795950C67270CB147999D915071462_il2cpp_TypeInfo_var);
StencilStateData__ctor_m451D4A1F484A26C9CD98CD3637820CBAC6B1D862(L_3, NULL);
StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* L_4 = L_3;
NullCheck(L_4);
L_4->___passOperation = 2;
__this->___m_DefaultStencilState = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultStencilState), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:141>
__this->___m_ShadowTransparentReceive = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:144>
__this->___m_CopyDepthMode = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:155>
__this->___m_IntermediateTextureMode = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:375>
__this->___m_StripShadowsOffVariants = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRendererData.cs:377>
__this->___m_StripAdditionalLightOffVariants = (bool)1;
ScriptableRendererData__ctor_m31B2D970E70E8A5C932C8D1723023B387C96E9C0(__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: 33543
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderPipelineEditorResources__ctor_mC175115D07AA13E2D5C3D10571D1D2BAC0928B68 (UniversalRenderPipelineEditorResources_tA2D76E72E741785876F957F94E7C7489F807B1ED* __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__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: 33544
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderResources__ctor_m84E6D1C37BAE28544948FB56AFD2475F267872EB (ShaderResources_t0F010F6CBF0716DE29FCD187D4FA4368AC407628* __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: 33545
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialResources__ctor_m5541747C6AA96CEC7128B15562DBACA0F52F3B1A (MaterialResources_tED4F7357C57023A565192AA50337FDC81EFD6200* __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: 33546
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderResources__ctor_mCBCB54BC13F9369885D14F040CA674CD4327CAE4 (ShaderResources_t686D1A47D1E6EBC58C12EF1FE1F676EE04BA88E6* __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: 33547
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderPipelineGlobalSettings_get_stripUnusedLODCrossFadeVariants_m4CEF5FF9CFE793DA83BF8374EF90D45F5CD804D9 (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:617>
return (bool)0;
}
}
// Method Definition Index: 33548
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderPipelineGlobalSettings_set_stripUnusedLODCrossFadeVariants_m0B571EB235F9C13D33FC4656B9F764729CAAB283 (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:617>
return;
}
}
// Method Definition Index: 33549
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t9197976D9CD257810C9C417B3050A6C49D652F8D* UniversalRenderPipelineGlobalSettings_get_settingsList_m4B84C7CADD83A02D7350DCE878FC7C321EECE1AA (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:25>
RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76* L_0 = __this->___m_Settings;
NullCheck(L_0);
List_1_t9197976D9CD257810C9C417B3050A6C49D652F8D* L_1;
L_1 = RenderPipelineGraphicsSettingsContainer_get_settingsList_m2F1773B3C683236AD4D1E8238E91328438F32C22(L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33550
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderPipelineGlobalSettings_IsAtLastVersion_m54B1BB5DB7D7B09BEECEAB3981612DA32619161F (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:29>
int32_t L_0 = __this->___m_AssetVersion;
return (bool)((((int32_t)8) == ((int32_t)L_0))? 1 : 0);
}
}
// Method Definition Index: 33551
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderPipelineGlobalSettings_Reset_m7CCC13E0E5ACC8E552B86187047F1977D61362CC (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGlobalSettings_2_Reset_mB858B60BEC1F64DB76E445E21A4446932853B130_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:273>
RenderPipelineGlobalSettings_2_Reset_mB858B60BEC1F64DB76E445E21A4446932853B130(__this, RenderPipelineGlobalSettings_2_Reset_mB858B60BEC1F64DB76E445E21A4446932853B130_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:274>
DecalProjector_UpdateAllDecalProperties_m2B03EA9D72D018432E63E818687E09E752E63DA7(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:275>
return;
}
}
// Method Definition Index: 33552
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* UniversalRenderPipelineGlobalSettings_GetOrCreateDefaultVolumeProfile_m1015E67A1453547B53CE281ECEA1B4D8F19990AF (VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* ___0_defaultVolumeProfile, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:298>
VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1* L_0 = ___0_defaultVolumeProfile;
return L_0;
}
}
// Method Definition Index: 33553
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* UniversalRenderPipelineGlobalSettings_get_prefixedLightLayerNames_m5B0797EC4D18FFFA86EA8684D4A9B245E1CF4030 (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:316>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
return L_0;
}
}
// Method Definition Index: 33554
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* UniversalRenderPipelineGlobalSettings_get_lightLayerNames_m922A1A90A487ED05FE1499ED1047097890D9A068 (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:350>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)0);
return L_0;
}
}
// Method Definition Index: 33555
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderPipelineGlobalSettings_ResetRenderingLayerNames_mFBDF7864CCCCD67D2C2E71BACDE7B114322E7B6F (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:354>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E);
__this->___m_RenderingLayerNames = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderingLayerNames), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:355>
return;
}
}
// Method Definition Index: 33556
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* UniversalRenderPipelineGlobalSettings_GetOrCreateAPVSceneData_m0F55FD292F5821B0CFD8AE2B81B22FFFFF37CA39 (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:368>
ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* L_0 = __this->___apvScenesData;
if (L_0)
{
goto IL_0014;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:369>
ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* L_1 = (ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90*)il2cpp_codegen_object_new(ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90_il2cpp_TypeInfo_var);
ProbeVolumeSceneData__ctor_m39E29017AF29C499E34DD0123F3B135A533B5ECB(L_1, __this, NULL);
__this->___apvScenesData = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___apvScenesData), (void*)L_1);
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:371>
ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* L_2 = __this->___apvScenesData;
NullCheck(L_2);
ProbeVolumeSceneData_SetParentObject_m2DFFDD95B95E5ABE219037436C0E6E5DD956B7A9_inline(L_2, __this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:372>
ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* L_3 = __this->___apvScenesData;
return L_3;
}
}
// Method Definition Index: 33557
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderPipelineGlobalSettings__ctor_m4785B211F41A5F3382384A57C3100E96D04CC46E (UniversalRenderPipelineGlobalSettings_t895E975CCCA62A6DE4F820C0109953EF6D83B9F0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGlobalSettings_2__ctor_m64DAF552900A69701B1E0411E779E4111A14B595_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:603>
ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553* L_0 = (ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553*)il2cpp_codegen_object_new(ShaderStrippingSetting_t306B7C6E56B51EF71EB67D41A1713CF817908553_il2cpp_TypeInfo_var);
ShaderStrippingSetting__ctor_m2A6E7211BB8803F07688F444C184582BABDC7902(L_0, NULL);
__this->___m_ShaderStrippingSetting = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ShaderStrippingSetting), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:604>
URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42* L_1 = (URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42*)il2cpp_codegen_object_new(URPShaderStrippingSetting_t34D554AFBCB8D669F5882637E4B542CEC9704F42_il2cpp_TypeInfo_var);
URPShaderStrippingSetting__ctor_mB5592E1F1C57A862400F5B99F2B984599D484108(L_1, NULL);
__this->___m_URPShaderStrippingSetting = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_URPShaderStrippingSetting), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:606>
__this->___m_ExportShaderVariants = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:607>
__this->___m_StripDebugVariants = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:609>
__this->___m_StripUnusedVariants = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Deprecated.cs:610>
__this->___m_StripScreenCoordOverrideVariants = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:24>
RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76* L_2 = (RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76*)il2cpp_codegen_object_new(RenderPipelineGraphicsSettingsContainer_tAFCA4BEDF59D2323657557C98A10741C27936D76_il2cpp_TypeInfo_var);
RenderPipelineGraphicsSettingsContainer__ctor_m2B76DBC4A86D904E043C7DFE78C441512630FC97(L_2, NULL);
__this->___m_Settings = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:35>
__this->___m_AssetVersion = 8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalRenderPipelineGlobalSettings.cs:306>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral9D5313975DA8153FF9A5262016CB413A4E84846E);
__this->___m_RenderingLayerNames = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderingLayerNames), (void*)L_4);
il2cpp_codegen_runtime_class_init_inline(RenderPipelineGlobalSettings_2_t5889F7CE137327A114EF781ED997040597BC6C02_il2cpp_TypeInfo_var);
RenderPipelineGlobalSettings_2__ctor_m64DAF552900A69701B1E0411E779E4111A14B595(__this, RenderPipelineGlobalSettings_2__ctor_m64DAF552900A69701B1E0411E779E4111A14B595_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 33558
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void URPHelpURLAttribute__ctor_m9FC1A3D9E43FFB7AF94FBC356A034429B4AEA653 (URPHelpURLAttribute_t70E0C8F5CB495E31B0F24EE18A53EFD9E22D1DD4* __this, String_t* ___0_pageName, String_t* ___1_pageHash, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0006A4CE32860D35D17858AB1FB65190592A30);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Documentation.cs:9>
String_t* L_0 = ___0_pageName;
String_t* L_1 = ___1_pageHash;
CoreRPHelpURLAttribute__ctor_m36419C53A09E886565E192D4433482A584E9DB03(__this, L_0, L_1, _stringLiteral0B0006A4CE32860D35D17858AB1FB65190592A30, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Documentation.cs:11>
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: 33559
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Documentation_GetPageLink_m50B705B39B28C9A03775A17CE2069D9169106955 (String_t* ___0_pageName, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B0006A4CE32860D35D17858AB1FB65190592A30);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Documentation.cs:26>
String_t* L_0 = ___0_pageName;
String_t* L_1;
L_1 = DocumentationInfo_GetPageLink_mC80FD4627230157C0936E1B291076EEA7D285C18(_stringLiteral0B0006A4CE32860D35D17858AB1FB65190592A30, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33560
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Documentation__ctor_m79F3B0DA04673971FFFCDE3A59D2CAE4A2E5DCD8 (Documentation_t3768FBB86337E0A8671A99ED860CE3D03787F231* __this, const RuntimeMethod* method)
{
{
DocumentationInfo__ctor_mC0375CEF54C6DF14F9288C2AAAC03FAAF3D98479(__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: 33561
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* ForwardRendererData_Create_m4E3DCF8101AD79908268E01AE01B7EC77029D5AE (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, 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*)&_stringLiteralA824656CF14E82FE07C42A45326BE9D298CAD315);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD40EFFC7E6035CB6C2A774293AFA21C00E27ECE6);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:127>
String_t* L_0;
L_0 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(__this, NULL);
String_t* L_1;
L_1 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralD40EFFC7E6035CB6C2A774293AFA21C00E27ECE6, L_0, _stringLiteralA824656CF14E82FE07C42A45326BE9D298CAD315, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:128>
return (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)NULL;
}
}
// Method Definition Index: 33562
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ForwardRendererData_get_opaqueLayerMask_mAD30F1E551ECF00B7D6ED85271556856DF500194 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:136>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_get_opaqueLayerMask_mAD30F1E551ECF00B7D6ED85271556856DF500194_RuntimeMethod_var)));
}
}
// Method Definition Index: 33563
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardRendererData_set_opaqueLayerMask_m25F856BA33D11D5F082B9955B8484D86EB9B8297 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:137>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_set_opaqueLayerMask_m25F856BA33D11D5F082B9955B8484D86EB9B8297_RuntimeMethod_var)));
}
}
// Method Definition Index: 33564
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ForwardRendererData_get_transparentLayerMask_m83F90096F0304268543184883CDE12CC76B6297D (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:145>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_get_transparentLayerMask_m83F90096F0304268543184883CDE12CC76B6297D_RuntimeMethod_var)));
}
}
// Method Definition Index: 33565
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardRendererData_set_transparentLayerMask_mEFCE888DE083DC27D1A173AF5AD3F12DD3F58EF9 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:146>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_set_transparentLayerMask_mEFCE888DE083DC27D1A173AF5AD3F12DD3F58EF9_RuntimeMethod_var)));
}
}
// Method Definition Index: 33566
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* ForwardRendererData_get_defaultStencilState_m0AF1078654D50774C88127FC3A14651D2C697720 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:154>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_get_defaultStencilState_m0AF1078654D50774C88127FC3A14651D2C697720_RuntimeMethod_var)));
}
}
// Method Definition Index: 33567
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardRendererData_set_defaultStencilState_mC639E3CDBA441D5647FA1C8C822233B69A4453ED (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, StencilStateData_t4181AB6F6A795950C67270CB147999D915071462* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:155>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_set_defaultStencilState_mC639E3CDBA441D5647FA1C8C822233B69A4453ED_RuntimeMethod_var)));
}
}
// Method Definition Index: 33568
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ForwardRendererData_get_shadowTransparentReceive_m46227C9E879BFD2305DB476E1D06D8CC85A6A460 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:163>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_get_shadowTransparentReceive_m46227C9E879BFD2305DB476E1D06D8CC85A6A460_RuntimeMethod_var)));
}
}
// Method Definition Index: 33569
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardRendererData_set_shadowTransparentReceive_m7A000BA4F11B9149C28B250ED4965EB7A0ECCA39 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:164>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_set_shadowTransparentReceive_m7A000BA4F11B9149C28B250ED4965EB7A0ECCA39_RuntimeMethod_var)));
}
}
// Method Definition Index: 33570
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ForwardRendererData_get_renderingMode_m55273BF1ABB55BA9610F38483040A9B34FC055B9 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:172>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_get_renderingMode_m55273BF1ABB55BA9610F38483040A9B34FC055B9_RuntimeMethod_var)));
}
}
// Method Definition Index: 33571
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardRendererData_set_renderingMode_mD3DD5912169BC1A09A548605F1F1894588616561 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:173>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_set_renderingMode_mD3DD5912169BC1A09A548605F1F1894588616561_RuntimeMethod_var)));
}
}
// Method Definition Index: 33572
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ForwardRendererData_get_accurateGbufferNormals_mCA3759732A261A0D656AA87A809D757836FEDE37 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:182>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_get_accurateGbufferNormals_mCA3759732A261A0D656AA87A809D757836FEDE37_RuntimeMethod_var)));
}
}
// Method Definition Index: 33573
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardRendererData_set_accurateGbufferNormals_mDE75374C7F4577AD70DA043EE288D23E0E0491E5 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ForwardRendererData.cs:183>
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD54F987D700069A4C50C7066B2731C0D206680F7)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ForwardRendererData_set_accurateGbufferNormals_mDE75374C7F4577AD70DA043EE288D23E0E0491E5_RuntimeMethod_var)));
}
}
// Method Definition Index: 33574
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardRendererData__ctor_mD53B862AFEABAA35C7843EB5026636D4D649F4B8 (ForwardRendererData_t5B772D47665FE00415BF0E47F910BA3DC8FD31F6* __this, const RuntimeMethod* method)
{
{
ScriptableRendererData__ctor_m31B2D970E70E8A5C932C8D1723023B387C96E9C0(__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: 33575
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderResources__ctor_m3B731FA43F0EEE5739577758846B93914F79F82D (ShaderResources_t67897398F9447A4A823070509EC373702AC96334* __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: 33576
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* Universal2DResourceData_CheckAndGetTextureHandle_m83FBF13070F72ECB9C0848E548ED44C03B5413CA (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** ___0_handle, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_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/FrameData/Universal2DResourceData.cs:13>
bool L_0;
L_0 = UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D(__this, NULL);
if (L_0)
{
goto IL_0024;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:14>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_1 = (TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9*)(TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9*)SZArrayNew(TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9_il2cpp_TypeInfo_var, (uint32_t)1);
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_2 = L_1;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_3 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)SZArrayNew(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var, (uint32_t)1);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_4 = L_3;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5;
L_5 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_5);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)L_4);
return L_2;
}
IL_0024:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:16>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_6 = ___0_handle;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_7 = *((TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9**)L_6);
return L_7;
}
}
// Method Definition Index: 33577
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_CheckAndSetTextureHandle_m26688DC080491E14C1D0B0B3C3A42393FB2489F8 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** ___0_handle, TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* ___1_newHandle, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:21>
bool L_0;
L_0 = UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D(__this, NULL);
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:22>
return;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:24>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_1 = ___0_handle;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_2 = *((TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9**)L_1);
if (!L_2)
{
goto IL_0016;
}
}
{
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_3 = ___0_handle;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_4 = *((TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9**)L_3);
NullCheck(L_4);
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_5 = ___1_newHandle;
NullCheck(L_5);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))
{
goto IL_0020;
}
}
IL_0016:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:25>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_6 = ___0_handle;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_7 = ___1_newHandle;
NullCheck(L_7);
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_8 = (TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9*)(TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9*)SZArrayNew(TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)));
*((RuntimeObject**)L_6) = (RuntimeObject*)L_8;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_8);
}
IL_0020:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:27>
V_0 = 0;
goto IL_002f;
}
IL_0024:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:28>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_9 = ___0_handle;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_10 = *((TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9**)L_9);
int32_t L_11 = V_0;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_12 = ___1_newHandle;
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:27>
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_002f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:27>
int32_t L_17 = V_0;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_18 = ___1_newHandle;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))
{
goto IL_0024;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:29>
return;
}
}
// Method Definition Index: 33578
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* Universal2DResourceData_get_lightTextures_mD62C714586B183217FD646B9B7494602392F74C9 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:33>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_0 = (TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9**)(&__this->____lightTextures);
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_1;
L_1 = Universal2DResourceData_CheckAndGetTextureHandle_m83FBF13070F72ECB9C0848E548ED44C03B5413CA(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33579
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_set_lightTextures_mAF0C51BC187128E508CDC16FB4607A3FDA07C670 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:34>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_0 = (TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9**)(&__this->____lightTextures);
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_1 = ___0_value;
Universal2DResourceData_CheckAndSetTextureHandle_m26688DC080491E14C1D0B0B3C3A42393FB2489F8(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33580
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* Universal2DResourceData_get_normalsTexture_mA70971E5F30FE4AFF3A73821D85274DDACDA43D8 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:40>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_0 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)(&__this->____cameraNormalsTexture);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_m83828CBDC60130088A326F787A6FD3AE13822F5A(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33581
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_set_normalsTexture_m0703C2F2EDD255CA2A24FF8AFFB06C791EE3E102 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:41>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_0 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)(&__this->____cameraNormalsTexture);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_mBB6439817E89D5878F9490AF6729F9BA5625D9E6(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33582
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 Universal2DResourceData_get_normalsDepth_m257DF7D736FC9A772768D943904A940918C368FF (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:47>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____normalsDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33583
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_set_normalsDepth_m9F520B59C93DB80FE579DD84D667E2060473428C (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:48>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____normalsDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33584
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* Universal2DResourceData_get_shadowTextures_mD06D5D3E19DF10F4AEE71BDFBB0D09F969565333 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:54>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_0 = (TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9**)(&__this->____shadowTextures);
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_1;
L_1 = Universal2DResourceData_CheckAndGetTextureHandle_m83FBF13070F72ECB9C0848E548ED44C03B5413CA(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33585
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_set_shadowTextures_m95743653576B7880BB3F7D856AE1748B23CC675C (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:55>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9** L_0 = (TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9**)(&__this->____shadowTextures);
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_1 = ___0_value;
Universal2DResourceData_CheckAndSetTextureHandle_m26688DC080491E14C1D0B0B3C3A42393FB2489F8(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33586
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 Universal2DResourceData_get_shadowDepth_m54B3758AD5F3A1DF54C55D2CA6F44B0F0F9F5311 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:61>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____shadowDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33587
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_set_shadowDepth_mB84BEBCF48D99631F779104FB6FEBE701742334F (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:62>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____shadowDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33588
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 Universal2DResourceData_get_upscaleTexture_mA7E08E4B95D7623870172B04C62D1E9112C5F4D3 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:68>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____upscaleTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33589
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_set_upscaleTexture_mB0FFF998EAAEE085EF0564DF6F54ECAB76211518 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:69>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____upscaleTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33590
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 Universal2DResourceData_get_cameraSortingLayerTexture_m47C3A2A981F119D48F1AD341C2E64958EF15EC27 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:75>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraSortingLayerTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33591
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_set_cameraSortingLayerTexture_m492A3CDFDF9A2E7E51A2A04B507B5BD64FDB8540 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:76>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraSortingLayerTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33592
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData_Reset_m44907C92BAE282C1B2257EEC0FAD3F74DEC17329 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, 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;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:83>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_0;
L_0 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____normalsDepth = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:84>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____shadowDepth = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:85>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_2;
L_2 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____upscaleTexture = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:86>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3;
L_3 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____cameraSortingLayerTexture = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:88>
V_0 = 0;
goto IL_0045;
}
IL_0030:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:89>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_4 = __this->____cameraNormalsTexture;
int32_t L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6;
L_6 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:88>
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0045:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:88>
int32_t L_8 = V_0;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_9 = __this->____cameraNormalsTexture;
NullCheck(L_9);
if ((((int32_t)L_8) < ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))
{
goto IL_0030;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:91>
V_1 = 0;
goto IL_0080;
}
IL_0054:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:92>
V_2 = 0;
goto IL_006f;
}
IL_0058:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:93>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_10 = __this->____shadowTextures;
int32_t L_11 = V_1;
NullCheck(L_10);
int32_t L_12 = L_11;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
int32_t L_14 = V_2;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_15;
L_15 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:92>
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_006f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:92>
int32_t L_17 = V_2;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_18 = __this->____shadowTextures;
int32_t L_19 = V_1;
NullCheck(L_18);
int32_t L_20 = L_19;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
NullCheck(L_21);
if ((((int32_t)L_17) < ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))
{
goto IL_0058;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:91>
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0080:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:91>
int32_t L_23 = V_1;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_24 = __this->____shadowTextures;
NullCheck(L_24);
if ((((int32_t)L_23) < ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))
{
goto IL_0054;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:95>
V_3 = 0;
goto IL_00c0;
}
IL_008f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:96>
V_4 = 0;
goto IL_00ae;
}
IL_0094:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:97>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_25 = __this->____lightTextures;
int32_t L_26 = V_3;
NullCheck(L_25);
int32_t L_27 = L_26;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
int32_t L_29 = V_4;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_30;
L_30 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_30);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:96>
int32_t L_31 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_31, 1));
}
IL_00ae:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:96>
int32_t L_32 = V_4;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_33 = __this->____lightTextures;
int32_t L_34 = V_3;
NullCheck(L_33);
int32_t L_35 = L_34;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_36 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
NullCheck(L_36);
if ((((int32_t)L_32) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))
{
goto IL_0094;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:95>
int32_t L_37 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_37, 1));
}
IL_00c0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:95>
int32_t L_38 = V_3;
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_39 = __this->____lightTextures;
NullCheck(L_39);
if ((((int32_t)L_38) < ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))
{
goto IL_008f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:98>
return;
}
}
// Method Definition Index: 33593
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Universal2DResourceData__ctor_m56DA76400A7586131C87F6F75A19A0DB46A42FD6 (Universal2DResourceData_t2662CF2E8F3D70AA0C55346EF0B4D170A5AF1342* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:36>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_0 = (TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9*)(TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9*)SZArrayNew(TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9_il2cpp_TypeInfo_var, (uint32_t)0);
__this->____lightTextures = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____lightTextures), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:43>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)SZArrayNew(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var, (uint32_t)0);
__this->____cameraNormalsTexture = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____cameraNormalsTexture), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/Universal2DResourceData.cs:57>
TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9* L_2 = (TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9*)(TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9*)SZArrayNew(TextureHandleU5BU5DU5BU5D_t36A34F73F4A1EE7E90D37774A796785F0548EEB9_il2cpp_TypeInfo_var, (uint32_t)0);
__this->____shadowTextures = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____shadowTextures), (void*)L_2);
UniversalResourceDataBase__ctor_mE142CE1A9C410EBC52BB49854B0E98F94304E155(__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: 33594
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraData_SetViewAndProjectionMatrix_m01689DA84B20309589BBDFA8153F2C8F0662FA1F (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_viewMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_projectionMatrix, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:20>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = ___0_viewMatrix;
__this->___m_ViewMatrix = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:21>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = ___1_projectionMatrix;
__this->___m_ProjectionMatrix = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:22>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2;
L_2 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
__this->___m_JitterMatrix = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:23>
return;
}
}
// Method Definition Index: 33595
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraData_SetViewProjectionAndJitterMatrix_m4A8D657766E65CE57A9F17A7F429B187AA84C38C (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_viewMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_projectionMatrix, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_jitterMatrix, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:27>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = ___0_viewMatrix;
__this->___m_ViewMatrix = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:28>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = ___1_projectionMatrix;
__this->___m_ProjectionMatrix = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:29>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = ___2_jitterMatrix;
__this->___m_JitterMatrix = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:30>
return;
}
}
// Method Definition Index: 33596
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraData_PushBuiltinShaderConstantsXR_mA5EE73620BDC6B4AD63AEDF6850F7FD24B21F729 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, bool ___1_renderIntoTexture, 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*)&XRBuiltinShaderConstants_t1D37F9AC982A0FBE2161D89BD21DADC6DCD88024_il2cpp_TypeInfo_var);
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));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_3;
memset((&V_3), 0, sizeof(V_3));
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));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_9;
memset((&V_9), 0, sizeof(V_9));
int32_t G_B4_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:41>
bool L_0 = __this->___m_InitBuiltinXRConstants;
if (!L_0)
{
goto IL_0021;
}
}
{
bool L_1 = __this->___m_CachedRenderIntoTextureXR;
bool L_2 = ___1_renderIntoTexture;
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_0021;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_3;
L_3 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_3);
bool L_4;
L_4 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_3, NULL);
G_B4_0 = ((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
goto IL_0022;
}
IL_0021:
{
G_B4_0 = 1;
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:42>
if (!G_B4_0)
{
goto IL_014f;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_5;
L_5 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_5);
bool L_6;
L_6 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_5, NULL);
if (!L_6)
{
goto IL_014f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:44>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_7;
L_7 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(__this, 0, NULL);
V_0 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:45>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_8;
L_8 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(__this, 0, NULL);
V_1 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:46>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9 = ___0_cmd;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_10 = V_1;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_11 = V_0;
NullCheck(L_9);
RasterCommandBuffer_SetViewProjectionMatrices_m21CDA0C0749727E056A9F2FA6241346D68876D29(L_9, L_10, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:48>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_12;
L_12 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_12);
bool L_13;
L_13 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_12, NULL);
if (!L_13)
{
goto IL_0087;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:50>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14;
L_14 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(__this, 1, NULL);
V_2 = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:51>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_15;
L_15 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(__this, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:52>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_16 = V_1;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17 = V_0;
bool L_18 = ___1_renderIntoTexture;
il2cpp_codegen_runtime_class_init_inline(XRBuiltinShaderConstants_t1D37F9AC982A0FBE2161D89BD21DADC6DCD88024_il2cpp_TypeInfo_var);
XRBuiltinShaderConstants_UpdateBuiltinShaderConstants_mA449850E5D181488B8F3DB9994FFEA85F0300C19(L_16, L_17, L_18, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:53>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_19 = V_2;
bool L_20 = ___1_renderIntoTexture;
XRBuiltinShaderConstants_UpdateBuiltinShaderConstants_mA449850E5D181488B8F3DB9994FFEA85F0300C19(L_15, L_19, L_20, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:54>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_21 = ___0_cmd;
XRBuiltinShaderConstants_SetBuiltinShaderConstants_m1F69667CD7AEE4F0C7DCFFFDBDC876961E0C11D0(L_21, NULL);
goto IL_0141;
}
IL_0087:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:59>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22;
L_22 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(__this, 0, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23;
L_23 = Matrix4x4_Inverse_mFB2503F5D5FE76E7C56249700ED2E43DDA0F1939(L_22, NULL);
V_9 = L_23;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_24;
L_24 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118((&V_9), 3, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25;
L_25 = Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline(L_24, NULL);
V_3 = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:60>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_26 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_27 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___worldSpaceCameraPos;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = V_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_29;
L_29 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_28, NULL);
NullCheck(L_26);
RasterCommandBuffer_SetGlobalVector_mB54A698709E920A961D8601DC5B2452B4866C68E(L_26, L_27, L_29, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:65>
bool L_30 = ___1_renderIntoTexture;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_31;
L_31 = UniversalCameraData_GetGPUProjectionMatrix_mE735BC88196500A60E681CB42031792EB977FB1C(__this, L_30, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:66>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_32 = V_1;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_33;
L_33 = Matrix4x4_Inverse_mFB2503F5D5FE76E7C56249700ED2E43DDA0F1939(L_32, NULL);
V_4 = L_33;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:67>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_34;
L_34 = Matrix4x4_Inverse_mFB2503F5D5FE76E7C56249700ED2E43DDA0F1939(L_31, NULL);
V_5 = L_34;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:68>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_35 = V_4;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_36 = V_5;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37;
L_37 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_35, L_36, NULL);
V_6 = L_37;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:73>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38;
memset((&L_38), 0, sizeof(L_38));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_38), (1.0f), (1.0f), (-1.0f), NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_39;
L_39 = Matrix4x4_Scale_m95902D2A889FD6E7B04BBEAE6FAE5D6D8A88E642(L_38, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_40 = V_1;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_41;
L_41 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_39, L_40, NULL);
V_7 = L_41;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:74>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_42;
L_42 = Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD((&V_7), NULL);
V_8 = L_42;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:75>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_43 = ___0_cmd;
int32_t L_44 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___worldToCameraMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_45 = V_7;
NullCheck(L_43);
RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2(L_43, L_44, L_45, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:76>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_46 = ___0_cmd;
int32_t L_47 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___cameraToWorldMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_48 = V_8;
NullCheck(L_46);
RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2(L_46, L_47, L_48, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:78>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_49 = ___0_cmd;
int32_t L_50 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___inverseViewMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_51 = V_4;
NullCheck(L_49);
RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2(L_49, L_50, L_51, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:79>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_52 = ___0_cmd;
int32_t L_53 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___inverseProjectionMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_54 = V_5;
NullCheck(L_52);
RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2(L_52, L_53, L_54, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:80>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_55 = ___0_cmd;
int32_t L_56 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___inverseViewAndProjectionMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_57 = V_6;
NullCheck(L_55);
RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2(L_55, L_56, L_57, NULL);
}
IL_0141:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:82>
bool L_58 = ___1_renderIntoTexture;
__this->___m_CachedRenderIntoTextureXR = L_58;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:83>
__this->___m_InitBuiltinXRConstants = (bool)1;
}
IL_014f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:86>
return;
}
}
// Method Definition Index: 33597
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:96>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0;
L_0 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_0, NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:97>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2;
L_2 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
int32_t L_3 = ___0_viewIndex;
NullCheck(L_2);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
L_4 = XRPass_GetViewMatrix_m6B40CC647344BB873EA5D81A4EA9A1A55038F0A0(L_2, L_3, NULL);
return L_4;
}
IL_001a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:99>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5 = __this->___m_ViewMatrix;
return L_5;
}
}
// Method Definition Index: 33598
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:110>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0;
L_0 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_0, NULL);
if (!L_1)
{
goto IL_0025;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:111>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = __this->___m_JitterMatrix;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_3;
L_3 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
int32_t L_4 = ___0_viewIndex;
NullCheck(L_3);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5;
L_5 = XRPass_GetProjMatrix_m7619A089EDDA752C55E797CFD773D58AA5A82318(L_3, L_4, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_6;
L_6 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_2, L_5, NULL);
return L_6;
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:113>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_7 = __this->___m_JitterMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_8 = __this->___m_ProjectionMatrix;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_9;
L_9 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_7, L_8, NULL);
return L_9;
}
}
// Method Definition Index: 33599
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:119>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0;
L_0 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_0, NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:120>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2;
L_2 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
int32_t L_3 = ___0_viewIndex;
NullCheck(L_2);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
L_4 = XRPass_GetProjMatrix_m7619A089EDDA752C55E797CFD773D58AA5A82318(L_2, L_3, NULL);
return L_4;
}
IL_001a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:122>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5 = __this->___m_ProjectionMatrix;
return L_5;
}
}
// Method Definition Index: 33600
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetGPUProjectionMatrix_mD6F799170C0621334209F12FEEAAB236BEA9FBD0 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:138>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = __this->___m_JitterMatrix;
int32_t L_1 = ___0_viewIndex;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2;
L_2 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(__this, L_1, NULL);
bool L_3;
L_3 = UniversalCameraData_IsCameraProjectionMatrixFlipped_mB276D4F23A10935367AF04FAAEC51AC177A5C203(__this, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
L_4 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_2, L_3, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5;
L_5 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_0, L_4, NULL);
return L_5;
}
}
// Method Definition Index: 33601
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetGPUProjectionMatrixNoJitter_m631670B251C143F27D9356A2427ACABF5816F677 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:155>
int32_t L_0 = ___0_viewIndex;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1;
L_1 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(__this, L_0, NULL);
bool L_2;
L_2 = UniversalCameraData_IsCameraProjectionMatrixFlipped_mB276D4F23A10935367AF04FAAEC51AC177A5C203(__this, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_3;
L_3 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_1, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 33602
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetGPUProjectionMatrix_mE735BC88196500A60E681CB42031792EB977FB1C (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, bool ___0_renderIntoTexture, int32_t ___1_viewIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:161>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = __this->___m_JitterMatrix;
int32_t L_1 = ___1_viewIndex;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2;
L_2 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(__this, L_1, NULL);
bool L_3 = ___0_renderIntoTexture;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
L_4 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_2, L_3, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5;
L_5 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_0, L_4, NULL);
return L_5;
}
}
// Method Definition Index: 33603
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalCameraData_get_scaledWidth_mD4B35FA28DBA62FA07EF273CCFCA4CC730D1CA88 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:174>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___camera;
NullCheck(L_0);
int32_t L_1;
L_1 = Camera_get_pixelWidth_m55AC8AD744FC0179865C2E630C68F9AD0799065D(L_0, NULL);
float L_2 = __this->___renderScale;
int32_t L_3;
L_3 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_1), L_2))), NULL);
return L_3;
}
}
// Method Definition Index: 33604
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalCameraData_get_scaledHeight_mD5B22BF70530FCA60F468DE4E976CBCBCB8363F6 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:181>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___camera;
NullCheck(L_0);
int32_t L_1;
L_1 = Camera_get_pixelHeight_m00881B5A440B0018D5A8F837694027050B500F59(L_0, NULL);
float L_2 = __this->___renderScale;
int32_t L_3;
L_3 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)L_1), L_2))), NULL);
return L_3;
}
}
// Method Definition Index: 33605
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* UniversalCameraData_get_historyManager_m8C4CFC36413BC22830992F80D2D69422CC7B50BF (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:196>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_0 = __this->___m_HistoryManager;
return L_0;
}
}
// Method Definition Index: 33606
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraData_set_historyManager_m10B7956670F64AC943D6045D40805E5AED5AAA2C (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:196>
UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80* L_0 = ___0_value;
__this->___m_HistoryManager = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_HistoryManager), (void*)L_0);
return;
}
}
// Method Definition Index: 33607
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_requireSrgbConversion_m09836AD17C2F9377EB91208CFE48FD6E6787D6FF (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:292>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0;
L_0 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_0, NULL);
if (!L_1)
{
goto IL_005a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:293>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2;
L_2 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_2);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3;
L_3 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_2, NULL);
V_0 = L_3;
bool L_4;
L_4 = RenderTextureDescriptor_get_sRGB_mD9351F9665C474A91CB9CEFC5A18731DD2265C4E((&V_0), NULL);
if (L_4)
{
goto IL_0058;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_5;
L_5 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_5);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_6;
L_6 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_5, NULL);
V_0 = L_6;
int32_t L_7;
L_7 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0((&V_0), NULL);
if ((((int32_t)L_7) == ((int32_t)8)))
{
goto IL_004f;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_8;
L_8 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_8);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_9;
L_9 = XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline(L_8, NULL);
V_0 = L_9;
int32_t L_10;
L_10 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0((&V_0), NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)59)))))
{
goto IL_0058;
}
}
IL_004f:
{
int32_t L_11;
L_11 = QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9(NULL);
return (bool)((((int32_t)L_11) == ((int32_t)1))? 1 : 0);
}
IL_0058:
{
return (bool)0;
}
IL_005a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:296>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_12 = __this->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_12, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_13)
{
goto IL_0073;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1_il2cpp_TypeInfo_var);
Display_t06A3B0F5169CA3C02A4D5171F27499A23D3581D1* L_14;
L_14 = Display_get_main_m6EB21BF1B5F545173BEECDB8F1F547FD74B4895C(NULL);
NullCheck(L_14);
bool L_15;
L_15 = Display_get_requiresSrgbBlitToBackbuffer_m840444AB18289A13399B9F80EE0722EB1B656B7D(L_14, NULL);
return L_15;
}
IL_0073:
{
return (bool)0;
}
}
// Method Definition Index: 33608
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isGameCamera_m4AE3B2BF96B55507D5D6C194018AB179D5121A34 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:303>
int32_t L_0 = __this->___cameraType;
return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
}
}
// Method Definition Index: 33609
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:308>
int32_t L_0 = __this->___cameraType;
return (bool)((((int32_t)L_0) == ((int32_t)2))? 1 : 0);
}
}
// Method Definition Index: 33610
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isPreviewCamera_m805B3ED7E0D54B8054BFFD3166489E2B1B3BDC51 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:313>
int32_t L_0 = __this->___cameraType;
return (bool)((((int32_t)L_0) == ((int32_t)4))? 1 : 0);
}
}
// Method Definition Index: 33611
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isRenderPassSupportedCamera_m540F7A822ED64400F9E4E7CA6EEAE4EEAEC81671 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:315>
int32_t L_0 = __this->___cameraType;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0014;
}
}
{
int32_t L_1 = __this->___cameraType;
return (bool)((((int32_t)L_1) == ((int32_t)((int32_t)16)))? 1 : 0);
}
IL_0014:
{
return (bool)1;
}
}
// Method Definition Index: 33612
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_resolveToScreen_mE8235CF388A7CEA9FCDD222B717E0A891C9C8D24 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __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/FrameData/UniversalCameraData.cs:317>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = __this->___targetTexture;
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_0030;
}
}
{
bool L_2 = __this->___resolveFinalTarget;
if (!L_2)
{
goto IL_0030;
}
}
{
int32_t L_3 = __this->___cameraType;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_002e;
}
}
{
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = __this->___camera;
NullCheck(L_4);
int32_t L_5;
L_5 = Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851(L_4, NULL);
return (bool)((((int32_t)L_5) == ((int32_t)8))? 1 : 0);
}
IL_002e:
{
return (bool)1;
}
IL_0030:
{
return (bool)0;
}
}
// Method Definition Index: 33613
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:326>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
bool L_0;
L_0 = UniversalRenderPipeline_HDROutputForMainDisplayIsActive_m12BBA3289BA15B7DA5BB172E7E217F02EE4A638A(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:329>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_1;
L_1 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_1);
bool L_2;
L_2 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_1, NULL);
if (!L_2)
{
goto IL_001f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:330>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_3;
L_3 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_3);
bool L_4;
L_4 = XRPass_get_isHDRDisplayOutputActive_mDDF923772ACEB4329636145DF533077CAD0991A3(L_3, NULL);
V_0 = L_4;
}
IL_001f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:332>
bool L_5 = V_0;
if (!L_5)
{
goto IL_0031;
}
}
{
bool L_6 = __this->___allowHDROutput;
if (!L_6)
{
goto IL_0031;
}
}
{
bool L_7;
L_7 = UniversalCameraData_get_resolveToScreen_mE8235CF388A7CEA9FCDD222B717E0A891C9C8D24(__this, NULL);
return L_7;
}
IL_0031:
{
return (bool)0;
}
}
// Method Definition Index: 33614
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F V_0;
memset((&V_0), 0, sizeof(V_0));
HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:351>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0;
L_0 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_0, NULL);
if (!L_1)
{
goto IL_001b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:353>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2;
L_2 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_2);
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_3;
L_3 = XRPass_get_hdrDisplayOutputInformation_mF2A794B0D3D81971E6D4DEBAA46094D394727BED(L_2, NULL);
V_0 = L_3;
goto IL_0040;
}
IL_001b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:358>
il2cpp_codegen_runtime_class_init_inline(HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62_il2cpp_TypeInfo_var);
HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* L_4;
L_4 = HDROutputSettings_get_main_m08D85CA681A4D79D0EB517F9C99BAB7C09F37014(NULL);
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:359>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:360>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:361>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:362>
HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* L_5 = V_1;
NullCheck(L_5);
int32_t L_6;
L_6 = HDROutputSettings_get_maxFullFrameToneMapLuminance_mDFA3E9A5EE6E5D2925E80D8D1CF282F9428F6261(L_5, NULL);
HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* L_7 = V_1;
NullCheck(L_7);
int32_t L_8;
L_8 = HDROutputSettings_get_maxToneMapLuminance_mD7085505C04D04C81E94F6C1E8BB17D6208CBA1E(L_7, NULL);
HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* L_9 = V_1;
NullCheck(L_9);
int32_t L_10;
L_10 = HDROutputSettings_get_minToneMapLuminance_mD487947C93456D9A29AD96A31A03621AB815A457(L_9, NULL);
HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* L_11 = V_1;
NullCheck(L_11);
float L_12;
L_12 = HDROutputSettings_get_paperWhiteNits_m93987328E7A39D51F0316105D84C41763E86C4BE(L_11, NULL);
HDRDisplayInformation__ctor_mD4C2E8465BD24195472333924CE18A03E5004555((&V_0), L_6, L_8, L_10, L_12, NULL);
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:365>
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_13 = V_0;
return L_13;
}
}
// Method Definition Index: 33615
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:378>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0;
L_0 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_0);
bool L_1;
L_1 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_0, NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:380>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2;
L_2 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = XRPass_get_hdrDisplayOutputColorGamut_m77BD30B050326EE03E7885579E303B41CE09AD8C(L_2, NULL);
return L_3;
}
IL_0019:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:385>
il2cpp_codegen_runtime_class_init_inline(HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62_il2cpp_TypeInfo_var);
HDROutputSettings_t6A590B1AA325DD7389D71F502B762BF1592A9F62* L_4;
L_4 = HDROutputSettings_get_main_m08D85CA681A4D79D0EB517F9C99BAB7C09F37014(NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:386>
NullCheck(L_4);
int32_t L_5;
L_5 = HDROutputSettings_get_displayColorGamut_mF95F4941BB9977BA8584A606F3CD1854906A8FC3(L_4, NULL);
return L_5;
}
}
// Method Definition Index: 33616
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:394>
il2cpp_codegen_runtime_class_init_inline(SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6_il2cpp_TypeInfo_var);
SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* L_0;
L_0 = SupportedRenderingFeatures_get_active_m09012C98E24D5B2E8C09F6657FC5CD19B2AF3054(NULL);
NullCheck(L_0);
bool L_1;
L_1 = SupportedRenderingFeatures_get_rendersUIOverlay_m657FFFC5B360F7BCE9964EF50E7449779224AEFC_inline(L_0, NULL);
if (!L_1)
{
goto IL_0013;
}
}
{
bool L_2;
L_2 = UniversalCameraData_get_resolveToScreen_mE8235CF388A7CEA9FCDD222B717E0A891C9C8D24(__this, NULL);
return L_2;
}
IL_0013:
{
return (bool)0;
}
}
// Method Definition Index: 33617
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsHandleYFlipped_mB6E3D21D6B7D78BDFFFCC001ACED5DFE49153CDC (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
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));
bool V_1 = false;
int32_t G_B8_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:409>
bool L_0;
L_0 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL);
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:410>
return (bool)1;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:412>
int32_t L_1 = __this->___cameraType;
if ((((int32_t)L_1) == ((int32_t)2)))
{
goto IL_001b;
}
}
{
int32_t L_2 = __this->___cameraType;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_001d;
}
}
IL_001b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:413>
return (bool)1;
}
IL_001d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:415>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = ___0_handle;
NullCheck(L_3);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4;
L_4 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier__ctor_m79A7348AF351A912E617BF9C8A44A766648C80FB((&V_0), L_4, 0, (-1), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:416>
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_5 = V_0;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_6;
L_6 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
bool L_7;
L_7 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_5, L_6, NULL);
if (L_7)
{
goto IL_0049;
}
}
{
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8 = V_0;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_9;
L_9 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(3, NULL);
bool L_10;
L_10 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_8, L_9, NULL);
G_B8_0 = ((int32_t)(L_10));
goto IL_004a;
}
IL_0049:
{
G_B8_0 = 1;
}
IL_004a:
{
V_1 = (bool)G_B8_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:418>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_11;
L_11 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_11);
bool L_12;
L_12 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_11, NULL);
if (!L_12)
{
goto IL_0074;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:419>
bool L_13 = V_1;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_14 = V_0;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_15;
L_15 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
NullCheck(L_15);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_16;
L_16 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_15, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_17;
memset((&L_17), 0, sizeof(L_17));
RenderTargetIdentifier__ctor_m79A7348AF351A912E617BF9C8A44A766648C80FB((&L_17), L_16, 0, (-1), 0, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_18;
L_18 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_14, L_17, NULL);
V_1 = (bool)((int32_t)((int32_t)L_13|(int32_t)L_18));
}
IL_0074:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:421>
bool L_19 = V_1;
return (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0);
}
}
// Method Definition Index: 33618
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsCameraProjectionMatrixFlipped_mB276D4F23A10935367AF04FAAEC51AC177A5C203 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, 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*)&ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* V_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:433>
bool L_0;
L_0 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL);
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:434>
return (bool)0;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:437>
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_1 = ((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892_il2cpp_TypeInfo_var))->___current;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:442>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_2 = V_0;
if (!L_2)
{
goto IL_002f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:443>
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_3 = V_0;
NullCheck(L_3);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_3, NULL);
bool L_5;
L_5 = UniversalCameraData_IsHandleYFlipped_mB6E3D21D6B7D78BDFFFCC001ACED5DFE49153CDC(__this, L_4, NULL);
if (L_5)
{
goto IL_002d;
}
}
{
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_6 = __this->___targetTexture;
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);
return L_7;
}
IL_002d:
{
return (bool)1;
}
IL_002f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:446>
return (bool)1;
}
}
// Method Definition Index: 33619
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsRenderTargetProjectionMatrixFlipped_m4BE75838B7F341A0EEE859ED9EFB3B341B99974D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_color, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depth, 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;
}
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B5_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* G_B5_1 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B4_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* G_B4_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:460>
bool L_0;
L_0 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL);
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:461>
return (bool)1;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:463>
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_1 = __this->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_2)
{
goto IL_0024;
}
}
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = ___0_color;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = L_3;
if (L_4)
{
G_B5_0 = L_4;
G_B5_1 = __this;
goto IL_001e;
}
G_B4_0 = L_4;
G_B4_1 = __this;
}
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = ___1_depth;
G_B5_0 = L_5;
G_B5_1 = G_B4_1;
}
IL_001e:
{
NullCheck(G_B5_1);
bool L_6;
L_6 = UniversalCameraData_IsHandleYFlipped_mB6E3D21D6B7D78BDFFFCC001ACED5DFE49153CDC(G_B5_1, G_B5_0, NULL);
return L_6;
}
IL_0024:
{
return (bool)1;
}
}
// Method Definition Index: 33620
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsTemporalAARequested_m0D027D8EECCA1CEBEC20801A5A2621215861B12D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:473>
int32_t L_0 = __this->___antialiasing;
return (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0);
}
}
// Method Definition Index: 33621
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:485>
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___camera;
NullCheck(L_0);
bool L_1;
L_1 = Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86(L_0, (&V_0), Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:487>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:488>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:489>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:490>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:491>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:492>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:493>
bool L_2;
L_2 = UniversalCameraData_IsTemporalAARequested_m0D027D8EECCA1CEBEC20801A5A2621215861B12D(__this, NULL);
if (!L_2)
{
goto IL_006a;
}
}
{
bool L_3 = __this->___postProcessEnabled;
if (!L_3)
{
goto IL_006a;
}
}
{
TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* L_4 = __this->___taaHistory;
if (!L_4)
{
goto IL_006a;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_5 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___cameraTargetDescriptor);
int32_t L_6;
L_6 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline(L_5, NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
{
goto IL_006a;
}
}
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_7 = V_0;
if (!L_7)
{
goto IL_0040;
}
}
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_8 = V_0;
NullCheck(L_8);
int32_t L_9;
L_9 = UniversalAdditionalCameraData_get_renderType_m329B2A06C25793DF3BBBE89B3F23154EA2380265_inline(L_8, NULL);
if ((((int32_t)L_9) == ((int32_t)1)))
{
goto IL_006a;
}
}
IL_0040:
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_10 = V_0;
if (!L_10)
{
goto IL_0051;
}
}
{
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_11 = V_0;
NullCheck(L_11);
List_1_tD2FA3273746E404D72561E8324608D18B52B533E* L_12;
L_12 = UniversalAdditionalCameraData_get_cameraStack_m6C740EDD1178DB7509ABA57A1392B03C78BB9C92(L_11, NULL);
NullCheck(L_12);
int32_t L_13;
L_13 = List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_inline(L_12, List_1_get_Count_mDCDDC4E9E15CD83C00D4CC32F79830261769F65C_RuntimeMethod_var);
if ((((int32_t)L_13) > ((int32_t)0)))
{
goto IL_006a;
}
}
IL_0051:
{
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_14 = __this->___camera;
NullCheck(L_14);
bool L_15;
L_15 = Camera_get_allowDynamicResolution_mAD3664A7319B2D48FF0D6DCEE6FD7B855F21A79B(L_14, NULL);
if (L_15)
{
goto IL_006a;
}
}
{
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_16 = __this->___renderer;
NullCheck(L_16);
bool L_17;
L_17 = VirtualFuncInvoker0< bool >::Invoke(6, L_16);
return L_17;
}
IL_006a:
{
return (bool)0;
}
}
// Method Definition Index: 33622
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsSTPRequested_mDBEEA071C3291322C2C03F47D5ED1445A93FA30D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:503>
int32_t L_0 = __this->___imageScalingMode;
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_0013;
}
}
{
int32_t L_1 = __this->___upscalingFilter;
return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
}
IL_0013:
{
return (bool)0;
}
}
// Method Definition Index: 33623
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsSTPEnabled_m80D14EF3FEB9F992B5CAB79DBD980A0488C2B595 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:517>
bool L_0;
L_0 = UniversalCameraData_IsSTPRequested_mDBEEA071C3291322C2C03F47D5ED1445A93FA30D(__this, NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1;
L_1 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(__this, NULL);
return L_1;
}
IL_000f:
{
return (bool)0;
}
}
// Method Definition Index: 33624
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D (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: 33625
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraData_set_xr_mEB2F322702C7AD348862B3652C45BB186DB5D328 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:532>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = ___0_value;
__this->___U3CxrU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CxrU3Ek__BackingField), (void*)L_0);
return;
}
}
// Method Definition Index: 33626
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:534>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0;
L_0 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(__this, NULL);
return ((XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1*)IsInstClass((RuntimeObject*)L_0, XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1_il2cpp_TypeInfo_var));
}
}
// Method Definition Index: 33627
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_resetHistory_mC9AE4E26329E3F632B6EC630C98AF1EF2E2A1553 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:633>
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_0 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&__this->___taaSettings);
int32_t L_1 = L_0->___resetHistoryFrames;
return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
}
}
// Method Definition Index: 33628
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraData_Reset_m38D5EA356E9D265EE515ED4CA0315E7F364D15C0 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:650>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_0 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___m_ViewMatrix);
il2cpp_codegen_initobj(L_0, sizeof(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:651>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_1 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___m_ProjectionMatrix);
il2cpp_codegen_initobj(L_1, sizeof(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:652>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_2 = (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)(&__this->___m_JitterMatrix);
il2cpp_codegen_initobj(L_2, sizeof(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:654>
__this->___m_CachedRenderIntoTextureXR = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:655>
__this->___m_InitBuiltinXRConstants = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:657>
__this->___camera = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___camera), (void*)(Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:658>
__this->___renderType = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:659>
__this->___targetTexture = (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___targetTexture), (void*)(RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:660>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_3 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___cameraTargetDescriptor);
il2cpp_codegen_initobj(L_3, sizeof(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:661>
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_4 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&__this->___pixelRect);
il2cpp_codegen_initobj(L_4, sizeof(Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:662>
__this->___useScreenCoordOverride = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:663>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_5 = (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)(&__this->___screenSizeOverride);
il2cpp_codegen_initobj(L_5, sizeof(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:664>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_6 = (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)(&__this->___screenCoordScaleBias);
il2cpp_codegen_initobj(L_6, sizeof(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:665>
__this->___pixelWidth = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:666>
__this->___pixelHeight = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:667>
__this->___aspectRatio = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:668>
__this->___renderScale = (1.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:669>
__this->___imageScalingMode = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:670>
__this->___upscalingFilter = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:671>
__this->___fsrOverrideSharpness = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:672>
__this->___fsrSharpness = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:673>
__this->___hdrColorBufferPrecision = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:674>
__this->___clearDepth = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:675>
__this->___cameraType = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:676>
__this->___isDefaultViewport = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:677>
__this->___isHdrEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:678>
__this->___allowHDROutput = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:679>
__this->___isAlphaOutputEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:680>
__this->___requiresDepthTexture = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:681>
__this->___requiresOpaqueTexture = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:682>
__this->___postProcessingRequiresDepthTexture = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:683>
__this->___xrRendering = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:684>
__this->___useGPUOcclusionCulling = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:685>
__this->___defaultOpaqueSortFlags = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:686>
UniversalCameraData_set_xr_mEB2F322702C7AD348862B3652C45BB186DB5D328_inline(__this, (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:687>
__this->___maxShadowDistance = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:688>
__this->___postProcessEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:689>
__this->___captureActions = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___captureActions), (void*)(RuntimeObject*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:690>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_7;
L_7 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222(0, NULL);
__this->___volumeLayerMask = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:691>
__this->___volumeTrigger = (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___volumeTrigger), (void*)(Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:692>
__this->___isStopNaNEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:693>
__this->___isDitheringEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:694>
__this->___antialiasing = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:695>
__this->___antialiasingQuality = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:696>
__this->___renderer = (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___renderer), (void*)(ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:697>
__this->___resolveFinalTarget = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:698>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* L_8 = (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2*)(&__this->___worldSpaceCameraPos);
il2cpp_codegen_initobj(L_8, sizeof(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:699>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9;
L_9 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
__this->___backgroundColor = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:700>
__this->___taaHistory = (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___taaHistory), (void*)(TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:701>
__this->___stpHistory = (StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___stpHistory), (void*)(StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:702>
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_10 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&__this->___taaSettings);
il2cpp_codegen_initobj(L_10, sizeof(Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:703>
__this->___baseCamera = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseCamera), (void*)(Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:704>
__this->___isLastBaseCamera = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:705>
__this->___stackAnyPostProcessingEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:706>
__this->___stackLastCameraOutputToHDR = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:707>
return;
}
}
// Method Definition Index: 33629
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalCameraData__ctor_m8701C965B8204ABE971E310A42585B638F90CF5A (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method)
{
{
ContextItem__ctor_mBD815AAD4DF913A170925B025054323887A27622(__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: 33630
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalLightData_Reset_mB7795923453573B5E813E5A2367118BE5FF8F3AC (UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:71>
__this->___mainLightIndex = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:72>
__this->___additionalLightsCount = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:73>
__this->___maxPerObjectAdditionalLightsCount = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:74>
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468* L_0 = (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468*)(&__this->___visibleLights);
il2cpp_codegen_initobj(L_0, sizeof(NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:75>
__this->___shadeAdditionalLightsPerVertex = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:76>
__this->___supportsMixedLighting = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:77>
__this->___reflectionProbeBoxProjection = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:78>
__this->___reflectionProbeBlending = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:79>
__this->___supportsLightLayers = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:80>
__this->___supportsAdditionalLights = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalLightData.cs:81>
return;
}
}
// Method Definition Index: 33631
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalLightData__ctor_m6FC10AEA4F583AB6FE6DD4D018B803B20E818132 (UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* __this, const RuntimeMethod* method)
{
{
ContextItem__ctor_mBD815AAD4DF913A170925B025054323887A27622(__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: 33632
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalPostProcessingData_Reset_mA45FB9E521A629FB3ED5B3D9751AC18EFB0C289B (UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalPostProcessingData.cs:46>
__this->___isEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalPostProcessingData.cs:47>
__this->___gradingMode = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalPostProcessingData.cs:48>
__this->___lutSize = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalPostProcessingData.cs:49>
__this->___useFastSRGBLinearConversion = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalPostProcessingData.cs:50>
__this->___supportScreenSpaceLensFlare = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalPostProcessingData.cs:51>
__this->___supportDataDrivenLensFlare = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalPostProcessingData.cs:52>
return;
}
}
// Method Definition Index: 33633
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalPostProcessingData__ctor_m9487469047A782FAE2EEFA73273DF43AC1EE0C61 (UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* __this, const RuntimeMethod* method)
{
{
ContextItem__ctor_mBD815AAD4DF913A170925B025054323887A27622(__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: 33634
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* UniversalRenderingData_get_commandBuffer_m8397484CEAB1A0D725DEA8A85C9B955E2B4007F8 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, 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*)&_stringLiteralAC9D2A037F4D3681D477ECF05ACBBE23759F65BE);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:17>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___m_CommandBuffer;
if (L_0)
{
goto IL_0012;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:18>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralAC9D2A037F4D3681D477ECF05ACBBE23759F65BE, NULL);
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:20>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = __this->___m_CommandBuffer;
return L_1;
}
}
// Method Definition Index: 33635
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderingData_get_renderingMode_mA0C80E77C7BA2017B44EF24BD58051950A6B6F4E (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:49>
int32_t L_0 = __this->___U3CrenderingModeU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33636
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderingData_set_renderingMode_mF83CCB57DE3ED180345253DEA561CC547683A003 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:49>
int32_t L_0 = ___0_value;
__this->___U3CrenderingModeU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33637
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRenderingData_get_prepassLayerMask_mFA4CA6A93591CCF5C39383CD31D639A522688D1D (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:54>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___U3CprepassLayerMaskU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33638
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderingData_set_prepassLayerMask_m0807883F6C5C0A00904C96E26776841BE24B2743 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:54>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CprepassLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33639
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRenderingData_get_opaqueLayerMask_mD4B8558DCE37261840B601AF1875906614BFDD7A (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:59>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___U3CopaqueLayerMaskU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33640
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderingData_set_opaqueLayerMask_m8084B6E6E1EC24CE244887D4133B0E21A8BFD19A (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:59>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CopaqueLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33641
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB UniversalRenderingData_get_transparentLayerMask_m3D32C2291B9FFA19061B587FE4C0428403591C82 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:64>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = __this->___U3CtransparentLayerMaskU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33642
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderingData_set_transparentLayerMask_m962C8A6EC30B5A9F21D82D53D23B2F500B4B910D (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:64>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CtransparentLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33643
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalRenderingData_get_stencilLodCrossFadeEnabled_m65423530015994CA5B73B0B1BA470CF789078922 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:69>
bool L_0 = __this->___U3CstencilLodCrossFadeEnabledU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33644
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderingData_set_stencilLodCrossFadeEnabled_mAC15E033A3B7B2FC520E2FD599AAF984A1003920 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:69>
bool L_0 = ___0_value;
__this->___U3CstencilLodCrossFadeEnabledU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33645
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderingData_Reset_m724F74A41FBC41337872EC399437EEC04101E2A8 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:74>
__this->___m_CommandBuffer = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CommandBuffer), (void*)(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:75>
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_0 = (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267*)(&__this->___cullResults);
il2cpp_codegen_initobj(L_0, sizeof(CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:76>
__this->___supportsDynamicBatching = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:77>
__this->___perObjectData = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:78>
UniversalRenderingData_set_renderingMode_mF83CCB57DE3ED180345253DEA561CC547683A003_inline(__this, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:79>
UniversalRenderingData_set_stencilLodCrossFadeEnabled_mAC15E033A3B7B2FC520E2FD599AAF984A1003920_inline(__this, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:80>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_1;
L_1 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222((-1), NULL);
UniversalRenderingData_set_prepassLayerMask_m0807883F6C5C0A00904C96E26776841BE24B2743_inline(__this, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:81>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_2;
L_2 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222((-1), NULL);
UniversalRenderingData_set_opaqueLayerMask_m8084B6E6E1EC24CE244887D4133B0E21A8BFD19A_inline(__this, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:82>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_3;
L_3 = LayerMask_op_Implicit_m01C8996A2CB2085328B9C33539C43139660D8222((-1), NULL);
UniversalRenderingData_set_transparentLayerMask_m962C8A6EC30B5A9F21D82D53D23B2F500B4B910D_inline(__this, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:83>
return;
}
}
// Method Definition Index: 33646
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalRenderingData__ctor_m8266A2DCC66D140C38B6D501E1382D6F5FCD3098 (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, const RuntimeMethod* method)
{
{
ContextItem__ctor_mBD815AAD4DF913A170925B025054323887A27622(__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: 33647
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalResourceDataBase_get_isAccessible_mDC40138C1A4B8288C8305D79C666B34091CD0361 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:22>
bool L_0 = __this->___U3CisAccessibleU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33648
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_set_isAccessible_m31DB6383ADB2BCEA1D4338F7103399633705C255 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:22>
bool L_0 = ___0_value;
__this->___U3CisAccessibleU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33649
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_InitFrame_mE7FFAAD9C749BD762ABBB5289F6F4DF80DEB3270 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:26>
UniversalResourceDataBase_set_isAccessible_m31DB6383ADB2BCEA1D4338F7103399633705C255_inline(__this, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:27>
return;
}
}
// Method Definition Index: 33650
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_EndFrame_mB04EF52162D13080B5D8707FB2F3E4D222030678 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:31>
UniversalResourceDataBase_set_isAccessible_m31DB6383ADB2BCEA1D4338F7103399633705C255_inline(__this, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:32>
return;
}
}
// Method Definition Index: 33651
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___0_handle, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_newHandle, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:41>
bool L_0;
L_0 = UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D(__this, NULL);
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:42>
return;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:44>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_1 = ___0_handle;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_2 = ___1_newHandle;
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_1 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:45>
return;
}
}
// Method Definition Index: 33652
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___0_handle, 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/FrameData/UniversalResourceBase.cs:54>
bool L_0;
L_0 = UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D(__this, NULL);
if (L_0)
{
goto IL_000e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:55>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
return L_1;
}
IL_000e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:57>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_2 = ___0_handle;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_2);
return L_3;
}
}
// Method Definition Index: 33653
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase_CheckAndSetTextureHandle_mBB6439817E89D5878F9490AF6729F9BA5625D9E6 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** ___0_handle, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___1_newHandle, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:67>
bool L_0;
L_0 = UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D(__this, NULL);
if (L_0)
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:68>
return;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:70>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_1 = ___0_handle;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_2 = *((TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)L_1);
if (!L_2)
{
goto IL_0016;
}
}
{
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_3 = ___0_handle;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_4 = *((TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)L_3);
NullCheck(L_4);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_5 = ___1_newHandle;
NullCheck(L_5);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))) == ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))
{
goto IL_0020;
}
}
IL_0016:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:71>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_6 = ___0_handle;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_7 = ___1_newHandle;
NullCheck(L_7);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_8 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)SZArrayNew(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)));
*((RuntimeObject**)L_6) = (RuntimeObject*)L_8;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_8);
}
IL_0020:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:73>
V_0 = 0;
goto IL_0037;
}
IL_0024:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:74>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_9 = ___0_handle;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_10 = *((TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)L_9);
int32_t L_11 = V_0;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_12 = ___1_newHandle;
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:73>
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0037:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:73>
int32_t L_17 = V_0;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_18 = ___1_newHandle;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))
{
goto IL_0024;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:75>
return;
}
}
// Method Definition Index: 33654
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* UniversalResourceDataBase_CheckAndGetTextureHandle_m83828CBDC60130088A326F787A6FD3AE13822F5A (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** ___0_handle, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_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/FrameData/UniversalResourceBase.cs:84>
bool L_0;
L_0 = UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D(__this, NULL);
if (L_0)
{
goto IL_001b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:85>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)SZArrayNew(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var, (uint32_t)1);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_2 = L_1;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3;
L_3 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_3);
return L_2;
}
IL_001b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:87>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_4 = ___0_handle;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_5 = *((TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)L_4);
return L_5;
}
}
// Method Definition Index: 33655
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, 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*)&_stringLiteral8307EEFBDCC051C60C0D48856015DCF6837502BB);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:96>
bool L_0;
L_0 = UniversalResourceDataBase_get_isAccessible_mDC40138C1A4B8288C8305D79C666B34091CD0361_inline(__this, NULL);
if (L_0)
{
goto IL_0012;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:97>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral8307EEFBDCC051C60C0D48856015DCF6837502BB, NULL);
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:99>
bool L_1;
L_1 = UniversalResourceDataBase_get_isAccessible_mDC40138C1A4B8288C8305D79C666B34091CD0361_inline(__this, NULL);
return L_1;
}
}
// Method Definition Index: 33656
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceDataBase__ctor_mE142CE1A9C410EBC52BB49854B0E98F94304E155 (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, const RuntimeMethod* method)
{
{
ContextItem__ctor_mBD815AAD4DF913A170925B025054323887A27622(__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: 33657
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalResourceData_get_activeColorID_m647C54C017E51A2D385E2706C8CA52D78A98123A (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:14>
int32_t L_0 = __this->___U3CactiveColorIDU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33658
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_activeColorID_m9648D8CF015BBD319302EE191DDB37465909FF5E (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:14>
int32_t L_0 = ___0_value;
__this->___U3CactiveColorIDU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33659
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, 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;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:24>
bool L_0;
L_0 = UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D(__this, NULL);
if (L_0)
{
goto IL_000e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:25>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
return L_1;
}
IL_000e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:27>
int32_t L_2;
L_2 = UniversalResourceData_get_activeColorID_m647C54C017E51A2D385E2706C8CA52D78A98123A_inline(__this, NULL);
V_0 = L_2;
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_001e;
}
}
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_0025;
}
}
{
goto IL_002c;
}
IL_001e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:30>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5;
L_5 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(__this, NULL);
return L_5;
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:32>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6;
L_6 = UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D(__this, NULL);
return L_6;
}
IL_002c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:34>
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UniversalResourceData_get_activeColorTexture_m1B7A0CE5B0282F05AEAE46AC7B45478199DF9188_RuntimeMethod_var)));
}
}
// Method Definition Index: 33660
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalResourceData_get_activeDepthID_m6D6706D1E13015B8E4E0CDE866067E41738403C6 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:42>
int32_t L_0 = __this->___U3CactiveDepthIDU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33661
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_activeDepthID_m3C54B35293AB348253C548FC543613F718144D65 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:42>
int32_t L_0 = ___0_value;
__this->___U3CactiveDepthIDU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33662
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, 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;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:52>
bool L_0;
L_0 = UniversalResourceDataBase_CheckAndWarnAboutAccessibility_mF3F647DF5E0B3BF52D5566F4CF3DFB227F9A5F8D(__this, NULL);
if (L_0)
{
goto IL_000e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:53>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
return L_1;
}
IL_000e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:55>
int32_t L_2;
L_2 = UniversalResourceData_get_activeDepthID_m6D6706D1E13015B8E4E0CDE866067E41738403C6_inline(__this, NULL);
V_0 = L_2;
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_001e;
}
}
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_0025;
}
}
{
goto IL_002c;
}
IL_001e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:58>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5;
L_5 = UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020(__this, NULL);
return L_5;
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:60>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6;
L_6 = UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179(__this, NULL);
return L_6;
}
IL_002c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:62>
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UniversalResourceData_get_activeDepthTexture_mCE3930EAEF20F80A0EA1F4CE423E6E406E25F296_RuntimeMethod_var)));
}
}
// Method Definition Index: 33663
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, 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*)&_stringLiteralA0D903F312B44BC3AD85FF8F1FAEB300349E2201);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:75>
bool L_0;
L_0 = UniversalResourceDataBase_get_isAccessible_mDC40138C1A4B8288C8305D79C666B34091CD0361_inline(__this, NULL);
if (L_0)
{
goto IL_0014;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:77>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralA0D903F312B44BC3AD85FF8F1FAEB300349E2201, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:78>
return (bool)0;
}
IL_0014:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:81>
int32_t L_1;
L_1 = UniversalResourceData_get_activeColorID_m647C54C017E51A2D385E2706C8CA52D78A98123A_inline(__this, NULL);
return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
}
}
// Method Definition Index: 33664
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_backBufferColor_m5D4A628DCE4162249C15C1D22A88B958068F391D (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:91>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____backBufferColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33665
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_backBufferColor_m4D781758537F69453D099BBA4866DA85EA61C6F8 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:92>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____backBufferColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33666
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_backBufferDepth_m1C560011FBEC33263E1F45CDADE55F358C720179 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:102>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____backBufferDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33667
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_backBufferDepth_m0CAB8AAB8BDE61C4C0544C20317E373BC7A880EE (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:103>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____backBufferDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33668
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:115>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33669
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraColor_mC0A0E87F10C70367AB22232DD4354706D8DADA45 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:116>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33670
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:126>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33671
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraDepth_m09D4EDEC89FB163D8720BDD87BDDDEE8DC4DDAD4 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:127>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33672
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_mainShadowsTexture_m25CA9AD6EB08D57BB0E4BF277E3EAABD2E3734B3 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:138>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____mainShadowsTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33673
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_mainShadowsTexture_mBA6285A38871F6E95BEF8A91671AEF214D5F8A7B (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:139>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____mainShadowsTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33674
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_additionalShadowsTexture_mC8BE01045166623C93ED19CF18826CFFF7F11455 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:148>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____additionalShadowsTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33675
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_additionalShadowsTexture_m91158AA301538F20CD90868927370378CC5BAAD2 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:149>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____additionalShadowsTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33676
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* UniversalResourceData_get_gBuffer_m8A136731C2349D1F96F57648CF599BDC1982D579 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:160>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_0 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)(&__this->____gBuffer);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_m83828CBDC60130088A326F787A6FD3AE13822F5A(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33677
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_gBuffer_m34C1D6FD7475114C502D0CDAB9AF6517732986D0 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:161>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_0 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)(&__this->____gBuffer);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_mBB6439817E89D5878F9490AF6729F9BA5625D9E6(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33678
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraOpaqueTexture_m07EB866161296CE7BFC92E39707B486A58E466FC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:172>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraOpaqueTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33679
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraOpaqueTexture_mF7741E53161F1AB91303F6EB30A8A86CB0412CFC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:173>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraOpaqueTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33680
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:182>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraDepthTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33681
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraDepthTexture_mE0BF8652749E457FFCAEF33ED9E1EADA5B85D7B2 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:183>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraDepthTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33682
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraNormalsTexture_mC20E493E8A5CEFE7866E1DD3A923B41CCAA67CBB (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:192>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraNormalsTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33683
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_cameraNormalsTexture_m3DDB7B8A7FD93AE14D7B3CECA6B4C8A87B1AE975 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:193>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____cameraNormalsTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33684
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:204>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____motionVectorColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33685
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_motionVectorColor_m72CA73FAF0254F01C67905E3AC9E16DBFAD5A14F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:205>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____motionVectorColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33686
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_motionVectorDepth_mC40565B1A67E7057259B73DB1E8ECBD9937E061A (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:214>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____motionVectorDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33687
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_motionVectorDepth_mA5CF3B6E41E5F0B5CA61CDF1166101A9C3A91B82 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:215>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____motionVectorDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33688
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_internalColorLut_m651E3BDE3D2CE42CC0C6FF85603FCE02DFDD556F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:226>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____internalColorLut);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33689
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_internalColorLut_mBF67ECEA3F570B77198FDB713DE7A12511562E8B (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:227>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____internalColorLut);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33690
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_debugScreenColor_m8B5EA8881B8D593A599E382027C41C03E886389E (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:238>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____debugScreenColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33691
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_debugScreenColor_mECE9D0FCCBCD3057DAE27167B48BA4AE08E7942F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:239>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____debugScreenColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33692
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_debugScreenDepth_m88D1E965941364262F08F8C321E8FBF63B5FC136 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:249>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____debugScreenDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33693
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_debugScreenDepth_m99F65B056EA92145D55CA6A0F7601C7602CA3564 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:250>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____debugScreenDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33694
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_afterPostProcessColor_m7A3CF95BAFF499CDB988D20DD99A653BF0F79632 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:259>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____afterPostProcessColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33695
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_afterPostProcessColor_mA3D9DA1E64E1A095BF6205F6D3879BAA9326FBF4 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:260>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____afterPostProcessColor);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33696
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_overlayUITexture_mBFFD811ED88215835864479DF5EFACC676A38B0E (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:269>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____overlayUITexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33697
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_overlayUITexture_m403C3D16DD0B533058AF1CCFC2CD569FFBF22B99 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:270>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____overlayUITexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33698
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_renderingLayersTexture_mD1DA84A88300CF3D97F518E197F19EA09ABF50BC (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:281>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____renderingLayersTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33699
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_renderingLayersTexture_m18D8CDA1D80AE63D5B70F796374DD8CCDCA92D70 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:282>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____renderingLayersTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33700
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* UniversalResourceData_get_dBuffer_mF3B5C9BB0428A41208F6AEBD564E4ACAC759D72A (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:293>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_0 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)(&__this->____dBuffer);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_m83828CBDC60130088A326F787A6FD3AE13822F5A(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33701
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_dBuffer_m318D466789622B0AEC7967D92C134720EC4B7D6F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:294>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7** L_0 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7**)(&__this->____dBuffer);
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_mBB6439817E89D5878F9490AF6729F9BA5625D9E6(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33702
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_dBufferDepth_mA22CDEDE92C3885371297C6FFD8FBF913AC240EE (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:303>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____dBufferDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33703
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_dBufferDepth_mFC135B6A25C152C999691A464F0538147DCAA85B (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:304>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____dBufferDepth);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33704
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_ssaoTexture_m0AF63820533256331CD1B29C540B69083563CC2F (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:313>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____ssaoTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33705
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_ssaoTexture_m708A97EC2902DEDAC323048F90C12E84F8DB6707 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:314>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____ssaoTexture);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33706
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_stpDebugView_m579D1B5D2FBCE54E56373C1B6586C6946DC61382 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:323>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____stpDebugView);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = UniversalResourceDataBase_CheckAndGetTextureHandle_mB061F85135BEEF5150584025861F73E58615E525(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33707
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_set_stpDebugView_mEFBE80C75DD60FA2F0830334097D5956E542AB67 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:324>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)(&__this->____stpDebugView);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = ___0_value;
UniversalResourceDataBase_CheckAndSetTextureHandle_m225FF43BFA681F364F77D2213628A2F9B1E511EB(__this, L_0, L_1, NULL);
return;
}
}
// Method Definition Index: 33708
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData_Reset_m03A6EDC2FEE1AFBD035CEBB96633922708F8FDF8 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, 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;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:331>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_0;
L_0 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____backBufferColor = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:332>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
L_1 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____backBufferDepth = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:333>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_2;
L_2 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____cameraColor = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:334>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3;
L_3 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____cameraDepth = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:335>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_4;
L_4 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____mainShadowsTexture = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:336>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5;
L_5 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____additionalShadowsTexture = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:337>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6;
L_6 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____cameraOpaqueTexture = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:338>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7;
L_7 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____cameraDepthTexture = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:339>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8;
L_8 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____cameraNormalsTexture = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:340>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_9;
L_9 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____motionVectorColor = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:341>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10;
L_10 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____motionVectorDepth = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:342>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11;
L_11 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____internalColorLut = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:343>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_12;
L_12 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____debugScreenColor = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:344>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_13;
L_13 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____debugScreenDepth = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:345>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_14;
L_14 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____afterPostProcessColor = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:346>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_15;
L_15 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____overlayUITexture = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:347>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_16;
L_16 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____renderingLayersTexture = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:348>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17;
L_17 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____dBufferDepth = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:349>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18;
L_18 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____ssaoTexture = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:350>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_19;
L_19 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
__this->____stpDebugView = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:352>
V_0 = 0;
goto IL_00f5;
}
IL_00e0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:353>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_20 = __this->____gBuffer;
int32_t L_21 = V_0;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_22;
L_22 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_22);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:352>
int32_t L_23 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_00f5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:352>
int32_t L_24 = V_0;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_25 = __this->____gBuffer;
NullCheck(L_25);
if ((((int32_t)L_24) < ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))
{
goto IL_00e0;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:355>
V_1 = 0;
goto IL_0119;
}
IL_0104:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:356>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_26 = __this->____dBuffer;
int32_t L_27 = V_1;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_28;
L_28 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_28);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:355>
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_0119:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:355>
int32_t L_30 = V_1;
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_31 = __this->____dBuffer;
NullCheck(L_31);
if ((((int32_t)L_30) < ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))
{
goto IL_0104;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:357>
return;
}
}
// Method Definition Index: 33709
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalResourceData__ctor_m9D2C1F763BDBA1AEF81E436A154D8FE02A1ACBE6 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:163>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_0 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)SZArrayNew(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var, (uint32_t)7);
__this->____gBuffer = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____gBuffer), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:296>
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_1 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)SZArrayNew(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var, (uint32_t)3);
__this->____dBuffer = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____dBuffer), (void*)L_1);
UniversalResourceDataBase__ctor_mE142CE1A9C410EBC52BB49854B0E98F94304E155(__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: 33710
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalShadowData_Reset_mC6AD0EA972B6B300C1C47C5D1C96E69B510A219B (UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* G_B2_0 = NULL;
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* G_B1_0 = NULL;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* G_B5_0 = NULL;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* G_B4_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:101>
__this->___supportsMainLightShadows = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:102>
__this->___mainLightShadowmapWidth = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:103>
__this->___mainLightShadowmapHeight = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:104>
__this->___mainLightShadowCascadesCount = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:105>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
L_0 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
__this->___mainLightShadowCascadesSplit = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:106>
__this->___mainLightShadowCascadeBorder = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:107>
__this->___supportsAdditionalLightShadows = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:108>
__this->___additionalLightsShadowmapWidth = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:109>
__this->___additionalLightsShadowmapHeight = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:110>
__this->___supportsSoftShadows = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:111>
__this->___shadowmapDepthBufferBits = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:112>
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_1 = __this->___bias;
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* L_2 = L_1;
if (L_2)
{
G_B2_0 = L_2;
goto IL_0061;
}
G_B1_0 = L_2;
}
{
goto IL_0066;
}
IL_0061:
{
NullCheck(G_B2_0);
List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_inline(G_B2_0, List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_RuntimeMethod_var);
}
IL_0066:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:113>
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_3 = __this->___resolution;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_4 = L_3;
if (L_4)
{
G_B5_0 = L_4;
goto IL_0072;
}
G_B4_0 = L_4;
}
{
goto IL_0077;
}
IL_0072:
{
NullCheck(G_B5_0);
List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline(G_B5_0, List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
}
IL_0077:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:115>
__this->___isKeywordAdditionalLightShadowsEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:116>
__this->___isKeywordSoftShadowsEnabled = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:117>
__this->___mainLightShadowResolution = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:118>
__this->___mainLightRenderTargetWidth = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:119>
__this->___mainLightRenderTargetHeight = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:121>
NativeArray_1_t4C11F337CF2A7773644650D071AA5F21F158A5E0* L_5 = (NativeArray_1_t4C11F337CF2A7773644650D071AA5F21F158A5E0*)(&__this->___visibleLightsShadowCullingInfos);
il2cpp_codegen_initobj(L_5, sizeof(NativeArray_1_t4C11F337CF2A7773644650D071AA5F21F158A5E0));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:122>
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* L_6 = (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*)(&__this->___shadowAtlasLayout);
il2cpp_codegen_initobj(L_6, sizeof(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalShadowData.cs:123>
return;
}
}
// Method Definition Index: 33711
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UniversalShadowData__ctor_mC46BCC05808ED45BA797C9733DE5BC56600B6ACE (UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* __this, const RuntimeMethod* method)
{
{
ContextItem__ctor_mBD815AAD4DF913A170925B025054323887A27622(__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: 33712
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawColorHistory_OnCreate_m2842B2CFDF6240EAB797759E95ADB76856866FE8 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___0_owner, uint32_t ___1_typeId, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:28>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_0 = ___0_owner;
uint32_t L_1 = ___1_typeId;
CameraHistoryItem_OnCreate_m89567C73124235D6D11EB36AF39D90B84E475402(__this, L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:29>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___m_Ids;
int32_t L_3;
L_3 = CameraHistoryItem_MakeId_m99C0D77DA6301AD655C8F13D6DB0E1DC26F01A2E(__this, 0, NULL);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:30>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = __this->___m_Ids;
int32_t L_5;
L_5 = CameraHistoryItem_MakeId_m99C0D77DA6301AD655C8F13D6DB0E1DC26F01A2E(__this, 1, NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:31>
return;
}
}
// Method Definition Index: 33713
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:41>
int32_t L_0 = ___0_eyeIndex;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = __this->___m_Ids;
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_000f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:42>
return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
}
IL_000f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:44>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___m_Ids;
int32_t L_3 = ___0_eyeIndex;
NullCheck(L_2);
int32_t L_4 = L_3;
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6;
L_6 = CameraHistoryItem_GetCurrentFrameRT_m8BE1DFF84CCA63821033C9CC873C13393EAE444F(__this, L_5, NULL);
return L_6;
}
}
// Method Definition Index: 33714
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RawColorHistory_GetPreviousTexture_m90895622E14F90DEEB2D1C327239E779F0C6674D (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:55>
int32_t L_0 = ___0_eyeIndex;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = __this->___m_Ids;
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_000f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:56>
return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
}
IL_000f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:58>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___m_Ids;
int32_t L_3 = ___0_eyeIndex;
NullCheck(L_2);
int32_t L_4 = L_3;
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6;
L_6 = CameraHistoryItem_GetPreviousFrameRT_mA3BE3A4A698C74586F54D06DD4C3780549AA44F6(__this, L_5, NULL);
return L_6;
}
}
// Method Definition Index: 33715
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawColorHistory_IsAllocated_m604828E3DA736EFE22C326CC453A4E4687993E9A (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:63>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0;
L_0 = RawColorHistory_GetCurrentTexture_m454B03B4CBEE7D29AD1A1B22DDAF112009E18C24(__this, 0, NULL);
return (bool)((!(((RuntimeObject*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
}
// Method Definition Index: 33716
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawColorHistory_IsDirty_m57DD949DE9AE032CF045E477B677CDB71B38F726 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:69>
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_0 = __this->___m_DescKey;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = ___0_desc;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_2;
L_2 = Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713(L_1, Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
bool L_3;
L_3 = Hash128_op_Inequality_m459F9C5A574EE99EB5E72F701EC172EE2C211875(L_0, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 33717
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawColorHistory_Alloc_m14AA68FF74058BBAA0F254D5823F232D10D8E886 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:75>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_Ids;
NullCheck(L_0);
int32_t L_1 = 0;
int32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_3 = ___0_desc;
il2cpp_codegen_runtime_class_init_inline(RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ((RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_StaticFields*)il2cpp_codegen_static_fields_for(RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var))->___m_Names;
NullCheck(L_4);
int32_t L_5 = 0;
String_t* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7;
L_7 = CameraHistoryItem_AllocHistoryFrameRT_m0627CC15E526C3B0CBBEF08316911B035CA04EC5(__this, L_2, 2, L_3, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:77>
bool L_8 = ___1_xrMultipassEnabled;
if (!L_8)
{
goto IL_0033;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:78>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = __this->___m_Ids;
NullCheck(L_9);
int32_t L_10 = 1;
int32_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_12 = ___0_desc;
il2cpp_codegen_runtime_class_init_inline(RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ((RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_StaticFields*)il2cpp_codegen_static_fields_for(RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var))->___m_Names;
NullCheck(L_13);
int32_t L_14 = 1;
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16;
L_16 = CameraHistoryItem_AllocHistoryFrameRT_m0627CC15E526C3B0CBBEF08316911B035CA04EC5(__this, L_11, 2, L_12, L_15, NULL);
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:80>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_17 = ___0_desc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_18 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_17);
__this->___m_Descriptor = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:81>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_19 = ___0_desc;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_20;
L_20 = Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713(L_19, Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
__this->___m_DescKey = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:82>
return;
}
}
// Method Definition Index: 33718
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawColorHistory_Reset_mE9648F8E84002E5E7EE4BCCC570B6CEEC140020B (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:89>
V_0 = 0;
goto IL_0016;
}
IL_0004:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:90>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_Ids;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
CameraHistoryItem_ReleaseHistoryFrameRT_m609A378E012EB9552BF987B92363A098364D612E(__this, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:89>
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0016:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:89>
int32_t L_5 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = __this->___m_Ids;
NullCheck(L_6);
if ((((int32_t)L_5) < ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))
{
goto IL_0004;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:91>
return;
}
}
// Method Definition Index: 33719
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 RawColorHistory_GetHistoryDescriptor_m4F1DF0D674B1C756285DCC315F887C76AC31E2EE (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, const RuntimeMethod* method)
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:95>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_cameraDesc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_1 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_0);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:96>
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:97>
RenderTextureDescriptor_set_mipCount_mDCC85ED7D97BD64A290A21DB91BC5CB1C4BA95EF_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:98>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:100>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_2 = V_0;
return L_2;
}
}
// Method Definition Index: 33720
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawColorHistory_Update_m02EE6975AB952BC96437665B016E13928CE5FB2C (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method)
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:106>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_cameraDesc;
int32_t L_1;
L_1 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_0, NULL);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0045;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = ___0_cameraDesc;
int32_t L_3;
L_3 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_2, NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0045;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = ___0_cameraDesc;
int32_t L_5;
L_5 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0(L_4, NULL);
if (!L_5)
{
goto IL_0045;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:108>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = ___0_cameraDesc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_7;
L_7 = RawColorHistory_GetHistoryDescriptor_m4F1DF0D674B1C756285DCC315F887C76AC31E2EE(__this, L_6, NULL);
V_0 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:110>
bool L_8;
L_8 = RawColorHistory_IsDirty_m57DD949DE9AE032CF045E477B677CDB71B38F726(__this, (&V_0), NULL);
if (!L_8)
{
goto IL_0032;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:111>
VirtualActionInvoker0::Invoke(4, __this);
}
IL_0032:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:113>
bool L_9;
L_9 = RawColorHistory_IsAllocated_m604828E3DA736EFE22C326CC453A4E4687993E9A(__this, NULL);
if (L_9)
{
goto IL_0045;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:115>
bool L_10 = ___1_xrMultipassEnabled;
RawColorHistory_Alloc_m14AA68FF74058BBAA0F254D5823F232D10D8E886(__this, (&V_0), L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:116>
return (bool)1;
}
IL_0045:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:120>
return (bool)0;
}
}
// Method Definition Index: 33721
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawColorHistory__ctor_m252C854A356D0C2A1EE0FB66F7E71A0DD38B1490 (RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:16>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_Ids = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Ids), (void*)L_0);
CameraHistoryItem__ctor_m6AE39C606748B9AD4489DA058C260827D2DACD27(__this, NULL);
return;
}
}
// Method Definition Index: 33722
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawColorHistory__cctor_mF07F6B905E2ECAABBEF4BEA356EEF1717C546020 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D754D85B787AF162F02062558F7230D3B844994);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD0C868A33F8D688F353008D8B451C607CD047E6);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:17>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:18>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:19>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:20>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawColorHistory.cs:21>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral2D754D85B787AF162F02062558F7230D3B844994);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralDD0C868A33F8D688F353008D8B451C607CD047E6);
((RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_StaticFields*)il2cpp_codegen_static_fields_for(RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var))->___m_Names = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_StaticFields*)il2cpp_codegen_static_fields_for(RawColorHistory_tE5678432F41EFFD84B2DD0D8908743BF18713BA3_il2cpp_TypeInfo_var))->___m_Names), (void*)L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 33723
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawDepthHistory_OnCreate_m6D7041CDC1DE8AF51CEA32E4B007C16702C6DA13 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___0_owner, uint32_t ___1_typeId, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:29>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_0 = ___0_owner;
uint32_t L_1 = ___1_typeId;
CameraHistoryItem_OnCreate_m89567C73124235D6D11EB36AF39D90B84E475402(__this, L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:30>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___m_Ids;
int32_t L_3;
L_3 = CameraHistoryItem_MakeId_m99C0D77DA6301AD655C8F13D6DB0E1DC26F01A2E(__this, 0, NULL);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:31>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = __this->___m_Ids;
int32_t L_5;
L_5 = CameraHistoryItem_MakeId_m99C0D77DA6301AD655C8F13D6DB0E1DC26F01A2E(__this, 1, NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:32>
return;
}
}
// Method Definition Index: 33724
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:42>
int32_t L_0 = ___0_eyeIndex;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = __this->___m_Ids;
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_000f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:43>
return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
}
IL_000f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:45>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___m_Ids;
int32_t L_3 = ___0_eyeIndex;
NullCheck(L_2);
int32_t L_4 = L_3;
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6;
L_6 = CameraHistoryItem_GetCurrentFrameRT_m8BE1DFF84CCA63821033C9CC873C13393EAE444F(__this, L_5, NULL);
return L_6;
}
}
// Method Definition Index: 33725
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RawDepthHistory_GetPreviousTexture_m211C18AEA0B40AFDAFF380918A599DFE7FE58C88 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:55>
int32_t L_0 = ___0_eyeIndex;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = __this->___m_Ids;
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_000f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:56>
return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
}
IL_000f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:58>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___m_Ids;
int32_t L_3 = ___0_eyeIndex;
NullCheck(L_2);
int32_t L_4 = L_3;
int32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6;
L_6 = CameraHistoryItem_GetPreviousFrameRT_mA3BE3A4A698C74586F54D06DD4C3780549AA44F6(__this, L_5, NULL);
return L_6;
}
}
// Method Definition Index: 33726
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawDepthHistory_IsAllocated_m1E25CA5A0D18B8E0B439870F57056CF58D39192E (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:63>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0;
L_0 = RawDepthHistory_GetCurrentTexture_mFCBF942108B513CC42BDDEE0B9FD87105E61578A(__this, 0, NULL);
return (bool)((!(((RuntimeObject*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
}
// Method Definition Index: 33727
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawDepthHistory_IsDirty_mAD0C097B4A615700B6F7C8490B700C21961690F7 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:69>
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_0 = __this->___m_DescKey;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = ___0_desc;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_2;
L_2 = Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713(L_1, Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
bool L_3;
L_3 = Hash128_op_Inequality_m459F9C5A574EE99EB5E72F701EC172EE2C211875(L_0, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 33728
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawDepthHistory_Alloc_m6D8450F500864FE30CB31B6386363F95E19C7CE3 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:75>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_Ids;
NullCheck(L_0);
int32_t L_1 = 0;
int32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_3 = ___0_desc;
il2cpp_codegen_runtime_class_init_inline(RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ((RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_StaticFields*)il2cpp_codegen_static_fields_for(RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var))->___m_Names;
NullCheck(L_4);
int32_t L_5 = 0;
String_t* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7;
L_7 = CameraHistoryItem_AllocHistoryFrameRT_m0627CC15E526C3B0CBBEF08316911B035CA04EC5(__this, L_2, 2, L_3, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:77>
bool L_8 = ___1_xrMultipassEnabled;
if (!L_8)
{
goto IL_0033;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:78>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = __this->___m_Ids;
NullCheck(L_9);
int32_t L_10 = 1;
int32_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_12 = ___0_desc;
il2cpp_codegen_runtime_class_init_inline(RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ((RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_StaticFields*)il2cpp_codegen_static_fields_for(RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var))->___m_Names;
NullCheck(L_13);
int32_t L_14 = 1;
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16;
L_16 = CameraHistoryItem_AllocHistoryFrameRT_m0627CC15E526C3B0CBBEF08316911B035CA04EC5(__this, L_11, 2, L_12, L_15, NULL);
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:80>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_17 = ___0_desc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_18 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_17);
__this->___m_Descriptor = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:81>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_19 = ___0_desc;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_20;
L_20 = Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713(L_19, Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
__this->___m_DescKey = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:82>
return;
}
}
// Method Definition Index: 33729
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawDepthHistory_Reset_mA6B7CA97DF1DE022F67E2F7E28BA96BBAC8D492F (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:89>
V_0 = 0;
goto IL_0016;
}
IL_0004:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:90>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_Ids;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
CameraHistoryItem_ReleaseHistoryFrameRT_m609A378E012EB9552BF987B92363A098364D612E(__this, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:89>
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0016:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:89>
int32_t L_5 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = __this->___m_Ids;
NullCheck(L_6);
if ((((int32_t)L_5) < ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))
{
goto IL_0004;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:91>
return;
}
}
// Method Definition Index: 33730
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 RawDepthHistory_GetHistoryDescriptor_mCFD55884C1A7A3C4BEB73878B24A8395897BCA74 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, const RuntimeMethod* method)
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:95>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_cameraDesc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_1 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_0);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:96>
RenderTextureDescriptor_set_mipCount_mDCC85ED7D97BD64A290A21DB91BC5CB1C4BA95EF_inline((&V_0), 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:97>
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_0), 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:99>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_2 = V_0;
return L_2;
}
}
// Method Definition Index: 33731
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RawDepthHistory_Update_m51B3E7EAE417A25A0CF2DEFD49F9D99F22E3376C (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method)
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:105>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_cameraDesc;
int32_t L_1;
L_1 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_0, NULL);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_004d;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = ___0_cameraDesc;
int32_t L_3;
L_3 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_2, NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_004d;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = ___0_cameraDesc;
int32_t L_5;
L_5 = RenderTextureDescriptor_get_depthStencilFormat_m360929BE5BD10E9C3D8C936AA6B44B1D11C119CB_inline(L_4, NULL);
if (L_5)
{
goto IL_0022;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = ___0_cameraDesc;
int32_t L_7;
L_7 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0(L_6, NULL);
if (!L_7)
{
goto IL_004d;
}
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:107>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_8 = ___0_cameraDesc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_9;
L_9 = RawDepthHistory_GetHistoryDescriptor_mCFD55884C1A7A3C4BEB73878B24A8395897BCA74(__this, L_8, NULL);
V_0 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:109>
bool L_10;
L_10 = RawDepthHistory_IsDirty_mAD0C097B4A615700B6F7C8490B700C21961690F7(__this, (&V_0), NULL);
if (!L_10)
{
goto IL_003a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:110>
VirtualActionInvoker0::Invoke(4, __this);
}
IL_003a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:112>
bool L_11;
L_11 = RawDepthHistory_IsAllocated_m1E25CA5A0D18B8E0B439870F57056CF58D39192E(__this, NULL);
if (L_11)
{
goto IL_004d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:114>
bool L_12 = ___1_xrMultipassEnabled;
RawDepthHistory_Alloc_m6D8450F500864FE30CB31B6386363F95E19C7CE3(__this, (&V_0), L_12, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:115>
return (bool)1;
}
IL_004d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:119>
return (bool)0;
}
}
// Method Definition Index: 33732
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawDepthHistory__ctor_m13528297623447D6E7703E575175976C4D691D27 (RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:17>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_Ids = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Ids), (void*)L_0);
CameraHistoryItem__ctor_m6AE39C606748B9AD4489DA058C260827D2DACD27(__this, NULL);
return;
}
}
// Method Definition Index: 33733
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RawDepthHistory__cctor_m46D76025886F2B3F8DB22B2229A6712002879806 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral578A46023E796C000BD75C95E946769C6A74FA3F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8989B44DBC04711C63A8D7B142DD0BB10A3C1C1);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:18>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:19>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:20>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:21>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/RawDepthHistory.cs:22>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral578A46023E796C000BD75C95E946769C6A74FA3F);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralC8989B44DBC04711C63A8D7B142DD0BB10A3C1C1);
((RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_StaticFields*)il2cpp_codegen_static_fields_for(RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var))->___m_Names = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_StaticFields*)il2cpp_codegen_static_fields_for(RawDepthHistory_t607F7FC86AFC82992E27C17F6D385CEC443F886B_il2cpp_TypeInfo_var))->___m_Names), (void*)L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 33734
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleHistoryBase_OnCreate_m2758AEB86783EF1412D83ABF19083B4672361DB5 (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___0_owner, uint32_t ___1_typeId, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:19>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_0 = ___0_owner;
uint32_t L_1 = ___1_typeId;
CameraHistoryItem_OnCreate_m89567C73124235D6D11EB36AF39D90B84E475402(__this, L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:20>
int32_t L_2;
L_2 = CameraHistoryItem_MakeId_m99C0D77DA6301AD655C8F13D6DB0E1DC26F01A2E(__this, 0, NULL);
__this->___m_Id = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:21>
return;
}
}
// Method Definition Index: 33735
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* SingleHistoryBase_GetTexture_m750C476B9EF5569FA6DCD391FE4E79FD41BE127C (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, int32_t ___0_frameIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:28>
int32_t L_0 = ___0_frameIndex;
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6, __this);
if ((((int64_t)((int64_t)(uint64_t)((uint32_t)L_0))) < ((int64_t)((int64_t)L_1))))
{
goto IL_000d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:29>
return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
}
IL_000d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:30>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_2;
L_2 = CameraHistoryItem_get_storage_mC7A6F7E17B1FB78DA9D91BDD473A1F3E357F2865_inline(__this, NULL);
int32_t L_3 = __this->___m_Id;
int32_t L_4 = ___0_frameIndex;
NullCheck(L_2);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5;
L_5 = BufferedRTHandleSystem_GetFrameRT_mEBD3C29BC51816416974BA1B541C668937F26BF6(L_2, L_3, L_4, NULL);
return L_5;
}
}
// Method Definition Index: 33736
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* SingleHistoryBase_GetCurrentTexture_mAAA6E06F29FFCB8095F1D5A6B94D80CEAFF2597E (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:35>
int32_t L_0 = __this->___m_Id;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1;
L_1 = CameraHistoryItem_GetCurrentFrameRT_m8BE1DFF84CCA63821033C9CC873C13393EAE444F(__this, L_0, NULL);
return L_1;
}
}
// Method Definition Index: 33737
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* SingleHistoryBase_GetPreviousTexture_m076A07BAE2FAB2EFC5A58F593A2EE72F5CD77BC7 (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:40>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0;
L_0 = SingleHistoryBase_GetTexture_m750C476B9EF5569FA6DCD391FE4E79FD41BE127C(__this, 1, NULL);
return L_0;
}
}
// Method Definition Index: 33738
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SingleHistoryBase_IsAllocated_mF4A70B4F2823C96D0EAD4290E41C8BED52EC11AA (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:45>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0;
L_0 = SingleHistoryBase_GetTexture_m750C476B9EF5569FA6DCD391FE4E79FD41BE127C(__this, 0, NULL);
return (bool)((!(((RuntimeObject*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
}
// Method Definition Index: 33739
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SingleHistoryBase_IsDirty_m1C5B34FA6F37BB6562B37D87B9B73E2AD41A81F6 (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:51>
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_0 = __this->___m_DescKey;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = ___0_desc;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_2;
L_2 = Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713(L_1, Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
bool L_3;
L_3 = Hash128_op_Inequality_m459F9C5A574EE99EB5E72F701EC172EE2C211875(L_0, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 33740
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleHistoryBase_Alloc_m8432C590A17E8B2C6EC283D7387B112ADC38D8C6 (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:56>
int32_t L_0 = __this->___m_Id;
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6, __this);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = ___0_desc;
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(7, __this);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = CameraHistoryItem_AllocHistoryFrameRT_m0627CC15E526C3B0CBBEF08316911B035CA04EC5(__this, L_0, L_1, L_2, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:58>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_5 = ___0_desc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_6 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_5);
__this->___m_Descriptor = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:59>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_7 = ___0_desc;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_8;
L_8 = Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713(L_7, Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
__this->___m_DescKey = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:60>
return;
}
}
// Method Definition Index: 33741
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleHistoryBase_Reset_m4DEB4E9D5426A2375942CA5806A5533368106AF4 (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:67>
int32_t L_0 = __this->___m_Id;
CameraHistoryItem_ReleaseHistoryFrameRT_m609A378E012EB9552BF987B92363A098364D612E(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:68>
return;
}
}
// Method Definition Index: 33742
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SingleHistoryBase_Update_mB16D3EFD4E261B6B5663CBEFA98D749250BA43B7 (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, const RuntimeMethod* method)
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:73>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_cameraDesc;
int32_t L_1;
L_1 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_0, NULL);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0044;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = ___0_cameraDesc;
int32_t L_3;
L_3 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_2, NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0044;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = ___0_cameraDesc;
int32_t L_5;
L_5 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0(L_4, NULL);
if (!L_5)
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:75>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = ___0_cameraDesc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_7;
L_7 = VirtualFuncInvoker1< RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* >::Invoke(8, __this, L_6);
V_0 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:77>
bool L_8;
L_8 = SingleHistoryBase_IsDirty_m1C5B34FA6F37BB6562B37D87B9B73E2AD41A81F6(__this, (&V_0), NULL);
if (!L_8)
{
goto IL_0032;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:78>
VirtualActionInvoker0::Invoke(4, __this);
}
IL_0032:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:80>
bool L_9;
L_9 = SingleHistoryBase_IsAllocated_mF4A70B4F2823C96D0EAD4290E41C8BED52EC11AA(__this, NULL);
if (L_9)
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:82>
SingleHistoryBase_Alloc_m8432C590A17E8B2C6EC283D7387B112ADC38D8C6(__this, (&V_0), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:83>
return (bool)1;
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/SingleHistoryBase.cs:87>
return (bool)0;
}
}
// Method Definition Index: 33746
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleHistoryBase__ctor_m1B738E48F958B10EDD18B6A87094D70BA08F347C (SingleHistoryBase_tAC66A5AD9FD9CEE27E891194A6CC1BCD5EE2AFE7* __this, const RuntimeMethod* method)
{
{
CameraHistoryItem__ctor_m6AE39C606748B9AD4489DA058C260827D2DACD27(__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: 33747
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StpHistory_OnCreate_mA79955D1C5847F8C8423617262B467206B04C703 (StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081* __this, BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___0_owner, uint32_t ___1_typeId, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:13>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_0 = ___0_owner;
uint32_t L_1 = ___1_typeId;
CameraHistoryItem_OnCreate_m89567C73124235D6D11EB36AF39D90B84E475402(__this, L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:15>
V_0 = 0;
goto IL_001d;
}
IL_000c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:17>
HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28* L_2 = __this->___m_historyContexts;
int32_t L_3 = V_0;
HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* L_4 = (HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD*)il2cpp_codegen_object_new(HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD_il2cpp_TypeInfo_var);
HistoryContext__ctor_mDFF065C5B4C02784898229A6B56E03C21535D611(L_4, NULL);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:15>
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_001d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:15>
int32_t L_6 = V_0;
if ((((int32_t)L_6) < ((int32_t)2)))
{
goto IL_000c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:19>
return;
}
}
// Method Definition Index: 33748
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StpHistory_Reset_m6600E09377530BBD41B580491DEB913ABDA62909 (StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:23>
V_0 = 0;
goto IL_0015;
}
IL_0004:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:26>
HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28* L_0 = __this->___m_historyContexts;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
NullCheck(L_3);
HistoryContext_Dispose_mAADEFDF7FAF595F5282A48DDD55ADAB870D4D89B(L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:23>
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0015:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:23>
int32_t L_5 = V_0;
if ((((int32_t)L_5) < ((int32_t)2)))
{
goto IL_0004;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:28>
return;
}
}
// Method Definition Index: 33749
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* StpHistory_GetHistoryContext_m3F658843B5255C1E89F998349657729E0975DDAA (StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:35>
HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28* L_0 = __this->___m_historyContexts;
int32_t L_1 = ___0_eyeIndex;
NullCheck(L_0);
int32_t L_2 = L_1;
HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// Method Definition Index: 33750
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StpHistory_Update_m6B5183F1F48F4E30990BA00AE22F59EB1F9A1F31 (StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
HistoryUpdateInfo_t62808606369F45C236ED7C98508BABA30925ACA7 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
HistoryUpdateInfo_t62808606369F45C236ED7C98508BABA30925ACA7* G_B2_0 = NULL;
HistoryUpdateInfo_t62808606369F45C236ED7C98508BABA30925ACA7* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
HistoryUpdateInfo_t62808606369F45C236ED7C98508BABA30925ACA7* G_B3_1 = NULL;
int32_t G_B7_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:42>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_0->___cameraTargetDescriptor);
int32_t L_2;
L_2 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_1, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___0_cameraData;
NullCheck(L_3);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_3->___cameraTargetDescriptor);
int32_t L_5;
L_5 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_4, NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6;
memset((&L_6), 0, sizeof(L_6));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_6), L_2, L_5, NULL);
(&V_0)->___preUpscaleSize = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:43>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___0_cameraData;
NullCheck(L_7);
int32_t L_8 = L_7->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = ___0_cameraData;
NullCheck(L_9);
int32_t L_10 = L_9->___pixelHeight;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_11;
memset((&L_11), 0, sizeof(L_11));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_11), L_8, L_10, NULL);
(&V_0)->___postUpscaleSize = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:44>
(&V_0)->___useHwDrs = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:45>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___0_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)
{
G_B2_0 = (&V_0);
goto IL_005e;
}
G_B1_0 = (&V_0);
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = ___0_cameraData;
NullCheck(L_15);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_16;
L_16 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_15, NULL);
NullCheck(L_16);
bool L_17;
L_17 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_16, NULL);
G_B3_0 = ((int32_t)(L_17));
G_B3_1 = G_B1_0;
goto IL_005f;
}
IL_005e:
{
G_B3_0 = 0;
G_B3_1 = G_B2_0;
}
IL_005f:
{
G_B3_1->___useTexArray = (bool)G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:47>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_18 = ___0_cameraData;
NullCheck(L_18);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_19;
L_19 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_18, NULL);
NullCheck(L_19);
bool L_20;
L_20 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_19, NULL);
if (!L_20)
{
goto IL_007e;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_21 = ___0_cameraData;
NullCheck(L_21);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_22;
L_22 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_21, NULL);
NullCheck(L_22);
bool L_23;
L_23 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_22, NULL);
if (!L_23)
{
goto IL_0081;
}
}
IL_007e:
{
G_B7_0 = 0;
goto IL_008c;
}
IL_0081:
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_24 = ___0_cameraData;
NullCheck(L_24);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_25;
L_25 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_24, NULL);
NullCheck(L_25);
int32_t L_26;
L_26 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_25, NULL);
G_B7_0 = L_26;
}
IL_008c:
{
V_1 = G_B7_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:49>
int32_t L_27 = V_1;
HistoryContext_tF383F9B5036A9ED7CCBF17D9BC717BA6784250BD* L_28;
L_28 = StpHistory_GetHistoryContext_m3F658843B5255C1E89F998349657729E0975DDAA(__this, L_27, NULL);
NullCheck(L_28);
bool L_29;
L_29 = HistoryContext_Update_m9417E5C7082B195832E0A092644958C958E14234(L_28, (&V_0), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:51>
return (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0);
}
}
// Method Definition Index: 33751
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StpHistory__ctor_m79A6BE2CFFE9409D6F3B054F0B4489B83AC577D3 (StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/StpHistory.cs:9>
HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28* L_0 = (HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28*)(HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28*)SZArrayNew(HistoryContextU5BU5D_t8A6A5D6331B5A58B1C295A1BC16AD7D83A6A7A28_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_historyContexts = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_historyContexts), (void*)L_0);
CameraHistoryItem__ctor_m6AE39C606748B9AD4489DA058C260827D2DACD27(__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: 33752
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaaHistory_OnCreate_m480318D1F7E517BBF1314E5173277FA999D5E0CA (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* ___0_owner, uint32_t ___1_typeId, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:31>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_0 = ___0_owner;
uint32_t L_1 = ___1_typeId;
CameraHistoryItem_OnCreate_m89567C73124235D6D11EB36AF39D90B84E475402(__this, L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:32>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___m_TaaAccumulationTextureIds;
int32_t L_3;
L_3 = CameraHistoryItem_MakeId_m99C0D77DA6301AD655C8F13D6DB0E1DC26F01A2E(__this, 0, NULL);
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:33>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = __this->___m_TaaAccumulationTextureIds;
int32_t L_5;
L_5 = CameraHistoryItem_MakeId_m99C0D77DA6301AD655C8F13D6DB0E1DC26F01A2E(__this, 1, NULL);
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (int32_t)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:34>
return;
}
}
// Method Definition Index: 33753
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaaHistory_Reset_mD20536CC1BCBA6E16F66B7BD32210E4E26043F31 (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:41>
V_0 = 0;
goto IL_001f;
}
IL_0004:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:43>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_TaaAccumulationTextureIds;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
CameraHistoryItem_ReleaseHistoryFrameRT_m609A378E012EB9552BF987B92363A098364D612E(__this, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:44>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = __this->___m_TaaAccumulationVersions;
int32_t L_5 = V_0;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (int32_t)(-1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:41>
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
}
IL_001f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:41>
int32_t L_7 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = __this->___m_TaaAccumulationTextureIds;
NullCheck(L_8);
if ((((int32_t)L_7) < ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))
{
goto IL_0004;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:47>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_9 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_9, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:48>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_10 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_10, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:49>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_11 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13(L_11, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:50>
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_12;
L_12 = Hash128_Compute_m2C8536650F263B77DF383364180D7CB9B4F3FB7C(0, NULL);
__this->___m_DescKey = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:51>
return;
}
}
// Method Definition Index: 33754
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* TaaHistory_GetAccumulationTexture_m74850848FD519B555ED2D566566E083E1092BD9E (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:60>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_TaaAccumulationTextureIds;
int32_t L_1 = ___0_eyeIndex;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4;
L_4 = CameraHistoryItem_GetCurrentFrameRT_m8BE1DFF84CCA63821033C9CC873C13393EAE444F(__this, L_3, NULL);
return L_4;
}
}
// Method Definition Index: 33755
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TaaHistory_GetAccumulationVersion_mB9162D8132EC5B8113516BF459527A71BAB33258 (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, int32_t ___0_eyeIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:71>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_TaaAccumulationVersions;
int32_t L_1 = ___0_eyeIndex;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// Method Definition Index: 33756
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaaHistory_SetAccumulationVersion_mFD2A6A775CD7A2CEDBCCCF04E6044BB86E23412C (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, int32_t ___0_eyeIndex, int32_t ___1_version, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:76>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_TaaAccumulationVersions;
int32_t L_1 = ___0_eyeIndex;
int32_t L_2 = ___1_version;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (int32_t)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:77>
return;
}
}
// Method Definition Index: 33757
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaaHistory_IsValid_mC55D1D352C4454B817EBA0C938A86ADB52B20A67 (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:82>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0;
L_0 = TaaHistory_GetAccumulationTexture_m74850848FD519B555ED2D566566E083E1092BD9E(__this, 0, NULL);
return (bool)((!(((RuntimeObject*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
}
// Method Definition Index: 33758
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaaHistory_IsDirty_m85C7F2D5B341C60859B2EBA5EC68E6766C7B59CF (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:88>
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_0 = __this->___m_DescKey;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = ___0_desc;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_2;
L_2 = Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713(L_1, Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
bool L_3;
L_3 = Hash128_op_Inequality_m459F9C5A574EE99EB5E72F701EC172EE2C211875(L_0, L_2, NULL);
return L_3;
}
}
// Method Definition Index: 33759
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaaHistory_Alloc_m4F2A7DE590CBDA8E8154DF0A2C39081D8BFE5A5F (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_desc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:93>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_TaaAccumulationTextureIds;
NullCheck(L_0);
int32_t L_1 = 0;
int32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_3 = ___0_desc;
il2cpp_codegen_runtime_class_init_inline(TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = ((TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_StaticFields*)il2cpp_codegen_static_fields_for(TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var))->___m_TaaAccumulationNames;
NullCheck(L_4);
int32_t L_5 = 0;
String_t* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7;
L_7 = CameraHistoryItem_AllocHistoryFrameRT_m0627CC15E526C3B0CBBEF08316911B035CA04EC5(__this, L_2, 1, L_3, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:95>
bool L_8 = ___1_xrMultipassEnabled;
if (!L_8)
{
goto IL_0033;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:96>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = __this->___m_TaaAccumulationTextureIds;
NullCheck(L_9);
int32_t L_10 = 1;
int32_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_12 = ___0_desc;
il2cpp_codegen_runtime_class_init_inline(TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ((TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_StaticFields*)il2cpp_codegen_static_fields_for(TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var))->___m_TaaAccumulationNames;
NullCheck(L_13);
int32_t L_14 = 1;
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16;
L_16 = CameraHistoryItem_AllocHistoryFrameRT_m0627CC15E526C3B0CBBEF08316911B035CA04EC5(__this, L_11, 1, L_12, L_15, NULL);
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:98>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_17 = ___0_desc;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_18 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_17);
__this->___m_Descriptor = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:99>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_19 = ___0_desc;
Hash128_t93367F504B687578F893CDBCD13FB95AC8A87A40 L_20;
L_20 = Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713(L_19, Hash128_Compute_TisRenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46_mEF286881593FE861E06ECF264EE0502FBC877713_RuntimeMethod_var);
__this->___m_DescKey = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:100>
return;
}
}
// Method Definition Index: 33760
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaaHistory_Update_mCBF06F84FF6344EFFA4EED742C7406DC859E1E44 (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_cameraDesc, bool ___1_xrMultipassEnabled, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:105>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_cameraDesc;
int32_t L_1;
L_1 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_0, NULL);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0044;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = ___0_cameraDesc;
int32_t L_3;
L_3 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_2, NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0044;
}
}
{
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = ___0_cameraDesc;
int32_t L_5;
L_5 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0(L_4, NULL);
if (!L_5)
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:107>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = ___0_cameraDesc;
il2cpp_codegen_runtime_class_init_inline(TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_7;
L_7 = TemporalAA_TemporalAADescFromCameraDesc_mB18F5C9E3B0BCE9340A73AF5FC8265153709E154(L_6, NULL);
V_0 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:109>
bool L_8;
L_8 = TaaHistory_IsDirty_m85C7F2D5B341C60859B2EBA5EC68E6766C7B59CF(__this, (&V_0), NULL);
if (!L_8)
{
goto IL_0031;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:110>
VirtualActionInvoker0::Invoke(4, __this);
}
IL_0031:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:112>
bool L_9;
L_9 = TaaHistory_IsValid_mC55D1D352C4454B817EBA0C938A86ADB52B20A67(__this, NULL);
if (L_9)
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:114>
bool L_10 = ___1_xrMultipassEnabled;
TaaHistory_Alloc_m4F2A7DE590CBDA8E8154DF0A2C39081D8BFE5A5F(__this, (&V_0), L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:115>
return (bool)1;
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:119>
return (bool)0;
}
}
// Method Definition Index: 33761
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaaHistory__ctor_mF0177B261CA961E1DE403F789FEACBF021F526C5 (TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:11>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_TaaAccumulationTextureIds = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TaaAccumulationTextureIds), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:12>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_TaaAccumulationVersions = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TaaAccumulationVersions), (void*)L_1);
CameraHistoryItem__ctor_m6AE39C606748B9AD4489DA058C260827D2DACD27(__this, NULL);
return;
}
}
// Method Definition Index: 33762
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaaHistory__cctor_mFEBE8563B9D4C9CCDDF34CBA304718C4492B36EE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01C05B5E790530E0359B53231B8316F7632C0659);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E20E8E82140845840C51CFE983BB9B9FBE74646);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:14>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:15>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:16>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:17>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/History/TaaHistory.cs:18>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral8E20E8E82140845840C51CFE983BB9B9FBE74646);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral01C05B5E790530E0359B53231B8316F7632C0659);
((TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_StaticFields*)il2cpp_codegen_static_fields_for(TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var))->___m_TaaAccumulationNames = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_StaticFields*)il2cpp_codegen_static_fields_for(TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D_il2cpp_TypeInfo_var))->___m_TaaAccumulationNames), (void*)L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 33763
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCookieManager_get_IsKeywordLightCookieEnabled_mAAC832A3AA56BB7A301121DF82329C7B84B0DBE5 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:276>
bool L_0 = __this->___U3CIsKeywordLightCookieEnabledU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33764
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_set_IsKeywordLightCookieEnabled_m7683EADF9EF8822DC7E86483D369983693B7FD93 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:276>
bool L_0 = ___0_value;
__this->___U3CIsKeywordLightCookieEnabledU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33765
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* LightCookieManager_get_AdditionalLightsCookieAtlasTexture_mF6AAADFF78C7FF83A8986BDAFA5AAC16B8133162 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, const RuntimeMethod* method)
{
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* G_B2_0 = NULL;
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* G_B1_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:278>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_0 = __this->___m_AdditionalLightsCookieAtlas;
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000c;
}
G_B1_0 = L_1;
}
{
return (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
}
IL_000c:
{
NullCheck(G_B2_0);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2;
L_2 = Texture2DAtlas_get_AtlasTexture_m7768401CB1687EDDACF3A103E476F2C217C69C8C_inline(G_B2_0, NULL);
return L_2;
}
}
// Method Definition Index: 33766
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager__ctor_m6E095C5FE5CE2A9EB388C32CD85DC3391C24C7E6 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* ___0_settings, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:269>
__this->___m_CookieSizeDivisor = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:270>
__this->___m_PrevCookieRequestPixelCount = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:274>
__this->___m_PrevWarnFrame = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:280>
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:282>
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_0 = ___0_settings;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 L_1 = (*(Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)L_0);
__this->___m_Settings = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:283>
WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* L_2 = (WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B*)il2cpp_codegen_object_new(WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B_il2cpp_TypeInfo_var);
WorkMemory__ctor_mA27C416C210B93CBD17F4B35715B185E3CB0DA4D(L_2, NULL);
__this->___m_WorkMem = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_WorkMem), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:284>
return;
}
}
// Method Definition Index: 33767
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_InitAdditionalLights_m1C2BB31D2E1264AE89CB3699E7A54CB72905F346 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, int32_t ___0_size, 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*)&LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81C31EFC06A22F5DDD585BDE6B97E622EB1E493E);
s_Il2CppMethodInitialized = true;
}
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:289>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:290>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:291>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:292>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:293>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:294>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:295>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:296>
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_0 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* L_1 = (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*)(&L_0->___atlas);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2 = L_1->___resolution;
V_0 = L_2;
int32_t L_3;
L_3 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_4 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* L_5 = (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*)(&L_4->___atlas);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6 = L_5->___resolution;
V_0 = L_6;
int32_t L_7;
L_7 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_8 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* L_9 = (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*)(&L_8->___atlas);
int32_t L_10 = L_9->___format;
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_11 = (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F*)il2cpp_codegen_object_new(Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F_il2cpp_TypeInfo_var);
Texture2DAtlas__ctor_mB0FB5774A1037C4F0AE42B5255C966B64688B54A(L_11, L_3, L_7, L_10, 1, (bool)0, _stringLiteral81C31EFC06A22F5DDD585BDE6B97E622EB1E493E, (bool)0, NULL);
__this->___m_AdditionalLightsCookieAtlas = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdditionalLightsCookieAtlas), (void*)L_11);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:299>
int32_t L_12 = ___0_size;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_13 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
bool L_14 = L_13->___useStructuredBuffer;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_15 = (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10*)il2cpp_codegen_object_new(LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10_il2cpp_TypeInfo_var);
LightCookieShaderData__ctor_mF36EE46CD25DB2538577DD5C88244E73EF4CDB03(L_15, L_12, L_14, NULL);
__this->___m_AdditionalLightsCookieShaderData = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdditionalLightsCookieShaderData), (void*)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:301>
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_16 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
int32_t L_17 = L_16->___maxAdditionalLights;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_18 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_17, 1)));
__this->___m_VisibleLightIndexToShaderDataIndex = L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_VisibleLightIndexToShaderDataIndex), (void*)L_18);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:303>
__this->___m_CookieSizeDivisor = 1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:304>
__this->___m_PrevCookieRequestPixelCount = (-1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:305>
return;
}
}
// Method Definition Index: 33768
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCookieManager_isInitialized_m107D1E8490BDAD776D61BB6599DEDDBCECE57ED4 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:307>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_0 = __this->___m_AdditionalLightsCookieAtlas;
if (!L_0)
{
goto IL_0012;
}
}
{
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_1 = __this->___m_AdditionalLightsCookieShaderData;
return (bool)((!(((RuntimeObject*)(LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// Method Definition Index: 33769
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_Dispose_mF5B3B096E2700EF22BAF2776F83384B5C438D2E6 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, const RuntimeMethod* method)
{
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* G_B2_0 = NULL;
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* G_B1_0 = NULL;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* G_B5_0 = NULL;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* G_B4_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:314>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_0 = __this->___m_AdditionalLightsCookieAtlas;
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* 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);
Texture2DAtlas_Release_mE23245C71F1E00D6AE6C57DC61B3CEE8D5C7CC17(G_B2_0, NULL);
}
IL_0011:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:315>
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_2 = __this->___m_AdditionalLightsCookieShaderData;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_3 = L_2;
if (L_3)
{
G_B5_0 = L_3;
goto IL_001c;
}
G_B4_0 = L_3;
}
{
return;
}
IL_001c:
{
NullCheck(G_B5_0);
LightCookieShaderData_Dispose_m1E8C2EA35B325EAB8A3371F0C4D41AD306046EB1(G_B5_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:316>
return;
}
}
// Method Definition Index: 33770
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_GetLightCookieShaderDataIndex_m8F058A76C419088C3791E07386EB0DB2D5F60E86 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, int32_t ___0_visibleLightIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:321>
bool L_0;
L_0 = LightCookieManager_isInitialized_m107D1E8490BDAD776D61BB6599DEDDBCECE57ED4(__this, NULL);
if (L_0)
{
goto IL_000a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:322>
return (-1);
}
IL_000a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:324>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = __this->___m_VisibleLightIndexToShaderDataIndex;
int32_t L_2 = ___0_visibleLightIndex;
NullCheck(L_1);
int32_t L_3 = L_2;
int32_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
return L_4;
}
}
// Method Definition Index: 33771
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_Setup_m99F78FA406DA69B4269548279941600208524F6E (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___1_lightData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
int32_t V_5 = 0;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* G_B13_0 = NULL;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* G_B12_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:329>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1;
L_1 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)14), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_0), L_0, L_1, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00bc:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_0), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:332>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_2 = ___1_lightData;
NullCheck(L_2);
int32_t L_3 = L_2->___mainLightIndex;
V_1 = (bool)((((int32_t)((((int32_t)L_3) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:333>
bool L_4 = V_1;
if (!L_4)
{
goto IL_003b_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:335>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_5 = ___1_lightData;
NullCheck(L_5);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468* L_6 = (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468*)(&L_5->___visibleLights);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_7 = ___1_lightData;
NullCheck(L_7);
int32_t L_8 = L_7->___mainLightIndex;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805 L_9;
L_9 = IL2CPP_NATIVEARRAY_GET_ITEM(VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805, (L_6)->___m_Buffer, L_8);
V_3 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:336>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = ___0_cmd;
bool L_11;
L_11 = LightCookieManager_SetupMainLight_m4A937409872F5DA9A173D1CC5C3FD358AC289671(__this, L_10, (&V_3), NULL);
V_1 = L_11;
}
IL_003b_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:340>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_12 = ___1_lightData;
NullCheck(L_12);
int32_t L_13 = L_12->___additionalLightsCount;
V_2 = (bool)((((int32_t)L_13) > ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:341>
bool L_14 = V_2;
if (!L_14)
{
goto IL_0051_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:343>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15 = ___0_cmd;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_16 = ___1_lightData;
bool L_17;
L_17 = LightCookieManager_SetupAdditionalLights_m53906AEA418FA197EDDFCA64404916C9E7E67A5F(__this, L_15, L_16, NULL);
V_2 = L_17;
}
IL_0051_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:347>
bool L_18 = V_2;
if (L_18)
{
goto IL_00a0_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:350>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:351>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = __this->___m_VisibleLightIndexToShaderDataIndex;
if (!L_19)
{
goto IL_008e_1;
}
}
{
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_20 = __this->___m_AdditionalLightsCookieShaderData;
NullCheck(L_20);
bool L_21;
L_21 = LightCookieShaderData_get_isUploaded_m05AA2D68F937FF6BE8C743796A8D47F71BAEEBAD_inline(L_20, NULL);
if (!L_21)
{
goto IL_008e_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:353>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_22 = __this->___m_VisibleLightIndexToShaderDataIndex;
NullCheck(L_22);
V_4 = ((int32_t)(((RuntimeArray*)L_22)->max_length));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:354>
V_5 = 0;
goto IL_0088_1;
}
IL_0078_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:355>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = __this->___m_VisibleLightIndexToShaderDataIndex;
int32_t L_24 = V_5;
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (int32_t)(-1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:354>
int32_t L_25 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_25, 1));
}
IL_0088_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:354>
int32_t L_26 = V_5;
int32_t L_27 = V_4;
if ((((int32_t)L_26) < ((int32_t)L_27)))
{
goto IL_0078_1;
}
}
IL_008e_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:359>
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_28 = __this->___m_AdditionalLightsCookieShaderData;
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_29 = L_28;
if (L_29)
{
G_B13_0 = L_29;
goto IL_009a_1;
}
G_B12_0 = L_29;
}
{
goto IL_00a0_1;
}
IL_009a_1:
{
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_30 = ___0_cmd;
NullCheck(G_B13_0);
LightCookieShaderData_Clear_mD3BF83D3E7B2C9AECE704174C9FB03BCC1D01649(G_B13_0, L_30, NULL);
}
IL_00a0_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:363>
bool L_31 = V_1;
bool L_32 = V_2;
LightCookieManager_set_IsKeywordLightCookieEnabled_m7683EADF9EF8822DC7E86483D369983693B7FD93_inline(__this, (bool)((int32_t)((int32_t)L_31|(int32_t)L_32)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:364>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_33 = ___0_cmd;
bool L_34;
L_34 = LightCookieManager_get_IsKeywordLightCookieEnabled_mAAC832A3AA56BB7A301121DF82329C7B84B0DBE5_inline(__this, NULL);
NullCheck(L_33);
CommandBuffer_SetKeyword_m21015D629787CEC4954ABA00F1211D2F957B2399(L_33, (&((ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_StaticFields*)il2cpp_codegen_static_fields_for(ShaderGlobalKeywords_tCD2A8F654428E5D252204D24E379C6725E5A2C91_il2cpp_TypeInfo_var))->___LightCookies), L_34, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:365>
goto IL_00ca;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00ca:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:365>
return;
}
}
// Method Definition Index: 33772
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCookieManager_SetupMainLight_m4A937409872F5DA9A173D1CC5C3FD358AC289671 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* ___1_visibleMainLight, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m6B6BC7BF6E201BABDDC0335A48851838BF129F1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_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*)&ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* V_0 = NULL;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_1 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_2;
memset((&V_2), 0, sizeof(V_2));
float V_3 = 0.0f;
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* V_4 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_5;
memset((&V_5), 0, sizeof(V_5));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_6;
memset((&V_6), 0, sizeof(V_6));
bool G_B4_0 = false;
bool G_B1_0 = false;
bool G_B3_0 = false;
bool G_B2_0 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:369>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_0 = ___1_visibleMainLight;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_1;
L_1 = VisibleLight_get_light_mD179E0BF18C77DBE2FD85FE9687F63A8C1859E6B(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:370>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_2 = V_0;
NullCheck(L_2);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_3;
L_3 = Light_get_cookie_m44A0C4B92F6CD6F2F8536A91C51B77FEEF59715E(L_2, NULL);
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:371>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = V_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:373>
bool L_6 = L_5;
if (!L_6)
{
G_B4_0 = L_6;
goto IL_008c;
}
G_B1_0 = L_6;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:375>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_7;
L_7 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
V_2 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:376>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = V_1;
NullCheck(L_8);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_8);
int32_t L_10;
L_10 = LightCookieManager_GetLightCookieShaderFormat_m0821047BA00269D95C7B76BBCF05E17E9A8526DF(__this, L_9, NULL);
V_3 = ((float)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:378>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_11 = V_0;
NullCheck(L_11);
bool L_12;
L_12 = Component_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m6B6BC7BF6E201BABDDC0335A48851838BF129F1C(L_11, (&V_4), Component_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m6B6BC7BF6E201BABDDC0335A48851838BF129F1C_RuntimeMethod_var);
if (!L_12)
{
G_B3_0 = G_B1_0;
goto IL_0040;
}
G_B2_0 = G_B1_0;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:379>
LightCookieManager_GetLightUVScaleOffset_m1B12565E1479FC2FBF7507E5C83F18EF6FAFB316(__this, (&V_4), (&V_2), NULL);
G_B3_0 = G_B2_0;
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:381>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:382>
il2cpp_codegen_runtime_class_init_inline(LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_13 = ((LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_StaticFields*)il2cpp_codegen_static_fields_for(LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var))->___s_DirLightProj;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14 = V_2;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_15;
L_15 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_13, L_14, NULL);
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_16 = ___1_visibleMainLight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17;
L_17 = VisibleLight_get_localToWorldMatrix_m5DD0193DBD7887878F93AB4A95DCD9A72F594081(L_16, NULL);
V_6 = L_17;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18;
L_18 = Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD((&V_6), NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_19;
L_19 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_15, L_18, NULL);
V_5 = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:384>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_20 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
int32_t L_21 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightTexture;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_22 = V_1;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_23;
L_23 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_22, NULL);
NullCheck(L_20);
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_20, L_21, L_23, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:385>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_24 = ___0_cmd;
int32_t L_25 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightWorldToLight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_26 = V_5;
NullCheck(L_24);
CommandBuffer_SetGlobalMatrix_m8454AD5B02C68C5824015F290D831207FA098612(L_24, L_25, L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:386>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_27 = ___0_cmd;
int32_t L_28 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightCookieTextureFormat;
float L_29 = V_3;
NullCheck(L_27);
CommandBuffer_SetGlobalFloat_mBF1BB546F61D851FE19063F6D383096CA55A7C68(L_27, L_28, L_29, NULL);
return G_B3_0;
}
IL_008c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:391>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_30 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
int32_t L_31 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightTexture;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_32;
L_32 = Texture2D_get_whiteTexture_m3A243ED388F9EF0EC515015A6E0E50FD261D2FA1(NULL);
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_33;
L_33 = RenderTargetIdentifier_op_Implicit_mBF13C6AE62DCEDDEFDC1C7305BE646FE99D2F24C(L_32, NULL);
NullCheck(L_30);
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_30, L_31, L_33, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:392>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_34 = ___0_cmd;
int32_t L_35 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightWorldToLight;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_36;
L_36 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_34);
CommandBuffer_SetGlobalMatrix_m8454AD5B02C68C5824015F290D831207FA098612(L_34, L_35, L_36, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:393>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_37 = ___0_cmd;
int32_t L_38 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightCookieTextureFormat;
NullCheck(L_37);
CommandBuffer_SetGlobalFloat_mBF1BB546F61D851FE19063F6D383096CA55A7C68(L_37, L_38, (-1.0f), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:396>
return G_B4_0;
}
}
// Method Definition Index: 33773
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_GetLightCookieShaderFormat_m0821047BA00269D95C7B76BBCF05E17E9A8526DF (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, int32_t ___0_cookieFormat, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_cookieFormat;
if ((((int32_t)L_0) > ((int32_t)((int32_t)29))))
{
goto IL_0041;
}
}
{
int32_t L_1 = ___0_cookieFormat;
if ((((int32_t)L_1) > ((int32_t)((int32_t)13))))
{
goto IL_0024;
}
}
{
int32_t L_2 = ___0_cookieFormat;
if ((((int32_t)L_2) > ((int32_t)5)))
{
goto IL_0018;
}
}
{
int32_t L_3 = ___0_cookieFormat;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0088;
}
}
{
int32_t L_4 = ___0_cookieFormat;
if ((((int32_t)L_4) == ((int32_t)5)))
{
goto IL_0088;
}
}
{
goto IL_0084;
}
IL_0018:
{
int32_t L_5 = ___0_cookieFormat;
if ((((int32_t)L_5) == ((int32_t)((int32_t)9))))
{
goto IL_0088;
}
}
{
int32_t L_6 = ___0_cookieFormat;
if ((((int32_t)L_6) == ((int32_t)((int32_t)13))))
{
goto IL_0088;
}
}
{
goto IL_0084;
}
IL_0024:
{
int32_t L_7 = ___0_cookieFormat;
if ((((int32_t)L_7) > ((int32_t)((int32_t)21))))
{
goto IL_0035;
}
}
{
int32_t L_8 = ___0_cookieFormat;
if ((((int32_t)L_8) == ((int32_t)((int32_t)17))))
{
goto IL_0088;
}
}
{
int32_t L_9 = ___0_cookieFormat;
if ((((int32_t)L_9) == ((int32_t)((int32_t)21))))
{
goto IL_0088;
}
}
{
goto IL_0084;
}
IL_0035:
{
int32_t L_10 = ___0_cookieFormat;
if ((((int32_t)L_10) == ((int32_t)((int32_t)25))))
{
goto IL_0088;
}
}
{
int32_t L_11 = ___0_cookieFormat;
if ((((int32_t)L_11) == ((int32_t)((int32_t)29))))
{
goto IL_0088;
}
}
{
goto IL_0084;
}
IL_0041:
{
int32_t L_12 = ___0_cookieFormat;
if ((((int32_t)L_12) > ((int32_t)((int32_t)45))))
{
goto IL_0063;
}
}
{
int32_t L_13 = ___0_cookieFormat;
if ((((int32_t)L_13) > ((int32_t)((int32_t)37))))
{
goto IL_0057;
}
}
{
int32_t L_14 = ___0_cookieFormat;
if ((((int32_t)L_14) == ((int32_t)((int32_t)33))))
{
goto IL_0088;
}
}
{
int32_t L_15 = ___0_cookieFormat;
if ((((int32_t)L_15) == ((int32_t)((int32_t)37))))
{
goto IL_0088;
}
}
{
goto IL_0084;
}
IL_0057:
{
int32_t L_16 = ___0_cookieFormat;
if ((((int32_t)L_16) == ((int32_t)((int32_t)41))))
{
goto IL_0088;
}
}
{
int32_t L_17 = ___0_cookieFormat;
if ((((int32_t)L_17) == ((int32_t)((int32_t)45))))
{
goto IL_0088;
}
}
{
goto IL_0084;
}
IL_0063:
{
int32_t L_18 = ___0_cookieFormat;
if ((((int32_t)L_18) > ((int32_t)((int32_t)55))))
{
goto IL_0076;
}
}
{
int32_t L_19 = ___0_cookieFormat;
if ((((int32_t)L_19) == ((int32_t)((int32_t)49))))
{
goto IL_0088;
}
}
{
int32_t L_20 = ___0_cookieFormat;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, ((int32_t)54)))) > ((uint32_t)1))))
{
goto IL_0086;
}
}
{
goto IL_0084;
}
IL_0076:
{
int32_t L_21 = ___0_cookieFormat;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_21, ((int32_t)102)))) > ((uint32_t)1))))
{
goto IL_0088;
}
}
{
int32_t L_22 = ___0_cookieFormat;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_22, ((int32_t)125)))) > ((uint32_t)1))))
{
goto IL_0088;
}
}
IL_0084:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:405>
return (int32_t)(0);
}
IL_0086:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:409>
return (int32_t)(1);
}
IL_0088:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:427>
return (int32_t)(2);
}
}
// Method Definition Index: 33774
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_GetLightUVScaleOffset_m1B12565E1479FC2FBF7507E5C83F18EF6FAFB316 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107** ___0_additionalLightData, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___1_uvTransform, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:433>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
L_0 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107** L_1 = ___0_additionalLightData;
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* L_2 = *((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107**)L_1);
NullCheck(L_2);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
L_3 = UniversalAdditionalLightData_get_lightCookieSize_m2BCB9CB1632C84C74424CEB22C0BB779527B132A_inline(L_2, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
L_4 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_0, L_3, NULL);
V_0 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:434>
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107** L_5 = ___0_additionalLightData;
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* L_6 = *((UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107**)L_5);
NullCheck(L_6);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
L_7 = UniversalAdditionalLightData_get_lightCookieOffset_m3EEC9A8B35800A9C194ECEB1AD93F720147B922E_inline(L_6, NULL);
V_1 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:436>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = V_0;
float L_9 = L_8.___x;
float L_10;
L_10 = fabsf(L_9);
float L_11;
L_11 = half_get_MinValue_m60E08648E62A1C135FA2437D67C33BAD32498696(NULL);
if ((!(((float)L_10) < ((float)L_11))))
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:437>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_0;
float L_13 = L_12.___x;
float L_14;
L_14 = Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline(L_13, NULL);
float L_15;
L_15 = half_get_MinValue_m60E08648E62A1C135FA2437D67C33BAD32498696(NULL);
(&V_0)->___x = ((float)il2cpp_codegen_multiply(L_14, L_15));
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:438>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_0;
float L_17 = L_16.___y;
float L_18;
L_18 = fabsf(L_17);
float L_19;
L_19 = half_get_MinValue_m60E08648E62A1C135FA2437D67C33BAD32498696(NULL);
if ((!(((float)L_18) < ((float)L_19))))
{
goto IL_006e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:439>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = V_0;
float L_21 = L_20.___y;
float L_22;
L_22 = Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline(L_21, NULL);
float L_23;
L_23 = half_get_MinValue_m60E08648E62A1C135FA2437D67C33BAD32498696(NULL);
(&V_0)->___y = ((float)il2cpp_codegen_multiply(L_22, L_23));
}
IL_006e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:441>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_24 = ___1_uvTransform;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_0;
float L_26 = L_25.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_0;
float L_28 = L_27.___y;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
memset((&L_29), 0, sizeof(L_29));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_29), L_26, L_28, (1.0f), NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_30;
L_30 = Matrix4x4_Scale_m95902D2A889FD6E7B04BBEAE6FAE5D6D8A88E642(L_29, NULL);
*(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6*)L_24 = L_30;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:442>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* L_31 = ___1_uvTransform;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_1;
float L_33 = L_32.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34 = V_0;
float L_35 = L_34.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36 = V_1;
float L_37 = L_36.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_38 = V_0;
float L_39 = L_38.___y;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_40;
memset((&L_40), 0, sizeof(L_40));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_40), ((float)il2cpp_codegen_multiply(((-L_33)), L_35)), ((float)il2cpp_codegen_multiply(((-L_37)), L_39)), (0.0f), (1.0f), NULL);
Matrix4x4_SetColumn_mC1CBEB2C29C0A9F1434C601786CE1B6DED1E1234(L_31, 3, L_40, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:443>
return;
}
}
// Method Definition Index: 33775
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCookieManager_SetupAdditionalLights_m53906AEA418FA197EDDFCA64404916C9E7E67A5F (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___1_lightData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1__ctor_m76CCC65E3DFB8B84A2154B65A79B56688F9B26A4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1__ctor_m8B26C5F2B3AB3C05CB4ACDE5A17C6559BDEF503C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44 V_4;
memset((&V_4), 0, sizeof(V_4));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:447>
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_0 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
int32_t L_1 = L_0->___maxAdditionalLights;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_2 = ___1_lightData;
NullCheck(L_2);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468* L_3 = (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468*)(&L_2->___visibleLights);
int32_t L_4;
L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length);
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_5;
L_5 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_1, L_4, NULL);
V_0 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:448>
WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* L_6 = __this->___m_WorkMem;
int32_t L_7 = V_0;
NullCheck(L_6);
WorkMemory_Resize_m99DC9C1A72B298FF32517245600B9417BB8A514C(L_6, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:450>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_8 = ___1_lightData;
WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* L_9 = __this->___m_WorkMem;
NullCheck(L_9);
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_10 = L_9->___lightMappings;
int32_t L_11;
L_11 = LightCookieManager_FilterAndValidateAdditionalLights_mE7C537801E251E104E30EB34F5D0446D466A33C1(__this, L_8, L_10, NULL);
V_1 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:453>
int32_t L_12 = V_1;
if ((((int32_t)L_12) > ((int32_t)0)))
{
goto IL_0041;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:454>
return (bool)0;
}
IL_0041:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:457>
bool L_13;
L_13 = LightCookieManager_isInitialized_m107D1E8490BDAD776D61BB6599DEDDBCECE57ED4(__this, NULL);
if (L_13)
{
goto IL_0050;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:458>
int32_t L_14 = V_1;
LightCookieManager_InitAdditionalLights_m1C2BB31D2E1264AE89CB3699E7A54CB72905F346(__this, L_14, NULL);
}
IL_0050:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:461>
WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* L_15 = __this->___m_WorkMem;
NullCheck(L_15);
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_16 = L_15->___lightMappings;
int32_t L_17 = V_1;
WorkSlice_1__ctor_m76CCC65E3DFB8B84A2154B65A79B56688F9B26A4((&V_2), L_16, L_17, WorkSlice_1__ctor_m76CCC65E3DFB8B84A2154B65A79B56688F9B26A4_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:462>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = ___0_cmd;
WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* L_19 = __this->___m_WorkMem;
NullCheck(L_19);
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_20 = L_19->___uvRects;
int32_t L_21;
L_21 = LightCookieManager_UpdateAdditionalLightsAtlas_m98BF8D6376B329104F4163C1D82C333BDC630F72(__this, L_18, (&V_2), L_20, NULL);
V_3 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:465>
WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* L_22 = __this->___m_WorkMem;
NullCheck(L_22);
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_23 = L_22->___uvRects;
int32_t L_24 = V_3;
WorkSlice_1__ctor_m8B26C5F2B3AB3C05CB4ACDE5A17C6559BDEF503C((&V_4), L_23, L_24, WorkSlice_1__ctor_m8B26C5F2B3AB3C05CB4ACDE5A17C6559BDEF503C_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:466>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_25 = ___0_cmd;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_26 = ___1_lightData;
LightCookieManager_UploadAdditionalLights_mB5C8C8B640D8FC11C552ECAC4EA5F6595459F22E(__this, L_25, L_26, (&V_2), (&V_4), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:468>
int32_t L_27;
L_27 = WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_inline((&V_4), WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:469>
return (bool)((((int32_t)L_27) > ((int32_t)0))? 1 : 0);
}
}
// Method Definition Index: 33776
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_FilterAndValidateAdditionalLights_mE7C537801E251E104E30EB34F5D0446D466A33C1 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___0_lightData, LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* ___1_validLightMappings, 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*)&LightType_t2D4D43054E7473EECEB54493C0055AE074780234_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BC3594F174117B631515E24395CA11FE039A5D2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15E8F9CD6E9A7FDC2DCE3A81BAA911FC49D535BD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral216B4AA9EA17875E76B8925E69F2C47147E6FF10);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4201C2EE9D7A5736FC30F5077BEFC605C17014E7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA4F3347A675EB6CC0EB1441974C22B3965A0E396);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED163DCA4DE75B6D2DD225069E3AE135BF695DE9);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* V_5 = NULL;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* V_6 = NULL;
int32_t V_7 = 0;
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 V_8;
memset((&V_8), 0, sizeof(V_8));
int32_t V_9 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:474>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_0 = ___0_lightData;
NullCheck(L_0);
int32_t L_1 = L_0->___mainLightIndex;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:475>
V_1 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:476>
V_2 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:478>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_2 = ___0_lightData;
NullCheck(L_2);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468* L_3 = (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468*)(&L_2->___visibleLights);
int32_t L_4;
L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_3)->___m_Length);
V_3 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:479>
V_4 = 0;
goto IL_0177;
}
IL_001f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:482>
int32_t L_5 = V_4;
int32_t L_6 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_002d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:484>
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:485>
goto IL_0171;
}
IL_002d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:488>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_8 = ___0_lightData;
NullCheck(L_8);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 L_9 = L_8->___visibleLights;
int32_t L_10 = V_4;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_11;
L_11 = NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C(L_9, L_10, NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C_RuntimeMethod_var);
V_5 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:489>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_12 = V_5;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_13;
L_13 = VisibleLight_get_light_mD179E0BF18C77DBE2FD85FE9687F63A8C1859E6B(L_12, NULL);
V_6 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:492>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_14 = V_6;
NullCheck(L_14);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_15;
L_15 = Light_get_cookie_m44A0C4B92F6CD6F2F8536A91C51B77FEEF59715E(L_14, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_16)
{
goto IL_0171;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:497>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_17 = V_5;
int32_t L_18;
L_18 = VisibleLight_get_lightType_mFFCEBE6E368853F13E7CDBA910F6D9B689292454(L_17, NULL);
V_7 = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:498>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:499>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:500>
int32_t L_19 = V_7;
if (!L_19)
{
goto IL_00b7;
}
}
{
int32_t L_20 = V_7;
if ((((int32_t)L_20) == ((int32_t)2)))
{
goto IL_00b7;
}
}
{
int32_t L_21 = V_7;
if ((((int32_t)L_21) == ((int32_t)1)))
{
goto IL_00b7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:502>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_22;
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralA4F3347A675EB6CC0EB1441974C22B3965A0E396);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23;
Il2CppFakeBox<int32_t> L_25(LightType_t2D4D43054E7473EECEB54493C0055AE074780234_il2cpp_TypeInfo_var, (&V_7));
String_t* L_26;
L_26 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_25), NULL);
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_26);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = L_24;
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral4201C2EE9D7A5736FC30F5077BEFC605C17014E7);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_29 = V_6;
NullCheck(L_29);
String_t* L_30;
L_30 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(L_29, NULL);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_30);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_28;
NullCheck(L_31);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral0BC3594F174117B631515E24395CA11FE039A5D2);
String_t* L_32;
L_32 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_31, NULL);
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_33 = V_6;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m23033D7E2F0F298BE465B7F3A63CDF40A4EB70EB(L_32, L_33, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:503>
goto IL_0171;
}
IL_00b7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:509>
int32_t L_34 = V_4;
(&V_8)->___visibleLightIndex = (uint16_t)((int32_t)(uint16_t)L_34);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:510>
int32_t L_35 = V_4;
int32_t L_36 = V_1;
(&V_8)->___lightBufferIndex = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_35, L_36)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:511>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_37 = V_6;
(&V_8)->___light = L_37;
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___light), (void*)L_37);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:514>
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_38 = V_8;
uint16_t L_39 = L_38.___lightBufferIndex;
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_40 = ___1_validLightMappings;
NullCheck(L_40);
if ((((int32_t)L_39) >= ((int32_t)((int32_t)(((RuntimeArray*)L_40)->max_length)))))
{
goto IL_00ea;
}
}
{
int32_t L_41 = V_2;
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_42 = ___1_validLightMappings;
NullCheck(L_42);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_41, 1))) < ((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))
{
goto IL_0164;
}
}
IL_00ea:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:517>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:518>
int32_t L_43 = V_3;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_44 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
int32_t L_45 = L_44->___maxAdditionalLights;
if ((((int32_t)L_43) <= ((int32_t)L_45)))
{
goto IL_017f;
}
}
{
int32_t L_46;
L_46 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
int32_t L_47 = __this->___m_PrevWarnFrame;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_46, L_47))) <= ((int32_t)((int32_t)3600))))
{
goto IL_017f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:520>
int32_t L_48;
L_48 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
__this->___m_PrevWarnFrame = L_48;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:521>
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_49 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_50 = L_49;
NullCheck(L_50);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral216B4AA9EA17875E76B8925E69F2C47147E6FF10);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_51 = L_50;
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_52 = ___1_validLightMappings;
NullCheck(L_52);
V_9 = ((int32_t)(((RuntimeArray*)L_52)->max_length));
String_t* L_53;
L_53 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_9), NULL);
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_53);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_54 = L_51;
NullCheck(L_54);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral15E8F9CD6E9A7FDC2DCE3A81BAA911FC49D535BD);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_55 = L_54;
int32_t L_56 = V_3;
int32_t L_57 = V_4;
V_9 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_56, L_57)), 1));
String_t* L_58;
L_58 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_9), NULL);
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_58);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_59 = L_55;
NullCheck(L_59);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralED163DCA4DE75B6D2DD225069E3AE135BF695DE9);
String_t* L_60;
L_60 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_59, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_60, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:525>
goto IL_017f;
}
IL_0164:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:528>
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_61 = ___1_validLightMappings;
int32_t L_62 = V_2;
int32_t L_63 = L_62;
V_2 = ((int32_t)il2cpp_codegen_add(L_63, 1));
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_64 = V_8;
NullCheck(L_61);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(L_63), (LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2)L_64);
}
IL_0171:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:479>
int32_t L_65 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_65, 1));
}
IL_0177:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:479>
int32_t L_66 = V_4;
int32_t L_67 = V_3;
if ((((int32_t)L_66) < ((int32_t)L_67)))
{
goto IL_001f;
}
}
IL_017f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:531>
int32_t L_68 = V_2;
return L_68;
}
}
// Method Definition Index: 33777
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_UpdateAdditionalLightsAtlas_m98BF8D6376B329104F4163C1D82C333BDC630F72 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* ___1_validLightMappings, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___2_textureAtlasUVRects, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1_Sort_m7EF532E936D55845DAAC606C0A214FE48EBF8584_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
float V_2 = 0.0f;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:537>
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_0 = ___1_validLightMappings;
il2cpp_codegen_runtime_class_init_inline(LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var);
Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* L_1 = ((LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_StaticFields*)il2cpp_codegen_static_fields_for(LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var))->___s_CompareByCookieSize;
WorkSlice_1_Sort_m7EF532E936D55845DAAC606C0A214FE48EBF8584(L_0, L_1, WorkSlice_1_Sort_m7EF532E936D55845DAAC606C0A214FE48EBF8584_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:539>
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_2 = ___1_validLightMappings;
uint32_t L_3;
L_3 = LightCookieManager_ComputeCookieRequestPixelCount_mA59A50A774C8118532CA25F5DEF03D2204A80FDA(__this, L_2, NULL);
V_0 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:540>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_4 = __this->___m_AdditionalLightsCookieAtlas;
NullCheck(L_4);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5;
L_5 = Texture2DAtlas_get_AtlasTexture_m7768401CB1687EDDACF3A103E476F2C217C69C8C_inline(L_4, NULL);
NullCheck(L_5);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_6;
L_6 = RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline(L_5, NULL);
V_1 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:541>
uint32_t L_7 = V_0;
int32_t L_8;
L_8 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_9;
L_9 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
V_2 = ((float)(((float)((double)(uint32_t)L_7))/((float)((int32_t)il2cpp_codegen_multiply(L_8, L_9)))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:542>
float L_10 = V_2;
int32_t L_11;
L_11 = LightCookieManager_ApproximateCookieSizeDivisor_mA96E64CD6CFD07A87B89B8EEEAF4012E063EAB26(__this, L_10, NULL);
V_3 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:547>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:548>
int32_t L_12 = V_3;
int32_t L_13 = __this->___m_CookieSizeDivisor;
if ((((int32_t)L_12) >= ((int32_t)L_13)))
{
goto IL_0065;
}
}
{
uint32_t L_14 = V_0;
uint32_t L_15 = __this->___m_PrevCookieRequestPixelCount;
if ((!(((uint32_t)L_14) < ((uint32_t)L_15))))
{
goto IL_0065;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:550>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_16 = __this->___m_AdditionalLightsCookieAtlas;
NullCheck(L_16);
Texture2DAtlas_ResetAllocator_m5930577CC814DC28121C8678204D3566783FCDE7(L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:551>
int32_t L_17 = V_3;
__this->___m_CookieSizeDivisor = L_17;
}
IL_0065:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:559>
V_4 = 0;
goto IL_00a6;
}
IL_006a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:562>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_18 = ___0_cmd;
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_19 = ___1_validLightMappings;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_20 = ___2_textureAtlasUVRects;
int32_t L_21 = __this->___m_CookieSizeDivisor;
int32_t L_22;
L_22 = LightCookieManager_FetchUVRects_m3591BE883C7006CD821D463D656F68836EC8364B(__this, L_18, L_19, L_20, L_21, NULL);
V_4 = L_22;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:564>
int32_t L_23 = V_4;
if ((((int32_t)L_23) > ((int32_t)0)))
{
goto IL_00a6;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:567>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_24 = __this->___m_AdditionalLightsCookieAtlas;
NullCheck(L_24);
Texture2DAtlas_ResetAllocator_m5930577CC814DC28121C8678204D3566783FCDE7(L_24, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:570>
int32_t L_25 = __this->___m_CookieSizeDivisor;
int32_t L_26 = V_3;
int32_t L_27;
L_27 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(((int32_t)il2cpp_codegen_add(L_25, 1)), L_26, NULL);
__this->___m_CookieSizeDivisor = L_27;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:571>
uint32_t L_28 = V_0;
__this->___m_PrevCookieRequestPixelCount = L_28;
}
IL_00a6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:560>
int32_t L_29 = V_4;
if ((((int32_t)L_29) <= ((int32_t)0)))
{
goto IL_006a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:575>
int32_t L_30 = V_4;
return L_30;
}
}
// Method Definition Index: 33778
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_FetchUVRects_m3591BE883C7006CD821D463D656F68836EC8364B (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* ___1_validLightMappings, Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___2_textureAtlasUVRects, int32_t ___3_cookieSizeDivisor, 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*)&WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05BE6A7CDD964F579098CA8EF185A05E58BAE257);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_2 = NULL;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_3;
memset((&V_3), 0, sizeof(V_3));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:580>
V_0 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:581>
V_1 = 0;
goto IL_0094;
}
IL_0009:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:583>
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_0 = ___1_validLightMappings;
int32_t L_1 = V_1;
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_2;
L_2 = WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D(L_0, L_1, WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:585>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_3 = L_2.___light;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:586>
NullCheck(L_3);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4;
L_4 = Light_get_cookie_m44A0C4B92F6CD6F2F8536A91C51B77FEEF59715E(L_3, NULL);
V_2 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:592>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5;
L_5 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
V_3 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:593>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = V_2;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(9, L_6);
if ((!(((uint32_t)L_7) == ((uint32_t)4))))
{
goto IL_0037;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:596>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = ___0_cmd;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_9 = V_2;
int32_t L_10 = ___3_cookieSizeDivisor;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11;
L_11 = LightCookieManager_FetchCube_m7C4AD70780CD81BE27753086DC65960C2029DC6C(__this, L_8, L_9, L_10, NULL);
V_3 = L_11;
goto IL_0042;
}
IL_0037:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:601>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = ___0_cmd;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_13 = V_2;
int32_t L_14 = ___3_cookieSizeDivisor;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_15;
L_15 = LightCookieManager_Fetch2D_mB09A59FE592B23A89545410AA09AA76E86DDD193(__this, L_12, L_13, L_14, NULL);
V_3 = L_15;
}
IL_0042:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:604>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_16 = V_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17;
L_17 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
bool L_18;
L_18 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_16, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:605>
if (L_18)
{
goto IL_0063;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:607>
int32_t L_19 = ___3_cookieSizeDivisor;
if ((((int32_t)L_19) <= ((int32_t)((int32_t)16))))
{
goto IL_0061;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:609>
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral05BE6A7CDD964F579098CA8EF185A05E58BAE257, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:611>
int32_t L_20 = V_0;
return L_20;
}
IL_0061:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:615>
return 0;
}
IL_0063:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:619>
bool L_21;
L_21 = SystemInfo_get_graphicsUVStartsAtTop_m152BEEFFF20719C9EAB612AD238114BD0B3BFE4B(NULL);
if (L_21)
{
goto IL_0084;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:620>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22 = V_3;
float L_23 = L_22.___w;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_24 = V_3;
float L_25 = L_24.___y;
(&V_3)->___w = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_subtract((1.0f), L_23)), L_25));
}
IL_0084:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:622>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_26 = ___2_textureAtlasUVRects;
int32_t L_27 = V_0;
int32_t L_28 = L_27;
V_0 = ((int32_t)il2cpp_codegen_add(L_28, 1));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_29 = V_3;
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_29);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:581>
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_0094:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:581>
int32_t L_31 = V_1;
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_32 = ___1_validLightMappings;
int32_t L_33;
L_33 = WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_inline(L_32, WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_RuntimeMethod_var);
if ((((int32_t)L_31) < ((int32_t)L_33)))
{
goto IL_0009;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:625>
int32_t L_34 = V_0;
return L_34;
}
}
// Method Definition Index: 33779
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t LightCookieManager_ComputeCookieRequestPixelCount_mA59A50A774C8118532CA25F5DEF03D2204A80FDA (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* ___0_validLightMappings, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:630>
V_0 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:631>
V_1 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:632>
V_2 = 0;
goto IL_0042;
}
IL_0008:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:634>
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_0 = ___0_validLightMappings;
int32_t L_1 = V_2;
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_2;
L_2 = WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D(L_0, L_1, WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:635>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_3 = L_2.___light;
NullCheck(L_3);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4;
L_4 = Light_get_cookie_m44A0C4B92F6CD6F2F8536A91C51B77FEEF59715E(L_3, NULL);
V_3 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:636>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5 = V_3;
NullCheck(L_5);
int32_t L_6;
L_6 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_5, NULL);
V_4 = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:641>
int32_t L_7 = V_4;
int32_t L_8 = V_1;
if ((((int32_t)L_7) == ((int32_t)L_8)))
{
goto IL_003e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:645>
int32_t L_9 = V_4;
V_1 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:647>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = V_3;
NullCheck(L_10);
int32_t L_11;
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_10);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_12 = V_3;
NullCheck(L_12);
int32_t L_13;
L_13 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_12);
V_5 = ((int32_t)il2cpp_codegen_multiply(L_11, L_13));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:648>
uint32_t L_14 = V_0;
int32_t L_15 = V_5;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, L_15));
}
IL_003e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:632>
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0042:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:632>
int32_t L_17 = V_2;
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_18 = ___0_validLightMappings;
int32_t L_19;
L_19 = WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_inline(L_18, WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_RuntimeMethod_var);
if ((((int32_t)L_17) < ((int32_t)L_19)))
{
goto IL_0008;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:651>
uint32_t L_20 = V_0;
return L_20;
}
}
// Method Definition Index: 33780
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_ApproximateCookieSizeDivisor_mA96E64CD6CFD07A87B89B8EEEAF4012E063EAB26 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, float ___0_requestAtlasRatio, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:658>
float L_0 = ___0_requestAtlasRatio;
float L_1;
L_1 = sqrtf(L_0);
float L_2;
L_2 = ceilf(L_1);
float L_3;
L_3 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_2, (1.0f), NULL);
return il2cpp_codegen_cast_double_to_int<int32_t>(L_3);
}
}
// Method Definition Index: 33781
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 LightCookieManager_Fetch2D_mB09A59FE592B23A89545410AA09AA76E86DDD193 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_cookie, int32_t ___2_cookieSizeDivisor, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
memset((&V_3), 0, sizeof(V_3));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:666>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0;
L_0 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:668>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___1_cookie;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_1);
int32_t L_3 = ___2_cookieSizeDivisor;
int32_t L_4;
L_4 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(((int32_t)(L_2/L_3)), 4, NULL);
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:669>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5 = ___1_cookie;
NullCheck(L_5);
int32_t L_6;
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_5);
int32_t L_7 = ___2_cookieSizeDivisor;
int32_t L_8;
L_8 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(((int32_t)(L_6/L_7)), 4, NULL);
V_2 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:670>
int32_t L_9 = V_1;
int32_t L_10 = V_2;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_3), ((float)L_9), ((float)L_10), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:672>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_11 = __this->___m_AdditionalLightsCookieAtlas;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_12 = ___1_cookie;
NullCheck(L_11);
bool L_13;
L_13 = Texture2DAtlas_IsCached_m7B54023CE1A4C8BFF99CB0E76A8240A4248B2556(L_11, (&V_0), L_12, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:673>
if (!L_13)
{
goto IL_0053;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:676>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_14 = __this->___m_AdditionalLightsCookieAtlas;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15 = ___0_cmd;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16 = ___1_cookie;
NullCheck(L_14);
bool L_17;
L_17 = VirtualFuncInvoker5< bool, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, bool, bool >::Invoke(14, L_14, L_15, L_16, (&V_0), (bool)1, (bool)1);
goto IL_0066;
}
IL_0053:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:680>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_18 = __this->___m_AdditionalLightsCookieAtlas;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_19 = ___0_cmd;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_20 = ___1_cookie;
int32_t L_21 = V_1;
int32_t L_22 = V_2;
NullCheck(L_18);
bool L_23;
L_23 = VirtualFuncInvoker6< bool, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, int32_t, int32_t, int32_t >::Invoke(7, L_18, L_19, (&V_0), L_20, L_21, L_22, (-1));
}
IL_0066:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:683>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24 = ___1_cookie;
LightCookieManager_AdjustUVRect_m4EE8061828260020BAB58F561AB257749C8674D6(__this, (&V_0), L_24, (&V_3), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:684>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_25 = V_0;
return L_25;
}
}
// Method Definition Index: 33782
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 LightCookieManager_FetchCube_m7C4AD70780CD81BE27753086DC65960C2029DC6C (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_cookie, int32_t ___2_cookieSizeDivisor, const RuntimeMethod* method)
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:692>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0;
L_0 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:695>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_1 = ___1_cookie;
int32_t L_2;
L_2 = LightCookieManager_ComputeOctahedralCookieSize_mF4657AB05D241B05E229418AC7ED3F03B5A25E92(__this, L_1, NULL);
int32_t L_3 = ___2_cookieSizeDivisor;
int32_t L_4;
L_4 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(((int32_t)(L_2/L_3)), 4, NULL);
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:697>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_5 = __this->___m_AdditionalLightsCookieAtlas;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = ___1_cookie;
NullCheck(L_5);
bool L_7;
L_7 = Texture2DAtlas_IsCached_m7B54023CE1A4C8BFF99CB0E76A8240A4248B2556(L_5, (&V_0), L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:698>
if (!L_7)
{
goto IL_003a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:701>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_8 = __this->___m_AdditionalLightsCookieAtlas;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = ___0_cmd;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = ___1_cookie;
NullCheck(L_8);
bool L_11;
L_11 = VirtualFuncInvoker5< bool, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, bool, bool >::Invoke(14, L_8, L_9, L_10, (&V_0), (bool)1, (bool)1);
goto IL_004d;
}
IL_003a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:705>
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_12 = __this->___m_AdditionalLightsCookieAtlas;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = ___0_cmd;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_14 = ___1_cookie;
int32_t L_15 = V_1;
int32_t L_16 = V_1;
NullCheck(L_12);
bool L_17;
L_17 = VirtualFuncInvoker6< bool, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*, int32_t, int32_t, int32_t >::Invoke(7, L_12, L_13, (&V_0), L_14, L_15, L_16, (-1));
}
IL_004d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:710>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
L_18 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
int32_t L_19 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
L_20 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_18, ((float)L_19), NULL);
V_2 = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:711>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_21 = ___1_cookie;
LightCookieManager_AdjustUVRect_m4EE8061828260020BAB58F561AB257749C8674D6(__this, (&V_0), L_21, (&V_2), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:712>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22 = V_0;
return L_22;
}
}
// Method Definition Index: 33783
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LightCookieManager_ComputeOctahedralCookieSize_mF4657AB05D241B05E229418AC7ED3F03B5A25E92 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_cookie, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:718>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = ___0_cookie;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_0);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2 = ___0_cookie;
NullCheck(L_2);
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_2);
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_4;
L_4 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_1, L_3, NULL);
V_0 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:719>
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_5 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 L_6 = L_5->___atlas;
V_1 = L_6;
bool L_7;
L_7 = AtlasSettings_get_isPow2_m292D694AF7E26E72BC98F50ECED9B4EA3F6957D3((&V_1), NULL);
if (!L_7)
{
goto IL_003d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:720>
int32_t L_8 = V_0;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_9 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
float L_10 = L_9->___cubeOctahedralSizeScale;
int32_t L_11;
L_11 = Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485_inline(il2cpp_codegen_cast_double_to_int<int32_t>(L_10), NULL);
V_0 = ((int32_t)il2cpp_codegen_multiply(L_8, L_11));
goto IL_0053;
}
IL_003d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:722>
int32_t L_12 = V_0;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_13 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
float L_14 = L_13->___cubeOctahedralSizeScale;
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)L_12), L_14)), (0.5f))));
}
IL_0053:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:723>
int32_t L_15 = V_0;
return L_15;
}
}
// Method Definition Index: 33784
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_AdjustUVRect_m4EE8061828260020BAB58F561AB257749C8674D6 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_uvScaleOffset, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_cookie, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___2_cookieSize, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:728>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_0 = ___0_uvScaleOffset;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = (*(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3*)L_0);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2;
L_2 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
bool L_3;
L_3 = Vector4_op_Inequality_mD6A1C6E862F3EFB1B222A2DDCB7A7237042DE142_inline(L_1, L_2, NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:731>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_4 = ___0_uvScaleOffset;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_5 = ___2_cookieSize;
LightCookieManager_ShrinkUVRect_m09C6AFFB9131614D8EBD46173A652E699F60BFA0(__this, L_4, (0.5f), L_5, NULL);
}
IL_001f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:733>
return;
}
}
// Method Definition Index: 33785
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_ShrinkUVRect_m09C6AFFB9131614D8EBD46173A652E699F60BFA0 (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* ___0_uvScaleOffset, float ___1_amountPixels, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___2_cookieSize, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:737>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
L_0 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
float L_1 = ___1_amountPixels;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
L_2 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_0, L_1, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_3 = ___2_cookieSize;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_3);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_2, L_4, NULL);
V_0 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:738>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_6 = ___2_cookieSize;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_6);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
L_8 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
float L_9 = ___1_amountPixels;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
L_10 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_8, ((float)il2cpp_codegen_multiply(L_9, (2.0f))), NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
L_11 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_7, L_10, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_12 = ___2_cookieSize;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_12);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
L_14 = Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline(L_11, L_13, NULL);
V_1 = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:739>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_15 = ___0_uvScaleOffset;
float* L_16 = (float*)(&L_15->___z);
float* L_17 = L_16;
float L_18 = *((float*)L_17);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_19 = ___0_uvScaleOffset;
float L_20 = L_19->___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_0;
float L_22 = L_21.___x;
*((float*)L_17) = (float)((float)il2cpp_codegen_add(L_18, ((float)il2cpp_codegen_multiply(L_20, L_22))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:740>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_23 = ___0_uvScaleOffset;
float* L_24 = (float*)(&L_23->___w);
float* L_25 = L_24;
float L_26 = *((float*)L_25);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_27 = ___0_uvScaleOffset;
float L_28 = L_27->___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29 = V_0;
float L_30 = L_29.___y;
*((float*)L_25) = (float)((float)il2cpp_codegen_add(L_26, ((float)il2cpp_codegen_multiply(L_28, L_30))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:741>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_31 = ___0_uvScaleOffset;
float* L_32 = (float*)(&L_31->___x);
float* L_33 = L_32;
float L_34 = *((float*)L_33);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_35 = V_1;
float L_36 = L_35.___x;
*((float*)L_33) = (float)((float)il2cpp_codegen_multiply(L_34, L_36));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:742>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* L_37 = ___0_uvScaleOffset;
float* L_38 = (float*)(&L_37->___y);
float* L_39 = L_38;
float L_40 = *((float*)L_39);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_1;
float L_42 = L_41.___y;
*((float*)L_39) = (float)((float)il2cpp_codegen_multiply(L_40, L_42));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:743>
return;
}
}
// Method Definition Index: 33786
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager_UploadAdditionalLights_mB5C8C8B640D8FC11C552ECAC4EA5F6595459F22E (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___1_lightData, WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* ___2_validLightMappings, WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* ___3_validUvRects, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m6B6BC7BF6E201BABDDC0335A48851838BF129F1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1_get_Item_m31D876CE45C89B17D24E2D2EB6534C4150D72EE5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* V_1 = NULL;
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* V_3 = NULL;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* V_9 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_10;
memset((&V_10), 0, sizeof(V_10));
float V_11 = 0.0f;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_12;
memset((&V_12), 0, sizeof(V_12));
UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* V_13 = NULL;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_14;
memset((&V_14), 0, sizeof(V_14));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_15;
memset((&V_15), 0, sizeof(V_15));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:750>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
int32_t L_1 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieAtlasTexture;
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_2 = __this->___m_AdditionalLightsCookieAtlas;
NullCheck(L_2);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3;
L_3 = Texture2DAtlas_get_AtlasTexture_m7768401CB1687EDDACF3A103E476F2C217C69C8C_inline(L_2, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4;
L_4 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_3, NULL);
NullCheck(L_0);
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_0, L_1, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:751>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = ___0_cmd;
int32_t L_6 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieAtlasTextureFormat;
Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* L_7 = __this->___m_AdditionalLightsCookieAtlas;
NullCheck(L_7);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8;
L_8 = Texture2DAtlas_get_AtlasTexture_m7768401CB1687EDDACF3A103E476F2C217C69C8C_inline(L_7, NULL);
NullCheck(L_8);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_9;
L_9 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_8, NULL);
NullCheck(L_9);
int32_t L_10;
L_10 = RenderTexture_get_graphicsFormat_m615EA91709BD404765C0C85425CE5F3575F90302(L_9, NULL);
int32_t L_11;
L_11 = LightCookieManager_GetLightCookieShaderFormat_m0821047BA00269D95C7B76BBCF05E17E9A8526DF(__this, L_10, NULL);
NullCheck(L_5);
CommandBuffer_SetGlobalFloat_mBF1BB546F61D851FE19063F6D383096CA55A7C68(L_5, L_6, ((float)L_11), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:754>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = __this->___m_VisibleLightIndexToShaderDataIndex;
NullCheck(L_12);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_13 = ___1_lightData;
NullCheck(L_13);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468* L_14 = (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468*)(&L_13->___visibleLights);
int32_t L_15;
L_15 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_14)->___m_Length);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))) >= ((int32_t)L_15)))
{
goto IL_006d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:755>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_16 = ___1_lightData;
NullCheck(L_16);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468* L_17 = (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468*)(&L_16->___visibleLights);
int32_t L_18;
L_18 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_17)->___m_Length);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_18);
__this->___m_VisibleLightIndexToShaderDataIndex = L_19;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_VisibleLightIndexToShaderDataIndex), (void*)L_19);
}
IL_006d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:758>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_20 = __this->___m_VisibleLightIndexToShaderDataIndex;
NullCheck(L_20);
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_21 = ___1_lightData;
NullCheck(L_21);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468* L_22 = (NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468*)(&L_21->___visibleLights);
int32_t L_23;
L_23 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_22)->___m_Length);
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_24;
L_24 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)(((RuntimeArray*)L_20)->max_length)), L_23, NULL);
V_0 = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:759>
V_5 = 0;
goto IL_009b;
}
IL_008b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:760>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_25 = __this->___m_VisibleLightIndexToShaderDataIndex;
int32_t L_26 = V_5;
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (int32_t)(-1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:759>
int32_t L_27 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_27, 1));
}
IL_009b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:759>
int32_t L_28 = V_5;
int32_t L_29 = V_0;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_008b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:763>
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_30 = __this->___m_AdditionalLightsCookieShaderData;
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1* L_31 = (Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1*)(&__this->___m_Settings);
int32_t L_32 = L_31->___maxAdditionalLights;
NullCheck(L_30);
LightCookieShaderData_Resize_mDD36503C4B7B65D3C2F1E2C93CE944239E7DE023(L_30, L_32, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:765>
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_33 = __this->___m_AdditionalLightsCookieShaderData;
NullCheck(L_33);
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_34;
L_34 = LightCookieShaderData_get_worldToLights_m5A33EFD6972E56ECDA9F2A0E3ECD5ED4FEDC73EA_inline(L_33, NULL);
V_1 = L_34;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:766>
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_35 = __this->___m_AdditionalLightsCookieShaderData;
NullCheck(L_35);
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595 L_36;
L_36 = LightCookieShaderData_get_cookieEnableBits_m050137EE57653E0E50567A780AA72D411BA4E1C1_inline(L_35, NULL);
V_2 = L_36;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:767>
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_37 = __this->___m_AdditionalLightsCookieShaderData;
NullCheck(L_37);
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_38;
L_38 = LightCookieShaderData_get_atlasUVRects_m844E155C16CA2AAC2161FB01B965ACF30BD235A1_inline(L_37, NULL);
V_3 = L_38;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:768>
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_39 = __this->___m_AdditionalLightsCookieShaderData;
NullCheck(L_39);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_40;
L_40 = LightCookieShaderData_get_lightTypes_m02DFB85B8C83F94C87D319183E140D110D6802F9_inline(L_39, NULL);
V_4 = L_40;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:771>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_41 = V_3;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_42 = V_3;
NullCheck(L_42);
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_41, 0, ((int32_t)(((RuntimeArray*)L_42)->max_length)), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:773>
ShaderBitArray_Clear_m180CC021CA74CB3E88A4DCC8736F23E690705370((&V_2), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:780>
V_6 = 0;
goto IL_0234;
}
IL_0100:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:782>
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_43 = ___2_validLightMappings;
int32_t L_44 = V_6;
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_45;
L_45 = WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D(L_43, L_44, WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_RuntimeMethod_var);
uint16_t L_46 = L_45.___visibleLightIndex;
V_7 = L_46;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:783>
WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* L_47 = ___2_validLightMappings;
int32_t L_48 = V_6;
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_49;
L_49 = WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D(L_47, L_48, WorkSlice_1_get_Item_mFD8EE50B88077F3EF9BCEF97BD6D0352D2E8445D_RuntimeMethod_var);
uint16_t L_50 = L_49.___lightBufferIndex;
V_8 = L_50;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:786>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_51 = __this->___m_VisibleLightIndexToShaderDataIndex;
int32_t L_52 = V_7;
int32_t L_53 = V_8;
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(L_52), (int32_t)L_53);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:788>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_54 = ___1_lightData;
NullCheck(L_54);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 L_55 = L_54->___visibleLights;
int32_t L_56 = V_7;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_57;
L_57 = NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C(L_55, L_56, NativeArrayExtensions_UnsafeElementAtMutable_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A59DCAA90F6829CC60BD80BD2CB07DEF9CF971C_RuntimeMethod_var);
V_9 = L_57;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:791>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_58 = V_4;
int32_t L_59 = V_8;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_60 = V_9;
int32_t L_61;
L_61 = VisibleLight_get_lightType_mFFCEBE6E368853F13E7CDBA910F6D9B689292454(L_60, NULL);
NullCheck(L_58);
(L_58)->SetAt(static_cast<il2cpp_array_size_t>(L_59), (float)((float)L_61));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:792>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_62 = V_1;
int32_t L_63 = V_8;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_64 = V_9;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_65;
L_65 = VisibleLight_get_localToWorldMatrix_m5DD0193DBD7887878F93AB4A95DCD9A72F594081(L_64, NULL);
V_10 = L_65;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_66;
L_66 = Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD((&V_10), NULL);
NullCheck(L_62);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(L_63), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_66);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:793>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_67 = V_3;
int32_t L_68 = V_8;
WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* L_69 = ___3_validUvRects;
int32_t L_70 = V_6;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_71;
L_71 = WorkSlice_1_get_Item_m31D876CE45C89B17D24E2D2EB6534C4150D72EE5(L_69, L_70, WorkSlice_1_get_Item_m31D876CE45C89B17D24E2D2EB6534C4150D72EE5_RuntimeMethod_var);
NullCheck(L_67);
(L_67)->SetAt(static_cast<il2cpp_array_size_t>(L_68), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_71);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:794>
int32_t L_72 = V_8;
ShaderBitArray_set_Item_m577485F3B8EC6A4C9139E3F119DBC26749971D8A((&V_2), L_72, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:797>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_73 = V_9;
int32_t L_74;
L_74 = VisibleLight_get_lightType_mFFCEBE6E368853F13E7CDBA910F6D9B689292454(L_73, NULL);
if (L_74)
{
goto IL_01d7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:801>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_75 = V_9;
float L_76;
L_76 = VisibleLight_get_spotAngle_m1C1A118B7398F354DA818F2B78986F133E933B97(L_75, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:802>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_77 = V_9;
float L_78;
L_78 = VisibleLight_get_range_m4DDAAF7B8AE9B35C1AD25ABD17841D277FE73D6D(L_77, NULL);
V_11 = L_78;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:803>
float L_79 = V_11;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_80;
L_80 = Matrix4x4_Perspective_m08BFCC6D4F8C7D51CEFBB8F3425954125BF9A743(L_76, (1.0f), (0.00100000005f), L_79, NULL);
V_12 = L_80;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:806>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_81;
L_81 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118((&V_12), 2, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_82;
L_82 = Vector4_op_Multiply_m02FE150FD7366546FC19A36B6928512376BF64E8_inline(L_81, (-1.0f), NULL);
Matrix4x4_SetColumn_mC1CBEB2C29C0A9F1434C601786CE1B6DED1E1234((&V_12), 2, L_82, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:809>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_83 = V_1;
int32_t L_84 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_85 = V_12;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_86 = V_1;
int32_t L_87 = V_8;
NullCheck(L_86);
int32_t L_88 = L_87;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_89 = (L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_90;
L_90 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_85, L_89, NULL);
NullCheck(L_83);
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(L_84), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_90);
goto IL_022e;
}
IL_01d7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:813>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_91 = V_9;
int32_t L_92;
L_92 = VisibleLight_get_lightType_mFFCEBE6E368853F13E7CDBA910F6D9B689292454(L_91, NULL);
if ((!(((uint32_t)L_92) == ((uint32_t)1))))
{
goto IL_022e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:815>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_93 = V_9;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_94;
L_94 = VisibleLight_get_light_mD179E0BF18C77DBE2FD85FE9687F63A8C1859E6B(L_93, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:816>
NullCheck(L_94);
bool L_95;
L_95 = Component_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m6B6BC7BF6E201BABDDC0335A48851838BF129F1C(L_94, (&V_13), Component_TryGetComponent_TisUniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107_m6B6BC7BF6E201BABDDC0335A48851838BF129F1C_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:818>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_96;
L_96 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
V_14 = L_96;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:819>
LightCookieManager_GetLightUVScaleOffset_m1B12565E1479FC2FBF7507E5C83F18EF6FAFB316(__this, (&V_13), (&V_14), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:821>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:822>
il2cpp_codegen_runtime_class_init_inline(LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_97 = ((LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_StaticFields*)il2cpp_codegen_static_fields_for(LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var))->___s_DirLightProj;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_98 = V_14;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_99;
L_99 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_97, L_98, NULL);
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_100 = V_9;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_101;
L_101 = VisibleLight_get_localToWorldMatrix_m5DD0193DBD7887878F93AB4A95DCD9A72F594081(L_100, NULL);
V_10 = L_101;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_102;
L_102 = Matrix4x4_get_inverse_m4F4A881CD789281EA90EB68CFD39F36C8A81E6BD((&V_10), NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_103;
L_103 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_99, L_102, NULL);
V_15 = L_103;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:824>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_104 = V_1;
int32_t L_105 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_106 = V_15;
NullCheck(L_104);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(L_105), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_106);
}
IL_022e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:780>
int32_t L_107 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_107, 1));
}
IL_0234:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:780>
int32_t L_108 = V_6;
WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* L_109 = ___3_validUvRects;
int32_t L_110;
L_110 = WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_inline(L_109, WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_RuntimeMethod_var);
if ((((int32_t)L_108) < ((int32_t)L_110)))
{
goto IL_0100;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:830>
LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* L_111 = __this->___m_AdditionalLightsCookieShaderData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_112 = ___0_cmd;
NullCheck(L_111);
LightCookieShaderData_Upload_m2F2BFB1FF78F4D16F8CB38E85F2C590C6118D330(L_111, L_112, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:831>
return;
}
}
// Method Definition Index: 33787
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieManager__cctor_m67FBCE6CC05BB3D79735F4DB437AD5F15F9A2347 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:255>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0;
L_0 = Matrix4x4_Ortho_mB42622C6600D70BF8208B879E48BCB03844EEFCF((-0.5f), (0.5f), (-0.5f), (0.5f), (-0.5f), (0.5f), NULL);
((LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_StaticFields*)il2cpp_codegen_static_fields_for(LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B_il2cpp_TypeInfo_var))->___s_DirLightProj = 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: 33788
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderProperty__cctor_mF9FF7D6C5E8E21D82B3791B0179C96C89E970A79 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F5588B173ABD02AEDA525B1017EA8984EE6889F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B67D94ED23E6A82909944DAC9BA19508F405154);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40A29AEF6BF5EE86C84F3AF8FDD96C0965836E79);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4341FDE28E5E0BAE966D1BFFBF37A2F031DB69DF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral723003B684E3C153C67175CD6E1C89EC1232E659);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74DCF776FB594A47E39AC50C28C92FFF7DA7768E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91A16449801A0CBDB524260ABA0702513B733813);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2B8C7B13CEFEE5298BDAAEA43BBC4F7CB5B7EF8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCCCCC3530E35BC7D3EC240C1760A754480B4D6C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD78E576A13245A4F1480FDF65DF071D8B7473CE3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1C375FA4E167762A0C88BD0EE918738A1057700);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD15119FD91A4D94BFBDF6890C141420CAE83E8E);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:12>
int32_t L_0;
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC2B8C7B13CEFEE5298BDAAEA43BBC4F7CB5B7EF8, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightTexture = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:13>
int32_t L_1;
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral4341FDE28E5E0BAE966D1BFFBF37A2F031DB69DF, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightWorldToLight = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:14>
int32_t L_2;
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF1C375FA4E167762A0C88BD0EE918738A1057700, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___mainLightCookieTextureFormat = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:16>
int32_t L_3;
L_3 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralFD15119FD91A4D94BFBDF6890C141420CAE83E8E, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieAtlasTexture = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:17>
int32_t L_4;
L_4 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral74DCF776FB594A47E39AC50C28C92FFF7DA7768E, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieAtlasTextureFormat = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:19>
int32_t L_5;
L_5 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3B67D94ED23E6A82909944DAC9BA19508F405154, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieEnableBits = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:21>
int32_t L_6;
L_6 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralCCCCCC3530E35BC7D3EC240C1760A754480B4D6C, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieAtlasUVRectBuffer = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:22>
int32_t L_7;
L_7 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral723003B684E3C153C67175CD6E1C89EC1232E659, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieAtlasUVRects = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:25>
int32_t L_8;
L_8 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral91A16449801A0CBDB524260ABA0702513B733813, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsWorldToLightBuffer = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:26>
int32_t L_9;
L_9 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral40A29AEF6BF5EE86C84F3AF8FDD96C0965836E79, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsLightTypeBuffer = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:28>
int32_t L_10;
L_10 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral0F5588B173ABD02AEDA525B1017EA8984EE6889F, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsWorldToLights = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:29>
int32_t L_11;
L_11 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD78E576A13245A4F1480FDF65DF071D8B7473CE3, NULL);
((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsLightTypes = L_11;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshal_pinvoke(const Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1& unmarshaled, Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_pinvoke& marshaled)
{
marshaled.___atlas = unmarshaled.___atlas;
marshaled.___maxAdditionalLights = unmarshaled.___maxAdditionalLights;
marshaled.___cubeOctahedralSizeScale = unmarshaled.___cubeOctahedralSizeScale;
marshaled.___useStructuredBuffer = static_cast<int32_t>(unmarshaled.___useStructuredBuffer);
}
IL2CPP_EXTERN_C void Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshal_pinvoke_back(const Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_pinvoke& marshaled, Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1& unmarshaled)
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 unmarshaledatlas_temp_0;
memset((&unmarshaledatlas_temp_0), 0, sizeof(unmarshaledatlas_temp_0));
unmarshaledatlas_temp_0 = marshaled.___atlas;
unmarshaled.___atlas = unmarshaledatlas_temp_0;
int32_t unmarshaledmaxAdditionalLights_temp_1 = 0;
unmarshaledmaxAdditionalLights_temp_1 = marshaled.___maxAdditionalLights;
unmarshaled.___maxAdditionalLights = unmarshaledmaxAdditionalLights_temp_1;
float unmarshaledcubeOctahedralSizeScale_temp_2 = 0.0f;
unmarshaledcubeOctahedralSizeScale_temp_2 = marshaled.___cubeOctahedralSizeScale;
unmarshaled.___cubeOctahedralSizeScale = unmarshaledcubeOctahedralSizeScale_temp_2;
bool unmarshaleduseStructuredBuffer_temp_3 = false;
unmarshaleduseStructuredBuffer_temp_3 = static_cast<bool>(marshaled.___useStructuredBuffer);
unmarshaled.___useStructuredBuffer = unmarshaleduseStructuredBuffer_temp_3;
}
IL2CPP_EXTERN_C void Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshal_pinvoke_cleanup(Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshal_com(const Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1& unmarshaled, Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_com& marshaled)
{
marshaled.___atlas = unmarshaled.___atlas;
marshaled.___maxAdditionalLights = unmarshaled.___maxAdditionalLights;
marshaled.___cubeOctahedralSizeScale = unmarshaled.___cubeOctahedralSizeScale;
marshaled.___useStructuredBuffer = static_cast<int32_t>(unmarshaled.___useStructuredBuffer);
}
IL2CPP_EXTERN_C void Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshal_com_back(const Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_com& marshaled, Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1& unmarshaled)
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453 unmarshaledatlas_temp_0;
memset((&unmarshaledatlas_temp_0), 0, sizeof(unmarshaledatlas_temp_0));
unmarshaledatlas_temp_0 = marshaled.___atlas;
unmarshaled.___atlas = unmarshaledatlas_temp_0;
int32_t unmarshaledmaxAdditionalLights_temp_1 = 0;
unmarshaledmaxAdditionalLights_temp_1 = marshaled.___maxAdditionalLights;
unmarshaled.___maxAdditionalLights = unmarshaledmaxAdditionalLights_temp_1;
float unmarshaledcubeOctahedralSizeScale_temp_2 = 0.0f;
unmarshaledcubeOctahedralSizeScale_temp_2 = marshaled.___cubeOctahedralSizeScale;
unmarshaled.___cubeOctahedralSizeScale = unmarshaledcubeOctahedralSizeScale_temp_2;
bool unmarshaleduseStructuredBuffer_temp_3 = false;
unmarshaleduseStructuredBuffer_temp_3 = static_cast<bool>(marshaled.___useStructuredBuffer);
unmarshaled.___useStructuredBuffer = unmarshaleduseStructuredBuffer_temp_3;
}
IL2CPP_EXTERN_C void Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshal_com_cleanup(Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1_marshaled_com& marshaled)
{
}
// Method Definition Index: 33789
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 Settings_Create_m6EF6686EC0592EB74BE280FAB043954873FC7DE8 (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*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:60>
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* L_0 = (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*)(&(&V_0)->___atlas);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1;
memset((&L_1), 0, sizeof(L_1));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_1), ((int32_t)1024), ((int32_t)1024), NULL);
L_0->___resolution = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:61>
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* L_2 = (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*)(&(&V_0)->___atlas);
L_2->___format = 4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:62>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = UniversalRenderPipeline_get_maxVisibleAdditionalLights_m3CACA59ACE53B1BDF276753AFA44D7E826B77C94(NULL);
(&V_0)->___maxAdditionalLights = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:67>
(&V_0)->___cubeOctahedralSizeScale = (2.5f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:68>
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_4;
L_4 = RenderingUtils_get_useStructuredBuffer_m0B310996FC76E8BF72EBBCA9F94AB840277DAB1B(NULL);
(&V_0)->___useStructuredBuffer = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:69>
Settings_tD7A6A8448F1DB2BC0311F24ED5CA30DCA1C30FA1 L_5 = V_0;
return L_5;
}
}
#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: 33790
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasSettings_get_isPow2_m292D694AF7E26E72BC98F50ECED9B4EA3F6957D3 (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:48>
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___resolution);
int32_t L_1;
L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_0, NULL);
bool L_2;
L_2 = Mathf_IsPowerOfTwo_m58172AEBE272F53FD34CC10641057847181E960A_inline(L_1, NULL);
if (!L_2)
{
goto IL_0023;
}
}
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_3 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___resolution);
int32_t L_4;
L_4 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_3, NULL);
bool L_5;
L_5 = Mathf_IsPowerOfTwo_m58172AEBE272F53FD34CC10641057847181E960A_inline(L_4, NULL);
return L_5;
}
IL_0023:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool AtlasSettings_get_isPow2_m292D694AF7E26E72BC98F50ECED9B4EA3F6957D3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*>(__this + _offset);
bool _returnValue;
_returnValue = AtlasSettings_get_isPow2_m292D694AF7E26E72BC98F50ECED9B4EA3F6957D3(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33791
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AtlasSettings_get_isSquare_mD1A1C6E3077BB647CEAD9AFFA516222802EFD441 (AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:49>
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_0 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___resolution);
int32_t L_1;
L_1 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline(L_0, NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* L_2 = (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A*)(&__this->___resolution);
int32_t L_3;
L_3 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline(L_2, NULL);
return (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool AtlasSettings_get_isSquare_mD1A1C6E3077BB647CEAD9AFFA516222802EFD441_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AtlasSettings_tE53BC2E0E77415B1398424E3FB07BCC7C4D42453*>(__this + _offset);
bool _returnValue;
_returnValue = AtlasSettings_get_isSquare_mD1A1C6E3077BB647CEAD9AFFA516222802EFD441(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshal_pinvoke(const LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2& unmarshaled, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshaled_pinvoke& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___lightException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___lightException, NULL);
}
IL2CPP_EXTERN_C void LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshal_pinvoke_back(const LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshaled_pinvoke& marshaled, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___lightException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___lightException, NULL);
}
IL2CPP_EXTERN_C void LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshal_pinvoke_cleanup(LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshal_com(const LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2& unmarshaled, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshaled_com& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___lightException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___lightException, NULL);
}
IL2CPP_EXTERN_C void LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshal_com_back(const LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshaled_com& marshaled, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___lightException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2____light_FieldInfo_var, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___lightException, NULL);
}
IL2CPP_EXTERN_C void LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshal_com_cleanup(LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_marshaled_com& marshaled)
{
}
// Method Definition Index: 33792
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieMapping__cctor_mF7193ADD16621CFBFB642339CFADBFBC3F91E263 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__6_0_m30DEFAF477DE7853AFABC92E5705CC037E9547BF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_cctorU3Eb__6_1_mC645B378B95D0E6CAED471F56A51F71DD9FDFDAA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:79>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:80>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:81>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:82>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:83>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:84>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:85>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:86>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:87>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:88>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:89>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:90>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:91>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:92>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:93>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:94>
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var);
U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9* L_0 = ((U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var))->___U3CU3E9;
Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* L_1 = (Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821*)il2cpp_codegen_object_new(Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821_il2cpp_TypeInfo_var);
Func_3__ctor_mB4DED0793BA121A9C2D10504856565664A9FE576(L_1, L_0, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__6_0_m30DEFAF477DE7853AFABC92E5705CC037E9547BF_RuntimeMethod_var), NULL);
((LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_StaticFields*)il2cpp_codegen_static_fields_for(LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var))->___s_CompareByCookieSize = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_StaticFields*)il2cpp_codegen_static_fields_for(LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var))->___s_CompareByCookieSize), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:96>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:97>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:98>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:99>
U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9* L_2 = ((U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var))->___U3CU3E9;
Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821* L_3 = (Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821*)il2cpp_codegen_object_new(Func_3_t3E644C82345CE04737DA5CDE018481FE0A88F821_il2cpp_TypeInfo_var);
Func_3__ctor_mB4DED0793BA121A9C2D10504856565664A9FE576(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_cctorU3Eb__6_1_mC645B378B95D0E6CAED471F56A51F71DD9FDFDAA_RuntimeMethod_var), NULL);
((LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_StaticFields*)il2cpp_codegen_static_fields_for(LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var))->___s_CompareByBufferIndex = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_StaticFields*)il2cpp_codegen_static_fields_for(LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2_il2cpp_TypeInfo_var))->___s_CompareByBufferIndex), (void*)L_3);
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: 33793
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m8F3295AF3AB8607079CCAF958128C4CBAFAC6ACB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9* L_0 = (U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9*)il2cpp_codegen_object_new(U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_mF53F83EC905973D9F8624F25B7024DDCAC523588(L_0, NULL);
((U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 33794
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF53F83EC905973D9F8624F25B7024DDCAC523588 (U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 33795
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3C_cctorU3Eb__6_0_m30DEFAF477DE7853AFABC92E5705CC037E9547BF (U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9* __this, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 ___0_a, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 ___1_b, const RuntimeMethod* method)
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_0 = NULL;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:81>
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_0 = ___0_a;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_1 = L_0.___light;
NullCheck(L_1);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2;
L_2 = Light_get_cookie_m44A0C4B92F6CD6F2F8536A91C51B77FEEF59715E(L_1, NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:82>
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_3 = ___1_b;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_4 = L_3.___light;
NullCheck(L_4);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5;
L_5 = Light_get_cookie_m44A0C4B92F6CD6F2F8536A91C51B77FEEF59715E(L_4, NULL);
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:83>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_6 = V_0;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_6);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8 = V_0;
NullCheck(L_8);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_8);
V_2 = ((int32_t)il2cpp_codegen_multiply(L_7, L_9));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:84>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_10 = V_1;
NullCheck(L_10);
int32_t L_11;
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_10);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_12 = V_1;
NullCheck(L_12);
int32_t L_13;
L_13 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_12);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:85>
int32_t L_14 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_multiply(L_11, L_13)), L_14));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:86>
int32_t L_15 = V_3;
if (L_15)
{
goto IL_004b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:89>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16 = V_0;
NullCheck(L_16);
int32_t L_17;
L_17 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_16, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:90>
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_18 = V_1;
NullCheck(L_18);
int32_t L_19;
L_19 = Object_GetInstanceID_m554FF4073C9465F3835574CC084E68AAEEC6CC6A(L_18, NULL);
V_4 = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:91>
int32_t L_20 = V_4;
return ((int32_t)il2cpp_codegen_subtract(L_17, L_20));
}
IL_004b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:93>
int32_t L_21 = V_3;
return L_21;
}
}
// Method Definition Index: 33796
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3C_cctorU3Eb__6_1_mC645B378B95D0E6CAED471F56A51F71DD9FDFDAA (U3CU3Ec_t9640B378EA182FA3DA27C81E5CE57489880E7DB9* __this, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 ___0_a, LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 ___1_b, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:98>
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_0 = ___0_a;
uint16_t L_1 = L_0.___lightBufferIndex;
LightCookieMapping_t76B317D9FDE96056FA698B46B45D7F0937BD02D2 L_2 = ___1_b;
uint16_t L_3 = L_2.___lightBufferIndex;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 33804
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkMemory_Resize_m99DC9C1A72B298FF32517245600B9417BB8A514C (WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* __this, int32_t ___0_size, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
memset((&V_0), 0, sizeof(V_0));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_1;
memset((&V_1), 0, sizeof(V_1));
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* G_B2_0 = NULL;
int32_t G_B2_1 = 0;
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* G_B1_0 = NULL;
int32_t G_B1_1 = 0;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
int32_t G_B3_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:142>
int32_t L_0 = ___0_size;
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_1 = __this->___lightMappings;
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_2 = L_1;
if (L_2)
{
G_B2_0 = L_2;
G_B2_1 = L_0;
goto IL_0016;
}
G_B1_0 = L_2;
G_B1_1 = L_0;
}
{
il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_3 = V_1;
G_B3_0 = L_3;
G_B3_1 = G_B1_1;
goto IL_001d;
}
IL_0016:
{
NullCheck(G_B2_0);
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 L_4;
memset((&L_4), 0, sizeof(L_4));
Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703((&L_4), ((int32_t)(((RuntimeArray*)G_B2_0)->max_length)), Nullable_1__ctor_m141FA88563AC0B5179132FB929EABD02C47FF703_RuntimeMethod_var);
G_B3_0 = L_4;
G_B3_1 = G_B2_1;
}
IL_001d:
{
V_0 = G_B3_0;
int32_t L_5;
L_5 = Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_inline((&V_0), Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_RuntimeMethod_var);
bool L_6;
L_6 = Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_inline((&V_0), Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_RuntimeMethod_var);
if (!((int32_t)(((((int32_t)((((int32_t)G_B3_1) > ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_6)))
{
goto IL_0035;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:143>
return;
}
IL_0035:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:146>
int32_t L_7 = ___0_size;
int32_t L_8 = ___0_size;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(L_7, ((int32_t)il2cpp_codegen_multiply(((int32_t)(((int32_t)il2cpp_codegen_add(L_8, ((int32_t)15)))/((int32_t)16))), ((int32_t)16))), NULL);
___0_size = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:148>
int32_t L_10 = ___0_size;
LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263* L_11 = (LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263*)(LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263*)SZArrayNew(LightCookieMappingU5BU5D_tE1F10A7D54920D3636F1DB7774B3D5F5B560E263_il2cpp_TypeInfo_var, (uint32_t)L_10);
__this->___lightMappings = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___lightMappings), (void*)L_11);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:149>
int32_t L_12 = ___0_size;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_13 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)L_12);
__this->___uvRects = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___uvRects), (void*)L_13);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:150>
return;
}
}
// Method Definition Index: 33805
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WorkMemory__ctor_mA27C416C210B93CBD17F4B35715B185E3CB0DA4D (WorkMemory_t79A2BFFA0A8E72CFAB4194F63C5683E8FB744C5B* __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: 33806
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* LightCookieShaderData_get_worldToLights_m5A33EFD6972E56ECDA9F2A0E3ECD5ED4FEDC73EA (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:172>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_WorldToLightCpuData;
return L_0;
}
}
// Method Definition Index: 33807
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595 LightCookieShaderData_get_cookieEnableBits_m050137EE57653E0E50567A780AA72D411BA4E1C1 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:173>
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595 L_0 = __this->___m_CookieEnableBitsCpuData;
return L_0;
}
}
// Method Definition Index: 33808
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* LightCookieShaderData_get_atlasUVRects_m844E155C16CA2AAC2161FB01B965ACF30BD235A1 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:174>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_0 = __this->___m_AtlasUVRectCpuData;
return L_0;
}
}
// Method Definition Index: 33809
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* LightCookieShaderData_get_lightTypes_m02DFB85B8C83F94C87D319183E140D110D6802F9 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:175>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_LightTypeCpuData;
return L_0;
}
}
// Method Definition Index: 33810
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCookieShaderData_get_isUploaded_m05AA2D68F937FF6BE8C743796A8D47F71BAEEBAD (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:177>
bool L_0 = __this->___U3CisUploadedU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33811
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_set_isUploaded_m4034ADBAC0A460485BE8B8B3B8BCDC8385BA3B48 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:177>
bool L_0 = ___0_value;
__this->___U3CisUploadedU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33812
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData__ctor_mF36EE46CD25DB2538577DD5C88244E73EF4CDB03 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, int32_t ___0_size, bool ___1_useStructuredBuffer, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:179>
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:181>
bool L_0 = ___1_useStructuredBuffer;
__this->___m_UseStructuredBuffer = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:182>
int32_t L_1 = ___0_size;
LightCookieShaderData_Resize_mDD36503C4B7B65D3C2F1E2C93CE944239E7DE023(__this, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:183>
return;
}
}
// Method Definition Index: 33813
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_Dispose_m1E8C2EA35B325EAB8A3371F0C4D41AD306046EB1 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* G_B3_0 = NULL;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* G_B2_0 = NULL;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* G_B6_0 = NULL;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* G_B5_0 = NULL;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* G_B9_0 = NULL;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* G_B8_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:187>
bool L_0 = __this->___m_UseStructuredBuffer;
if (!L_0)
{
goto IL_003a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:189>
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_1 = __this->___m_WorldToLightBuffer;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_2 = L_1;
if (L_2)
{
G_B3_0 = L_2;
goto IL_0014;
}
G_B2_0 = L_2;
}
{
goto IL_0019;
}
IL_0014:
{
NullCheck(G_B3_0);
ComputeBuffer_Dispose_mBCA0F8A5BE75A41C77E1FCFBCB4EAE84A45D6BF2(G_B3_0, NULL);
}
IL_0019:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:190>
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_3 = __this->___m_AtlasUVRectBuffer;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_4 = L_3;
if (L_4)
{
G_B6_0 = L_4;
goto IL_0025;
}
G_B5_0 = L_4;
}
{
goto IL_002a;
}
IL_0025:
{
NullCheck(G_B6_0);
ComputeBuffer_Dispose_mBCA0F8A5BE75A41C77E1FCFBCB4EAE84A45D6BF2(G_B6_0, NULL);
}
IL_002a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:191>
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_5 = __this->___m_LightTypeBuffer;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_6 = L_5;
if (L_6)
{
G_B9_0 = L_6;
goto IL_0035;
}
G_B8_0 = L_6;
}
{
return;
}
IL_0035:
{
NullCheck(G_B9_0);
ComputeBuffer_Dispose_mBCA0F8A5BE75A41C77E1FCFBCB4EAE84A45D6BF2(G_B9_0, NULL);
}
IL_003a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:193>
return;
}
}
// Method Definition Index: 33814
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_Resize_mDD36503C4B7B65D3C2F1E2C93CE944239E7DE023 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, int32_t ___0_size, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_SizeOf_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m29C11BF8C434B5768FA2FA60E3E4A9C7FE498762_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_SizeOf_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m44B04731B117FE9E22EE84FF06CFA7632BCD7A7B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_SizeOf_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3E3735567A9066EF764FA6AB2E80EA66A074B30E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_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/LightCookieManager.cs:197>
int32_t L_0 = ___0_size;
int32_t L_1 = __this->___m_Size;
if ((((int32_t)L_0) > ((int32_t)L_1)))
{
goto IL_000a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:198>
return;
}
IL_000a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:200>
int32_t L_2 = __this->___m_Size;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0019;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:201>
LightCookieShaderData_Dispose_m1E8C2EA35B325EAB8A3371F0C4D41AD306046EB1(__this, NULL);
}
IL_0019:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:203>
int32_t L_3 = ___0_size;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_4 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)L_3);
__this->___m_WorldToLightCpuData = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_WorldToLightCpuData), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:204>
int32_t L_5 = ___0_size;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_6 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)L_5);
__this->___m_AtlasUVRectCpuData = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasUVRectCpuData), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:205>
int32_t L_7 = ___0_size;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_8 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)L_7);
__this->___m_LightTypeCpuData = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LightTypeCpuData), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:206>
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* L_9 = (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595*)(&__this->___m_CookieEnableBitsCpuData);
int32_t L_10 = ___0_size;
ShaderBitArray_Resize_m9ADF27E74F1E2BFC1C6BC02F16A67FCBB41644CE(L_9, L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:208>
bool L_11 = __this->___m_UseStructuredBuffer;
if (!L_11)
{
goto IL_0084;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:210>
int32_t L_12 = ___0_size;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
int32_t L_13;
L_13 = Marshal_SizeOf_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m29C11BF8C434B5768FA2FA60E3E4A9C7FE498762(Marshal_SizeOf_TisMatrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_m29C11BF8C434B5768FA2FA60E3E4A9C7FE498762_RuntimeMethod_var);
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_14 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var);
ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_14, L_12, L_13, NULL);
__this->___m_WorldToLightBuffer = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_WorldToLightBuffer), (void*)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:211>
int32_t L_15 = ___0_size;
int32_t L_16;
L_16 = Marshal_SizeOf_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3E3735567A9066EF764FA6AB2E80EA66A074B30E(Marshal_SizeOf_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m3E3735567A9066EF764FA6AB2E80EA66A074B30E_RuntimeMethod_var);
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_17 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var);
ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_17, L_15, L_16, NULL);
__this->___m_AtlasUVRectBuffer = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AtlasUVRectBuffer), (void*)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:212>
int32_t L_18 = ___0_size;
int32_t L_19;
L_19 = Marshal_SizeOf_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m44B04731B117FE9E22EE84FF06CFA7632BCD7A7B(Marshal_SizeOf_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m44B04731B117FE9E22EE84FF06CFA7632BCD7A7B_RuntimeMethod_var);
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_20 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var);
ComputeBuffer__ctor_mE40DE5EF5ADAC29B6B4DECBD1EE33E8526202617(L_20, L_18, L_19, NULL);
__this->___m_LightTypeBuffer = L_20;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LightTypeBuffer), (void*)L_20);
}
IL_0084:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:215>
int32_t L_21 = ___0_size;
__this->___m_Size = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:216>
return;
}
}
// Method Definition Index: 33815
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_Upload_m2F2BFB1FF78F4D16F8CB38E85F2C590C6118D330 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:220>
bool L_0 = __this->___m_UseStructuredBuffer;
if (!L_0)
{
goto IL_0070;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:222>
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_1 = __this->___m_WorldToLightBuffer;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_2 = __this->___m_WorldToLightCpuData;
NullCheck(L_1);
ComputeBuffer_SetData_m9F845E6B347CE028FA9A987D740FC642D828013A(L_1, (RuntimeArray*)L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:223>
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_3 = __this->___m_AtlasUVRectBuffer;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_4 = __this->___m_AtlasUVRectCpuData;
NullCheck(L_3);
ComputeBuffer_SetData_m9F845E6B347CE028FA9A987D740FC642D828013A(L_3, (RuntimeArray*)L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:224>
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_5 = __this->___m_LightTypeBuffer;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_6 = __this->___m_LightTypeCpuData;
NullCheck(L_5);
ComputeBuffer_SetData_m9F845E6B347CE028FA9A987D740FC642D828013A(L_5, (RuntimeArray*)L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:226>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
int32_t L_8 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsWorldToLightBuffer;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_9 = __this->___m_WorldToLightBuffer;
NullCheck(L_7);
CommandBuffer_SetGlobalBuffer_mED62A924980221D84C609BF2CBCA88FAF0341F46(L_7, L_8, L_9, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:227>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_10 = ___0_cmd;
int32_t L_11 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieAtlasUVRectBuffer;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_12 = __this->___m_AtlasUVRectBuffer;
NullCheck(L_10);
CommandBuffer_SetGlobalBuffer_mED62A924980221D84C609BF2CBCA88FAF0341F46(L_10, L_11, L_12, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:228>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = ___0_cmd;
int32_t L_14 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsLightTypeBuffer;
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_15 = __this->___m_LightTypeBuffer;
NullCheck(L_13);
CommandBuffer_SetGlobalBuffer_mED62A924980221D84C609BF2CBCA88FAF0341F46(L_13, L_14, L_15, NULL);
goto IL_00a3;
}
IL_0070:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:232>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_16 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
int32_t L_17 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsWorldToLights;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_18 = __this->___m_WorldToLightCpuData;
NullCheck(L_16);
CommandBuffer_SetGlobalMatrixArray_m6CDB4B2AA044E16F3C8C23AC8B62282E84246E62(L_16, L_17, L_18, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:233>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_19 = ___0_cmd;
int32_t L_20 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieAtlasUVRects;
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_21 = __this->___m_AtlasUVRectCpuData;
NullCheck(L_19);
CommandBuffer_SetGlobalVectorArray_m8CC41D9A9A5E2D5EF192D0852E97829DEA07A217(L_19, L_20, L_21, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:234>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_22 = ___0_cmd;
int32_t L_23 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsLightTypes;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_24 = __this->___m_LightTypeCpuData;
NullCheck(L_22);
CommandBuffer_SetGlobalFloatArray_m315944E1E1EB8D8A49AFFDA97FBCDBD8D6CFBDD5(L_22, L_23, L_24, NULL);
}
IL_00a3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:237>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_25 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
int32_t L_26 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieEnableBits;
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* L_27 = (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595*)(&__this->___m_CookieEnableBitsCpuData);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_28;
L_28 = ShaderBitArray_get_data_m2C2460839538EC3A43D85A9A0F552B1D9C37730B_inline(L_27, NULL);
NullCheck(L_25);
CommandBuffer_SetGlobalFloatArray_m315944E1E1EB8D8A49AFFDA97FBCDBD8D6CFBDD5(L_25, L_26, L_28, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:238>
LightCookieShaderData_set_isUploaded_m4034ADBAC0A460485BE8B8B3B8BCDC8385BA3B48_inline(__this, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:239>
return;
}
}
// Method Definition Index: 33816
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCookieShaderData_Clear_mD3BF83D3E7B2C9AECE704174C9FB03BCC1D01649 (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:243>
bool L_0;
L_0 = LightCookieShaderData_get_isUploaded_m05AA2D68F937FF6BE8C743796A8D47F71BAEEBAD_inline(__this, NULL);
if (!L_0)
{
goto IL_0030;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:246>
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* L_1 = (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595*)(&__this->___m_CookieEnableBitsCpuData);
ShaderBitArray_Clear_m180CC021CA74CB3E88A4DCC8736F23E690705370(L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:247>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var);
int32_t L_3 = ((ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_StaticFields*)il2cpp_codegen_static_fields_for(ShaderProperty_t2FFB5FD8E48CDEA3423C4057467C11A17285AAEC_il2cpp_TypeInfo_var))->___additionalLightsCookieEnableBits;
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* L_4 = (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595*)(&__this->___m_CookieEnableBitsCpuData);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_5;
L_5 = ShaderBitArray_get_data_m2C2460839538EC3A43D85A9A0F552B1D9C37730B_inline(L_4, NULL);
NullCheck(L_2);
CommandBuffer_SetGlobalFloatArray_m315944E1E1EB8D8A49AFFDA97FBCDBD8D6CFBDD5(L_2, L_3, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:248>
LightCookieShaderData_set_isUploaded_m4034ADBAC0A460485BE8B8B3B8BCDC8385BA3B48_inline(__this, (bool)0, NULL);
}
IL_0030:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:250>
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: 33817
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuddyAllocation__ctor_m6592B864DECFE0F217468DAC10FF36F35AF6347F (BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* __this, int32_t ___0_level, int32_t ___1_index, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:16>
int32_t L_0 = ___0_level;
__this->___level = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:17>
int32_t L_1 = ___1_index;
__this->___index = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:18>
return;
}
}
IL2CPP_EXTERN_C void BuddyAllocation__ctor_m6592B864DECFE0F217468DAC10FF36F35AF6347F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_level, int32_t ___1_index, const RuntimeMethod* method)
{
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840*>(__this + _offset);
BuddyAllocation__ctor_m6592B864DECFE0F217468DAC10FF36F35AF6347F(_thisAdjusted, ___0_level, ___1_index, method);
}
// Method Definition Index: 33818
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F BuddyAllocation_get_index2D_mC4D8A59B9EEBBDB56CCB4A8F0F29A8BC3A218378 (BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:20>
int32_t L_0 = __this->___index;
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F L_1;
L_1 = SpaceFillingCurves_DecodeMorton2D_m4D62ED99E4DD7154612828F8F6E5F69CD5D9084E(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F BuddyAllocation_get_index2D_mC4D8A59B9EEBBDB56CCB4A8F0F29A8BC3A218378_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840*>(__this + _offset);
uint2_t157753816C23B82EB918C3D3AFCFDDE06A04C05F _returnValue;
_returnValue = BuddyAllocation_get_index2D_mC4D8A59B9EEBBDB56CCB4A8F0F29A8BC3A218378(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_pinvoke(const BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB& unmarshaled, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke& marshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_ActiveFreeMaskCountsException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActiveFreeMaskCountsException, NULL);
}
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_pinvoke_back(const BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_pinvoke& marshaled, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_ActiveFreeMaskCountsException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActiveFreeMaskCountsException, NULL);
}
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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_ActiveFreeMaskCountsException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActiveFreeMaskCountsException, NULL);
}
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_com_back(const BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com& marshaled, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* ___m_ActiveFreeMaskCountsException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB____m_ActiveFreeMaskCounts_FieldInfo_var, BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_0_0_0_var);
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_ActiveFreeMaskCountsException, NULL);
}
IL2CPP_EXTERN_C void BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshal_com_cleanup(BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB_marshaled_com& marshaled)
{
}
// Method Definition Index: 33819
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_AsRef_TisHeader_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB_m3A7E42BB73E2742A65BBA57CD0B170814E6D3D52_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:40>
void* L_0 = __this->___m_Data;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_1;
L_1 = UnsafeUtility_AsRef_TisHeader_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB_m3A7E42BB73E2742A65BBA57CD0B170814E6D3D52_inline(L_0, UnsafeUtility_AsRef_TisHeader_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB_m3A7E42BB73E2742A65BBA57CD0B170814E6D3D52_RuntimeMethod_var);
return L_1;
}
}
IL2CPP_EXTERN_C Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* _returnValue;
_returnValue = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33820
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_get_freeMaskCounts_mB39D1770EDC317A9736008F516ECA29A6D4D0A69 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:43>
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D* L_0 = (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D*)(&__this->___m_ActiveFreeMaskCounts);
int32_t L_1 = L_0->___Item1;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D* L_2 = (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D*)(&__this->___m_ActiveFreeMaskCounts);
int32_t L_3 = L_2->___Item2;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_4;
L_4 = BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258(__this, L_1, L_3, BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258_RuntimeMethod_var);
return L_4;
}
}
IL2CPP_EXTERN_C NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_get_freeMaskCounts_mB39D1770EDC317A9736008F516ECA29A6D4D0A69_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C _returnValue;
_returnValue = BuddyAllocator_get_freeMaskCounts_mB39D1770EDC317A9736008F516ECA29A6D4D0A69(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33821
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B BuddyAllocator_get_freeMasksStorage_m2300995313865CAAC120C921C284E6349337A2F4 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_GetNativeArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m4E8A7180E641B7FBF7D890D898C951A84B661CC1_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:46>
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D* L_0 = (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D*)(&__this->___m_FreeMasksStorage);
int32_t L_1 = L_0->___Item1;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D* L_2 = (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D*)(&__this->___m_FreeMasksStorage);
int32_t L_3 = L_2->___Item2;
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B L_4;
L_4 = BuddyAllocator_GetNativeArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m4E8A7180E641B7FBF7D890D898C951A84B661CC1(__this, L_1, L_3, BuddyAllocator_GetNativeArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m4E8A7180E641B7FBF7D890D898C951A84B661CC1_RuntimeMethod_var);
return L_4;
}
}
IL2CPP_EXTERN_C NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B BuddyAllocator_get_freeMasksStorage_m2300995313865CAAC120C921C284E6349337A2F4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B _returnValue;
_returnValue = BuddyAllocator_get_freeMasksStorage_m2300995313865CAAC120C921C284E6349337A2F4(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33822
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B BuddyAllocator_FreeMasks_m40F6030F9181CA7EDEC157A665D26EA85E617CD6 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_level, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetSubArray_m426FCBEF0EAD1873CDF97DF7BB371FD53D1339FB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:47>
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B L_0;
L_0 = BuddyAllocator_get_freeMasksStorage_m2300995313865CAAC120C921C284E6349337A2F4(__this, NULL);
V_0 = L_0;
int32_t L_1 = ___0_level;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_2;
L_2 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_3 = L_2->___branchingOrder;
int32_t L_4;
L_4 = BuddyAllocator_LevelOffset64_mE16DBCC07D157D729FF5D2C1036B8BF73F829D5E(L_1, L_3, NULL);
int32_t L_5 = ___0_level;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_6;
L_6 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_7 = L_6->___branchingOrder;
int32_t L_8;
L_8 = BuddyAllocator_LevelLength64_m85FAFEFF722AC0494F42F9E9B03F6C3083C8DA4E(L_5, L_7, NULL);
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B L_9;
L_9 = NativeArray_1_GetSubArray_m426FCBEF0EAD1873CDF97DF7BB371FD53D1339FB((&V_0), L_4, L_8, NativeArray_1_GetSubArray_m426FCBEF0EAD1873CDF97DF7BB371FD53D1339FB_RuntimeMethod_var);
return L_9;
}
}
IL2CPP_EXTERN_C NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B BuddyAllocator_FreeMasks_m40F6030F9181CA7EDEC157A665D26EA85E617CD6_AdjustorThunk (RuntimeObject* __this, int32_t ___0_level, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B _returnValue;
_returnValue = BuddyAllocator_FreeMasks_m40F6030F9181CA7EDEC157A665D26EA85E617CD6(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// Method Definition Index: 33823
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_get_freeMaskIndicesStorage_mFF40A2152A2DEEF285AC24685ED6079C8708CD26 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:50>
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D* L_0 = (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D*)(&__this->___m_FreeMaskIndicesStorage);
int32_t L_1 = L_0->___Item1;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D* L_2 = (ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D*)(&__this->___m_FreeMaskIndicesStorage);
int32_t L_3 = L_2->___Item2;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_4;
L_4 = BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258(__this, L_1, L_3, BuddyAllocator_GetNativeArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF34160C9BD8BE094015670C76DC9D83F6BB30258_RuntimeMethod_var);
return L_4;
}
}
IL2CPP_EXTERN_C NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_get_freeMaskIndicesStorage_mFF40A2152A2DEEF285AC24685ED6079C8708CD26_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C _returnValue;
_returnValue = BuddyAllocator_get_freeMaskIndicesStorage_mFF40A2152A2DEEF285AC24685ED6079C8708CD26(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33824
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_FreeMaskIndices_m2EC25FCB236F076E852E1E8D101722950991DC35 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_level, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:51>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_0;
L_0 = BuddyAllocator_get_freeMaskIndicesStorage_mFF40A2152A2DEEF285AC24685ED6079C8708CD26(__this, NULL);
V_0 = L_0;
int32_t L_1 = ___0_level;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_2;
L_2 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_3 = L_2->___branchingOrder;
int32_t L_4;
L_4 = BuddyAllocator_LevelOffset64_mE16DBCC07D157D729FF5D2C1036B8BF73F829D5E(L_1, L_3, NULL);
int32_t L_5 = ___0_level;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_6;
L_6 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_7 = L_6->___branchingOrder;
int32_t L_8;
L_8 = BuddyAllocator_LevelLength64_m85FAFEFF722AC0494F42F9E9B03F6C3083C8DA4E(L_5, L_7, NULL);
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_9;
L_9 = NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10((&V_0), L_4, L_8, NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_RuntimeMethod_var);
return L_9;
}
}
IL2CPP_EXTERN_C NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C BuddyAllocator_FreeMaskIndices_m2EC25FCB236F076E852E1E8D101722950991DC35_AdjustorThunk (RuntimeObject* __this, int32_t ___0_level, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C _returnValue;
_returnValue = BuddyAllocator_FreeMaskIndices_m2EC25FCB236F076E852E1E8D101722950991DC35(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// Method Definition Index: 33825
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:59>
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_0;
L_0 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_1 = L_0->___levelCount;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
int32_t _returnValue;
_returnValue = BuddyAllocator_get_levelCount_m29B8ED1E4A908A84AC4E60C75C52437D07BFFFEF(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33826
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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BuddyAllocator_AllocateRange_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m8686F640C741E1DD106A1143CE32DDDFEF8BE3D1_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B V_1;
memset((&V_1), 0, sizeof(V_1));
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_2;
memset((&V_2), 0, sizeof(V_2));
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB V_3;
memset((&V_3), 0, sizeof(V_3));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:68>
uint32_t L_0 = sizeof(Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:69>
int32_t L_1 = ___0_levelCount;
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D L_2;
L_2 = BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E(L_1, (&V_0), BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E_RuntimeMethod_var);
__this->___m_ActiveFreeMaskCounts = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:70>
int32_t L_3 = ___0_levelCount;
int32_t L_4 = ___1_branchingOrder;
int32_t L_5;
L_5 = BuddyAllocator_LevelOffset64_mE16DBCC07D157D729FF5D2C1036B8BF73F829D5E(L_3, L_4, NULL);
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D L_6;
L_6 = BuddyAllocator_AllocateRange_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m8686F640C741E1DD106A1143CE32DDDFEF8BE3D1(L_5, (&V_0), BuddyAllocator_AllocateRange_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m8686F640C741E1DD106A1143CE32DDDFEF8BE3D1_RuntimeMethod_var);
__this->___m_FreeMasksStorage = L_6;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:71>
int32_t L_7 = ___0_levelCount;
int32_t L_8 = ___1_branchingOrder;
int32_t L_9;
L_9 = BuddyAllocator_LevelOffset64_mE16DBCC07D157D729FF5D2C1036B8BF73F829D5E(L_7, L_8, NULL);
ValueTuple_2_t973F7AB0EF5DD3619E518A966941F10D8098F52D L_10;
L_10 = BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E(L_9, (&V_0), BuddyAllocator_AllocateRange_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m62E7059E0A70F6E4678A17960D10526ECB43125E_RuntimeMethod_var);
__this->___m_FreeMaskIndicesStorage = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:73>
int32_t L_11 = V_0;
int32_t L_12 = ___2_allocator;
void* L_13;
L_13 = UnsafeUtility_Malloc_mD7BD28D5AE7E4901B225B7DFFE2B568EE7BDC0C9(((int64_t)L_11), ((int32_t)64), L_12, NULL);
__this->___m_Data = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:74>
void* L_14 = __this->___m_Data;
int32_t L_15 = V_0;
UnsafeUtility_MemClear_m6C4377117084A11A667A567BC2F5E606A632A7C1(L_14, ((int64_t)L_15), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:75>
int32_t L_16 = ___2_allocator;
__this->___m_Allocator = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:80>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:81>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:82>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:83>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:84>
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_17;
L_17 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
il2cpp_codegen_initobj((&V_3), sizeof(Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB));
int32_t L_18 = ___1_branchingOrder;
(&V_3)->___branchingOrder = L_18;
int32_t L_19 = ___0_levelCount;
(&V_3)->___levelCount = L_19;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB L_20 = V_3;
*(Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB*)L_17 = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:87>
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B L_21;
L_21 = BuddyAllocator_FreeMasks_m40F6030F9181CA7EDEC157A665D26EA85E617CD6(__this, 0, NULL);
V_1 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:88>
IL2CPP_NATIVEARRAY_SET_ITEM(uint64_t, ((&V_1))->___m_Buffer, 0, (((int64_t)((int32_t)15))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:89>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_22;
L_22 = BuddyAllocator_get_freeMaskCounts_mB39D1770EDC317A9736008F516ECA29A6D4D0A69(__this, NULL);
V_2 = L_22;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:90>
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, ((&V_2))->___m_Buffer, 0, (1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:91>
return;
}
}
IL2CPP_EXTERN_C void BuddyAllocator__ctor_m895DAA3DC7AC0408F7AFC21C2756B56E6A112453_AdjustorThunk (RuntimeObject* __this, int32_t ___0_levelCount, int32_t ___1_branchingOrder, int32_t ___2_allocator, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
BuddyAllocator__ctor_m895DAA3DC7AC0408F7AFC21C2756B56E6A112453(_thisAdjusted, ___0_levelCount, ___1_branchingOrder, ___2_allocator, method);
}
// Method Definition Index: 33827
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BuddyAllocator_TryAllocate_m015224E46E8A5697FFD813852508C8713D1AACB5 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, int32_t ___0_requestedLevel, BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* ___1_allocation, const RuntimeMethod* method)
{
int32_t V_0 = 0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B V_5;
memset((&V_5), 0, sizeof(V_5));
uint64_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B V_12;
memset((&V_12), 0, sizeof(V_12));
uint64_t V_13 = 0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_14;
memset((&V_14), 0, sizeof(V_14));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:95>
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* L_0 = ___1_allocation;
il2cpp_codegen_initobj(L_0, sizeof(BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:98>
int32_t L_1 = ___0_requestedLevel;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:99>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_2;
L_2 = BuddyAllocator_get_freeMaskCounts_mB39D1770EDC317A9736008F516ECA29A6D4D0A69(__this, NULL);
V_1 = L_2;
goto IL_0021;
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:102>
int32_t L_3 = V_0;
int32_t L_4;
L_4 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, ((&V_1))->___m_Buffer, L_3);
if ((((int32_t)L_4) > ((int32_t)0)))
{
goto IL_0025;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:103>
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
}
IL_0021:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:100>
int32_t L_6 = V_0;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0012;
}
}
IL_0025:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:107>
int32_t L_7 = V_0;
if ((((int32_t)L_7) >= ((int32_t)0)))
{
goto IL_002b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:107>
return (bool)0;
}
IL_002b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:112>
int32_t L_8 = V_0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_9;
L_9 = BuddyAllocator_FreeMaskIndices_m2EC25FCB236F076E852E1E8D101722950991DC35(__this, L_8, NULL);
V_3 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:113>
int32_t L_10 = V_0;
V_8 = L_10;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_11 = (&V_1);
int32_t L_12 = V_8;
int32_t L_13;
L_13 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_11)->___m_Buffer, L_12);
V_9 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
int32_t L_14 = V_8;
int32_t L_15 = V_9;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_11)->___m_Buffer, L_14, (L_15));
int32_t L_16 = V_9;
int32_t L_17;
L_17 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, ((&V_3))->___m_Buffer, L_16);
V_4 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:114>
int32_t L_18 = V_0;
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B L_19;
L_19 = BuddyAllocator_FreeMasks_m40F6030F9181CA7EDEC157A665D26EA85E617CD6(__this, L_18, NULL);
V_5 = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:115>
int32_t L_20 = V_4;
uint64_t L_21;
L_21 = IL2CPP_NATIVEARRAY_GET_ITEM(uint64_t, ((&V_5))->___m_Buffer, L_20);
V_6 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:117>
uint64_t L_22 = V_6;
int32_t L_23;
L_23 = math_tzcnt_mB3717EA8D7052CBC8F048C8ADB37D6C6060C5490_inline(L_22, NULL);
V_7 = L_23;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:118>
uint64_t L_24 = V_6;
int32_t L_25 = V_7;
V_6 = ((int64_t)((int64_t)L_24^((int64_t)(((int64_t)1)<<((int32_t)(L_25&((int32_t)63)))))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:119>
int32_t L_26 = V_4;
uint64_t L_27 = V_6;
IL2CPP_NATIVEARRAY_SET_ITEM(uint64_t, ((&V_5))->___m_Buffer, L_26, (L_27));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:120>
uint64_t L_28 = V_6;
if (!L_28)
{
goto IL_00b6;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:120>
int32_t L_29 = V_0;
V_9 = L_29;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_30 = (&V_1);
int32_t L_31 = V_9;
int32_t L_32;
L_32 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_30)->___m_Buffer, L_31);
V_8 = L_32;
int32_t L_33 = V_9;
int32_t L_34 = V_8;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_30)->___m_Buffer, L_33, (((int32_t)il2cpp_codegen_add(L_34, 1))));
int32_t L_35 = V_8;
int32_t L_36 = V_4;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, ((&V_3))->___m_Buffer, L_35, (L_36));
}
IL_00b6:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:121>
int32_t L_37 = V_4;
int32_t L_38 = V_7;
V_2 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_37, ((int32_t)64))), L_38));
goto IL_0159;
}
IL_00c4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:128>
int32_t L_39 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_39, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:129>
int32_t L_40 = V_2;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_41;
L_41 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_42 = L_41->___branchingOrder;
V_2 = ((int32_t)(L_40<<((int32_t)(L_42&((int32_t)31)))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:130>
int32_t L_43 = V_2;
V_10 = ((int32_t)(L_43>>6));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:131>
int32_t L_44 = V_2;
V_11 = ((int32_t)(L_44&((int32_t)63)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:132>
int32_t L_45 = V_0;
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B L_46;
L_46 = BuddyAllocator_FreeMasks_m40F6030F9181CA7EDEC157A665D26EA85E617CD6(__this, L_45, NULL);
V_12 = L_46;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:133>
int32_t L_47 = V_10;
uint64_t L_48;
L_48 = IL2CPP_NATIVEARRAY_GET_ITEM(uint64_t, ((&V_12))->___m_Buffer, L_47);
V_13 = L_48;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:135>
uint64_t L_49 = V_13;
if (L_49)
{
goto IL_012a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:137>
int32_t L_50 = V_0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_51;
L_51 = BuddyAllocator_FreeMaskIndices_m2EC25FCB236F076E852E1E8D101722950991DC35(__this, L_50, NULL);
V_14 = L_51;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:138>
int32_t L_52 = V_0;
V_8 = L_52;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_53 = (&V_1);
int32_t L_54 = V_8;
int32_t L_55;
L_55 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_53)->___m_Buffer, L_54);
V_9 = L_55;
int32_t L_56 = V_8;
int32_t L_57 = V_9;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_53)->___m_Buffer, L_56, (((int32_t)il2cpp_codegen_add(L_57, 1))));
int32_t L_58 = V_9;
int32_t L_59 = V_10;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, ((&V_14))->___m_Buffer, L_58, (L_59));
}
IL_012a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:147>
uint64_t L_60 = V_13;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_61;
L_61 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_62 = L_61->___branchingOrder;
int32_t L_63;
L_63 = BuddyAllocator_Pow2_mD9E0FD32F5F2861F964A1E187FC3A25F12D938F2(L_62, NULL);
int32_t L_64 = V_11;
V_13 = ((int64_t)((int64_t)L_60|((int64_t)(((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)(L_63&((int32_t)63))))), ((int64_t)2)))<<((int32_t)(L_64&((int32_t)63)))))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:148>
int32_t L_65 = V_10;
uint64_t L_66 = V_13;
IL2CPP_NATIVEARRAY_SET_ITEM(uint64_t, ((&V_12))->___m_Buffer, L_65, (L_66));
}
IL_0159:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:126>
int32_t L_67 = V_0;
int32_t L_68 = ___0_requestedLevel;
if ((((int32_t)L_67) < ((int32_t)L_68)))
{
goto IL_00c4;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:151>
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* L_69 = ___1_allocation;
int32_t L_70 = V_0;
L_69->___level = L_70;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:152>
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* L_71 = ___1_allocation;
int32_t L_72 = V_2;
L_71->___index = L_72;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:153>
return (bool)1;
}
}
IL2CPP_EXTERN_C bool BuddyAllocator_TryAllocate_m015224E46E8A5697FFD813852508C8713D1AACB5_AdjustorThunk (RuntimeObject* __this, int32_t ___0_requestedLevel, BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840* ___1_allocation, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
bool _returnValue;
_returnValue = BuddyAllocator_TryAllocate_m015224E46E8A5697FFD813852508C8713D1AACB5(_thisAdjusted, ___0_requestedLevel, ___1_allocation, method);
return _returnValue;
}
// Method Definition Index: 33828
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuddyAllocator_Free_m6318C9204F1A4CB21D9BF04C0147C0DACF2B0E4F (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 ___0_allocation, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B V_4;
memset((&V_4), 0, sizeof(V_4));
uint64_t V_5 = 0;
bool V_6 = false;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_7;
memset((&V_7), 0, sizeof(V_7));
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_8;
memset((&V_8), 0, sizeof(V_8));
uint64_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:158>
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 L_0 = ___0_allocation;
int32_t L_1 = L_0.___level;
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:159>
BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 L_2 = ___0_allocation;
int32_t L_3 = L_2.___index;
V_1 = L_3;
goto IL_0154;
}
IL_0013:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:162>
int32_t L_4 = V_1;
V_2 = ((int32_t)(L_4>>6));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:163>
int32_t L_5 = V_1;
V_3 = ((int32_t)(L_5&((int32_t)63)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:164>
int32_t L_6 = V_0;
NativeArray_1_t07975297AD7F7512193094A7C0703BA872EF7A7B L_7;
L_7 = BuddyAllocator_FreeMasks_m40F6030F9181CA7EDEC157A665D26EA85E617CD6(__this, L_6, NULL);
V_4 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:165>
int32_t L_8 = V_2;
uint64_t L_9;
L_9 = IL2CPP_NATIVEARRAY_GET_ITEM(uint64_t, ((&V_4))->___m_Buffer, L_8);
V_5 = L_9;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:166>
uint64_t L_10 = V_5;
V_6 = (bool)((((int64_t)L_10) == ((int64_t)((int64_t)0)))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:167>
uint64_t L_11 = V_5;
int32_t L_12 = V_3;
V_5 = ((int64_t)((int64_t)L_11|((int64_t)(((int64_t)1)<<((int32_t)(L_12&((int32_t)63)))))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:169>
int32_t L_13 = V_0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_14;
L_14 = BuddyAllocator_FreeMaskIndices_m2EC25FCB236F076E852E1E8D101722950991DC35(__this, L_13, NULL);
V_7 = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:170>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_15;
L_15 = BuddyAllocator_get_freeMaskCounts_mB39D1770EDC317A9736008F516ECA29A6D4D0A69(__this, NULL);
V_8 = L_15;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:172>
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_16;
L_16 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_17 = L_16->___branchingOrder;
int32_t L_18;
L_18 = BuddyAllocator_Pow2_mD9E0FD32F5F2861F964A1E187FC3A25F12D938F2(L_17, NULL);
int32_t L_19 = V_3;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_20;
L_20 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_21 = L_20->___branchingOrder;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_22;
L_22 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_23 = L_22->___branchingOrder;
int32_t L_24;
L_24 = BuddyAllocator_Pow2_mD9E0FD32F5F2861F964A1E187FC3A25F12D938F2(L_23, NULL);
V_9 = ((int64_t)(((int64_t)il2cpp_codegen_subtract(((int64_t)(((int64_t)1)<<((int32_t)(L_18&((int32_t)63))))), ((int64_t)1)))<<((int32_t)(((int32_t)il2cpp_codegen_multiply(((int32_t)(L_19>>((int32_t)(L_21&((int32_t)31))))), L_24))&((int32_t)63)))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:175>
int32_t L_25 = V_0;
if (!L_25)
{
goto IL_009f;
}
}
{
uint64_t L_26 = V_5;
uint64_t L_27 = V_9;
if (!((int64_t)(((~((int64_t)L_26)))&(int64_t)L_27)))
{
goto IL_00d5;
}
}
IL_009f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:177>
int32_t L_28 = V_2;
uint64_t L_29 = V_5;
IL2CPP_NATIVEARRAY_SET_ITEM(uint64_t, ((&V_4))->___m_Buffer, L_28, (L_29));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:178>
bool L_30 = V_6;
if (!L_30)
{
goto IL_015b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:180>
int32_t L_31 = V_0;
V_10 = L_31;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_32 = (&V_8);
int32_t L_33 = V_10;
int32_t L_34;
L_34 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_32)->___m_Buffer, L_33);
V_11 = L_34;
int32_t L_35 = V_10;
int32_t L_36 = V_11;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_32)->___m_Buffer, L_35, (((int32_t)il2cpp_codegen_add(L_36, 1))));
int32_t L_37 = V_11;
int32_t L_38 = V_2;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, ((&V_7))->___m_Buffer, L_37, (L_38));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:182>
return;
}
IL_00d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:185>
uint64_t L_39 = V_5;
uint64_t L_40 = V_9;
V_5 = ((int64_t)((int64_t)L_39&((~((int64_t)L_40)))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:186>
int32_t L_41 = V_2;
uint64_t L_42 = V_5;
IL2CPP_NATIVEARRAY_SET_ITEM(uint64_t, ((&V_4))->___m_Buffer, L_41, (L_42));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:188>
bool L_43 = V_6;
if (L_43)
{
goto IL_013f;
}
}
{
uint64_t L_44 = V_5;
if (L_44)
{
goto IL_013f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:190>
V_12 = 0;
goto IL_0134;
}
IL_00f4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:192>
int32_t L_45 = V_12;
int32_t L_46;
L_46 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, ((&V_7))->___m_Buffer, L_45);
int32_t L_47 = V_2;
if ((!(((uint32_t)L_46) == ((uint32_t)L_47))))
{
goto IL_012e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:194>
int32_t L_48 = V_12;
int32_t L_49 = V_0;
V_11 = L_49;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_50 = (&V_8);
int32_t L_51 = V_11;
int32_t L_52;
L_52 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_50)->___m_Buffer, L_51);
V_10 = ((int32_t)il2cpp_codegen_subtract(L_52, 1));
int32_t L_53 = V_11;
int32_t L_54 = V_10;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_50)->___m_Buffer, L_53, (L_54));
int32_t L_55 = V_10;
int32_t L_56;
L_56 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, ((&V_7))->___m_Buffer, L_55);
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, ((&V_7))->___m_Buffer, L_48, (L_56));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:195>
goto IL_013f;
}
IL_012e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:190>
int32_t L_57 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add(L_57, 1));
}
IL_0134:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:190>
int32_t L_58 = V_12;
int32_t L_59;
L_59 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_7))->___m_Length);
if ((((int32_t)L_58) < ((int32_t)L_59)))
{
goto IL_00f4;
}
}
IL_013f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:200>
int32_t L_60 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_60, 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:201>
int32_t L_61 = V_1;
Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* L_62;
L_62 = BuddyAllocator_get_header_mB2C29FCA542E54F74DC7B3398238144F8BD8A7B2(__this, NULL);
int32_t L_63 = L_62->___branchingOrder;
V_1 = ((int32_t)(L_61>>((int32_t)(L_63&((int32_t)31)))));
}
IL_0154:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:160>
int32_t L_64 = V_0;
if ((((int32_t)L_64) >= ((int32_t)0)))
{
goto IL_0013;
}
}
IL_015b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:203>
return;
}
}
IL2CPP_EXTERN_C void BuddyAllocator_Free_m6318C9204F1A4CB21D9BF04C0147C0DACF2B0E4F_AdjustorThunk (RuntimeObject* __this, BuddyAllocation_t5415621C1DECDF6DD1CCB9EEE513100DC78C5840 ___0_allocation, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
BuddyAllocator_Free_m6318C9204F1A4CB21D9BF04C0147C0DACF2B0E4F(_thisAdjusted, ___0_allocation, method);
}
// Method Definition Index: 33829
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuddyAllocator_Dispose_mF2940139B0EDC499760AA8B0CE38B4126AFA8BF3 (BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:207>
void* L_0 = __this->___m_Data;
int32_t L_1 = __this->___m_Allocator;
UnsafeUtility_Free_mFF99F4F02FE7F735AB30D8987D6953E55A2B23E1(L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:211>
void** L_2 = (void**)(&__this->___m_Data);
il2cpp_codegen_initobj(L_2, sizeof(void*));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:212>
__this->___m_Allocator = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:213>
return;
}
}
IL2CPP_EXTERN_C void BuddyAllocator_Dispose_mF2940139B0EDC499760AA8B0CE38B4126AFA8BF3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BuddyAllocator_t0AFAD4299AE9CB75AFEAD5D24CB799BAB079C7EB*>(__this + _offset);
BuddyAllocator_Dispose_mF2940139B0EDC499760AA8B0CE38B4126AFA8BF3(_thisAdjusted, method);
}
// Method Definition Index: 33831
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_LevelOffset_m32AB3D7A22049530B965FEB4A41314ED8D4A39D0 (int32_t ___0_level, int32_t ___1_branchingOrder, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:225>
int32_t L_0 = ___1_branchingOrder;
int32_t L_1;
L_1 = BuddyAllocator_Pow2_mD9E0FD32F5F2861F964A1E187FC3A25F12D938F2(L_0, NULL);
int32_t L_2 = ___1_branchingOrder;
int32_t L_3 = ___0_level;
int32_t L_4 = ___1_branchingOrder;
int32_t L_5;
L_5 = BuddyAllocator_Pow2_mD9E0FD32F5F2861F964A1E187FC3A25F12D938F2(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_2, ((int32_t)il2cpp_codegen_subtract(L_3, 1)))), L_4)), NULL);
int32_t L_6 = ___1_branchingOrder;
int32_t L_7;
L_7 = BuddyAllocator_Pow2_mD9E0FD32F5F2861F964A1E187FC3A25F12D938F2(L_6, NULL);
return ((int32_t)(((int32_t)il2cpp_codegen_multiply(L_1, ((int32_t)il2cpp_codegen_subtract(L_5, 1))))/((int32_t)il2cpp_codegen_subtract(L_7, 1))));
}
}
// Method Definition Index: 33832
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_LevelLength_m91FF9FC450E2930DE15B9EEBA75F479F46ED1A96 (int32_t ___0_level, int32_t ___1_branchingOrder, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:226>
int32_t L_0 = ___1_branchingOrder;
int32_t L_1 = ___0_level;
int32_t L_2;
L_2 = BuddyAllocator_Pow2N_m252CC336B01609A210ACADFD894429FC3C8B2BC5(L_0, ((int32_t)il2cpp_codegen_add(L_1, 1)), NULL);
return L_2;
}
}
// Method Definition Index: 33833
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_LevelOffset64_mE16DBCC07D157D729FF5D2C1036B8BF73F829D5E (int32_t ___0_level, int32_t ___1_branchingOrder, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:229>
int32_t L_0 = ___0_level;
int32_t L_1 = ___1_branchingOrder;
int32_t L_2;
L_2 = math_min_m02D43DF516544C279AF660EA4731449C82991849_inline(L_0, ((int32_t)(6/L_1)), NULL);
int32_t L_3 = ___0_level;
int32_t L_4 = ___1_branchingOrder;
int32_t L_5;
L_5 = math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline(0, ((int32_t)il2cpp_codegen_subtract(L_3, ((int32_t)(6/L_4)))), NULL);
int32_t L_6 = ___1_branchingOrder;
int32_t L_7;
L_7 = BuddyAllocator_LevelOffset_m32AB3D7A22049530B965FEB4A41314ED8D4A39D0(L_5, L_6, NULL);
return ((int32_t)il2cpp_codegen_add(L_2, L_7));
}
}
// Method Definition Index: 33834
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_LevelLength64_m85FAFEFF722AC0494F42F9E9B03F6C3083C8DA4E (int32_t ___0_level, int32_t ___1_branchingOrder, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:230>
int32_t L_0 = ___1_branchingOrder;
int32_t L_1 = ___0_level;
int32_t L_2 = ___1_branchingOrder;
int32_t L_3;
L_3 = math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline(0, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_1, ((int32_t)(6/L_2)))), 1)), NULL);
int32_t L_4;
L_4 = BuddyAllocator_Pow2N_m252CC336B01609A210ACADFD894429FC3C8B2BC5(L_0, L_3, NULL);
return L_4;
}
}
// Method Definition Index: 33836
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_AlignForward_m91CB70C4C1EF7525861F09D940734D5F28CE948E (int32_t ___0_offset, int32_t ___1_alignment, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:242>
int32_t L_0 = ___0_offset;
int32_t L_1 = ___1_alignment;
V_0 = ((int32_t)(L_0%L_1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:243>
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_000e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:243>
int32_t L_3 = ___0_offset;
int32_t L_4 = ___1_alignment;
int32_t L_5 = V_0;
___0_offset = ((int32_t)il2cpp_codegen_add(L_3, ((int32_t)il2cpp_codegen_subtract(L_4, L_5))));
}
IL_000e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:244>
int32_t L_6 = ___0_offset;
return L_6;
}
}
// Method Definition Index: 33837
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* BuddyAllocator_PtrAdd_m71AE1A734C306F6E5BE090A52FF71F5FD43D9651 (void* ___0_ptr, int32_t ___1_bytes, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:247>
void* L_0 = ___0_ptr;
intptr_t L_1;
L_1 = IntPtr_op_Explicit_mE2CEC14C61FD5E2159A03EA2AD97F5CDC5BB9F4D(L_0, NULL);
int32_t L_2 = ___1_bytes;
intptr_t L_3;
L_3 = IntPtr_op_Addition_m6887593F991D01CEB382C914B7FDFA29CB900E2A(L_1, L_2, NULL);
void* L_4;
L_4 = IntPtr_op_Explicit_m2728CBA081E79B97DDCF1D4FAD77B309CA1E94BF(L_3, NULL);
return L_4;
}
}
// Method Definition Index: 33838
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_Pow2_mD9E0FD32F5F2861F964A1E187FC3A25F12D938F2 (int32_t ___0_n, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:249>
int32_t L_0 = ___0_n;
return ((int32_t)(1<<((int32_t)(L_0&((int32_t)31)))));
}
}
// Method Definition Index: 33839
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BuddyAllocator_Pow2N_m252CC336B01609A210ACADFD894429FC3C8B2BC5 (int32_t ___0_x, int32_t ___1_n, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Memory/BuddyAllocator.cs:252>
int32_t L_0 = ___0_x;
int32_t L_1 = ___1_n;
return ((int32_t)(1<<((int32_t)(((int32_t)il2cpp_codegen_multiply(L_0, L_1))&((int32_t)31)))));
}
}
#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: 33848
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorsPersistentData__ctor_m37DF5E4FECD871FCF9781CFE1F028D65C45F5D7A (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, 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*)&Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:12>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_Projection = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Projection), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:13>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_1 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_View = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_View), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:14>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_2 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_ViewProjection = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ViewProjection), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:16>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_3 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_PreviousProjection = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousProjection), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:17>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_4 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_PreviousView = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousView), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:18>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_5 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_PreviousViewProjection = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousViewProjection), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:20>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_6 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_PreviousPreviousProjection = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousPreviousProjection), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:21>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_7 = (Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D*)SZArrayNew(Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_PreviousPreviousView = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PreviousPreviousView), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:23>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_LastFrameIndex = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastFrameIndex), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:24>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_9 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)2);
__this->___m_PrevAspectRatio = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PrevAspectRatio), (void*)L_9);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:37>
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:39>
MotionVectorsPersistentData_Reset_mB15EBA6AAD2F8633BC5F6522FF3D8D9971D10BD0(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:40>
return;
}
}
// Method Definition Index: 33849
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MotionVectorsPersistentData_get_lastFrameIndex_m6F7C74278A8C296D01EE7AC790200C819662265A (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:48>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_LastFrameIndex;
NullCheck(L_0);
int32_t L_1 = 0;
int32_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
return L_2;
}
}
// Method Definition Index: 33850
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 MotionVectorsPersistentData_get_viewProjection_m489F96F1B58C2A0683C117CAA667B177455EAEFE (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:53>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_ViewProjection;
NullCheck(L_0);
int32_t L_1 = 0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
return L_2;
}
}
// Method Definition Index: 33851
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 MotionVectorsPersistentData_get_previousViewProjection_m2C112E316494AF2B112F2C10B517652BE3E2A9C8 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:58>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_PreviousViewProjection;
NullCheck(L_0);
int32_t L_1 = 0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
return L_2;
}
}
// Method Definition Index: 33852
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_viewProjectionStereo_mF66AE8BCB8367C8EFE9B25F876F887321298B430 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:63>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_ViewProjection;
return L_0;
}
}
// Method Definition Index: 33853
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_previousViewProjectionStereo_mEA301EE36930A8F304881C4177A0C3347C752482 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:68>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_PreviousViewProjection;
return L_0;
}
}
// Method Definition Index: 33854
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_projectionStereo_m0138BB5A1860CF97A738EB4974D4B29038F2A303 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:73>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_Projection;
return L_0;
}
}
// Method Definition Index: 33855
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_previousProjectionStereo_mFB67DA4737A3C8B0A8D72E4A7C423D95B2191005 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:78>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_PreviousProjection;
return L_0;
}
}
// Method Definition Index: 33856
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_previousPreviousProjectionStereo_m0C4BB946E27AA3D99AD3C7794393AC3ADB350391 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:83>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_PreviousPreviousProjection;
return L_0;
}
}
// Method Definition Index: 33857
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_viewStereo_m2D5D4A2FA7219A3A9A29F15B1F7676F35D01D207 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:88>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_View;
return L_0;
}
}
// Method Definition Index: 33858
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_previousViewStereo_mD502F8DC5BDB6A4C0ED909671819242285C4D4C6 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:93>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_PreviousView;
return L_0;
}
}
// Method Definition Index: 33859
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_previousPreviousViewStereo_mD4A7A67FE9C51DE7A8BB74BDE4BE2112DD414D20 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:98>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_PreviousPreviousView;
return L_0;
}
}
// Method Definition Index: 33860
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MotionVectorsPersistentData_get_deltaTime_m3CCB55002D2A90379D8CD5D7C9F489C40E298DC6 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:103>
float L_0 = __this->___m_deltaTime;
return L_0;
}
}
// Method Definition Index: 33861
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MotionVectorsPersistentData_get_lastDeltaTime_m87C98B34DABC792B55F4D36FB1A8F623172E73AB (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:108>
float L_0 = __this->___m_lastDeltaTime;
return L_0;
}
}
// Method Definition Index: 33862
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 MotionVectorsPersistentData_get_worldSpaceCameraPos_m9143A01328EEFA3E32902577CBACB8441CE1F3D9 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:113>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_worldSpaceCameraPos;
return L_0;
}
}
// Method Definition Index: 33863
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 MotionVectorsPersistentData_get_previousWorldSpaceCameraPos_m8736F2866B3FF746123A51CFB20D6AA7CC111156 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:118>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_previousWorldSpaceCameraPos;
return L_0;
}
}
// Method Definition Index: 33864
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 MotionVectorsPersistentData_get_previousPreviousWorldSpaceCameraPos_m9FD8CA4DE7DE39E8E20CCE981F195EAF491F4B53 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:123>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_previousPreviousWorldSpaceCameraPos;
return L_0;
}
}
// Method Definition Index: 33865
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorsPersistentData_Reset_mB15EBA6AAD2F8633BC5F6522FF3D8D9971D10BD0 (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:129>
V_0 = 0;
goto IL_00ba;
}
IL_0007:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:131>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_Projection;
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/MotionVectors.cs:132>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_3 = __this->___m_View;
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/MotionVectors.cs:133>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_6 = __this->___m_ViewProjection;
int32_t L_7 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_8;
L_8 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:135>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_9 = __this->___m_PreviousProjection;
int32_t L_10 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_11;
L_11 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_11);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:136>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_12 = __this->___m_PreviousView;
int32_t L_13 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14;
L_14 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:137>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_15 = __this->___m_PreviousViewProjection;
int32_t L_16 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17;
L_17 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:139>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_18 = __this->___m_PreviousProjection;
int32_t L_19 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_20;
L_20 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_20);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:140>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_21 = __this->___m_PreviousView;
int32_t L_22 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23;
L_23 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_23);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:141>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_24 = __this->___m_PreviousViewProjection;
int32_t L_25 = V_0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_26;
L_26 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_25), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_26);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:143>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_27 = __this->___m_LastFrameIndex;
int32_t L_28 = V_0;
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(L_28), (int32_t)(-1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:144>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_29 = __this->___m_PrevAspectRatio;
int32_t L_30 = V_0;
NullCheck(L_29);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (float)(-1.0f));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:129>
int32_t L_31 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_31, 1));
}
IL_00ba:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:129>
int32_t L_32 = V_0;
if ((((int32_t)L_32) < ((int32_t)2)))
{
goto IL_0007;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:147>
__this->___m_deltaTime = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:148>
__this->___m_lastDeltaTime = (0.0f);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:150>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33;
L_33 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
__this->___m_worldSpaceCameraPos = L_33;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:151>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34;
L_34 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
__this->___m_previousWorldSpaceCameraPos = L_34;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:152>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_35;
L_35 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
__this->___m_previousPreviousWorldSpaceCameraPos = L_35;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:153>
return;
}
}
// Method Definition Index: 33866
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MotionVectorsPersistentData_GetXRMultiPassId_m0759C4339053684A1A7CD1F3652017AC4A1A1AAF (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___0_xr, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:158>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = ___0_xr;
NullCheck(L_0);
bool L_1;
L_1 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_0, NULL);
if (L_1)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2 = ___0_xr;
NullCheck(L_2);
int32_t L_3;
L_3 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_2, NULL);
return L_3;
}
}
// Method Definition Index: 33867
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorsPersistentData_Update_m0CC90417D00CBB604CFBB3E0FA2EFFA7F33DC2AF (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
float V_3 = 0.0f;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
int32_t V_6 = 0;
int32_t V_7 = 0;
int32_t V_8 = 0;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_9;
memset((&V_9), 0, sizeof(V_9));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_10;
memset((&V_10), 0, sizeof(V_10));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B14_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:166>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
NullCheck(L_0);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_1;
L_1 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_0, NULL);
int32_t L_2;
L_2 = MotionVectorsPersistentData_GetXRMultiPassId_m0759C4339053684A1A7CD1F3652017AC4A1A1AAF(L_1, NULL);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:169>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___0_cameraData;
NullCheck(L_3);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_4;
L_4 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_3, NULL);
NullCheck(L_4);
bool L_5;
L_5 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___0_cameraData;
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_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_7, NULL);
G_B3_0 = ((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B3_0 = 0;
}
IL_002a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:171>
if (!G_B3_0)
{
goto IL_0032;
}
}
{
int32_t L_9 = V_0;
G_B6_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0);
goto IL_0033;
}
IL_0032:
{
G_B6_0 = 1;
}
IL_0033:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:173>
int32_t L_10;
L_10 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
V_1 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:176>
if (!G_B6_0)
{
goto IL_00b9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:180>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_11 = __this->___m_LastFrameIndex;
NullCheck(L_11);
int32_t L_12 = 0;
int32_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:182>
float L_14;
L_14 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
V_3 = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:183>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = ___0_cameraData;
NullCheck(L_15);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_16 = L_15->___camera;
NullCheck(L_16);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_17;
L_17 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_16, NULL);
NullCheck(L_17);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18;
L_18 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_17, NULL);
V_4 = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:186>
if (!((((int32_t)L_13) == ((int32_t)(-1)))? 1 : 0))
{
goto IL_0086;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:188>
float L_19 = V_3;
__this->___m_lastDeltaTime = L_19;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:189>
float L_20 = V_3;
__this->___m_deltaTime = L_20;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:191>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_21 = V_4;
__this->___m_previousPreviousWorldSpaceCameraPos = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:192>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22 = V_4;
__this->___m_previousWorldSpaceCameraPos = L_22;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:193>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_23 = V_4;
__this->___m_worldSpaceCameraPos = L_23;
}
IL_0086:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:196>
float L_24 = __this->___m_deltaTime;
__this->___m_lastDeltaTime = L_24;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:197>
float L_25 = V_3;
__this->___m_deltaTime = L_25;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:199>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26 = __this->___m_previousWorldSpaceCameraPos;
__this->___m_previousPreviousWorldSpaceCameraPos = L_26;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:200>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27 = __this->___m_worldSpaceCameraPos;
__this->___m_previousWorldSpaceCameraPos = L_27;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:201>
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28 = V_4;
__this->___m_worldSpaceCameraPos = L_28;
}
IL_00b9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:205>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_29 = __this->___m_PrevAspectRatio;
int32_t L_30 = V_0;
NullCheck(L_29);
int32_t L_31 = L_30;
float L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_33 = ___0_cameraData;
NullCheck(L_33);
float L_34 = L_33->___aspectRatio;
V_2 = (bool)((((int32_t)((((float)L_32) == ((float)L_34))? 1 : 0)) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:206>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_35 = __this->___m_LastFrameIndex;
int32_t L_36 = V_0;
NullCheck(L_35);
int32_t L_37 = L_36;
int32_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
int32_t L_39 = V_1;
bool L_40 = V_2;
if (!((int32_t)(((((int32_t)((((int32_t)L_38) == ((int32_t)L_39))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_40)))
{
goto IL_0292;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:208>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_41 = __this->___m_LastFrameIndex;
int32_t L_42 = V_0;
NullCheck(L_41);
int32_t L_43 = L_42;
int32_t L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
bool L_45 = V_2;
V_5 = (bool)((int32_t)(((((int32_t)L_44) == ((int32_t)(-1)))? 1 : 0)|(int32_t)L_45));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:210>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_46 = ___0_cameraData;
NullCheck(L_46);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_47;
L_47 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_46, NULL);
NullCheck(L_47);
bool L_48;
L_48 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_47, NULL);
if (L_48)
{
goto IL_0101;
}
}
{
G_B14_0 = 1;
goto IL_010c;
}
IL_0101:
{
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_49 = ___0_cameraData;
NullCheck(L_49);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_50;
L_50 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_49, NULL);
NullCheck(L_50);
int32_t L_51;
L_51 = XRPass_get_viewCount_m0D9E6A5AEA60C52EAA3B211DDE1BEA734318A35D(L_50, NULL);
G_B14_0 = L_51;
}
IL_010c:
{
V_6 = G_B14_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:215>
V_7 = 0;
goto IL_0272;
}
IL_0116:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:217>
int32_t L_52 = V_7;
int32_t L_53 = V_0;
V_8 = ((int32_t)il2cpp_codegen_add(L_52, L_53));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:219>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_54 = ___0_cameraData;
int32_t L_55 = V_7;
NullCheck(L_54);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_56;
L_56 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_54, L_55, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_57;
L_57 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_56, (bool)1, NULL);
V_9 = L_57;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:221>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_58 = ___0_cameraData;
int32_t L_59 = V_7;
NullCheck(L_58);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_60;
L_60 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_58, L_59, NULL);
V_10 = L_60;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:223>
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_61 = V_9;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_62 = V_10;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_63;
L_63 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_61, L_62, NULL);
V_11 = L_63;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:227>
bool L_64 = V_5;
if (!L_64)
{
goto IL_01bd;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:229>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_65 = __this->___m_PreviousPreviousProjection;
int32_t L_66 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_67 = V_9;
NullCheck(L_65);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(L_66), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_67);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:230>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_68 = __this->___m_PreviousProjection;
int32_t L_69 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_70 = V_9;
NullCheck(L_68);
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(L_69), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_70);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:231>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_71 = __this->___m_Projection;
int32_t L_72 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_73 = V_9;
NullCheck(L_71);
(L_71)->SetAt(static_cast<il2cpp_array_size_t>(L_72), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_73);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:233>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_74 = __this->___m_PreviousPreviousView;
int32_t L_75 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_76 = V_10;
NullCheck(L_74);
(L_74)->SetAt(static_cast<il2cpp_array_size_t>(L_75), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_76);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:234>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_77 = __this->___m_PreviousView;
int32_t L_78 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_79 = V_10;
NullCheck(L_77);
(L_77)->SetAt(static_cast<il2cpp_array_size_t>(L_78), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_79);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:235>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_80 = __this->___m_View;
int32_t L_81 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_82 = V_10;
NullCheck(L_80);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(L_81), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_82);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:237>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_83 = __this->___m_ViewProjection;
int32_t L_84 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_85 = V_11;
NullCheck(L_83);
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(L_84), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_85);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:238>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_86 = __this->___m_PreviousViewProjection;
int32_t L_87 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_88 = V_11;
NullCheck(L_86);
(L_86)->SetAt(static_cast<il2cpp_array_size_t>(L_87), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_88);
}
IL_01bd:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:242>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_89 = __this->___m_PreviousPreviousProjection;
int32_t L_90 = V_8;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_91 = __this->___m_PreviousProjection;
int32_t L_92 = V_8;
NullCheck(L_91);
int32_t L_93 = L_92;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_94 = (L_91)->GetAt(static_cast<il2cpp_array_size_t>(L_93));
NullCheck(L_89);
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(L_90), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_94);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:243>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_95 = __this->___m_PreviousProjection;
int32_t L_96 = V_8;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_97 = __this->___m_Projection;
int32_t L_98 = V_8;
NullCheck(L_97);
int32_t L_99 = L_98;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_100 = (L_97)->GetAt(static_cast<il2cpp_array_size_t>(L_99));
NullCheck(L_95);
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(L_96), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_100);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:244>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_101 = __this->___m_Projection;
int32_t L_102 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_103 = V_9;
NullCheck(L_101);
(L_101)->SetAt(static_cast<il2cpp_array_size_t>(L_102), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_103);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:246>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_104 = __this->___m_PreviousPreviousView;
int32_t L_105 = V_8;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_106 = __this->___m_PreviousView;
int32_t L_107 = V_8;
NullCheck(L_106);
int32_t L_108 = L_107;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_109 = (L_106)->GetAt(static_cast<il2cpp_array_size_t>(L_108));
NullCheck(L_104);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(L_105), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_109);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:247>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_110 = __this->___m_PreviousView;
int32_t L_111 = V_8;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_112 = __this->___m_View;
int32_t L_113 = V_8;
NullCheck(L_112);
int32_t L_114 = L_113;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
NullCheck(L_110);
(L_110)->SetAt(static_cast<il2cpp_array_size_t>(L_111), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_115);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:248>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_116 = __this->___m_View;
int32_t L_117 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_118 = V_10;
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(L_117), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_118);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:250>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_119 = __this->___m_PreviousViewProjection;
int32_t L_120 = V_8;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_121 = __this->___m_ViewProjection;
int32_t L_122 = V_8;
NullCheck(L_121);
int32_t L_123 = L_122;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_124 = (L_121)->GetAt(static_cast<il2cpp_array_size_t>(L_123));
NullCheck(L_119);
(L_119)->SetAt(static_cast<il2cpp_array_size_t>(L_120), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_124);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:251>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_125 = __this->___m_ViewProjection;
int32_t L_126 = V_8;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_127 = V_11;
NullCheck(L_125);
(L_125)->SetAt(static_cast<il2cpp_array_size_t>(L_126), (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6)L_127);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:215>
int32_t L_128 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_128, 1));
}
IL_0272:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:215>
int32_t L_129 = V_7;
int32_t L_130 = V_6;
if ((((int32_t)L_129) < ((int32_t)L_130)))
{
goto IL_0116;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:254>
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_131 = __this->___m_LastFrameIndex;
int32_t L_132 = V_0;
int32_t L_133 = V_1;
NullCheck(L_131);
(L_131)->SetAt(static_cast<il2cpp_array_size_t>(L_132), (int32_t)L_133);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:255>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_134 = __this->___m_PrevAspectRatio;
int32_t L_135 = V_0;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_136 = ___0_cameraData;
NullCheck(L_136);
float L_137 = L_136->___aspectRatio;
NullCheck(L_134);
(L_134)->SetAt(static_cast<il2cpp_array_size_t>(L_135), (float)L_137);
}
IL_0292:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:257>
return;
}
}
// Method Definition Index: 33868
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorsPersistentData_SetGlobalMotionMatrices_mF6CC6191DE26AF8F2A12F5758A73E5A224A9FA1E (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xr, 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;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:262>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = ___1_xr;
int32_t L_1;
L_1 = MotionVectorsPersistentData_GetXRMultiPassId_m0759C4339053684A1A7CD1F3652017AC4A1A1AAF(L_0, NULL);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:264>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2 = ___1_xr;
NullCheck(L_2);
bool L_3;
L_3 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_2, NULL);
if (!L_3)
{
goto IL_003a;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_4 = ___1_xr;
NullCheck(L_4);
bool L_5;
L_5 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_4, NULL);
if (!L_5)
{
goto IL_003a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:266>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_6 = ___0_cmd;
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))->___previousViewProjectionNoJitterStereo;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_8;
L_8 = MotionVectorsPersistentData_get_previousViewProjectionStereo_mEA301EE36930A8F304881C4177A0C3347C752482_inline(__this, NULL);
NullCheck(L_6);
RasterCommandBuffer_SetGlobalMatrixArray_m8AFED067E7189FA1F1D301BFD7E1F31AF191EDA1(L_6, L_7, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:267>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9 = ___0_cmd;
int32_t L_10 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___viewProjectionNoJitterStereo;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_11;
L_11 = MotionVectorsPersistentData_get_viewProjectionStereo_mF66AE8BCB8367C8EFE9B25F876F887321298B430_inline(__this, NULL);
NullCheck(L_9);
RasterCommandBuffer_SetGlobalMatrixArray_m8AFED067E7189FA1F1D301BFD7E1F31AF191EDA1(L_9, L_10, L_11, NULL);
return;
}
IL_003a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:272>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_12 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_13 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___previousViewProjectionNoJitter;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_14;
L_14 = MotionVectorsPersistentData_get_previousViewProjectionStereo_mEA301EE36930A8F304881C4177A0C3347C752482_inline(__this, NULL);
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = L_15;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_12);
RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2(L_12, L_13, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:273>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_18 = ___0_cmd;
int32_t L_19 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___viewProjectionNoJitter;
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_20;
L_20 = MotionVectorsPersistentData_get_viewProjectionStereo_mF66AE8BCB8367C8EFE9B25F876F887321298B430_inline(__this, NULL);
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = L_21;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_18);
RasterCommandBuffer_SetGlobalMatrix_m036FB6142D56FB781E262E604951EB5EDA003EE2(L_18, L_19, L_23, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:275>
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: 33875
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sorting__cctor_m3276C0E0DA9AD0066E9FAEA05ECBCD724135633E (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*)&Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA72F0B363AC95829D79A1672ED615FD8E1C0984B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6335403548E849E3C820BDBF3FED0FEF60D11D0);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NoAllocUtils.cs:13>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteralA72F0B363AC95829D79A1672ED615FD8E1C0984B, NULL);
((Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_StaticFields*)il2cpp_codegen_static_fields_for(Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var))->___s_QuickSortSampler = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_StaticFields*)il2cpp_codegen_static_fields_for(Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var))->___s_QuickSortSampler), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/NoAllocUtils.cs:14>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_1, _stringLiteralF6335403548E849E3C820BDBF3FED0FEF60D11D0, NULL);
((Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_StaticFields*)il2cpp_codegen_static_fields_for(Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var))->___s_InsertionSortSampler = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_StaticFields*)il2cpp_codegen_static_fields_for(Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var))->___s_InsertionSortSampler), (void*)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
#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: 33877
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownscaleParameter__ctor_mEFA7926892C3344E201EAEDC28FA4242F2AEBDAF (DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_m185D3D97620C81A6BAFA924F4ACABE3E520395D0_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:235>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_m185D3D97620C81A6BAFA924F4ACABE3E520395D0(__this, L_0, L_1, VolumeParameter_1__ctor_m185D3D97620C81A6BAFA924F4ACABE3E520395D0_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Bloom.cs:235>
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: 33878
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChannelMixer_IsActive_m97D6CE02EBEE84D8DA3DDB34EE6C74031B38A471 (ChannelMixer_tA7F185C8C173EE71D324ED4887EBA0B8097766B6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:180>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:181>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:182>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:183>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:184>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:185>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:186>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:187>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:188>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___redOutRedIn;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
if ((!(((float)L_1) == ((float)(100.0f)))))
{
goto IL_00ac;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_2 = __this->___redOutGreenIn;
NullCheck(L_2);
float L_3;
L_3 = VirtualFuncInvoker0< float >::Invoke(14, L_2);
if ((!(((float)L_3) == ((float)(0.0f)))))
{
goto IL_00ac;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_4 = __this->___redOutBlueIn;
NullCheck(L_4);
float L_5;
L_5 = VirtualFuncInvoker0< float >::Invoke(14, L_4);
if ((!(((float)L_5) == ((float)(0.0f)))))
{
goto IL_00ac;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_6 = __this->___greenOutRedIn;
NullCheck(L_6);
float L_7;
L_7 = VirtualFuncInvoker0< float >::Invoke(14, L_6);
if ((!(((float)L_7) == ((float)(0.0f)))))
{
goto IL_00ac;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_8 = __this->___greenOutGreenIn;
NullCheck(L_8);
float L_9;
L_9 = VirtualFuncInvoker0< float >::Invoke(14, L_8);
if ((!(((float)L_9) == ((float)(100.0f)))))
{
goto IL_00ac;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_10 = __this->___greenOutBlueIn;
NullCheck(L_10);
float L_11;
L_11 = VirtualFuncInvoker0< float >::Invoke(14, L_10);
if ((!(((float)L_11) == ((float)(0.0f)))))
{
goto IL_00ac;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_12 = __this->___blueOutRedIn;
NullCheck(L_12);
float L_13;
L_13 = VirtualFuncInvoker0< float >::Invoke(14, L_12);
if ((!(((float)L_13) == ((float)(0.0f)))))
{
goto IL_00ac;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_14 = __this->___blueOutGreenIn;
NullCheck(L_14);
float L_15;
L_15 = VirtualFuncInvoker0< float >::Invoke(14, L_14);
if ((!(((float)L_15) == ((float)(0.0f)))))
{
goto IL_00ac;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_16 = __this->___blueOutBlueIn;
NullCheck(L_16);
float L_17;
L_17 = VirtualFuncInvoker0< float >::Invoke(14, L_16);
return (bool)((((int32_t)((((float)L_17) == ((float)(100.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_00ac:
{
return (bool)1;
}
}
// Method Definition Index: 33879
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChannelMixer_IsTileCompatible_mF78AE9DCD88B0058CCEEC3D863B961D1A0AA4A7F (ChannelMixer_tA7F185C8C173EE71D324ED4887EBA0B8097766B6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:196>
return (bool)1;
}
}
// Method Definition Index: 33880
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelMixer__ctor_mF48B0BD20CB4E051C05D7D5354903F59B8695E40 (ChannelMixer_tA7F185C8C173EE71D324ED4887EBA0B8097766B6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:124>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_0, (100.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___redOutRedIn = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___redOutRedIn), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:130>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_1, (0.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___redOutGreenIn = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___redOutGreenIn), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:136>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_2 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_2, (0.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___redOutBlueIn = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___redOutBlueIn), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:142>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_3 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_3, (0.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___greenOutRedIn = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___greenOutRedIn), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:148>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_4 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_4, (100.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___greenOutGreenIn = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___greenOutGreenIn), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:154>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_5 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_5, (0.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___greenOutBlueIn = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___greenOutBlueIn), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:160>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_6 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_6, (0.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___blueOutRedIn = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___blueOutRedIn), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:166>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_7 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_7, (0.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___blueOutGreenIn = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___blueOutGreenIn), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChannelMixer.cs:172>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_8 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_8, (100.0f), (-200.0f), (200.0f), (bool)0, NULL);
__this->___blueOutBlueIn = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___blueOutBlueIn), (void*)L_8);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33881
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChromaticAberration_IsActive_mF820F1009BB285EE1752333366C146E33F863428 (ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChromaticAberration.cs:105>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___intensity;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// Method Definition Index: 33882
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChromaticAberration_IsTileCompatible_m3052619F83B4E7DAD2FDAFA4FF59460D8F3EF47F (ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChromaticAberration.cs:112>
return (bool)0;
}
}
// Method Definition Index: 33883
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChromaticAberration__ctor_m6C39D0C3F9930E959776D05BFBAAD6DAE180E4EC (ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ChromaticAberration.cs:99>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_0, (0.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___intensity = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___intensity), (void*)L_0);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33884
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorAdjustments_IsActive_m7C2A45048F5B913C61210A0164AAAC2B332AF560 (ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:146>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:147>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:148>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:149>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:150>
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* L_0 = __this->___postExposure;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
if ((!(((float)L_1) == ((float)(0.0f)))))
{
goto IL_0059;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_2 = __this->___contrast;
NullCheck(L_2);
float L_3;
L_3 = VirtualFuncInvoker0< float >::Invoke(14, L_2);
if ((!(((float)L_3) == ((float)(0.0f)))))
{
goto IL_0059;
}
}
{
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_4 = __this->___colorFilter;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5;
L_5 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
bool L_6;
L_6 = VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD(L_4, L_5, VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD_RuntimeMethod_var);
if (L_6)
{
goto IL_0059;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_7 = __this->___hueShift;
bool L_8;
L_8 = VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F(L_7, (0.0f), VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F_RuntimeMethod_var);
if (L_8)
{
goto IL_0059;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_9 = __this->___saturation;
bool L_10;
L_10 = VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F(L_9, (0.0f), VolumeParameter_1_op_Inequality_mDDFE734CEEAD27BF3EC3216C3892E1B5390E060F_RuntimeMethod_var);
return L_10;
}
IL_0059:
{
return (bool)1;
}
}
// Method Definition Index: 33885
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorAdjustments_IsTileCompatible_m9D69FF082BAB7A30B5DC5525A29D738016A1C6D1 (ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:158>
return (bool)1;
}
}
// Method Definition Index: 33886
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorAdjustments__ctor_m61C7C2E270DB33949DCCCEF46CA4898D78BF4115 (ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:114>
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* L_0 = (FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106*)il2cpp_codegen_object_new(FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106_il2cpp_TypeInfo_var);
FloatParameter__ctor_mC453DAC155DBDF014599DD3C2A92E2653378F7AB(L_0, (0.0f), (bool)0, NULL);
__this->___postExposure = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___postExposure), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:120>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_1, (0.0f), (-100.0f), (100.0f), (bool)0, NULL);
__this->___contrast = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___contrast), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:126>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
L_2 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_3 = (ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0*)il2cpp_codegen_object_new(ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
ColorParameter__ctor_mA9A003084B8D70C30995E95B65B29A136C66096D(L_3, L_2, (bool)1, (bool)0, (bool)1, (bool)0, NULL);
__this->___colorFilter = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___colorFilter), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:132>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_4 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_4, (0.0f), (-180.0f), (180.0f), (bool)0, NULL);
__this->___hueShift = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___hueShift), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorAdjustments.cs:138>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_5 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_5, (0.0f), (-100.0f), (100.0f), (bool)0, NULL);
__this->___saturation = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___saturation), (void*)L_5);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33887
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorCurves_IsActive_m8211C1E0E9FE0C122BC5C5B28B50DFCFE4BC0DC3 (ColorCurves_t323CCD52F5A89EC8D3E40D949916ABE9D2ABFD94* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:168>
return (bool)1;
}
}
// Method Definition Index: 33888
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorCurves_IsTileCompatible_m582976A6231B0BE618D8A15E1D1176477049CA96 (ColorCurves_t323CCD52F5A89EC8D3E40D949916ABE9D2ABFD94* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:175>
return (bool)1;
}
}
// Method Definition Index: 33889
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorCurves__ctor_m037B1B25A3C65394F60D9B2355D0013655731426 (ColorCurves_t323CCD52F5A89EC8D3E40D949916ABE9D2ABFD94* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:120>
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_0 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2);
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_1 = L_0;
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_2;
memset((&L_2), 0, sizeof(L_2));
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_2), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_2);
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_3 = L_1;
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_4;
memset((&L_4), 0, sizeof(L_4));
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_4), (1.0f), (1.0f), (1.0f), (1.0f), NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_4);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
memset((&L_5), 0, sizeof(L_5));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_5), (0.0f), (1.0f), NULL);
V_0 = L_5;
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* L_6 = (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353*)il2cpp_codegen_object_new(TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF(L_6, L_3, (0.0f), (bool)0, (&V_0), NULL);
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* L_7 = (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B*)il2cpp_codegen_object_new(TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886(L_7, L_6, (bool)0, NULL);
__this->___master = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___master), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:126>
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_8 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2);
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_9 = L_8;
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_10;
memset((&L_10), 0, sizeof(L_10));
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_10), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_10);
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_11 = L_9;
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_12;
memset((&L_12), 0, sizeof(L_12));
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_12), (1.0f), (1.0f), (1.0f), (1.0f), NULL);
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_12);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
memset((&L_13), 0, sizeof(L_13));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_13), (0.0f), (1.0f), NULL);
V_0 = L_13;
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* L_14 = (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353*)il2cpp_codegen_object_new(TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF(L_14, L_11, (0.0f), (bool)0, (&V_0), NULL);
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* L_15 = (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B*)il2cpp_codegen_object_new(TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886(L_15, L_14, (bool)0, NULL);
__this->___red = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___red), (void*)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:132>
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_16 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2);
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_17 = L_16;
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_18;
memset((&L_18), 0, sizeof(L_18));
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_18), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_18);
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_19 = L_17;
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_20;
memset((&L_20), 0, sizeof(L_20));
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_20), (1.0f), (1.0f), (1.0f), (1.0f), NULL);
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_20);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
memset((&L_21), 0, sizeof(L_21));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_21), (0.0f), (1.0f), NULL);
V_0 = L_21;
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* L_22 = (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353*)il2cpp_codegen_object_new(TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF(L_22, L_19, (0.0f), (bool)0, (&V_0), NULL);
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* L_23 = (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B*)il2cpp_codegen_object_new(TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886(L_23, L_22, (bool)0, NULL);
__this->___green = L_23;
Il2CppCodeGenWriteBarrier((void**)(&__this->___green), (void*)L_23);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:138>
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_24 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)2);
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_25 = L_24;
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_26;
memset((&L_26), 0, sizeof(L_26));
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_26), (0.0f), (0.0f), (1.0f), (1.0f), NULL);
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_26);
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_27 = L_25;
Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0 L_28;
memset((&L_28), 0, sizeof(L_28));
Keyframe__ctor_m0E7D85642F12A3DAFA1768351CC7670648C41AB2((&L_28), (1.0f), (1.0f), (1.0f), (1.0f), NULL);
NullCheck(L_27);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(1), (Keyframe_tB9C67DCBFE10C0AE9C52CB5C66E944255C9254F0)L_28);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
memset((&L_29), 0, sizeof(L_29));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_29), (0.0f), (1.0f), NULL);
V_0 = L_29;
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* L_30 = (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353*)il2cpp_codegen_object_new(TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF(L_30, L_27, (0.0f), (bool)0, (&V_0), NULL);
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* L_31 = (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B*)il2cpp_codegen_object_new(TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886(L_31, L_30, (bool)0, NULL);
__this->___blue = L_31;
Il2CppCodeGenWriteBarrier((void**)(&__this->___blue), (void*)L_31);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:144>
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_32 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)0);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33;
memset((&L_33), 0, sizeof(L_33));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_33), (0.0f), (1.0f), NULL);
V_0 = L_33;
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* L_34 = (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353*)il2cpp_codegen_object_new(TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF(L_34, L_32, (0.5f), (bool)1, (&V_0), NULL);
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* L_35 = (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B*)il2cpp_codegen_object_new(TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886(L_35, L_34, (bool)0, NULL);
__this->___hueVsHue = L_35;
Il2CppCodeGenWriteBarrier((void**)(&__this->___hueVsHue), (void*)L_35);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:150>
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_36 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)0);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37;
memset((&L_37), 0, sizeof(L_37));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_37), (0.0f), (1.0f), NULL);
V_0 = L_37;
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* L_38 = (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353*)il2cpp_codegen_object_new(TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF(L_38, L_36, (0.5f), (bool)1, (&V_0), NULL);
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* L_39 = (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B*)il2cpp_codegen_object_new(TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886(L_39, L_38, (bool)0, NULL);
__this->___hueVsSat = L_39;
Il2CppCodeGenWriteBarrier((void**)(&__this->___hueVsSat), (void*)L_39);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:156>
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_40 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)0);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
memset((&L_41), 0, sizeof(L_41));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_41), (0.0f), (1.0f), NULL);
V_0 = L_41;
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* L_42 = (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353*)il2cpp_codegen_object_new(TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF(L_42, L_40, (0.5f), (bool)0, (&V_0), NULL);
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* L_43 = (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B*)il2cpp_codegen_object_new(TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886(L_43, L_42, (bool)0, NULL);
__this->___satVsSat = L_43;
Il2CppCodeGenWriteBarrier((void**)(&__this->___satVsSat), (void*)L_43);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorCurves.cs:162>
KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3* L_44 = (KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3*)SZArrayNew(KeyframeU5BU5D_t63250A46914A6A07B2A6689850D47D7D19D80BA3_il2cpp_TypeInfo_var, (uint32_t)0);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_45;
memset((&L_45), 0, sizeof(L_45));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_45), (0.0f), (1.0f), NULL);
V_0 = L_45;
TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353* L_46 = (TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353*)il2cpp_codegen_object_new(TextureCurve_t9F2819A32E1AC4FC20D8E83E82A4BD081C633353_il2cpp_TypeInfo_var);
TextureCurve__ctor_mEDE480C070DD74CECD663A2573F549C27566CEFF(L_46, L_44, (0.5f), (bool)0, (&V_0), NULL);
TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B* L_47 = (TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B*)il2cpp_codegen_object_new(TextureCurveParameter_t63F11147A91A8657921F5892E637EBA32565B59B_il2cpp_TypeInfo_var);
TextureCurveParameter__ctor_m935E3FB0FF6318680EEF7D96081D576D5864D886(L_47, L_46, (bool)0, NULL);
__this->___lumVsSat = L_47;
Il2CppCodeGenWriteBarrier((void**)(&__this->___lumVsSat), (void*)L_47);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33890
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorLookup_IsActive_m7264066E811F24C5EAEFAFB79F2110C089F2465A (ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:116>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___contribution;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
if ((!(((float)L_1) > ((float)(0.0f)))))
{
goto IL_0019;
}
}
{
bool L_2;
L_2 = ColorLookup_ValidateLUT_mFABE26B854C0E69741E51D3E36144D81B848E460(__this, NULL);
return L_2;
}
IL_0019:
{
return (bool)0;
}
}
// Method Definition Index: 33891
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorLookup_IsTileCompatible_m16DFE63C22F9AC5F955D1675D977731777D19FB4 (ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:123>
return (bool)1;
}
}
// Method Definition Index: 33892
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorLookup_ValidateLUT_mFABE26B854C0E69741E51D3E36144D81B848E460 (ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_3 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_4 = NULL;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_5 = NULL;
bool G_B10_0 = false;
bool G_B9_0 = false;
int32_t G_B11_0 = 0;
bool G_B11_1 = false;
bool G_B15_0 = false;
bool G_B13_0 = false;
bool G_B14_0 = false;
int32_t G_B16_0 = 0;
bool G_B16_1 = false;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:131>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_0;
L_0 = UniversalRenderPipeline_get_asset_mCDEF564C748A6FE271F3749C82ECA64D0F6DE9E9(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:132>
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* 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_0022;
}
}
{
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_3 = __this->___texture;
NullCheck(L_3);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4;
L_4 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_3);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_5)
{
goto IL_0024;
}
}
IL_0022:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:133>
return (bool)0;
}
IL_0024:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:135>
UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* L_6 = V_0;
NullCheck(L_6);
int32_t L_7;
L_7 = UniversalRenderPipelineAsset_get_colorGradingLutSize_m7F77F04EC9DE49B60F0450703D8E078EE4381F51_inline(L_6, NULL);
V_1 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:136>
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_8 = __this->___texture;
NullCheck(L_8);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_9;
L_9 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_8);
NullCheck(L_9);
int32_t L_10;
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_9);
int32_t L_11 = V_1;
if ((((int32_t)L_10) == ((int32_t)L_11)))
{
goto IL_0040;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:137>
return (bool)0;
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:139>
V_2 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:141>
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_12 = __this->___texture;
NullCheck(L_12);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_13;
L_13 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_12);
V_5 = L_13;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_14 = V_5;
V_3 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)IsInstSealed((RuntimeObject*)L_14, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var));
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_15 = V_3;
if (L_15)
{
goto IL_0069;
}
}
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16 = V_5;
V_4 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)IsInstClass((RuntimeObject*)L_16, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27_il2cpp_TypeInfo_var));
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_17 = V_4;
if (L_17)
{
goto IL_008a;
}
}
{
goto IL_00b0;
}
IL_0069:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:144>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:145>
bool L_18 = V_2;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_19 = V_3;
NullCheck(L_19);
int32_t L_20;
L_20 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_19);
int32_t L_21 = V_1;
int32_t L_22 = V_1;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)il2cpp_codegen_multiply(L_21, L_22))))))
{
G_B10_0 = L_18;
goto IL_0085;
}
G_B9_0 = L_18;
}
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_23 = V_3;
NullCheck(L_23);
int32_t L_24;
L_24 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_23);
il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
bool L_25;
L_25 = GraphicsFormatUtility_IsSRGBFormat_mF3A393D43D68789A16087FF64CA2C050A8485C53(L_24, NULL);
G_B11_0 = ((((int32_t)L_25) == ((int32_t)0))? 1 : 0);
G_B11_1 = G_B9_0;
goto IL_0086;
}
IL_0085:
{
G_B11_0 = 0;
G_B11_1 = G_B10_0;
}
IL_0086:
{
V_2 = (bool)((int32_t)((int32_t)G_B11_1|G_B11_0));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:146>
goto IL_00b0;
}
IL_008a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:148>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:149>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:150>
bool L_26 = V_2;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_27 = V_4;
NullCheck(L_27);
int32_t L_28;
L_28 = VirtualFuncInvoker0< int32_t >::Invoke(9, L_27);
if ((!(((uint32_t)L_28) == ((uint32_t)2))))
{
G_B15_0 = L_26;
goto IL_00ad;
}
G_B13_0 = L_26;
}
{
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_29 = V_4;
NullCheck(L_29);
int32_t L_30;
L_30 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_29);
int32_t L_31 = V_1;
int32_t L_32 = V_1;
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)il2cpp_codegen_multiply(L_31, L_32))))))
{
G_B15_0 = G_B13_0;
goto IL_00ad;
}
G_B14_0 = G_B13_0;
}
{
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_33 = V_4;
NullCheck(L_33);
bool L_34;
L_34 = RenderTexture_get_sRGB_m84B7CD257050BA42363E9D1562AFEF2854BB4E04(L_33, NULL);
G_B16_0 = ((((int32_t)L_34) == ((int32_t)0))? 1 : 0);
G_B16_1 = G_B14_0;
goto IL_00ae;
}
IL_00ad:
{
G_B16_0 = 0;
G_B16_1 = G_B15_0;
}
IL_00ae:
{
V_2 = (bool)((int32_t)((int32_t)G_B16_1|G_B16_0));
}
IL_00b0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:154>
bool L_35 = V_2;
return L_35;
}
}
// Method Definition Index: 33893
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorLookup__ctor_mBACAC36EE8D93EFE5F391EF7F8399A642EAA9ACE (ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:104>
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_0 = (TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A*)il2cpp_codegen_object_new(TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A_il2cpp_TypeInfo_var);
TextureParameter__ctor_m5756E1DFAB73C37D64AA6CA329F6D1C55971A71A(L_0, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, (bool)0, NULL);
__this->___texture = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___texture), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ColorLookup.cs:110>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_1, (0.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___contribution = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___contribution), (void*)L_1);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33894
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DepthOfField_IsActive_mAEEBA8A02BC313AA621C4C197CF4A8A0A7352C0E (DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:223>
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_0 = __this->___mode;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_0);
if (!L_1)
{
goto IL_0016;
}
}
{
int32_t L_2;
L_2 = SystemInfo_get_graphicsShaderLevel_m9E6B001FA80EFBFC92EF4E7440AE64828B15070F(NULL);
if ((((int32_t)L_2) >= ((int32_t)((int32_t)35))))
{
goto IL_0018;
}
}
IL_0016:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:224>
return (bool)0;
}
IL_0018:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:226>
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_3 = __this->___mode;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_3);
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_002f;
}
}
{
int32_t L_5;
L_5 = SystemInfo_get_supportedRenderTargetCount_mA8696B2D9AB343F9D04B0F4F14A4A1F7098DBC34(NULL);
return (bool)((((int32_t)L_5) > ((int32_t)1))? 1 : 0);
}
IL_002f:
{
return (bool)1;
}
}
// Method Definition Index: 33895
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DepthOfField_IsTileCompatible_mF48A52D3DBADE34C6C5C66856C5DDD64829C851C (DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:234>
return (bool)0;
}
}
// Method Definition Index: 33896
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfField__ctor_mF8B90B2FA63410322D442EC0E4F05AEAD17259CE (DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:155>
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_0 = (DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26*)il2cpp_codegen_object_new(DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26_il2cpp_TypeInfo_var);
DepthOfFieldModeParameter__ctor_m3D6F303151E31211C78C772D942510279BB77246(L_0, 0, (bool)0, NULL);
__this->___mode = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___mode), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:161>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_1 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_1, (10.0f), (0.0f), (bool)0, NULL);
__this->___gaussianStart = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___gaussianStart), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:167>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_2 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_2, (30.0f), (0.0f), (bool)0, NULL);
__this->___gaussianEnd = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___gaussianEnd), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:173>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_3 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_3, (1.0f), (0.5f), (1.5f), (bool)0, NULL);
__this->___gaussianMaxRadius = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___gaussianMaxRadius), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:179>
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_4 = (BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95*)il2cpp_codegen_object_new(BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
BoolParameter__ctor_m2355BE07CF2E06B525D26161B1E0C357CE772190(L_4, (bool)0, (bool)0, NULL);
__this->___highQualitySampling = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___highQualitySampling), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:185>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_5 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_5, (10.0f), (0.100000001f), (bool)0, NULL);
__this->___focusDistance = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___focusDistance), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:191>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_6 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_6, (5.5999999f), (1.0f), (32.0f), (bool)0, NULL);
__this->___aperture = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___aperture), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:197>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_7 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_7, (50.0f), (1.0f), (300.0f), (bool)0, NULL);
__this->___focalLength = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___focalLength), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:203>
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_8 = (ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E*)il2cpp_codegen_object_new(ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var);
ClampedIntParameter__ctor_mF0B73AD8EF805C194DCE64ED205B9968D58BA6D6(L_8, 5, 3, ((int32_t)9), (bool)0, NULL);
__this->___bladeCount = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___bladeCount), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:209>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_9 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_9, (1.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___bladeCurvature = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___bladeCurvature), (void*)L_9);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:215>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_10 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_10, (0.0f), (-180.0f), (180.0f), (bool)0, NULL);
__this->___bladeRotation = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___bladeRotation), (void*)L_10);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33897
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOfFieldModeParameter__ctor_m3D6F303151E31211C78C772D942510279BB77246 (DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_m54D1D118963E581D573973F12D70E4A9F2C54B93_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:248>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_m54D1D118963E581D573973F12D70E4A9F2C54B93(__this, L_0, L_1, VolumeParameter_1__ctor_m54D1D118963E581D573973F12D70E4A9F2C54B93_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/DepthOfField.cs:248>
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: 33898
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilmGrain_IsActive_m9251CA64E6E5E1FB8609260F85CEB07BA04B4BA9 (FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* __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/Overrides/FilmGrain.cs:196>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___intensity;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
if ((!(((float)L_1) > ((float)(0.0f)))))
{
goto IL_0035;
}
}
{
FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* L_2 = __this->___type;
NullCheck(L_2);
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_2);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)10)))))
{
goto IL_0033;
}
}
{
NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478* L_4 = __this->___texture;
NullCheck(L_4);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_5;
L_5 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_4);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
return L_6;
}
IL_0033:
{
return (bool)1;
}
IL_0035:
{
return (bool)0;
}
}
// Method Definition Index: 33899
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilmGrain_IsTileCompatible_mB430C9F50CEE7B8EB3BFEC2CDC22155EE7CD0363 (FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/FilmGrain.cs:203>
return (bool)1;
}
}
// Method Definition Index: 33900
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilmGrain__ctor_mA61748D2CCE73CB5F79F945F8737AACBFDD52A43 (FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/FilmGrain.cs:172>
FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* L_0 = (FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F*)il2cpp_codegen_object_new(FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F_il2cpp_TypeInfo_var);
FilmGrainLookupParameter__ctor_m7A78F9E11FEC94B3E3060BA0ABFB4DB25EA03657(L_0, 0, (bool)0, NULL);
__this->___type = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___type), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/FilmGrain.cs:178>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_1, (0.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___intensity = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___intensity), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/FilmGrain.cs:184>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_2 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_2, (0.800000012f), (0.0f), (1.0f), (bool)0, NULL);
__this->___response = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___response), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/FilmGrain.cs:190>
NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478* L_3 = (NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478*)il2cpp_codegen_object_new(NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478_il2cpp_TypeInfo_var);
NoInterpTextureParameter__ctor_mAE3B412887E5CDE015065A6B6E0F3E78F8106E88(L_3, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, (bool)0, NULL);
__this->___texture = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___texture), (void*)L_3);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33901
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilmGrainLookupParameter__ctor_m7A78F9E11FEC94B3E3060BA0ABFB4DB25EA03657 (FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_mEC987CA490935C814EA06FCD29D365594AF4B13B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/FilmGrain.cs:217>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_mEC987CA490935C814EA06FCD29D365594AF4B13B(__this, L_0, L_1, VolumeParameter_1__ctor_mEC987CA490935C814EA06FCD29D365594AF4B13B_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/FilmGrain.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: 33902
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LensDistortion_IsActive_m777DA00296A34FFEC72C43157037C06F62B406AE (LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LensDistortion.cs:144>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LensDistortion.cs:145>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___intensity;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
float L_2;
L_2 = fabsf(L_1);
if ((!(((float)L_2) > ((float)(0.0f)))))
{
goto IL_003e;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_3 = __this->___xMultiplier;
NullCheck(L_3);
float L_4;
L_4 = VirtualFuncInvoker0< float >::Invoke(14, L_3);
if ((((float)L_4) > ((float)(0.0f))))
{
goto IL_003c;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_5 = __this->___yMultiplier;
NullCheck(L_5);
float L_6;
L_6 = VirtualFuncInvoker0< float >::Invoke(14, L_5);
return (bool)((((float)L_6) > ((float)(0.0f)))? 1 : 0);
}
IL_003c:
{
return (bool)1;
}
IL_003e:
{
return (bool)0;
}
}
// Method Definition Index: 33903
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LensDistortion_IsTileCompatible_m1AE04BB6CC1A991A7E454318CC2F6E26551C4825 (LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LensDistortion.cs:153>
return (bool)0;
}
}
// Method Definition Index: 33904
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensDistortion__ctor_m21B937540018EE870F552A48940BD66D6ABF3708 (LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LensDistortion.cs:112>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_0, (0.0f), (-1.0f), (1.0f), (bool)0, NULL);
__this->___intensity = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___intensity), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LensDistortion.cs:118>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_1, (1.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___xMultiplier = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xMultiplier), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LensDistortion.cs:124>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_2 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_2, (1.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___yMultiplier = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___yMultiplier), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LensDistortion.cs:130>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
memset((&L_3), 0, sizeof(L_3));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_3), (0.5f), (0.5f), NULL);
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_4 = (Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A*)il2cpp_codegen_object_new(Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A_il2cpp_TypeInfo_var);
Vector2Parameter__ctor_m34C59043C7CB4CCF438E61F1F50D81F15E4FE4B6(L_4, L_3, (bool)0, NULL);
__this->___center = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___center), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LensDistortion.cs:136>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_5 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_5, (1.0f), (0.00999999978f), (5.0f), (bool)0, NULL);
__this->___scale = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scale), (void*)L_5);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33905
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LiftGammaGain_IsActive_m171F5D100F42170415508B4C5ACDC43391F9B875 (LiftGammaGain_tCE44DE6A0AD9C3021625454489C765437B9ADF3D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LiftGammaGain.cs:122>
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_0), (1.0f), (1.0f), (1.0f), (0.0f), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LiftGammaGain.cs:123>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LiftGammaGain.cs:124>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LiftGammaGain.cs:125>
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_0 = __this->___lift;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = V_0;
bool L_2;
L_2 = VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8(L_0, L_1, VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var);
if (L_2)
{
goto IL_0044;
}
}
{
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_3 = __this->___gamma;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = V_0;
bool L_5;
L_5 = VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8(L_3, L_4, VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var);
if (L_5)
{
goto IL_0044;
}
}
{
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_6 = __this->___gain;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = V_0;
bool L_8;
L_8 = VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8(L_6, L_7, VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var);
return L_8;
}
IL_0044:
{
return (bool)1;
}
}
// Method Definition Index: 33906
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LiftGammaGain_IsTileCompatible_m21D527FE108D862DA1503E293328ED77B832002E (LiftGammaGain_tCE44DE6A0AD9C3021625454489C765437B9ADF3D* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LiftGammaGain.cs:133>
return (bool)1;
}
}
// Method Definition Index: 33907
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LiftGammaGain__ctor_m319A056780A453BECADD80B4D863853C6495F932 (LiftGammaGain_tCE44DE6A0AD9C3021625454489C765437B9ADF3D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LiftGammaGain.cs:104>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0;
memset((&L_0), 0, sizeof(L_0));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_0), (1.0f), (1.0f), (1.0f), (0.0f), NULL);
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_1 = (Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51*)il2cpp_codegen_object_new(Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_il2cpp_TypeInfo_var);
Vector4Parameter__ctor_m741CC228E74AF9EA20C77D6209BDF264F2C17452(L_1, L_0, (bool)0, NULL);
__this->___lift = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___lift), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LiftGammaGain.cs:109>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2;
memset((&L_2), 0, sizeof(L_2));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_2), (1.0f), (1.0f), (1.0f), (0.0f), NULL);
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_3 = (Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51*)il2cpp_codegen_object_new(Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_il2cpp_TypeInfo_var);
Vector4Parameter__ctor_m741CC228E74AF9EA20C77D6209BDF264F2C17452(L_3, L_2, (bool)0, NULL);
__this->___gamma = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___gamma), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/LiftGammaGain.cs:114>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_4), (1.0f), (1.0f), (1.0f), (0.0f), NULL);
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_5 = (Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51*)il2cpp_codegen_object_new(Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_il2cpp_TypeInfo_var);
Vector4Parameter__ctor_m741CC228E74AF9EA20C77D6209BDF264F2C17452(L_5, L_4, (bool)0, NULL);
__this->___gain = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___gain), (void*)L_5);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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
// Method Definition Index: 33908
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MotionBlur_IsActive_mB06475DA53BAABEA9E9D53D0DA4CC4117E8C9768 (MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:172>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___intensity;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// Method Definition Index: 33909
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MotionBlur_IsTileCompatible_m16E6FE2288362BBF64A9B6DCDA29382360A62C6A (MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:179>
return (bool)0;
}
}
// Method Definition Index: 33910
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionBlur__ctor_mF316441211EA26A466D8D082C6C26B1E5E3F21CF (MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:147>
MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* L_0 = (MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14*)il2cpp_codegen_object_new(MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14_il2cpp_TypeInfo_var);
MotionBlurModeParameter__ctor_m5B6C93E4E27AED8F037DE8430F0D06439474A17E(L_0, 0, (bool)0, NULL);
__this->___mode = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___mode), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:153>
MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637* L_1 = (MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637*)il2cpp_codegen_object_new(MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637_il2cpp_TypeInfo_var);
MotionBlurQualityParameter__ctor_mFDB53EF59B41D068FE23800091ECB2A1308666FA(L_1, 0, (bool)0, NULL);
__this->___quality = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___quality), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:159>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_2 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_2, (0.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___intensity = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___intensity), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:166>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_3 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_3, (0.0500000007f), (0.0f), (0.200000003f), (bool)0, NULL);
__this->___clamp = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___clamp), (void*)L_3);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33911
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionBlurModeParameter__ctor_m5B6C93E4E27AED8F037DE8430F0D06439474A17E (MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_mCD77276BAEF83A42648355DE67EFCDEA690D8CBA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:193>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_mCD77276BAEF83A42648355DE67EFCDEA690D8CBA(__this, L_0, L_1, VolumeParameter_1__ctor_mCD77276BAEF83A42648355DE67EFCDEA690D8CBA_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:193>
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: 33912
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionBlurQualityParameter__ctor_mFDB53EF59B41D068FE23800091ECB2A1308666FA (MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_m0A2420B93D8CA661366D27C912987AEF1611C60A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:207>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_m0A2420B93D8CA661366D27C912987AEF1611C60A(__this, L_0, L_1, VolumeParameter_1__ctor_m0A2420B93D8CA661366D27C912987AEF1611C60A_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/MotionBlur.cs:207>
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: 33913
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PaniniProjection_IsActive_m91BB6BE780D3AFFCFD863B97195EECAB659BF2B0 (PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/PaniniProjection.cs:114>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___distance;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// Method Definition Index: 33914
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PaniniProjection_IsTileCompatible_m7727686264B54260A32D5E734E0D4EDA67FD08FC (PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/PaniniProjection.cs:121>
return (bool)0;
}
}
// Method Definition Index: 33915
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PaniniProjection__ctor_m9EC48F9011E507E560B50354B2F22135D476BBC9 (PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/PaniniProjection.cs:102>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_0, (0.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___distance = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___distance), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/PaniniProjection.cs:108>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_1, (1.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___cropToFit = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cropToFit), (void*)L_1);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33916
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceLensFlare__ctor_m1507D042335FB9F6854122E4169D0066E7E24BE8 (ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE93F6746B4CB1493EEE3EE5E171BFCEC716E7C47);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:171>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_0 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_0, (0.0f), (0.0f), (bool)0, NULL);
__this->___intensity = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___intensity), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:175>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
L_1 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_2 = (ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0*)il2cpp_codegen_object_new(ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
ColorParameter__ctor_mD47039CB27B4A8F5EAECBCC844B2140719C50386(L_2, L_1, (bool)0, NULL);
__this->___tintColor = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___tintColor), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:180>
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_3 = (ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E*)il2cpp_codegen_object_new(ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var);
ClampedIntParameter__ctor_mF0B73AD8EF805C194DCE64ED205B9968D58BA6D6(L_3, 1, 0, 5, (bool)0, NULL);
__this->___bloomMip = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___bloomMip), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:185>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_4 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_4, (1.0f), (0.0f), (bool)0, NULL);
__this->___firstFlareIntensity = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstFlareIntensity), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:189>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_5 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_5, (1.0f), (0.0f), (bool)0, NULL);
__this->___secondaryFlareIntensity = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___secondaryFlareIntensity), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:193>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_6 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_6, (1.0f), (0.0f), (bool)0, NULL);
__this->___warpedFlareIntensity = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___warpedFlareIntensity), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:198>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
memset((&L_7), 0, sizeof(L_7));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_7), (1.0f), (1.0f), NULL);
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_8 = (Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A*)il2cpp_codegen_object_new(Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A_il2cpp_TypeInfo_var);
Vector2Parameter__ctor_m34C59043C7CB4CCF438E61F1F50D81F15E4FE4B6(L_8, L_7, (bool)0, NULL);
__this->___warpedFlareScale = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___warpedFlareScale), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:202>
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_9 = (ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E*)il2cpp_codegen_object_new(ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E_il2cpp_TypeInfo_var);
ClampedIntParameter__ctor_mF0B73AD8EF805C194DCE64ED205B9968D58BA6D6(L_9, 1, 1, 3, (bool)0, NULL);
__this->___samples = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___samples), (void*)L_9);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:207>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_10 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_10, (0.5f), (0.100000001f), (1.0f), (bool)0, NULL);
__this->___sampleDimmer = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___sampleDimmer), (void*)L_10);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:211>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_11 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_11, (1.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___vignetteEffect = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___vignetteEffect), (void*)L_11);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:215>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_12 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_12, (1.25f), (1.0f), (3.0f), (bool)0, NULL);
__this->___startingPosition = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___startingPosition), (void*)L_12);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:219>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_13 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_13, (1.5f), (1.0f), (4.0f), (bool)0, NULL);
__this->___scale = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scale), (void*)L_13);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:224>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_14 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_14, (0.0f), (0.0f), (bool)0, NULL);
__this->___streaksIntensity = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___streaksIntensity), (void*)L_14);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:228>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_15 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_15, (0.5f), (0.0f), (1.0f), (bool)0, NULL);
__this->___streaksLength = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___streaksLength), (void*)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:232>
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* L_16 = (FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106*)il2cpp_codegen_object_new(FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106_il2cpp_TypeInfo_var);
FloatParameter__ctor_mC453DAC155DBDF014599DD3C2A92E2653378F7AB(L_16, (0.0f), (bool)0, NULL);
__this->___streaksOrientation = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->___streaksOrientation), (void*)L_16);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:236>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_17 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_17, (0.25f), (0.0f), (1.0f), (bool)0, NULL);
__this->___streaksThreshold = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___streaksThreshold), (void*)L_17);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:242>
ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D* L_18 = (ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D*)il2cpp_codegen_object_new(ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D_il2cpp_TypeInfo_var);
ScreenSpaceLensFlareResolutionParameter__ctor_m5CEBFCA51885DE080066E889E3BA0216880AC567(L_18, 4, (bool)0, NULL);
__this->___resolution = L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->___resolution), (void*)L_18);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:247>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_19 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_19, (0.5f), (0.0f), (1.0f), (bool)0, NULL);
__this->___chromaticAbberationIntensity = L_19;
Il2CppCodeGenWriteBarrier((void**)(&__this->___chromaticAbberationIntensity), (void*)L_19);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:251>
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__this, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:253>
VolumeComponent_set_displayName_m7490689389D1F847A6FFCF257C536175817AC1AF_inline(__this, _stringLiteralE93F6746B4CB1493EEE3EE5E171BFCEC716E7C47, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:254>
return;
}
}
// Method Definition Index: 33917
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceLensFlare_IsActive_mB3358CF1D7484E84F2675DECCADF0A8F94EF6150 (ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:262>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_0 = __this->___intensity;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// Method Definition Index: 33918
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceLensFlare_IsStreaksActive_mB70851B6E3A87FE3491C93125F6D4D6833250F33 (ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:271>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_0 = __this->___streaksIntensity;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// Method Definition Index: 33919
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceLensFlare_IsTileCompatible_m4C7C872F2B2183D9418C13835942D73EBBAE1308 (ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:280>
return (bool)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: 33920
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScreenSpaceLensFlareResolutionParameter__ctor_m5CEBFCA51885DE080066E889E3BA0216880AC567 (ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_m72F5B5DBD3CBA16D3D7914335D7E04EC4848F510_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:294>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_m72F5B5DBD3CBA16D3D7914335D7E04EC4848F510(__this, L_0, L_1, VolumeParameter_1__ctor_m72F5B5DBD3CBA16D3D7914335D7E04EC4848F510_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ScreenSpaceLensFlare.cs:294>
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: 33921
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShadowsMidtonesHighlights_IsActive_m71148495F4F81B50B5DEDCE380BABA8990C121FC (ShadowsMidtonesHighlights_t1B261DC3A02B7225CD79AA452B82B6218145B44C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:162>
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_0), (1.0f), (1.0f), (1.0f), (0.0f), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:163>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:164>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:165>
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_0 = __this->___shadows;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_1 = V_0;
bool L_2;
L_2 = VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8(L_0, L_1, VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var);
if (L_2)
{
goto IL_0044;
}
}
{
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_3 = __this->___midtones;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = V_0;
bool L_5;
L_5 = VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8(L_3, L_4, VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var);
if (L_5)
{
goto IL_0044;
}
}
{
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_6 = __this->___highlights;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7 = V_0;
bool L_8;
L_8 = VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8(L_6, L_7, VolumeParameter_1_op_Inequality_m685347981E02681312B983337E84845405441AB8_RuntimeMethod_var);
return L_8;
}
IL_0044:
{
return (bool)1;
}
}
// Method Definition Index: 33922
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShadowsMidtonesHighlights_IsTileCompatible_mFB1289D6DDBC6927281080B1251C7A349E618354 (ShadowsMidtonesHighlights_t1B261DC3A02B7225CD79AA452B82B6218145B44C* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:173>
return (bool)1;
}
}
// Method Definition Index: 33923
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShadowsMidtonesHighlights__ctor_m0CC322D0181525F4C42177987BA8967F375D0D2A (ShadowsMidtonesHighlights_t1B261DC3A02B7225CD79AA452B82B6218145B44C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:118>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0;
memset((&L_0), 0, sizeof(L_0));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_0), (1.0f), (1.0f), (1.0f), (0.0f), NULL);
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_1 = (Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51*)il2cpp_codegen_object_new(Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_il2cpp_TypeInfo_var);
Vector4Parameter__ctor_m741CC228E74AF9EA20C77D6209BDF264F2C17452(L_1, L_0, (bool)0, NULL);
__this->___shadows = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___shadows), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:123>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2;
memset((&L_2), 0, sizeof(L_2));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_2), (1.0f), (1.0f), (1.0f), (0.0f), NULL);
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_3 = (Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51*)il2cpp_codegen_object_new(Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_il2cpp_TypeInfo_var);
Vector4Parameter__ctor_m741CC228E74AF9EA20C77D6209BDF264F2C17452(L_3, L_2, (bool)0, NULL);
__this->___midtones = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___midtones), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:128>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4;
memset((&L_4), 0, sizeof(L_4));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_4), (1.0f), (1.0f), (1.0f), (0.0f), NULL);
Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51* L_5 = (Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51*)il2cpp_codegen_object_new(Vector4Parameter_tF8B5631FA0DEBAE0FB7684D912F3994E22737C51_il2cpp_TypeInfo_var);
Vector4Parameter__ctor_m741CC228E74AF9EA20C77D6209BDF264F2C17452(L_5, L_4, (bool)0, NULL);
__this->___highlights = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___highlights), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:135>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_6 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_6, (0.0f), (0.0f), (bool)0, NULL);
__this->___shadowsStart = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___shadowsStart), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:141>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_7 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_7, (0.300000012f), (0.0f), (bool)0, NULL);
__this->___shadowsEnd = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___shadowsEnd), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:148>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_8 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_8, (0.550000012f), (0.0f), (bool)0, NULL);
__this->___highlightsStart = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___highlightsStart), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/ShadowsMidtonesHighlights.cs:154>
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_9 = (MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9*)il2cpp_codegen_object_new(MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9_il2cpp_TypeInfo_var);
MinFloatParameter__ctor_m854E3294B712BB55CBED061C73BF617FAC983AB9(L_9, (1.0f), (0.0f), (bool)0, NULL);
__this->___highlightsEnd = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___highlightsEnd), (void*)L_9);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33924
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SplitToning_IsActive_mE59E0C09427062FCF8A09A547F7B38221EC46DEA (SplitToning_t66AFCEC63C3A2BFA605A11B72367C029E8EFC561* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/SplitToning.cs:125>
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_0 = __this->___shadows;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
L_1 = Color_get_grey_m1CE6BEDA3EF8569E939F77A4B0231D9839864F92(NULL);
bool L_2;
L_2 = VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD(L_0, L_1, VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD_RuntimeMethod_var);
if (L_2)
{
goto IL_0023;
}
}
{
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_3 = __this->___highlights;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
L_4 = Color_get_grey_m1CE6BEDA3EF8569E939F77A4B0231D9839864F92(NULL);
bool L_5;
L_5 = VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD(L_3, L_4, VolumeParameter_1_op_Inequality_mEF5DA337413DF7C9E0D703CE11D70CD72ECDA9DD_RuntimeMethod_var);
return L_5;
}
IL_0023:
{
return (bool)1;
}
}
// Method Definition Index: 33925
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SplitToning_IsTileCompatible_mA2634D97F01EEC5241E79C9480CEFD9B8783AD05 (SplitToning_t66AFCEC63C3A2BFA605A11B72367C029E8EFC561* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/SplitToning.cs:132>
return (bool)1;
}
}
// Method Definition Index: 33926
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SplitToning__ctor_mCFC3A7BB08F3B9B66F0A9A5579AB56F731B24D20 (SplitToning_t66AFCEC63C3A2BFA605A11B72367C029E8EFC561* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/SplitToning.cs:107>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
L_0 = Color_get_grey_m1CE6BEDA3EF8569E939F77A4B0231D9839864F92(NULL);
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_1 = (ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0*)il2cpp_codegen_object_new(ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
ColorParameter__ctor_mA9A003084B8D70C30995E95B65B29A136C66096D(L_1, L_0, (bool)0, (bool)0, (bool)1, (bool)0, NULL);
__this->___shadows = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___shadows), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/SplitToning.cs:113>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
L_2 = Color_get_grey_m1CE6BEDA3EF8569E939F77A4B0231D9839864F92(NULL);
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_3 = (ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0*)il2cpp_codegen_object_new(ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
ColorParameter__ctor_mA9A003084B8D70C30995E95B65B29A136C66096D(L_3, L_2, (bool)0, (bool)0, (bool)1, (bool)0, NULL);
__this->___highlights = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___highlights), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/SplitToning.cs:119>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_4 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_4, (0.0f), (-100.0f), (100.0f), (bool)0, NULL);
__this->___balance = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___balance), (void*)L_4);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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
// Method Definition Index: 33927
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Tonemapping_IsActive_m43047C353C1F735B8B46A192713D129EEB6CF0F9 (Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:243>
TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A* L_0 = __this->___mode;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_0);
return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
}
}
// Method Definition Index: 33928
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Tonemapping_IsTileCompatible_m960136C355BBFA73C708467A4B40C5AAB23F46F4 (Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:250>
return (bool)1;
}
}
// Method Definition Index: 33929
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tonemapping__ctor_mA6E07D8ED898FA2CBA4A58320075FC40B94B752E (Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:186>
TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A* L_0 = (TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A*)il2cpp_codegen_object_new(TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A_il2cpp_TypeInfo_var);
TonemappingModeParameter__ctor_m0263F944209A541C4326F516D940CB63A5BA886A(L_0, 0, (bool)0, NULL);
__this->___mode = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___mode), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:195>
NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564* L_1 = (NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564*)il2cpp_codegen_object_new(NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564_il2cpp_TypeInfo_var);
NeutralRangeReductionModeParameter__ctor_mB39A01A471309BD4FC8AE9FB9D83A337DC372430(L_1, 2, (bool)0, NULL);
__this->___neutralHDRRangeReductionMode = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___neutralHDRRangeReductionMode), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:201>
HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45* L_2 = (HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45*)il2cpp_codegen_object_new(HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45_il2cpp_TypeInfo_var);
HDRACESPresetParameter__ctor_m25690EEFB0D256D65C262A1EA8F9716561F05EA3(L_2, 3, (bool)0, NULL);
__this->___acesPreset = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___acesPreset), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:207>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_3 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_3, (0.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___hueShiftAmount = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___hueShiftAmount), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:213>
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_4 = (BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95*)il2cpp_codegen_object_new(BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
BoolParameter__ctor_m2355BE07CF2E06B525D26161B1E0C357CE772190(L_4, (bool)0, (bool)0, NULL);
__this->___detectPaperWhite = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___detectPaperWhite), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:219>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_5 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_5, (300.0f), (0.0f), (400.0f), (bool)0, NULL);
__this->___paperWhite = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___paperWhite), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:225>
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_6 = (BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95*)il2cpp_codegen_object_new(BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
BoolParameter__ctor_m2355BE07CF2E06B525D26161B1E0C357CE772190(L_6, (bool)1, (bool)0, NULL);
__this->___detectBrightnessLimits = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___detectBrightnessLimits), (void*)L_6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:231>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_7 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_7, (0.00499999989f), (0.0f), (50.0f), (bool)0, NULL);
__this->___minNits = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___minNits), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:237>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_8 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_8, (1000.0f), (0.0f), (5000.0f), (bool)0, NULL);
__this->___maxNits = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___maxNits), (void*)L_8);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33930
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TonemappingModeParameter__ctor_m0263F944209A541C4326F516D940CB63A5BA886A (TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_mF804628A280E753BF73D227F329AA8E6BD4B7AE3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:264>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_mF804628A280E753BF73D227F329AA8E6BD4B7AE3(__this, L_0, L_1, VolumeParameter_1__ctor_mF804628A280E753BF73D227F329AA8E6BD4B7AE3_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:264>
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: 33931
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NeutralRangeReductionModeParameter__ctor_mB39A01A471309BD4FC8AE9FB9D83A337DC372430 (NeutralRangeReductionModeParameter_tBC7E4ED63B09D2ED2F926244C160FAEB2E7D6564* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_m6EC878608C4C6BFF3A315EF2BFDC0D52B3E357A7_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:278>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_m6EC878608C4C6BFF3A315EF2BFDC0D52B3E357A7(__this, L_0, L_1, VolumeParameter_1__ctor_m6EC878608C4C6BFF3A315EF2BFDC0D52B3E357A7_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:278>
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: 33932
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRACESPresetParameter__ctor_m25690EEFB0D256D65C262A1EA8F9716561F05EA3 (HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45* __this, int32_t ___0_value, bool ___1_overrideState, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeParameter_1__ctor_m15735722DFF8F6D2785096DD89EB2BCF16A84C51_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:292>
int32_t L_0 = ___0_value;
bool L_1 = ___1_overrideState;
VolumeParameter_1__ctor_m15735722DFF8F6D2785096DD89EB2BCF16A84C51(__this, L_0, L_1, VolumeParameter_1__ctor_m15735722DFF8F6D2785096DD89EB2BCF16A84C51_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Tonemapping.cs:292>
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: 33933
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vignette_IsActive_m8AF9F475A8B9DAA094BED92EF8B7E573E3ED3FCA (Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Vignette.cs:145>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___intensity;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// Method Definition Index: 33934
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vignette_IsTileCompatible_m4A1591C5FDD36B0F845116BC3EE1DD97A1AEB0D6 (Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Vignette.cs:152>
return (bool)1;
}
}
// Method Definition Index: 33935
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vignette__ctor_mC59953860DB36C0FF9BC7FF8CF5A630E98676B4C (Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Vignette.cs:115>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
L_0 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_1 = (ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0*)il2cpp_codegen_object_new(ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0_il2cpp_TypeInfo_var);
ColorParameter__ctor_mA9A003084B8D70C30995E95B65B29A136C66096D(L_1, L_0, (bool)0, (bool)0, (bool)1, (bool)0, NULL);
__this->___color = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___color), (void*)L_1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Vignette.cs:121>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_2), (0.5f), (0.5f), NULL);
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_3 = (Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A*)il2cpp_codegen_object_new(Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A_il2cpp_TypeInfo_var);
Vector2Parameter__ctor_m34C59043C7CB4CCF438E61F1F50D81F15E4FE4B6(L_3, L_2, (bool)0, NULL);
__this->___center = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___center), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Vignette.cs:127>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_4 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_4, (0.0f), (0.0f), (1.0f), (bool)0, NULL);
__this->___intensity = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___intensity), (void*)L_4);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Vignette.cs:133>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_5 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_5, (0.200000003f), (0.00999999978f), (1.0f), (bool)0, NULL);
__this->___smoothness = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___smoothness), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/Vignette.cs:139>
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_6 = (BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95*)il2cpp_codegen_object_new(BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95_il2cpp_TypeInfo_var);
BoolParameter__ctor_m2355BE07CF2E06B525D26161B1E0C357CE772190(L_6, (bool)0, (bool)0, NULL);
__this->___rounded = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___rounded), (void*)L_6);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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: 33936
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WhiteBalance_IsActive_m02F32DAB2EA6F6EED8D6FB54788DE63E8AAC1794 (WhiteBalance_t5AECC55FE744B4D1F2A0E6DD4950D9669900891A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/WhiteBalance.cs:114>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = __this->___temperature;
NullCheck(L_0);
float L_1;
L_1 = VirtualFuncInvoker0< float >::Invoke(14, L_0);
if ((!(((float)L_1) == ((float)(0.0f)))))
{
goto IL_0028;
}
}
{
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_2 = __this->___tint;
NullCheck(L_2);
float L_3;
L_3 = VirtualFuncInvoker0< float >::Invoke(14, L_2);
return (bool)((((int32_t)((((float)L_3) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0028:
{
return (bool)1;
}
}
// Method Definition Index: 33937
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WhiteBalance_IsTileCompatible_mA42D4BD39AE9C1B4A2BB1C1F0B93A07C0C88D28F (WhiteBalance_t5AECC55FE744B4D1F2A0E6DD4950D9669900891A* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/WhiteBalance.cs:121>
return (bool)1;
}
}
// Method Definition Index: 33938
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WhiteBalance__ctor_m49255B5F703CD72346D7756555F1C0FA075B3AF1 (WhiteBalance_t5AECC55FE744B4D1F2A0E6DD4950D9669900891A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/WhiteBalance.cs:102>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_0 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_0, (0.0f), (-100.0f), (100.0f), (bool)0, NULL);
__this->___temperature = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___temperature), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Overrides/WhiteBalance.cs:108>
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = (ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8*)il2cpp_codegen_object_new(ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8_il2cpp_TypeInfo_var);
ClampedFloatParameter__ctor_mFC9EF54EFA2A6B51F252CB98A6F6D66C768F3CE5(L_1, (0.0f), (-100.0f), (100.0f), (bool)0, NULL);
__this->___tint = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___tint), (void*)L_1);
VolumeComponent__ctor_m6A9A4A9F8E91AFC664A381409CFE117D4E0111EB(__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 AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshal_pinvoke(const AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E& unmarshaled, AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_pinvoke& marshaled)
{
marshaled.___m_SortedShadowResolutionRequests = unmarshaled.___m_SortedShadowResolutionRequests;
marshaled.___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex = unmarshaled.___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
marshaled.___m_TotalShadowSlicesCount = unmarshaled.___m_TotalShadowSlicesCount;
marshaled.___m_TotalShadowResolutionRequestCount = unmarshaled.___m_TotalShadowResolutionRequestCount;
marshaled.___m_TooManyShadowMaps = static_cast<int32_t>(unmarshaled.___m_TooManyShadowMaps);
marshaled.___m_ShadowSlicesScaleFactor = unmarshaled.___m_ShadowSlicesScaleFactor;
marshaled.___m_AtlasSize = unmarshaled.___m_AtlasSize;
}
IL2CPP_EXTERN_C void AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshal_pinvoke_back(const AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_pinvoke& marshaled, AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E& unmarshaled)
{
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 unmarshaledm_SortedShadowResolutionRequests_temp_0;
memset((&unmarshaledm_SortedShadowResolutionRequests_temp_0), 0, sizeof(unmarshaledm_SortedShadowResolutionRequests_temp_0));
unmarshaledm_SortedShadowResolutionRequests_temp_0 = marshaled.___m_SortedShadowResolutionRequests;
unmarshaled.___m_SortedShadowResolutionRequests = unmarshaledm_SortedShadowResolutionRequests_temp_0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1;
memset((&unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1), 0, sizeof(unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1));
unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1 = marshaled.___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
unmarshaled.___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex = unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1;
int32_t unmarshaledm_TotalShadowSlicesCount_temp_2 = 0;
unmarshaledm_TotalShadowSlicesCount_temp_2 = marshaled.___m_TotalShadowSlicesCount;
unmarshaled.___m_TotalShadowSlicesCount = unmarshaledm_TotalShadowSlicesCount_temp_2;
int32_t unmarshaledm_TotalShadowResolutionRequestCount_temp_3 = 0;
unmarshaledm_TotalShadowResolutionRequestCount_temp_3 = marshaled.___m_TotalShadowResolutionRequestCount;
unmarshaled.___m_TotalShadowResolutionRequestCount = unmarshaledm_TotalShadowResolutionRequestCount_temp_3;
bool unmarshaledm_TooManyShadowMaps_temp_4 = false;
unmarshaledm_TooManyShadowMaps_temp_4 = static_cast<bool>(marshaled.___m_TooManyShadowMaps);
unmarshaled.___m_TooManyShadowMaps = unmarshaledm_TooManyShadowMaps_temp_4;
int32_t unmarshaledm_ShadowSlicesScaleFactor_temp_5 = 0;
unmarshaledm_ShadowSlicesScaleFactor_temp_5 = marshaled.___m_ShadowSlicesScaleFactor;
unmarshaled.___m_ShadowSlicesScaleFactor = unmarshaledm_ShadowSlicesScaleFactor_temp_5;
int32_t unmarshaledm_AtlasSize_temp_6 = 0;
unmarshaledm_AtlasSize_temp_6 = marshaled.___m_AtlasSize;
unmarshaled.___m_AtlasSize = unmarshaledm_AtlasSize_temp_6;
}
IL2CPP_EXTERN_C void AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshal_pinvoke_cleanup(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_pinvoke& marshaled)
{
}
IL2CPP_EXTERN_C void AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshal_com(const AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E& unmarshaled, AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_com& marshaled)
{
marshaled.___m_SortedShadowResolutionRequests = unmarshaled.___m_SortedShadowResolutionRequests;
marshaled.___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex = unmarshaled.___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
marshaled.___m_TotalShadowSlicesCount = unmarshaled.___m_TotalShadowSlicesCount;
marshaled.___m_TotalShadowResolutionRequestCount = unmarshaled.___m_TotalShadowResolutionRequestCount;
marshaled.___m_TooManyShadowMaps = static_cast<int32_t>(unmarshaled.___m_TooManyShadowMaps);
marshaled.___m_ShadowSlicesScaleFactor = unmarshaled.___m_ShadowSlicesScaleFactor;
marshaled.___m_AtlasSize = unmarshaled.___m_AtlasSize;
}
IL2CPP_EXTERN_C void AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshal_com_back(const AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_com& marshaled, AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E& unmarshaled)
{
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 unmarshaledm_SortedShadowResolutionRequests_temp_0;
memset((&unmarshaledm_SortedShadowResolutionRequests_temp_0), 0, sizeof(unmarshaledm_SortedShadowResolutionRequests_temp_0));
unmarshaledm_SortedShadowResolutionRequests_temp_0 = marshaled.___m_SortedShadowResolutionRequests;
unmarshaled.___m_SortedShadowResolutionRequests = unmarshaledm_SortedShadowResolutionRequests_temp_0;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1;
memset((&unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1), 0, sizeof(unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1));
unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1 = marshaled.___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex;
unmarshaled.___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex = unmarshaledm_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex_temp_1;
int32_t unmarshaledm_TotalShadowSlicesCount_temp_2 = 0;
unmarshaledm_TotalShadowSlicesCount_temp_2 = marshaled.___m_TotalShadowSlicesCount;
unmarshaled.___m_TotalShadowSlicesCount = unmarshaledm_TotalShadowSlicesCount_temp_2;
int32_t unmarshaledm_TotalShadowResolutionRequestCount_temp_3 = 0;
unmarshaledm_TotalShadowResolutionRequestCount_temp_3 = marshaled.___m_TotalShadowResolutionRequestCount;
unmarshaled.___m_TotalShadowResolutionRequestCount = unmarshaledm_TotalShadowResolutionRequestCount_temp_3;
bool unmarshaledm_TooManyShadowMaps_temp_4 = false;
unmarshaledm_TooManyShadowMaps_temp_4 = static_cast<bool>(marshaled.___m_TooManyShadowMaps);
unmarshaled.___m_TooManyShadowMaps = unmarshaledm_TooManyShadowMaps_temp_4;
int32_t unmarshaledm_ShadowSlicesScaleFactor_temp_5 = 0;
unmarshaledm_ShadowSlicesScaleFactor_temp_5 = marshaled.___m_ShadowSlicesScaleFactor;
unmarshaled.___m_ShadowSlicesScaleFactor = unmarshaledm_ShadowSlicesScaleFactor_temp_5;
int32_t unmarshaledm_AtlasSize_temp_6 = 0;
unmarshaledm_AtlasSize_temp_6 = marshaled.___m_AtlasSize;
unmarshaled.___m_AtlasSize = unmarshaledm_AtlasSize_temp_6;
}
IL2CPP_EXTERN_C void AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshal_com_cleanup(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_marshaled_com& marshaled)
{
}
// Method Definition Index: 33939
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalLightsShadowAtlasLayout__ctor_mCD20BC2FBBD84842401A88B47C08FA94F25B9D14 (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___0_lightData, UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ___1_shadowData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB250805CA1FB6E023D7DC263CB8A9FED9DF6832C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Insert_m9CEFEDEC4991BF6E32EE79390B9E946D6B96839D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mE464CBF8799AFB2536238CD76DCB3C4878287DE3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m98990AB62883D88FE72584E5D6696F150C852A16_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA7500B6D51A872AF10FD939C6EAD3CC39EB12D3E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Capacity_m0DB04903DA80D1A8997B5BEC82A751B181810ADE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mAC3A8C91727EB1B71F51D45CBCE6166C0AC10380_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m941436E8E1AD4CAA1F6DA6D0D14B819EB8EAA06B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Capacity_m1BC45305F22DED653ECEE3CE00090603AFED2210_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Capacity_m1CA9EA5D8158174CA3CF906957AD350FF8EEB847_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m27B9A39C7678C5EA2DD9133EC04344B858AFA551_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayExtensions_UnsafeElementAtMutable_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m24F4B1E162F6D8C43CBC0EB6CA0AF42B0881A6FB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayExtensions_UnsafeElementAt_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A148B250029B4DD2D82AA8B6C6BECC028AFB7E1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mDC1D3AF101FF02D6DAB922890D5E4790299AC44A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShadowUtils_tCFE84AA46B8156AE034EF14220AD0BBEB011F4E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sorting_QuickSort_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m02C944B93F94BB0652D9C62D7C42639D23B3709F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
uint16_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
int32_t V_13 = 0;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE V_14;
memset((&V_14), 0, sizeof(V_14));
int32_t V_15 = 0;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* V_16 = NULL;
int32_t V_17 = 0;
int32_t V_18 = 0;
float V_19 = 0.0f;
bool V_20 = false;
bool V_21 = false;
uint16_t V_22 = 0;
uint16_t V_23 = 0;
int32_t V_24 = 0;
uint16_t V_25 = 0;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE V_26;
memset((&V_26), 0, sizeof(V_26));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_27;
memset((&V_27), 0, sizeof(V_27));
int32_t V_28 = 0;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_29;
memset((&V_29), 0, sizeof(V_29));
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE V_30;
memset((&V_30), 0, sizeof(V_30));
int32_t V_31 = 0;
int32_t V_32 = 0;
int32_t V_33 = 0;
int32_t V_34 = 0;
int32_t V_35 = 0;
int32_t V_36 = 0;
int32_t V_37 = 0;
bool V_38 = false;
int32_t V_39 = 0;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_40;
memset((&V_40), 0, sizeof(V_40));
int32_t V_41 = 0;
int32_t V_42 = 0;
int32_t V_43 = 0;
int32_t V_44 = 0;
int32_t V_45 = 0;
int32_t V_46 = 0;
int32_t V_47 = 0;
int32_t V_48 = 0;
int32_t V_49 = 0;
int32_t V_50 = 0;
int32_t G_B41_0 = 0;
int32_t G_B46_0 = 0;
int32_t G_B45_0 = 0;
int32_t G_B47_0 = 0;
int32_t G_B47_1 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:70>
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_0;
L_0 = RenderingUtils_get_useStructuredBuffer_m0B310996FC76E8BF72EBBCA9F94AB840277DAB1B(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:71>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_1 = ___0_lightData;
NullCheck(L_1);
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 L_2 = L_1->___visibleLights;
V_1 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:72>
int32_t L_3;
L_3 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_1))->___m_Length);
V_2 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:74>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_4 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
if (L_4)
{
goto IL_0026;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:75>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_5 = (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*)il2cpp_codegen_object_new(List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4_il2cpp_TypeInfo_var);
List_1__ctor_mA7500B6D51A872AF10FD939C6EAD3CC39EB12D3E(L_5, List_1__ctor_mA7500B6D51A872AF10FD939C6EAD3CC39EB12D3E_RuntimeMethod_var);
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas), (void*)L_5);
}
IL_0026:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:77>
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_6 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
if (L_6)
{
goto IL_0037;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:78>
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_7 = (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*)il2cpp_codegen_object_new(List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A_il2cpp_TypeInfo_var);
List_1__ctor_m98990AB62883D88FE72584E5D6696F150C852A16(L_7, List_1__ctor_m98990AB62883D88FE72584E5D6696F150C852A16_RuntimeMethod_var);
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests), (void*)L_7);
}
IL_0037:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:80>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_8 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
if (!L_8)
{
goto IL_0048;
}
}
{
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_9 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
NullCheck(L_9);
int32_t L_10 = V_2;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length))) >= ((int32_t)L_10)))
{
goto IL_0053;
}
}
IL_0048:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:81>
int32_t L_11 = V_2;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_12 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)L_11);
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance = L_12;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance), (void*)L_12);
}
IL_0053:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:83>
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* L_13 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_CompareShadowResolutionRequest;
if (L_13)
{
goto IL_0064;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:84>
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* L_14;
L_14 = AdditionalLightsShadowAtlasLayout_CreateCompareShadowResolutionRequesPredicate_m07AF71E1AFEA21D551EAF436E9FFA1768DE6DF16(NULL);
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_CompareShadowResolutionRequest = L_14;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_CompareShadowResolutionRequest), (void*)L_14);
}
IL_0064:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:86>
bool L_15 = V_0;
if (L_15)
{
goto IL_00d5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:88>
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
int32_t L_16;
L_16 = UniversalRenderPipeline_get_maxVisibleAdditionalLights_m3CACA59ACE53B1BDF276753AFA44D7E826B77C94(NULL);
V_11 = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:90>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_17 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
NullCheck(L_17);
int32_t L_18;
L_18 = List_1_get_Capacity_m0DB04903DA80D1A8997B5BEC82A751B181810ADE(L_17, List_1_get_Capacity_m0DB04903DA80D1A8997B5BEC82A751B181810ADE_RuntimeMethod_var);
int32_t L_19 = V_11;
if ((((int32_t)L_18) >= ((int32_t)L_19)))
{
goto IL_0088;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:91>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_20 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
int32_t L_21 = V_11;
NullCheck(L_20);
List_1_set_Capacity_m1BC45305F22DED653ECEE3CE00090603AFED2210(L_20, L_21, List_1_set_Capacity_m1BC45305F22DED653ECEE3CE00090603AFED2210_RuntimeMethod_var);
}
IL_0088:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:93>
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_22 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
NullCheck(L_22);
int32_t L_23;
L_23 = List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_inline(L_22, List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_RuntimeMethod_var);
int32_t L_24 = V_2;
if ((((int32_t)L_23) >= ((int32_t)L_24)))
{
goto IL_00d5;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:95>
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_25 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
int32_t L_26 = V_2;
NullCheck(L_25);
List_1_set_Capacity_m1CA9EA5D8158174CA3CF906957AD350FF8EEB847(L_25, L_26, List_1_set_Capacity_m1CA9EA5D8158174CA3CF906957AD350FF8EEB847_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:96>
int32_t L_27 = V_2;
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_28 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
NullCheck(L_28);
int32_t L_29;
L_29 = List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_inline(L_28, List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_RuntimeMethod_var);
V_12 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_27, L_29)), 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:97>
V_13 = 0;
goto IL_00cf;
}
IL_00b5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:98>
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_30 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
il2cpp_codegen_initobj((&V_14), sizeof(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE));
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_31 = V_14;
NullCheck(L_30);
List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_inline(L_30, L_31, List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:97>
int32_t L_32 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add(L_32, 1));
}
IL_00cf:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:97>
int32_t L_33 = V_13;
int32_t L_34 = V_12;
if ((((int32_t)L_33) < ((int32_t)L_34)))
{
goto IL_00b5;
}
}
IL_00d5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:103>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_35 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
NullCheck(L_35);
List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_inline(L_35, List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:105>
V_3 = (uint16_t)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:106>
V_15 = 0;
goto IL_0229;
}
IL_00e9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:109>
int32_t L_36 = V_15;
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_37 = ___0_lightData;
NullCheck(L_37);
int32_t L_38 = L_37->___mainLightIndex;
if ((!(((uint32_t)L_36) == ((uint32_t)L_38))))
{
goto IL_0105;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:111>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_39 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
int32_t L_40 = V_15;
NullCheck(L_39);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(L_40), (float)((std::numeric_limits<float>::max)()));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:112>
goto IL_0223;
}
IL_0105:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:115>
NativeArray_1_t71485A1E60B31CCAD3E525C907CF172E8B804468 L_41 = V_1;
int32_t L_42 = V_15;
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_43;
L_43 = NativeArrayExtensions_UnsafeElementAt_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A148B250029B4DD2D82AA8B6C6BECC028AFB7E1(L_41, L_42, NativeArrayExtensions_UnsafeElementAt_TisVisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805_m7A148B250029B4DD2D82AA8B6C6BECC028AFB7E1_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:116>
VisibleLight_t0A4DF5B22865A00F618A0352B805277FA0132805* L_44 = L_43;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_45;
L_45 = VisibleLight_get_light_mD179E0BF18C77DBE2FD85FE9687F63A8C1859E6B(L_44, NULL);
V_16 = L_45;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:117>
int32_t L_46;
L_46 = VisibleLight_get_lightType_mFFCEBE6E368853F13E7CDBA910F6D9B689292454(L_44, NULL);
V_17 = L_46;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:118>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_47 = V_16;
NullCheck(L_47);
int32_t L_48;
L_48 = Light_get_shadows_m1A11721F202C27838A7A8ED72455E6A727CEE6C5(L_47, NULL);
V_18 = L_48;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:119>
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_49 = V_16;
NullCheck(L_49);
float L_50;
L_50 = Light_get_shadowStrength_m4AB6E78F7A28A97C61EDBD06ECEAF8A565688FC8(L_49, NULL);
V_19 = L_50;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:120>
UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* L_51 = ___0_lightData;
int32_t L_52 = V_15;
int32_t L_53 = V_17;
int32_t L_54 = V_18;
float L_55 = V_19;
il2cpp_codegen_runtime_class_init_inline(ShadowUtils_tCFE84AA46B8156AE034EF14220AD0BBEB011F4E5_il2cpp_TypeInfo_var);
bool L_56;
L_56 = ShadowUtils_IsValidShadowCastingLight_m6BF555A359BC5A5C37B9B07C6593FF7F86B80FA4(L_51, L_52, L_53, L_54, L_55, NULL);
if (L_56)
{
goto IL_0150;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:122>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_57 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
int32_t L_58 = V_15;
NullCheck(L_57);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(L_58), (float)((std::numeric_limits<float>::max)()));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:123>
goto IL_0223;
}
IL_0150:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:126>
int32_t L_59 = V_18;
V_20 = (bool)((((int32_t)L_59) == ((int32_t)2))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:127>
int32_t L_60 = V_17;
V_21 = (bool)((((int32_t)L_60) == ((int32_t)2))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:128>
int32_t L_61 = V_15;
V_22 = (uint16_t)((int32_t)(uint16_t)L_61);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:129>
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_62 = ___1_shadowData;
NullCheck(L_62);
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_63 = L_62->___resolution;
int32_t L_64 = V_15;
NullCheck(L_63);
int32_t L_65;
L_65 = List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D(L_63, L_64, List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var);
V_23 = (uint16_t)((int32_t)(uint16_t)L_65);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:130>
il2cpp_codegen_runtime_class_init_inline(ShadowUtils_tCFE84AA46B8156AE034EF14220AD0BBEB011F4E5_il2cpp_TypeInfo_var);
int32_t L_66;
L_66 = ShadowUtils_GetPunctualLightShadowSlicesCount_mA5AF869B7846853407B9477117A9DF09DB15FB91((&V_17), NULL);
V_24 = L_66;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:131>
V_25 = (uint16_t)0;
goto IL_01f5;
}
IL_0181:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:133>
uint16_t L_67 = V_3;
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_68 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
NullCheck(L_68);
int32_t L_69;
L_69 = List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_inline(L_68, List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_RuntimeMethod_var);
if ((((int32_t)L_67) < ((int32_t)L_69)))
{
goto IL_01a2;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:134>
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_70 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
il2cpp_codegen_initobj((&V_14), sizeof(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE));
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_71 = V_14;
NullCheck(L_70);
List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_inline(L_70, L_71, List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_RuntimeMethod_var);
}
IL_01a2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:136>
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_72 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
uint16_t L_73 = V_3;
NullCheck(L_72);
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_74;
L_74 = List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D(L_72, L_73, List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D_RuntimeMethod_var);
V_26 = L_74;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:137>
uint16_t L_75 = V_22;
(&V_26)->___visibleLightIndex = L_75;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:138>
uint16_t L_76 = V_25;
(&V_26)->___perLightShadowSliceIndex = L_76;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:139>
uint16_t L_77 = V_23;
(&V_26)->___requestedResolution = L_77;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:140>
bool L_78 = V_20;
ShadowResolutionRequest_set_softShadow_mD33D81D0C821D309C45ED24D39B7A228B1C17D46((&V_26), L_78, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:141>
bool L_79 = V_21;
ShadowResolutionRequest_set_pointLightShadow_m9004201D2E28488E82C283C422D5EC71BF955AAE((&V_26), L_79, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:142>
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_80 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
uint16_t L_81 = V_3;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_82 = V_26;
NullCheck(L_80);
List_1_set_Item_m27B9A39C7678C5EA2DD9133EC04344B858AFA551(L_80, L_81, L_82, List_1_set_Item_m27B9A39C7678C5EA2DD9133EC04344B858AFA551_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:143>
uint16_t L_83 = V_3;
V_3 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_83, 1)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:131>
uint16_t L_84 = V_25;
V_25 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_84, 1)));
}
IL_01f5:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:131>
uint16_t L_85 = V_25;
int32_t L_86 = V_24;
if ((((int32_t)L_85) < ((int32_t)L_86)))
{
goto IL_0181;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:147>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_87 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
int32_t L_88 = V_15;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_89 = ___2_cameraData;
NullCheck(L_89);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_90 = L_89->___worldSpaceCameraPos;
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_91 = V_16;
NullCheck(L_91);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_92;
L_92 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_91, NULL);
NullCheck(L_92);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_93;
L_93 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_92, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_94;
L_94 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(L_90, L_93, NULL);
V_27 = L_94;
float L_95;
L_95 = Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline((&V_27), NULL);
NullCheck(L_87);
(L_87)->SetAt(static_cast<il2cpp_array_size_t>(L_88), (float)L_95);
}
IL_0223:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:106>
int32_t L_96 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add(L_96, 1));
}
IL_0229:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:106>
int32_t L_97 = V_15;
int32_t L_98;
L_98 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_1))->___m_Length);
if ((((int32_t)L_97) < ((int32_t)L_98)))
{
goto IL_00e9;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:150>
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_99 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests;
if (!L_99)
{
goto IL_0248;
}
}
{
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_100 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests;
NullCheck(L_100);
uint16_t L_101 = V_3;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_100)->max_length))) >= ((int32_t)L_101)))
{
goto IL_0253;
}
}
IL_0248:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:151>
uint16_t L_102 = V_3;
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_103 = (ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334*)(ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334*)SZArrayNew(ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334_il2cpp_TypeInfo_var, (uint32_t)L_102);
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests = L_103;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests), (void*)L_103);
}
IL_0253:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:153>
V_28 = 0;
goto IL_0276;
}
IL_0258:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:154>
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_104 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests;
int32_t L_105 = V_28;
List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* L_106 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests;
int32_t L_107 = V_28;
NullCheck(L_106);
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_108;
L_108 = List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D(L_106, L_107, List_1_get_Item_mC3299FF36EE39B62814F43816592FCD496563F3D_RuntimeMethod_var);
NullCheck(L_104);
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(L_105), (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE)L_108);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:153>
int32_t L_109 = V_28;
V_28 = ((int32_t)il2cpp_codegen_add(L_109, 1));
}
IL_0276:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:153>
int32_t L_110 = V_28;
uint16_t L_111 = V_3;
if ((((int32_t)L_110) < ((int32_t)L_111)))
{
goto IL_0258;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:156>
il2cpp_codegen_runtime_class_init_inline(Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_112 = ((Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_StaticFields*)il2cpp_codegen_static_fields_for(Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var))->___s_QuickSortSampler;
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_29), L_112, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_029c:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_29), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:158>
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_113 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests;
uint16_t L_114 = V_3;
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* L_115 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_CompareShadowResolutionRequest;
il2cpp_codegen_runtime_class_init_inline(Sorting_tBB4ACAADCAA21EA710DD3998A0614ABDEF8FD8A6_il2cpp_TypeInfo_var);
Sorting_QuickSort_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m02C944B93F94BB0652D9C62D7C42639D23B3709F(L_113, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_114, 1)), L_115, Sorting_QuickSort_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m02C944B93F94BB0652D9C62D7C42639D23B3709F_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:159>
goto IL_02aa;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_02aa:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:161>
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_116 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests;
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 L_117;
memset((&L_117), 0, sizeof(L_117));
NativeArray_1__ctor_mDC1D3AF101FF02D6DAB922890D5E4790299AC44A((&L_117), L_116, 2, NativeArray_1__ctor_mDC1D3AF101FF02D6DAB922890D5E4790299AC44A_RuntimeMethod_var);
__this->___m_SortedShadowResolutionRequests = L_117;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:166>
bool L_118 = V_0;
if (L_118)
{
goto IL_02cb;
}
}
{
uint16_t L_119 = V_3;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
int32_t L_120;
L_120 = UniversalRenderPipeline_get_maxVisibleAdditionalLights_m3CACA59ACE53B1BDF276753AFA44D7E826B77C94(NULL);
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_121;
L_121 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_119, L_120, NULL);
G_B41_0 = L_121;
goto IL_02cc;
}
IL_02cb:
{
uint16_t L_122 = V_3;
G_B41_0 = ((int32_t)(L_122));
}
IL_02cc:
{
V_4 = G_B41_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:167>
UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* L_123 = ___1_shadowData;
NullCheck(L_123);
int32_t L_124 = L_123->___additionalLightsShadowmapWidth;
V_5 = L_124;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:170>
V_6 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:171>
V_7 = 1;
goto IL_0338;
}
IL_02de:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:174>
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_125 = (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)(&__this->___m_SortedShadowResolutionRequests);
int32_t L_126 = V_4;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_127;
L_127 = IL2CPP_NATIVEARRAY_GET_ITEM(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, (L_125)->___m_Buffer, ((int32_t)il2cpp_codegen_subtract(L_126, 1)));
V_30 = L_127;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:175>
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_128 = (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)(&__this->___m_SortedShadowResolutionRequests);
int32_t L_129 = V_4;
int32_t L_130 = V_5;
int32_t L_131;
L_131 = AdditionalLightsShadowAtlasLayout_EstimateScaleFactorNeededToFitAllShadowsInAtlas_mD2395F0ED049217FCAD5E611B027012121CA808A(L_128, L_129, L_130, NULL);
V_7 = L_131;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:178>
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_132 = V_30;
uint16_t L_133 = L_132.___requestedResolution;
int32_t L_134 = V_7;
bool L_135;
L_135 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&V_30), NULL);
il2cpp_codegen_runtime_class_init_inline(ShadowUtils_tCFE84AA46B8156AE034EF14220AD0BBEB011F4E5_il2cpp_TypeInfo_var);
int32_t L_136;
L_136 = ShadowUtils_MinimalPunctualLightShadowResolution_mDF936F280FF02394A7732DDD3CB520BD6C257004(L_135, NULL);
if ((((int32_t)L_133) < ((int32_t)((int32_t)il2cpp_codegen_multiply(L_134, L_136)))))
{
goto IL_031d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:179>
V_6 = (bool)1;
goto IL_0338;
}
IL_031d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:181>
int32_t L_137 = V_4;
bool L_138;
L_138 = ShadowResolutionRequest_get_pointLightShadow_m2524008E53679457001C74BBEB4DBDE824E1E674((&V_30), NULL);
if (L_138)
{
G_B46_0 = L_137;
goto IL_032b;
}
G_B45_0 = L_137;
}
{
G_B47_0 = 0;
G_B47_1 = G_B45_0;
goto IL_032c;
}
IL_032b:
{
G_B47_0 = 2;
G_B47_1 = G_B46_0;
}
IL_032c:
{
V_31 = G_B47_0;
il2cpp_codegen_runtime_class_init_inline(ShadowUtils_tCFE84AA46B8156AE034EF14220AD0BBEB011F4E5_il2cpp_TypeInfo_var);
int32_t L_139;
L_139 = ShadowUtils_GetPunctualLightShadowSlicesCount_mA5AF869B7846853407B9477117A9DF09DB15FB91((&V_31), NULL);
V_4 = ((int32_t)il2cpp_codegen_subtract(G_B47_1, L_139));
}
IL_0338:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:172>
bool L_140 = V_6;
if (L_140)
{
goto IL_0341;
}
}
{
int32_t L_141 = V_4;
if ((((int32_t)L_141) > ((int32_t)0)))
{
goto IL_02de;
}
}
IL_0341:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:184>
int32_t L_142 = V_4;
V_32 = L_142;
goto IL_0364;
}
IL_0347:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:185>
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_143 = (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)(&__this->___m_SortedShadowResolutionRequests);
int32_t L_144 = V_32;
il2cpp_codegen_initobj((&V_14), sizeof(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE));
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_145 = V_14;
IL2CPP_NATIVEARRAY_SET_ITEM(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, (L_143)->___m_Buffer, L_144, (L_145));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:184>
int32_t L_146 = V_32;
V_32 = ((int32_t)il2cpp_codegen_add(L_146, 1));
}
IL_0364:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:184>
int32_t L_147 = V_32;
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_148 = (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)(&__this->___m_SortedShadowResolutionRequests);
int32_t L_149;
L_149 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_148)->___m_Length);
if ((((int32_t)L_147) < ((int32_t)L_149)))
{
goto IL_0347;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:187>
int32_t L_150;
L_150 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_1))->___m_Length);
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_151;
memset((&L_151), 0, sizeof(L_151));
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&L_151), L_150, 2, 1, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
__this->___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex = L_151;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:190>
V_33 = 0;
goto IL_03a0;
}
IL_038c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:191>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_152 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex);
int32_t L_153 = V_33;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_152)->___m_Buffer, L_153, ((-1)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:190>
int32_t L_154 = V_33;
V_33 = ((int32_t)il2cpp_codegen_add(L_154, 1));
}
IL_03a0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:190>
int32_t L_155 = V_33;
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_156 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex);
int32_t L_157;
L_157 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_156)->___m_Length);
if ((((int32_t)L_155) < ((int32_t)L_157)))
{
goto IL_038c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:194>
int32_t L_158 = V_4;
V_34 = ((int32_t)il2cpp_codegen_subtract(L_158, 1));
goto IL_03df;
}
IL_03b7:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:196>
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_159 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests;
int32_t L_160 = V_34;
NullCheck(L_159);
uint16_t L_161 = ((L_159)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_160)))->___visibleLightIndex;
V_35 = L_161;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:197>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_162 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex);
int32_t L_163 = V_35;
int32_t L_164 = V_34;
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_162)->___m_Buffer, L_163, (L_164));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:194>
int32_t L_165 = V_34;
V_34 = ((int32_t)il2cpp_codegen_subtract(L_165, 1));
}
IL_03df:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:194>
int32_t L_166 = V_34;
if ((((int32_t)L_166) >= ((int32_t)0)))
{
goto IL_03b7;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:202>
V_8 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:203>
V_9 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:204>
int32_t L_167 = V_7;
V_10 = L_167;
goto IL_0586;
}
IL_03f3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:208>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_168 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
NullCheck(L_168);
List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_inline(L_168, List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:209>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_169 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
int32_t L_170 = V_5;
int32_t L_171 = V_5;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_172;
memset((&L_172), 0, sizeof(L_172));
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42_inline((&L_172), 0, 0, L_170, L_171, NULL);
NullCheck(L_169);
List_1_Add_mB250805CA1FB6E023D7DC263CB8A9FED9DF6832C_inline(L_169, L_172, List_1_Add_mB250805CA1FB6E023D7DC263CB8A9FED9DF6832C_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:210>
V_8 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:212>
V_36 = 0;
goto IL_056f;
}
IL_041d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:214>
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_173 = (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)(&__this->___m_SortedShadowResolutionRequests);
int32_t L_174 = V_36;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_175;
L_175 = IL2CPP_NATIVEARRAY_GET_ITEM(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, (L_173)->___m_Buffer, L_174);
uint16_t L_176 = L_175.___requestedResolution;
int32_t L_177 = V_10;
V_37 = ((int32_t)((int32_t)L_176/L_177));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:216>
int32_t L_178 = V_37;
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_179 = (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)(&__this->___m_SortedShadowResolutionRequests);
int32_t L_180 = V_36;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_181;
L_181 = IL2CPP_NATIVEARRAY_GET_ITEM(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, (L_179)->___m_Buffer, L_180);
V_14 = L_181;
bool L_182;
L_182 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&V_14), NULL);
il2cpp_codegen_runtime_class_init_inline(ShadowUtils_tCFE84AA46B8156AE034EF14220AD0BBEB011F4E5_il2cpp_TypeInfo_var);
int32_t L_183;
L_183 = ShadowUtils_MinimalPunctualLightShadowResolution_mDF936F280FF02394A7732DDD3CB520BD6C257004(L_182, NULL);
if ((((int32_t)L_178) >= ((int32_t)L_183)))
{
goto IL_045b;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:218>
V_9 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:219>
goto IL_0578;
}
IL_045b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:222>
V_38 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:225>
V_39 = 0;
goto IL_054f;
}
IL_0466:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:227>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_184 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
int32_t L_185 = V_39;
NullCheck(L_184);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_186;
L_186 = List_1_get_Item_m941436E8E1AD4CAA1F6DA6D0D14B819EB8EAA06B(L_184, L_185, List_1_get_Item_m941436E8E1AD4CAA1F6DA6D0D14B819EB8EAA06B_RuntimeMethod_var);
V_40 = L_186;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:228>
int32_t L_187;
L_187 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7_inline((&V_40), NULL);
V_41 = L_187;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:229>
int32_t L_188 = V_41;
int32_t L_189 = V_37;
if ((((int32_t)L_188) < ((int32_t)L_189)))
{
goto IL_0549;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:232>
int32_t L_190;
L_190 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline((&V_40), NULL);
V_42 = L_190;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:233>
int32_t L_191;
L_191 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA_inline((&V_40), NULL);
V_43 = L_191;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:234>
int32_t L_192;
L_192 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878_inline((&V_40), NULL);
V_44 = L_192;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:237>
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 L_193 = __this->___m_SortedShadowResolutionRequests;
int32_t L_194 = V_36;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* L_195;
L_195 = NativeArrayExtensions_UnsafeElementAtMutable_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m24F4B1E162F6D8C43CBC0EB6CA0AF42B0881A6FB(L_193, L_194, NativeArrayExtensions_UnsafeElementAtMutable_TisShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE_m24F4B1E162F6D8C43CBC0EB6CA0AF42B0881A6FB_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:238>
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* L_196 = L_195;
int32_t L_197 = V_43;
L_196->___offsetX = (uint16_t)((int32_t)(uint16_t)L_197);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:239>
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* L_198 = L_196;
int32_t L_199 = V_44;
L_198->___offsetY = (uint16_t)((int32_t)(uint16_t)L_199);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:240>
int32_t L_200 = V_37;
L_198->___allocatedResolution = (uint16_t)((int32_t)(uint16_t)L_200);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:243>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_201 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
int32_t L_202 = V_39;
NullCheck(L_201);
List_1_RemoveAt_mE464CBF8799AFB2536238CD76DCB3C4878287DE3(L_201, L_202, List_1_RemoveAt_mE464CBF8799AFB2536238CD76DCB3C4878287DE3_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:246>
int32_t L_203 = V_4;
int32_t L_204 = V_36;
V_45 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_203, L_204)), 1));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:247>
V_46 = 0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:248>
int32_t L_205 = V_37;
V_47 = L_205;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:249>
int32_t L_206 = V_37;
V_48 = L_206;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:250>
int32_t L_207 = V_43;
V_49 = L_207;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:251>
int32_t L_208 = V_44;
V_50 = L_208;
goto IL_053e;
}
IL_04f2:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:255>
int32_t L_209 = V_49;
int32_t L_210 = V_47;
V_49 = ((int32_t)il2cpp_codegen_add(L_209, L_210));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:256>
int32_t L_211 = V_49;
int32_t L_212 = V_47;
int32_t L_213 = V_43;
int32_t L_214 = V_41;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_211, L_212))) <= ((int32_t)((int32_t)il2cpp_codegen_add(L_213, L_214)))))
{
goto IL_051c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:258>
int32_t L_215 = V_43;
V_49 = L_215;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:259>
int32_t L_216 = V_50;
int32_t L_217 = V_48;
V_50 = ((int32_t)il2cpp_codegen_add(L_216, L_217));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:260>
int32_t L_218 = V_50;
int32_t L_219 = V_48;
int32_t L_220 = V_44;
int32_t L_221 = V_42;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_218, L_219))) > ((int32_t)((int32_t)il2cpp_codegen_add(L_220, L_221)))))
{
goto IL_0544;
}
}
IL_051c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:265>
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_222 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
int32_t L_223 = V_39;
int32_t L_224 = V_46;
int32_t L_225 = V_49;
int32_t L_226 = V_50;
int32_t L_227 = V_47;
int32_t L_228 = V_48;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_229;
memset((&L_229), 0, sizeof(L_229));
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42_inline((&L_229), L_225, L_226, L_227, L_228, NULL);
NullCheck(L_222);
List_1_Insert_m9CEFEDEC4991BF6E32EE79390B9E946D6B96839D(L_222, ((int32_t)il2cpp_codegen_add(L_223, L_224)), L_229, List_1_Insert_m9CEFEDEC4991BF6E32EE79390B9E946D6B96839D_RuntimeMethod_var);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:266>
int32_t L_230 = V_46;
V_46 = ((int32_t)il2cpp_codegen_add(L_230, 1));
}
IL_053e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:253>
int32_t L_231 = V_46;
int32_t L_232 = V_45;
if ((((int32_t)L_231) < ((int32_t)L_232)))
{
goto IL_04f2;
}
}
IL_0544:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:269>
V_38 = (bool)1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:270>
goto IL_0560;
}
IL_0549:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:225>
int32_t L_233 = V_39;
V_39 = ((int32_t)il2cpp_codegen_add(L_233, 1));
}
IL_054f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:225>
int32_t L_234 = V_39;
List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* L_235 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas;
NullCheck(L_235);
int32_t L_236;
L_236 = List_1_get_Count_mAC3A8C91727EB1B71F51D45CBCE6166C0AC10380_inline(L_235, List_1_get_Count_mAC3A8C91727EB1B71F51D45CBCE6166C0AC10380_RuntimeMethod_var);
if ((((int32_t)L_234) < ((int32_t)L_236)))
{
goto IL_0466;
}
}
IL_0560:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:273>
bool L_237 = V_38;
if (L_237)
{
goto IL_0569;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:275>
V_8 = (bool)0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:276>
goto IL_0578;
}
IL_0569:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:212>
int32_t L_238 = V_36;
V_36 = ((int32_t)il2cpp_codegen_add(L_238, 1));
}
IL_056f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:212>
int32_t L_239 = V_36;
int32_t L_240 = V_4;
if ((((int32_t)L_239) < ((int32_t)L_240)))
{
goto IL_041d;
}
}
IL_0578:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:280>
bool L_241 = V_8;
if (L_241)
{
goto IL_0586;
}
}
{
bool L_242 = V_9;
if (L_242)
{
goto IL_0586;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:281>
int32_t L_243 = V_10;
V_10 = ((int32_t)il2cpp_codegen_multiply(L_243, 2));
}
IL_0586:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:206>
bool L_244 = V_8;
if (L_244)
{
goto IL_0591;
}
}
{
bool L_245 = V_9;
if (!L_245)
{
goto IL_03f3;
}
}
IL_0591:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:284>
bool L_246 = V_9;
__this->___m_TooManyShadowMaps = L_246;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:285>
int32_t L_247 = V_10;
__this->___m_ShadowSlicesScaleFactor = L_247;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:286>
int32_t L_248 = V_4;
__this->___m_TotalShadowSlicesCount = L_248;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:287>
uint16_t L_249 = V_3;
__this->___m_TotalShadowResolutionRequestCount = L_249;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:288>
int32_t L_250 = V_5;
__this->___m_AtlasSize = L_250;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:289>
return;
}
}
IL2CPP_EXTERN_C void AdditionalLightsShadowAtlasLayout__ctor_mCD20BC2FBBD84842401A88B47C08FA94F25B9D14_AdjustorThunk (RuntimeObject* __this, UniversalLightData_tCFFFAB4033CD97BE9F339F0C90BB7F98C06FFBA2* ___0_lightData, UniversalShadowData_t25DAA68FC1556989EBF2235389B4E652DF98B06C* ___1_shadowData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
AdditionalLightsShadowAtlasLayout__ctor_mCD20BC2FBBD84842401A88B47C08FA94F25B9D14(_thisAdjusted, ___0_lightData, ___1_shadowData, ___2_cameraData, method);
}
// Method Definition Index: 33940
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetTotalShadowSlicesCount_m16BC9BE84A7EA825554A167973DFE0E5AB896A12 (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:291>
int32_t L_0 = __this->___m_TotalShadowSlicesCount;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t AdditionalLightsShadowAtlasLayout_GetTotalShadowSlicesCount_m16BC9BE84A7EA825554A167973DFE0E5AB896A12_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
int32_t _returnValue;
_returnValue = AdditionalLightsShadowAtlasLayout_GetTotalShadowSlicesCount_m16BC9BE84A7EA825554A167973DFE0E5AB896A12_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33941
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetTotalShadowResolutionRequestCount_m16FDEE8A385FFB11DE1C7EE809C5246C1360FB73 (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:293>
int32_t L_0 = __this->___m_TotalShadowResolutionRequestCount;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t AdditionalLightsShadowAtlasLayout_GetTotalShadowResolutionRequestCount_m16FDEE8A385FFB11DE1C7EE809C5246C1360FB73_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
int32_t _returnValue;
_returnValue = AdditionalLightsShadowAtlasLayout_GetTotalShadowResolutionRequestCount_m16FDEE8A385FFB11DE1C7EE809C5246C1360FB73_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33942
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdditionalLightsShadowAtlasLayout_HasTooManyShadowMaps_mF5085628677B884F26878BACD8F7DD462EF581B1 (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:295>
bool L_0 = __this->___m_TooManyShadowMaps;
return L_0;
}
}
IL2CPP_EXTERN_C bool AdditionalLightsShadowAtlasLayout_HasTooManyShadowMaps_mF5085628677B884F26878BACD8F7DD462EF581B1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
bool _returnValue;
_returnValue = AdditionalLightsShadowAtlasLayout_HasTooManyShadowMaps_mF5085628677B884F26878BACD8F7DD462EF581B1_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33943
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetShadowSlicesScaleFactor_m5AAE169C5C88EACC0DEC38B12FFC8512B95E45FA (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:297>
int32_t L_0 = __this->___m_ShadowSlicesScaleFactor;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t AdditionalLightsShadowAtlasLayout_GetShadowSlicesScaleFactor_m5AAE169C5C88EACC0DEC38B12FFC8512B95E45FA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
int32_t _returnValue;
_returnValue = AdditionalLightsShadowAtlasLayout_GetShadowSlicesScaleFactor_m5AAE169C5C88EACC0DEC38B12FFC8512B95E45FA_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33944
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetAtlasSize_m1D18A335928F768E4C63634DCF2BD30DBC97D77E (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:299>
int32_t L_0 = __this->___m_AtlasSize;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t AdditionalLightsShadowAtlasLayout_GetAtlasSize_m1D18A335928F768E4C63634DCF2BD30DBC97D77E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
int32_t _returnValue;
_returnValue = AdditionalLightsShadowAtlasLayout_GetAtlasSize_m1D18A335928F768E4C63634DCF2BD30DBC97D77E_inline(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33945
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdditionalLightsShadowAtlasLayout_HasSpaceForLight_m711B7F1C98EA3C8F5684AC80EA6C7480C5F1BE0A (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, int32_t ___0_originalVisibleLightIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:303>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex);
int32_t L_1 = ___0_originalVisibleLightIndex;
int32_t L_2;
L_2 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_0)->___m_Buffer, L_1);
return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool AdditionalLightsShadowAtlasLayout_HasSpaceForLight_m711B7F1C98EA3C8F5684AC80EA6C7480C5F1BE0A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_originalVisibleLightIndex, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
bool _returnValue;
_returnValue = AdditionalLightsShadowAtlasLayout_HasSpaceForLight_m711B7F1C98EA3C8F5684AC80EA6C7480C5F1BE0A(_thisAdjusted, ___0_originalVisibleLightIndex, method);
return _returnValue;
}
// Method Definition Index: 33946
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE AdditionalLightsShadowAtlasLayout_GetSortedShadowResolutionRequest_mAA3061BE1782FAA0D264D9D072CCCCC8898D344C (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, int32_t ___0_sortedShadowResolutionRequestIndex, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:308>
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_0 = (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)(&__this->___m_SortedShadowResolutionRequests);
int32_t L_1 = ___0_sortedShadowResolutionRequestIndex;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_2;
L_2 = IL2CPP_NATIVEARRAY_GET_ITEM(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, (L_0)->___m_Buffer, L_1);
return L_2;
}
}
IL2CPP_EXTERN_C ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE AdditionalLightsShadowAtlasLayout_GetSortedShadowResolutionRequest_mAA3061BE1782FAA0D264D9D072CCCCC8898D344C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_sortedShadowResolutionRequestIndex, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE _returnValue;
_returnValue = AdditionalLightsShadowAtlasLayout_GetSortedShadowResolutionRequest_mAA3061BE1782FAA0D264D9D072CCCCC8898D344C(_thisAdjusted, ___0_sortedShadowResolutionRequestIndex, method);
return _returnValue;
}
// Method Definition Index: 33947
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE AdditionalLightsShadowAtlasLayout_GetSliceShadowResolutionRequest_m20E61F0AD5EF2DDE2AB1FC48B7B82970DF5C2010 (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, int32_t ___0_originalVisibleLightIndex, int32_t ___1_sliceIndex, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:313>
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_VisibleLightIndexToSortedShadowResolutionRequestsFirstSliceIndex);
int32_t L_1 = ___0_originalVisibleLightIndex;
int32_t L_2;
L_2 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_0)->___m_Buffer, L_1);
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:314>
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_3 = (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)(&__this->___m_SortedShadowResolutionRequests);
int32_t L_4 = V_0;
int32_t L_5 = ___1_sliceIndex;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_6;
L_6 = IL2CPP_NATIVEARRAY_GET_ITEM(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, (L_3)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_4, L_5)));
return L_6;
}
}
IL2CPP_EXTERN_C ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE AdditionalLightsShadowAtlasLayout_GetSliceShadowResolutionRequest_m20E61F0AD5EF2DDE2AB1FC48B7B82970DF5C2010_AdjustorThunk (RuntimeObject* __this, int32_t ___0_originalVisibleLightIndex, int32_t ___1_sliceIndex, const RuntimeMethod* method)
{
AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E*>(__this + _offset);
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE _returnValue;
_returnValue = AdditionalLightsShadowAtlasLayout_GetSliceShadowResolutionRequest_m20E61F0AD5EF2DDE2AB1FC48B7B82970DF5C2010(_thisAdjusted, ___0_originalVisibleLightIndex, ___1_sliceIndex, method);
return _returnValue;
}
// Method Definition Index: 33948
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdditionalLightsShadowAtlasLayout_ClearStaticCaches_mA3701458B67452982AEDDC50CC96AD4B18662C49 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:319>
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas = (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_UnusedAtlasSquareAreas), (void*)(List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:320>
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests = (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_ShadowResolutionRequests), (void*)(List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:321>
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance), (void*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:322>
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_CompareShadowResolutionRequest = (Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_CompareShadowResolutionRequest), (void*)(Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:323>
((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests = (ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_SortedShadowResolutionRequests), (void*)(ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334*)NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:324>
return;
}
}
// Method Definition Index: 33949
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_EstimateScaleFactorNeededToFitAllShadowsInAtlas_mD2395F0ED049217FCAD5E611B027012121CA808A (NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* ___0_shadowResolutionRequests, int32_t ___1_endIndex, int32_t ___2_atlasSize, const RuntimeMethod* method)
{
int64_t V_0 = 0;
int64_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 V_4;
memset((&V_4), 0, sizeof(V_4));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:328>
int32_t L_0 = ___2_atlasSize;
int32_t L_1 = ___2_atlasSize;
V_0 = ((int64_t)((int32_t)il2cpp_codegen_multiply(L_0, L_1)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:330>
V_1 = ((int64_t)0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:331>
V_3 = 0;
goto IL_003f;
}
IL_000c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:332>
int64_t L_2 = V_1;
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_3 = ___0_shadowResolutionRequests;
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 L_4 = (*(NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)L_3);
V_4 = L_4;
int32_t L_5 = V_3;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_6;
L_6 = IL2CPP_NATIVEARRAY_GET_ITEM(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, ((&V_4))->___m_Buffer, L_5);
uint16_t L_7 = L_6.___requestedResolution;
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36* L_8 = ___0_shadowResolutionRequests;
NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36 L_9 = (*(NativeArray_1_t9086C71A5110879F9F76FDDC0009F7C7CF9D1B36*)L_8);
V_4 = L_9;
int32_t L_10 = V_3;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_11;
L_11 = IL2CPP_NATIVEARRAY_GET_ITEM(ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE, ((&V_4))->___m_Buffer, L_10);
uint16_t L_12 = L_11.___requestedResolution;
V_1 = ((int64_t)il2cpp_codegen_add(L_2, ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)L_12)))));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:331>
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_003f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:331>
int32_t L_14 = V_3;
int32_t L_15 = ___1_endIndex;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_000c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:334>
V_2 = 1;
goto IL_004b;
}
IL_0047:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:336>
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_multiply(L_16, 2));
}
IL_004b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:335>
int64_t L_17 = V_1;
int64_t L_18 = V_0;
int32_t L_19 = V_2;
int32_t L_20 = V_2;
if ((((int64_t)L_17) > ((int64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)il2cpp_codegen_multiply(L_18, ((int64_t)L_19))), ((int64_t)L_20))))))
{
goto IL_0047;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:338>
int32_t L_21 = V_2;
return L_21;
}
}
// Method Definition Index: 33950
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* AdditionalLightsShadowAtlasLayout_CreateCompareShadowResolutionRequesPredicate_m07AF71E1AFEA21D551EAF436E9FFA1768DE6DF16 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCreateCompareShadowResolutionRequesPredicateU3Eb__24_0_mE16E572B0E27A52CD0E70313AC12304143230D4E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* G_B2_0 = NULL;
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* G_B1_0 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:349>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:350>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:351>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:352>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:353>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:354>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:355>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:356>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:357>
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var);
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* L_0 = ((U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var))->___U3CU3E9__24_0;
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* L_1 = L_0;
if (L_1)
{
G_B2_0 = L_1;
goto IL_001f;
}
G_B1_0 = L_1;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var);
U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F* L_2 = ((U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var))->___U3CU3E9;
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* L_3 = (Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF*)il2cpp_codegen_object_new(Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF_il2cpp_TypeInfo_var);
Func_3__ctor_m11908F24D4C62F0382E9EB638D77906AA81FF598(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3CCreateCompareShadowResolutionRequesPredicateU3Eb__24_0_mE16E572B0E27A52CD0E70313AC12304143230D4E_RuntimeMethod_var), NULL);
Func_3_t04BCD613633CE8BB98EC046F90C4C9B0AA84F0BF* L_4 = L_3;
((U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var))->___U3CU3E9__24_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var))->___U3CU3E9__24_0), (void*)L_4);
G_B2_0 = L_4;
}
IL_001f:
{
return G_B2_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: 33951
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931 (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:30>
uint16_t L_0 = __this->___m_ShadowProperties;
uint16_t L_1 = L_0;
int32_t L_2 = 1;
bool L_3 = il2cpp_codegen_enum_has_flag((int32_t)L_1, (int32_t)L_2);
return L_3;
}
}
IL2CPP_EXTERN_C bool ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE*>(__this + _offset);
bool _returnValue;
_returnValue = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33952
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShadowResolutionRequest_set_softShadow_mD33D81D0C821D309C45ED24D39B7A228B1C17D46 (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:33>
bool L_0 = ___0_value;
if (!L_0)
{
goto IL_0012;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:34>
uint16_t L_1 = __this->___m_ShadowProperties;
__this->___m_ShadowProperties = ((int32_t)((int32_t)L_1|1));
return;
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:36>
uint16_t L_2 = __this->___m_ShadowProperties;
__this->___m_ShadowProperties = ((int32_t)((int32_t)L_2&((int32_t)65534)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:37>
return;
}
}
IL2CPP_EXTERN_C void ShadowResolutionRequest_set_softShadow_mD33D81D0C821D309C45ED24D39B7A228B1C17D46_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE*>(__this + _offset);
ShadowResolutionRequest_set_softShadow_mD33D81D0C821D309C45ED24D39B7A228B1C17D46(_thisAdjusted, ___0_value, method);
}
// Method Definition Index: 33953
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ShadowResolutionRequest_get_pointLightShadow_m2524008E53679457001C74BBEB4DBDE824E1E674 (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:42>
uint16_t L_0 = __this->___m_ShadowProperties;
uint16_t L_1 = L_0;
int32_t L_2 = 2;
bool L_3 = il2cpp_codegen_enum_has_flag((int32_t)L_1, (int32_t)L_2);
return L_3;
}
}
IL2CPP_EXTERN_C bool ShadowResolutionRequest_get_pointLightShadow_m2524008E53679457001C74BBEB4DBDE824E1E674_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE*>(__this + _offset);
bool _returnValue;
_returnValue = ShadowResolutionRequest_get_pointLightShadow_m2524008E53679457001C74BBEB4DBDE824E1E674(_thisAdjusted, method);
return _returnValue;
}
// Method Definition Index: 33954
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShadowResolutionRequest_set_pointLightShadow_m9004201D2E28488E82C283C422D5EC71BF955AAE (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:45>
bool L_0 = ___0_value;
if (!L_0)
{
goto IL_0012;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:46>
uint16_t L_1 = __this->___m_ShadowProperties;
__this->___m_ShadowProperties = ((int32_t)((int32_t)L_1|2));
return;
}
IL_0012:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:48>
uint16_t L_2 = __this->___m_ShadowProperties;
__this->___m_ShadowProperties = ((int32_t)((int32_t)L_2&((int32_t)65533)));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:49>
return;
}
}
IL2CPP_EXTERN_C void ShadowResolutionRequest_set_pointLightShadow_m9004201D2E28488E82C283C422D5EC71BF955AAE_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method)
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE*>(__this + _offset);
ShadowResolutionRequest_set_pointLightShadow_m9004201D2E28488E82C283C422D5EC71BF955AAE(_thisAdjusted, ___0_value, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Method Definition Index: 33955
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m4C7D53467E9F67F68CEB6D00ABADD2FE8517FEC1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F* L_0 = (U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F*)il2cpp_codegen_object_new(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m5262470731394C98C48CAA4A2010947A895664E7(L_0, NULL);
((U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 33956
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m5262470731394C98C48CAA4A2010947A895664E7 (U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 33957
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CCreateCompareShadowResolutionRequesPredicateU3Eb__24_0_mE16E572B0E27A52CD0E70313AC12304143230D4E (U3CU3Ec_t6DEEAD5CB481BE774017902B1856367D69D1513F* __this, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___0_curr, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___1_other, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:351>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:352>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:353>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:354>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:355>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:356>
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_0 = ___0_curr;
uint16_t L_1 = L_0.___requestedResolution;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_2 = ___1_other;
uint16_t L_3 = L_2.___requestedResolution;
if ((((int32_t)L_1) > ((int32_t)L_3)))
{
goto IL_010b;
}
}
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_4 = ___0_curr;
uint16_t L_5 = L_4.___requestedResolution;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_6 = ___1_other;
uint16_t L_7 = L_6.___requestedResolution;
if ((!(((uint32_t)L_5) == ((uint32_t)L_7))))
{
goto IL_0034;
}
}
{
bool L_8;
L_8 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&___0_curr), NULL);
if (L_8)
{
goto IL_0034;
}
}
{
bool L_9;
L_9 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&___1_other), NULL);
if (L_9)
{
goto IL_010b;
}
}
IL_0034:
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_10 = ___0_curr;
uint16_t L_11 = L_10.___requestedResolution;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_12 = ___1_other;
uint16_t L_13 = L_12.___requestedResolution;
if ((!(((uint32_t)L_11) == ((uint32_t)L_13))))
{
goto IL_006f;
}
}
{
bool L_14;
L_14 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&___0_curr), NULL);
bool L_15;
L_15 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&___1_other), NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)L_15))))
{
goto IL_006f;
}
}
{
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_16 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_17 = ___0_curr;
uint16_t L_18 = L_17.___visibleLightIndex;
NullCheck(L_16);
uint16_t L_19 = L_18;
float L_20 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_21 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_22 = ___1_other;
uint16_t L_23 = L_22.___visibleLightIndex;
NullCheck(L_21);
uint16_t L_24 = L_23;
float L_25 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((((float)L_20) < ((float)L_25)))
{
goto IL_010b;
}
}
IL_006f:
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_26 = ___0_curr;
uint16_t L_27 = L_26.___requestedResolution;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_28 = ___1_other;
uint16_t L_29 = L_28.___requestedResolution;
if ((!(((uint32_t)L_27) == ((uint32_t)L_29))))
{
goto IL_00b5;
}
}
{
bool L_30;
L_30 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&___0_curr), NULL);
bool L_31;
L_31 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&___1_other), NULL);
if ((!(((uint32_t)L_30) == ((uint32_t)L_31))))
{
goto IL_00b5;
}
}
{
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_32 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_33 = ___0_curr;
uint16_t L_34 = L_33.___visibleLightIndex;
NullCheck(L_32);
uint16_t L_35 = L_34;
float L_36 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_37 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_38 = ___1_other;
uint16_t L_39 = L_38.___visibleLightIndex;
NullCheck(L_37);
uint16_t L_40 = L_39;
float L_41 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
if ((!(((float)L_36) == ((float)L_41))))
{
goto IL_00b5;
}
}
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_42 = ___0_curr;
uint16_t L_43 = L_42.___visibleLightIndex;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_44 = ___1_other;
uint16_t L_45 = L_44.___visibleLightIndex;
if ((((int32_t)L_43) < ((int32_t)L_45)))
{
goto IL_010b;
}
}
IL_00b5:
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_46 = ___0_curr;
uint16_t L_47 = L_46.___requestedResolution;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_48 = ___1_other;
uint16_t L_49 = L_48.___requestedResolution;
if ((!(((uint32_t)L_47) == ((uint32_t)L_49))))
{
goto IL_0109;
}
}
{
bool L_50;
L_50 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&___0_curr), NULL);
bool L_51;
L_51 = ShadowResolutionRequest_get_softShadow_m9A74B59043B834E8C46C90481C2D516B1730B931((&___1_other), NULL);
if ((!(((uint32_t)L_50) == ((uint32_t)L_51))))
{
goto IL_0109;
}
}
{
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_52 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_53 = ___0_curr;
uint16_t L_54 = L_53.___visibleLightIndex;
NullCheck(L_52);
uint16_t L_55 = L_54;
float L_56 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_57 = ((AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_StaticFields*)il2cpp_codegen_static_fields_for(AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E_il2cpp_TypeInfo_var))->___s_VisibleLightIndexToCameraSquareDistance;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_58 = ___1_other;
uint16_t L_59 = L_58.___visibleLightIndex;
NullCheck(L_57);
uint16_t L_60 = L_59;
float L_61 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
if ((!(((float)L_56) == ((float)L_61))))
{
goto IL_0109;
}
}
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_62 = ___0_curr;
uint16_t L_63 = L_62.___visibleLightIndex;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_64 = ___1_other;
uint16_t L_65 = L_64.___visibleLightIndex;
if ((!(((uint32_t)L_63) == ((uint32_t)L_65))))
{
goto IL_0109;
}
}
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_66 = ___0_curr;
uint16_t L_67 = L_66.___perLightShadowSliceIndex;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_68 = ___1_other;
uint16_t L_69 = L_68.___perLightShadowSliceIndex;
if ((((int32_t)L_67) < ((int32_t)L_69)))
{
goto IL_010b;
}
}
IL_0109:
{
return 1;
}
IL_010b:
{
return (-1);
}
}
#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: 33958
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CapturePass__ctor_m69F6F274A6DC346284F5B8F06956EDB8C70FF2C6 (CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* __this, int32_t ___0_evt, 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*)&_stringLiteral2AE5A3B58587A66635D3E7DF0FB58EE70E498BEA);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:17>
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/CapturePass.cs:19>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteral2AE5A3B58587A66635D3E7DF0FB58EE70E498BEA, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:20>
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/CapturePass.cs:21>
return;
}
}
// Method Definition Index: 33959
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CapturePass_Execute_mFA4992477F281DFD07E3F0BF51479570B9D25784 (CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* __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*)&IEnumerator_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL;
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_1;
memset((&V_1), 0, sizeof(V_1));
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_2;
memset((&V_2), 0, sizeof(V_2));
RuntimeObject* V_3 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:27>
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/Passes/CapturePass.cs:29>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_3 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_4 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_3->___cameraData);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_5;
L_5 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_4, NULL);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_6 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_5);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = V_0;
NullCheck(L_6);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8;
L_8 = VirtualFuncInvoker1< RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(10, L_6, L_7);
__this->___m_CameraColorHandle = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraColorHandle), (void*)L_8);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:31>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_9 = V_0;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_10;
L_10 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_1), L_9, L_10, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_006c:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_1), NULL);
return;
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:33>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = __this->___m_CameraColorHandle;
NullCheck(L_11);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_12;
L_12 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_11, NULL);
V_2 = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:34>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_13 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_14 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_13->___cameraData);
RuntimeObject** L_15;
L_15 = CameraData_get_captureActions_mEACC5EEE572C1BA4684400B078116480ADFEB375(L_14, NULL);
RuntimeObject* L_16 = *((RuntimeObject**)L_15);
V_3 = L_16;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:35>
RuntimeObject* L_17 = V_3;
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(2, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_17);
goto IL_0062_1;
}
IL_004f_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:36>
RuntimeObject* L_18 = V_3;
NullCheck(L_18);
Action_2_t6D8354444F56930FFED265F70AFE4BC80A5AD1EA* L_19;
L_19 = InterfaceFuncInvoker0< Action_2_t6D8354444F56930FFED265F70AFE4BC80A5AD1EA* >::Invoke(0, IEnumerator_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33_il2cpp_TypeInfo_var, L_18);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_20 = V_2;
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_21 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_22;
L_22 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_21, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_23 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_22);
NullCheck(L_19);
Action_2_Invoke_m040284ED3DD462A0AFAF06F9D6CA1C2A33F35C88_inline(L_19, L_20, L_23, NULL);
}
IL_0062_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:35>
RuntimeObject* L_24 = V_3;
NullCheck(L_24);
bool L_25;
L_25 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24);
if (L_25)
{
goto IL_004f_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:37>
goto IL_007a;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_007a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:38>
return;
}
}
// Method Definition Index: 33960
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CapturePass_RecordRenderGraph_m1C1E0777FBE8B0FDB75D6A90F9813150DFCAAE6C (CapturePass_tBD745B83E7D4AE9A6F35EE0760F1CCAC51B787EE* __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_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A_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_TisUnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25_mEF07844718770339A766658816E67184F55AAD09_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisUnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25_m23125F808EF0104BDFFCA8938B4E8A800BB3EF48_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRecordRenderGraphU3Eb__4_0_m678481CDA1E8B7E5A2D24C9BD7D0F6AA4C02206A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AA91242862EF13FBFA440BBBE7E73C2051B451C);
s_Il2CppMethodInitialized = true;
}
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
RuntimeObject* V_2 = NULL;
UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* V_3 = NULL;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_4;
memset((&V_4), 0, sizeof(V_4));
BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* G_B2_0 = NULL;
RuntimeObject* G_B2_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:52>
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/Passes/CapturePass.cs:53>
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/Passes/CapturePass.cs:55>
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_AddUnsafePass_TisUnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25_m23125F808EF0104BDFFCA8938B4E8A800BB3EF48(L_4, L_5, (&V_3), L_6, _stringLiteral3AA91242862EF13FBFA440BBBE7E73C2051B451C, ((int32_t)55), RenderGraph_AddUnsafePass_TisUnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25_m23125F808EF0104BDFFCA8938B4E8A800BB3EF48_RuntimeMethod_var);
V_2 = L_7;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0081:
{
{
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_008a;
}
}
{
RuntimeObject* L_9 = V_2;
NullCheck(L_9);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
}
IL_008a:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:58>
UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* L_10 = V_3;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_11 = V_0;
NullCheck(L_11);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_12;
L_12 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_11, NULL);
NullCheck(L_10);
L_10->___source = L_12;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:59>
UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* L_13 = V_3;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = V_1;
NullCheck(L_14);
RuntimeObject* L_15 = L_14->___captureActions;
NullCheck(L_13);
L_13->___captureActions = L_15;
Il2CppCodeGenWriteBarrier((void**)(&L_13->___captureActions), (void*)L_15);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:62>
RuntimeObject* L_16 = V_2;
NullCheck(L_16);
InterfaceActionInvoker1< bool >::Invoke(11, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_16, (bool)0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:63>
RuntimeObject* L_17 = V_2;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_18 = V_0;
NullCheck(L_18);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_19;
L_19 = UniversalResourceData_get_cameraColor_mED6D8FE90EA44FF9D9975D24B29230B180C77CFC(L_18, NULL);
V_4 = L_19;
NullCheck(L_17);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_17, (&V_4), 1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:64>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:65>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:66>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:67>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:68>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:69>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:70>
RuntimeObject* L_20 = V_2;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* L_21 = ((U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var))->___U3CU3E9__4_0;
BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* L_22 = L_21;
if (L_22)
{
G_B3_0 = L_22;
G_B3_1 = L_20;
goto IL_007a_1;
}
G_B2_0 = L_22;
G_B2_1 = L_20;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var);
U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563* L_23 = ((U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* L_24 = (BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A*)il2cpp_codegen_object_new(BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_mC87F03A262C3558C75C5378F243A2912F5495BE0(L_24, L_23, (intptr_t)((void*)U3CU3Ec_U3CRecordRenderGraphU3Eb__4_0_m678481CDA1E8B7E5A2D24C9BD7D0F6AA4C02206A_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* L_25 = L_24;
((U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var))->___U3CU3E9__4_0 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var))->___U3CU3E9__4_0), (void*)L_25);
G_B3_0 = L_25;
G_B3_1 = G_B2_1;
}
IL_007a_1:
{
NullCheck(G_B3_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t0B93E3F717B4CEA4F9F7ED32340173CA8B807F9A* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisUnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25_mEF07844718770339A766658816E67184F55AAD09_RuntimeMethod_var, G_B3_1, G_B3_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:71>
goto IL_008b;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_008b:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:72>
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: 33961
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafePassData__ctor_m6E5ACD9D94B2147C5636585B644A6701914DF01B (UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* __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: 33962
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m1D92AFB4503F863A486DA6A366B80C9168BA39B2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563* L_0 = (U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563*)il2cpp_codegen_object_new(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_mFBA7F545FC0B528100AACA7BD8F8277CBE8FA610(L_0, NULL);
((U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 33963
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mFBA7F545FC0B528100AACA7BD8F8277CBE8FA610 (U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 33964
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRecordRenderGraphU3Eb__4_0_m678481CDA1E8B7E5A2D24C9BD7D0F6AA4C02206A (U3CU3Ec_t167C2A57D4B0D1106E357BA5E41F60EE64964563* __this, UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_unsafeContext, 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*)&IEnumerator_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:66>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_unsafeContext;
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/CapturePass.cs:67>
UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* L_3 = ___0_data;
NullCheck(L_3);
RuntimeObject* L_4 = L_3->___captureActions;
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:68>
UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* L_5 = ___0_data;
NullCheck(L_5);
RuntimeObject* L_6 = L_5->___captureActions;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(2, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6);
goto IL_0037;
}
IL_0020:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:69>
RuntimeObject* L_7 = V_1;
NullCheck(L_7);
Action_2_t6D8354444F56930FFED265F70AFE4BC80A5AD1EA* L_8;
L_8 = InterfaceFuncInvoker0< Action_2_t6D8354444F56930FFED265F70AFE4BC80A5AD1EA* >::Invoke(0, IEnumerator_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33_il2cpp_TypeInfo_var, L_7);
UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* L_9 = ___0_data;
NullCheck(L_9);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = L_9->___source;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_11;
L_11 = TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D(L_10, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_12 = V_0;
NullCheck(L_8);
Action_2_Invoke_m040284ED3DD462A0AFAF06F9D6CA1C2A33F35C88_inline(L_8, L_11, L_12, NULL);
}
IL_0037:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.cs:68>
UnsafePassData_t2645281BD1E66D083B9191E2C1A6C2D9FB344C25* L_13 = ___0_data;
NullCheck(L_13);
RuntimeObject* L_14 = L_13->___captureActions;
NullCheck(L_14);
bool L_15;
L_15 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
if (L_15)
{
goto IL_0020;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/CapturePass.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: 33965
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass__ctor_mDBCF412F28AA8B567220AFEE129CF6DEF63FF9A1 (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, int32_t ___0_evt, bool ___1_renderOffscreen, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_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/DrawScreenSpaceUIPass.cs:28>
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/DrawScreenSpaceUIPass.cs:30>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0;
L_0 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)12), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:31>
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/DrawScreenSpaceUIPass.cs:32>
ScriptableRenderPass_set_useNativeRenderPass_m1D60C30BB1CF1B4D383FFCABC1F57EA755626895_inline(__this, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:33>
bool L_2 = ___1_renderOffscreen;
__this->___m_RenderOffscreen = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:34>
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_3 = (PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121*)il2cpp_codegen_object_new(PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_il2cpp_TypeInfo_var);
PassData__ctor_m2DDA1B56F50370CCA713C680BC6A66F6A7D68C87(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/DrawScreenSpaceUIPass.cs:35>
return;
}
}
// Method Definition Index: 33966
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_ConfigureColorDescriptor_m267EC20CED805E5500F64A6C8AE5FB0135757E7B (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, int32_t ___1_cameraWidth, int32_t ___2_cameraHeight, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:46>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_descriptor;
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13(L_0, 4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:47>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = ___0_descriptor;
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline(L_1, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:48>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = ___0_descriptor;
int32_t L_3 = ___1_cameraWidth;
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_2, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:49>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = ___0_descriptor;
int32_t L_5 = ___2_cameraHeight;
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_4, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:50>
return;
}
}
// Method Definition Index: 33967
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_ConfigureDepthDescriptor_mCEC0CA965EF1BB62618F7C8951B13DB7F0D865C3 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, int32_t ___1_depthStencilFormat, int32_t ___2_cameraWidth, int32_t ___3_cameraHeight, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:62>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_descriptor;
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13(L_0, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:63>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = ___0_descriptor;
int32_t L_2 = ___1_depthStencilFormat;
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline(L_1, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:64>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_3 = ___0_descriptor;
int32_t L_4 = ___2_cameraWidth;
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_3, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:65>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_5 = ___0_descriptor;
int32_t L_6 = ___3_cameraHeight;
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_5, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:66>
return;
}
}
// Method Definition Index: 33968
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_ExecutePass_mE0C8674BC0AD66BFA3244D290B142961C47D9185 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_commandBuffer, PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* ___1_passData, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:70>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_0 = ___0_commandBuffer;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_1 = ___2_rendererList;
NullCheck(L_0);
RasterCommandBuffer_DrawRendererList_m6C50C4A5E4CABE3542317969BC91F552B41A427F(L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:71>
return;
}
}
// Method Definition Index: 33969
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_ExecutePass_mCB8FE16EFCB8D00D91DB6BB74DA411C04C3936DF (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___0_commandBuffer, UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* ___1_passData, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:76>
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_0 = ___0_commandBuffer;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_1 = ___2_rendererList;
NullCheck(L_0);
UnsafeCommandBuffer_DrawRendererList_m93B1BEC17B8C041AEE58EB98988F5136E97ABB3B(L_0, L_1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:77>
return;
}
}
// Method Definition Index: 33970
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_Dispose_m74197CD717B5E0D9C5DB140F525B3CB71CB77E2D (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __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;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:82>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_ColorTarget;
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/DrawScreenSpaceUIPass.cs:83>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = __this->___m_DepthTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = L_2;
if (L_3)
{
G_B5_0 = L_3;
goto IL_001c;
}
G_B4_0 = L_3;
}
{
return;
}
IL_001c:
{
NullCheck(G_B5_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B5_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:84>
return;
}
}
// Method Definition Index: 33971
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_Setup_mE1286A60B85983BDE454C9172A9C62143A71D5BD (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, int32_t ___1_depthStencilFormat, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral838BF4D98F4B580AA3297EF4E50042C591F6C736);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC630E5D54CCEB1FE4B9969A3E761B1D275A4FFC);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:93>
bool L_0 = __this->___m_RenderOffscreen;
if (!L_0)
{
goto IL_0073;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:95>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
NullCheck(L_1);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_2 = L_1->___cameraTargetDescriptor;
V_0 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:96>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___0_cameraData;
NullCheck(L_3);
int32_t L_4 = L_3->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = ___0_cameraData;
NullCheck(L_5);
int32_t L_6 = L_5->___pixelHeight;
il2cpp_codegen_runtime_class_init_inline(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass_ConfigureColorDescriptor_m267EC20CED805E5500F64A6C8AE5FB0135757E7B((&V_0), L_4, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:97>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_7 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_ColorTarget);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_8;
L_8 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_7, (&V_0), 0, 0, 1, (0.0f), _stringLiteralDC630E5D54CCEB1FE4B9969A3E761B1D275A4FFC, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:99>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = ___0_cameraData;
NullCheck(L_9);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_10 = L_9->___cameraTargetDescriptor;
V_1 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:100>
int32_t L_11 = ___1_depthStencilFormat;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___0_cameraData;
NullCheck(L_12);
int32_t L_13 = L_12->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = ___0_cameraData;
NullCheck(L_14);
int32_t L_15 = L_14->___pixelHeight;
DrawScreenSpaceUIPass_ConfigureDepthDescriptor_mCEC0CA965EF1BB62618F7C8951B13DB7F0D865C3((&V_1), L_11, L_13, L_15, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:101>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_16 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_DepthTarget);
bool L_17;
L_17 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_16, (&V_1), 0, 0, 1, (0.0f), _stringLiteral838BF4D98F4B580AA3297EF4E50042C591F6C736, NULL);
}
IL_0073:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:103>
return;
}
}
// Method Definition Index: 33972
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_OnCameraSetup_m8325271D5B7E6B23A33897550AB0014AF6E8CD88 (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __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*)&RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_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*)&ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_1 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL;
int32_t G_B6_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:109>
bool L_0 = __this->___m_RenderOffscreen;
if (!L_0)
{
goto IL_0040;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:113>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = __this->___m_ColorTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = __this->___m_DepthTarget;
ScriptableRenderPass_ConfigureTarget_mDC20EFA30782A4E2D734590184A90E338953F36B(__this, L_1, L_2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:114>
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
L_3 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
ScriptableRenderPass_ConfigureClear_m5C82128C3ABDD63621501DC012ED91F392ABF123(__this, 1, L_3, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:116>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___0_cmd;
if (!L_4)
{
goto IL_0094;
}
}
{
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = ___0_cmd;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_6 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___overlayUITexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = __this->___m_ColorTarget;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8;
L_8 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_7, NULL);
NullCheck(L_5);
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_5, L_6, L_8, NULL);
return;
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:120>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_9 = ___1_renderingData;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_10 = L_9->___frameData;
NullCheck(L_10);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11;
L_11 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_10, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
V_0 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:121>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_0;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_13;
L_13 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_12, NULL);
V_1 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:122>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_14 = V_1;
if (!L_14)
{
goto IL_0064;
}
}
{
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_15 = V_1;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = V_0;
NullCheck(L_16);
bool L_17 = L_16->___resolveFinalTarget;
NullCheck(L_15);
bool L_18;
L_18 = DebugHandler_WriteToDebugScreenTexture_m238B0FD053CE5540FD5A64BF47C06456486A31B7(L_15, L_17, NULL);
G_B6_0 = ((int32_t)(L_18));
goto IL_0065;
}
IL_0064:
{
G_B6_0 = 0;
}
IL_0065:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:124>
if (!G_B6_0)
{
goto IL_007c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:128>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_19 = V_1;
NullCheck(L_19);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_20;
L_20 = DebugHandler_get_DebugScreenColorHandle_m704B6C8442CDB6B1DC0E368BD6CFDB24DC8612F4(L_19, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_21 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_20);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_22 = V_1;
NullCheck(L_22);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_23;
L_23 = DebugHandler_get_DebugScreenDepthHandle_mB80C399D6659D8E356EDC58D48EA71D17979548B(L_22, NULL);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_23);
ScriptableRenderPass_ConfigureTarget_mDC20EFA30782A4E2D734590184A90E338953F36B(__this, L_21, L_24, NULL);
return;
}
IL_007c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:134>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_25 = ___1_renderingData;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_26;
L_26 = RenderingUtils_GetCameraTargetIdentifier_mABBE09223B7ED980FA58D98476B05D84C8DB836B(L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:135>
RTHandleStaticHelpers_SetRTHandleStaticWrapper_mF0746A1D008A6FB7998485AD1BB33055F81C727D(L_26, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:136>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_27 = ((RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_StaticFields*)il2cpp_codegen_static_fields_for(RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_il2cpp_TypeInfo_var))->___s_RTHandleWrapper;
V_2 = L_27;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:140>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_28 = V_2;
ScriptableRenderPass_ConfigureTarget_m6767C5E94D51F989348F415771B770DE844FD4A6(__this, L_28, NULL);
}
IL_0094:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:144>
return;
}
}
// Method Definition Index: 33973
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_Execute_m869AB2ABBC7629F3BCEECE547FB180E8683F7F80 (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __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*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_0;
memset((&V_0), 0, sizeof(V_0));
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:150>
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);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_3;
L_3 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_0), L_2, L_3, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0042:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_0), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:152>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_4 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_5 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_4->___cameraData);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_6;
L_6 = CameraData_get_camera_mA3084B19BBF03DF4E59402E021A74016AC808B01(L_5, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = *((Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)L_6);
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_8;
L_8 = ScriptableRenderContext_CreateUIOverlayRendererList_mF4A2E4365ECC049901E79DCA1A3BE162DCAFAFB1((&___0_context), L_7, NULL);
V_1 = L_8;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:153>
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);
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_13 = __this->___m_PassData;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_14 = V_1;
il2cpp_codegen_runtime_class_init_inline(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass_ExecutePass_mE0C8674BC0AD66BFA3244D290B142961C47D9185(L_12, L_13, L_14, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:154>
goto IL_0050;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0050:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:155>
return;
}
}
// Method Definition Index: 33974
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_RenderOffscreen_m4E46C2047ACB4BABE19A9A3CD77690E27D074157 (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, int32_t ___2_depthStencilFormat, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_output, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_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_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m158959A01CCFABE21BEF7BFAA88466FF2947C598_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m08ED8E7548481B5F0B8D508E113C16A5F81755F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m93EEF8521D3E986FA6467301017D396011F3CE87_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m0E91DAA44FBBD72371B0880DB3EA6E1A1312EAF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderOffscreenU3Eb__17_0_m149501FA4F5E2B69B5E6564AE7716C90AB78CC17_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderOffscreenU3Eb__17_1_m8E278F1EC7082F983D214AAF2FCD57132CCCF658_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43007DBFACE5B057E8B6B2A2C9B7557856E33B7C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EB44C2901646624455E07347A5D649705F4C370);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral838BF4D98F4B580AA3297EF4E50042C591F6C736);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EC4064F242F3D05D16E30B993182D4533ED93E6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC630E5D54CCEB1FE4B9969A3E761B1D275A4FFC);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_1;
memset((&V_1), 0, sizeof(V_1));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_2;
memset((&V_2), 0, sizeof(V_2));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_3;
memset((&V_3), 0, sizeof(V_3));
RuntimeObject* V_4 = NULL;
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* V_5 = NULL;
int32_t V_6 = 0;
RuntimeObject* V_7 = NULL;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* V_8 = NULL;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* G_B5_0 = NULL;
RuntimeObject* G_B5_1 = NULL;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* G_B4_0 = NULL;
RuntimeObject* G_B4_1 = NULL;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* G_B12_0 = NULL;
RuntimeObject* G_B12_1 = NULL;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* G_B11_0 = NULL;
RuntimeObject* G_B11_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:172>
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/DrawScreenSpaceUIPass.cs:173>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = V_0;
NullCheck(L_2);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3 = L_2->___cameraTargetDescriptor;
V_1 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:174>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = L_4->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = L_6->___pixelHeight;
il2cpp_codegen_runtime_class_init_inline(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass_ConfigureColorDescriptor_m267EC20CED805E5500F64A6C8AE5FB0135757E7B((&V_1), L_5, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:175>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_8 = ___3_output;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_9 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_10 = V_1;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11;
L_11 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_9, L_10, _stringLiteralDC630E5D54CCEB1FE4B9969A3E761B1D275A4FFC, (bool)1, 0, 1, NULL);
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_8 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:176>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_0;
NullCheck(L_12);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_13 = L_12->___cameraTargetDescriptor;
V_2 = L_13;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:177>
int32_t L_14 = ___2_depthStencilFormat;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = V_0;
NullCheck(L_15);
int32_t L_16 = L_15->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = V_0;
NullCheck(L_17);
int32_t L_18 = L_17->___pixelHeight;
DrawScreenSpaceUIPass_ConfigureDepthDescriptor_mCEC0CA965EF1BB62618F7C8951B13DB7F0D865C3((&V_2), L_14, L_16, L_18, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:178>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_19 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_20 = V_2;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_21;
L_21 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_19, L_20, _stringLiteral838BF4D98F4B580AA3297EF4E50042C591F6C736, (bool)0, 0, 1, NULL);
V_3 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:181>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_22 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_23;
L_23 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_22);
RuntimeObject* L_24;
L_24 = RenderGraph_AddRasterRenderPass_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m93EEF8521D3E986FA6467301017D396011F3CE87(L_22, _stringLiteral7EB44C2901646624455E07347A5D649705F4C370, (&V_5), L_23, _stringLiteral8EC4064F242F3D05D16E30B993182D4533ED93E6, ((int32_t)181), RenderGraph_AddRasterRenderPass_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m93EEF8521D3E986FA6467301017D396011F3CE87_RuntimeMethod_var);
V_4 = L_24;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0107:
{
{
RuntimeObject* L_25 = V_4;
if (!L_25)
{
goto IL_0112;
}
}
{
RuntimeObject* L_26 = V_4;
NullCheck(L_26);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_26);
}
IL_0112:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:184>
RuntimeObject* L_27 = V_4;
NullCheck(L_27);
InterfaceActionInvoker1< bool >::Invoke(2, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_27, (bool)1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:186>
RuntimeObject* L_28 = V_4;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_29 = ___3_output;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_30 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_29);
NullCheck(L_28);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_28, L_30, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:188>
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_31 = V_5;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_32 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_33 = V_0;
NullCheck(L_33);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_34 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)(&L_33->___camera);
V_6 = 1;
NullCheck(L_32);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_35;
L_35 = RenderGraph_CreateUIOverlayRendererList_m2CF2DBB77469A253DCD455C823BFE2015813CBDA(L_32, L_34, (&V_6), NULL);
NullCheck(L_31);
L_31->___rendererList = L_35;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:189>
RuntimeObject* L_36 = V_4;
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_37 = V_5;
NullCheck(L_37);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_38 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_37->___rendererList);
NullCheck(L_36);
InterfaceActionInvoker1< RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* >::Invoke(9, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_36, L_38);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:191>
RuntimeObject* L_39 = V_4;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_40 = V_3;
NullCheck(L_39);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_39, L_40, 3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:193>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_41 = ___3_output;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_42;
L_42 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline(L_41, NULL);
if (!L_42)
{
goto IL_00df_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:194>
RuntimeObject* L_43 = V_4;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_44 = ___3_output;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_45 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___overlayUITexture;
NullCheck(L_43);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(3, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_43, L_44, L_45);
}
IL_00df_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:196>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:197>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:198>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:199>
RuntimeObject* L_46 = V_4;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* L_47 = ((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__17_0;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* L_48 = L_47;
if (L_48)
{
G_B5_0 = L_48;
G_B5_1 = L_46;
goto IL_0100_1;
}
G_B4_0 = L_48;
G_B4_1 = L_46;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* L_49 = ((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* L_50 = (BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E*)il2cpp_codegen_object_new(BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_mFF3BFEF05BBE8400A8F5EE80C3A81659D8B4AFBA(L_50, L_49, (intptr_t)((void*)U3CU3Ec_U3CRenderOffscreenU3Eb__17_0_m149501FA4F5E2B69B5E6564AE7716C90AB78CC17_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* L_51 = L_50;
((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__17_0 = L_51;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__17_0), (void*)L_51);
G_B5_0 = L_51;
G_B5_1 = G_B4_1;
}
IL_0100_1:
{
NullCheck(G_B5_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m158959A01CCFABE21BEF7BFAA88466FF2947C598_RuntimeMethod_var, G_B5_1, G_B5_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:200>
goto IL_0113;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0113:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:205>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_52 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_53;
L_53 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_52);
RuntimeObject* L_54;
L_54 = RenderGraph_AddUnsafePass_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m0E91DAA44FBBD72371B0880DB3EA6E1A1312EAF2(L_52, _stringLiteral43007DBFACE5B057E8B6B2A2C9B7557856E33B7C, (&V_8), L_53, _stringLiteral8EC4064F242F3D05D16E30B993182D4533ED93E6, ((int32_t)205), RenderGraph_AddUnsafePass_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m0E91DAA44FBBD72371B0880DB3EA6E1A1312EAF2_RuntimeMethod_var);
V_7 = L_54;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0198:
{
{
RuntimeObject* L_55 = V_7;
if (!L_55)
{
goto IL_01a3;
}
}
{
RuntimeObject* L_56 = V_7;
NullCheck(L_56);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_56);
}
IL_01a3:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:207>
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_57 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_58 = ___3_output;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_59 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_58);
NullCheck(L_57);
L_57->___colorTarget = L_59;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:208>
RuntimeObject* L_60 = V_7;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_61 = ___3_output;
NullCheck(L_60);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_60, L_61, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:210>
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_62 = V_8;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_63 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_64 = V_0;
NullCheck(L_64);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_65 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)(&L_64->___camera);
V_6 = 2;
NullCheck(L_63);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_66;
L_66 = RenderGraph_CreateUIOverlayRendererList_m2CF2DBB77469A253DCD455C823BFE2015813CBDA(L_63, L_65, (&V_6), NULL);
NullCheck(L_62);
L_62->___rendererList = L_66;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:211>
RuntimeObject* L_67 = V_7;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_68 = V_8;
NullCheck(L_68);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_69 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_68->___rendererList);
NullCheck(L_67);
InterfaceActionInvoker1< RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* >::Invoke(9, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_67, L_69);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:213>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:214>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:215>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:216>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:217>
RuntimeObject* L_70 = V_7;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* L_71 = ((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__17_1;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* L_72 = L_71;
if (L_72)
{
G_B12_0 = L_72;
G_B12_1 = L_70;
goto IL_0191_1;
}
G_B11_0 = L_72;
G_B11_1 = L_70;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* L_73 = ((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* L_74 = (BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096*)il2cpp_codegen_object_new(BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m6B6BD3645E0114FB446E20CE37B6B1996480C0A6(L_74, L_73, (intptr_t)((void*)U3CU3Ec_U3CRenderOffscreenU3Eb__17_1_m8E278F1EC7082F983D214AAF2FCD57132CCCF658_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* L_75 = L_74;
((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__17_1 = L_75;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__17_1), (void*)L_75);
G_B12_0 = L_75;
G_B12_1 = G_B11_1;
}
IL_0191_1:
{
NullCheck(G_B12_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m08ED8E7548481B5F0B8D508E113C16A5F81755F8_RuntimeMethod_var, G_B12_1, G_B12_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:218>
goto IL_01a4;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01a4:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:219>
return;
}
}
// Method Definition Index: 33975
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass_RenderOverlay_m7048B0A6CBCD4AD916DA93B1AAC639F1232BB7A0 (DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_colorBuffer, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_depthBuffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096_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_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m158959A01CCFABE21BEF7BFAA88466FF2947C598_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m08ED8E7548481B5F0B8D508E113C16A5F81755F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m93EEF8521D3E986FA6467301017D396011F3CE87_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m0E91DAA44FBBD72371B0880DB3EA6E1A1312EAF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderOverlayU3Eb__18_0_mB436021BF428E7B2F94B73602A9E6CA2A6A13D59_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderOverlayU3Eb__18_1_m60F1B16D2E86EBC14D4B871E70BB2EBEFFEF9F23_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E03F7ED5CD3C556B9F74010EEC7423E4C87C5D9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EC4064F242F3D05D16E30B993182D4533ED93E6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0278BF6DFB60252145711785F215910B42D13A3);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
RuntimeObject* V_1 = NULL;
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* V_2 = NULL;
int32_t V_3 = 0;
RuntimeObject* V_4 = NULL;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* V_5 = NULL;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* G_B2_0 = NULL;
RuntimeObject* G_B2_1 = NULL;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* G_B10_0 = NULL;
RuntimeObject* G_B10_1 = NULL;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* G_B9_0 = NULL;
RuntimeObject* G_B9_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:223>
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/DrawScreenSpaceUIPass.cs:224>
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);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:225>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = V_0;
NullCheck(L_4);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_5 = L_4->___renderer;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:228>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_7;
L_7 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_6);
RuntimeObject* L_8;
L_8 = RenderGraph_AddRasterRenderPass_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m93EEF8521D3E986FA6467301017D396011F3CE87(L_6, _stringLiteral1E03F7ED5CD3C556B9F74010EEC7423E4C87C5D9, (&V_2), L_7, _stringLiteral8EC4064F242F3D05D16E30B993182D4533ED93E6, ((int32_t)228), RenderGraph_AddRasterRenderPass_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m93EEF8521D3E986FA6467301017D396011F3CE87_RuntimeMethod_var);
V_1 = L_8;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_009f:
{
{
RuntimeObject* L_9 = V_1;
if (!L_9)
{
goto IL_00a8;
}
}
{
RuntimeObject* L_10 = V_1;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
}
IL_00a8:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:231>
RuntimeObject* L_11 = V_1;
NullCheck(L_11);
InterfaceActionInvoker1< bool >::Invoke(2, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_11, (bool)1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:233>
RuntimeObject* L_12 = V_1;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_13 = ___2_colorBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_14 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_13);
NullCheck(L_12);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_12, L_14, 0, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:234>
RuntimeObject* L_15 = V_1;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_16 = ___3_depthBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_16);
NullCheck(L_15);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_15, L_17, 3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:236>
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_18 = V_2;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_19 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_20 = V_0;
NullCheck(L_20);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_21 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)(&L_20->___camera);
V_3 = 1;
NullCheck(L_19);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_22;
L_22 = RenderGraph_CreateUIOverlayRendererList_m2CF2DBB77469A253DCD455C823BFE2015813CBDA(L_19, L_21, (&V_3), NULL);
NullCheck(L_18);
L_18->___rendererList = L_22;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:237>
RuntimeObject* L_23 = V_1;
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_24 = V_2;
NullCheck(L_24);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_25 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_24->___rendererList);
NullCheck(L_23);
InterfaceActionInvoker1< RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* >::Invoke(9, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_23, L_25);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:239>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:240>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:241>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:242>
RuntimeObject* L_26 = V_1;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* L_27 = ((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__18_0;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* L_28 = L_27;
if (L_28)
{
G_B3_0 = L_28;
G_B3_1 = L_26;
goto IL_0098_1;
}
G_B2_0 = L_28;
G_B2_1 = L_26;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* L_29 = ((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* L_30 = (BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E*)il2cpp_codegen_object_new(BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_mFF3BFEF05BBE8400A8F5EE80C3A81659D8B4AFBA(L_30, L_29, (intptr_t)((void*)U3CU3Ec_U3CRenderOverlayU3Eb__18_0_mB436021BF428E7B2F94B73602A9E6CA2A6A13D59_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* L_31 = L_30;
((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__18_0 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__18_0), (void*)L_31);
G_B3_0 = L_31;
G_B3_1 = G_B2_1;
}
IL_0098_1:
{
NullCheck(G_B3_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t537BBAAD907F4E6B2347FCCE5BAB1E24CDEAB75E* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121_m158959A01CCFABE21BEF7BFAA88466FF2947C598_RuntimeMethod_var, G_B3_1, G_B3_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:243>
goto IL_00a9;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00a9:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:248>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_32 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_33;
L_33 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_32);
RuntimeObject* L_34;
L_34 = RenderGraph_AddUnsafePass_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m0E91DAA44FBBD72371B0880DB3EA6E1A1312EAF2(L_32, _stringLiteralC0278BF6DFB60252145711785F215910B42D13A3, (&V_5), L_33, _stringLiteral8EC4064F242F3D05D16E30B993182D4533ED93E6, ((int32_t)248), RenderGraph_AddUnsafePass_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m0E91DAA44FBBD72371B0880DB3EA6E1A1312EAF2_RuntimeMethod_var);
V_4 = L_34;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_012b:
{
{
RuntimeObject* L_35 = V_4;
if (!L_35)
{
goto IL_0136;
}
}
{
RuntimeObject* L_36 = V_4;
NullCheck(L_36);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_36);
}
IL_0136:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:250>
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_37 = V_5;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_38 = ___2_colorBuffer;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_39 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_38);
NullCheck(L_37);
L_37->___colorTarget = L_39;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:251>
RuntimeObject* L_40 = V_4;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_41 = ___2_colorBuffer;
NullCheck(L_40);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_40, L_41, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:253>
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_42 = V_5;
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_43 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_44 = V_0;
NullCheck(L_44);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_45 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)(&L_44->___camera);
V_3 = 2;
NullCheck(L_43);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_46;
L_46 = RenderGraph_CreateUIOverlayRendererList_m2CF2DBB77469A253DCD455C823BFE2015813CBDA(L_43, L_45, (&V_3), NULL);
NullCheck(L_42);
L_42->___rendererList = L_46;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:254>
RuntimeObject* L_47 = V_4;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_48 = V_5;
NullCheck(L_48);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_49 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_48->___rendererList);
NullCheck(L_47);
InterfaceActionInvoker1< RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* >::Invoke(9, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_47, L_49);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:256>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:257>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:258>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:259>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:260>
RuntimeObject* L_50 = V_4;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* L_51 = ((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__18_1;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* L_52 = L_51;
if (L_52)
{
G_B10_0 = L_52;
G_B10_1 = L_50;
goto IL_0124_1;
}
G_B9_0 = L_52;
G_B9_1 = L_50;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* L_53 = ((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* L_54 = (BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096*)il2cpp_codegen_object_new(BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m6B6BD3645E0114FB446E20CE37B6B1996480C0A6(L_54, L_53, (intptr_t)((void*)U3CU3Ec_U3CRenderOverlayU3Eb__18_1_m60F1B16D2E86EBC14D4B871E70BB2EBEFFEF9F23_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* L_55 = L_54;
((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__18_1 = L_55;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9__18_1), (void*)L_55);
G_B10_0 = L_55;
G_B10_1 = G_B9_1;
}
IL_0124_1:
{
NullCheck(G_B10_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t96F2C6F0E3A079869C0DBDC91E43A78194564096* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisUnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6_m08ED8E7548481B5F0B8D508E113C16A5F81755F8_RuntimeMethod_var, G_B10_1, G_B10_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:261>
goto IL_0137;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0137:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:262>
return;
}
}
// Method Definition Index: 33976
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawScreenSpaceUIPass__cctor_mE13B568262280371627D2D351AD4C0EE4BB2797F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral739BD29C62A318411ED6EEAB7516EEEA0F7261E2);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:20>
int32_t L_0;
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6, NULL);
((DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_StaticFields*)il2cpp_codegen_static_fields_for(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var))->___s_CameraDepthTextureID = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:21>
int32_t L_1;
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral739BD29C62A318411ED6EEAB7516EEEA0F7261E2, NULL);
((DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_StaticFields*)il2cpp_codegen_static_fields_for(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var))->___s_CameraOpaqueTextureID = 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: 33977
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m2DDA1B56F50370CCA713C680BC6A66F6A7D68C87 (PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* __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: 33978
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafePassData__ctor_m0B62CB93522C385A3D57095742388CA2878CCD4A (UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* __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: 33979
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m6AA84717B8BCCA67869B4EBD5BFFA6038B3AEA25 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* L_0 = (U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0*)il2cpp_codegen_object_new(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m994C23FE31AA8D5169C463036035D0640240D085(L_0, NULL);
((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 33980
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m994C23FE31AA8D5169C463036035D0640240D085 (U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 33981
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderOffscreenU3Eb__17_0_m149501FA4F5E2B69B5E6564AE7716C90AB78CC17 (U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* __this, PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:198>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_2 = ___0_data;
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_3 = ___0_data;
NullCheck(L_3);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_4 = L_3->___rendererList;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_5;
L_5 = RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585(L_4, NULL);
il2cpp_codegen_runtime_class_init_inline(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass_ExecutePass_mE0C8674BC0AD66BFA3244D290B142961C47D9185(L_1, L_2, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:199>
return;
}
}
// Method Definition Index: 33982
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderOffscreenU3Eb__17_1_m8E278F1EC7082F983D214AAF2FCD57132CCCF658 (U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* __this, UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_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/Passes/DrawScreenSpaceUIPass.cs:215>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_context;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___colorTarget;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4;
L_4 = TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D(L_3, NULL);
NullCheck(L_1);
UnsafeCommandBuffer_SetRenderTarget_mF70D588993547F88CE19B8DCE1CCFE208A268B5C(L_1, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:216>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_5 = ___1_context;
NullCheck(L_5);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_6 = L_5->___cmd;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_7 = ___0_data;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_8 = ___0_data;
NullCheck(L_8);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_9 = L_8->___rendererList;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_10;
L_10 = RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585(L_9, NULL);
il2cpp_codegen_runtime_class_init_inline(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass_ExecutePass_mCB8FE16EFCB8D00D91DB6BB74DA411C04C3936DF(L_6, L_7, L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:217>
return;
}
}
// Method Definition Index: 33983
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderOverlayU3Eb__18_0_mB436021BF428E7B2F94B73602A9E6CA2A6A13D59 (U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* __this, PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:241>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_2 = ___0_data;
PassData_tA3EECD98DD71C46435D8A9E939D836A105BD9121* L_3 = ___0_data;
NullCheck(L_3);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_4 = L_3->___rendererList;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_5;
L_5 = RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585(L_4, NULL);
il2cpp_codegen_runtime_class_init_inline(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass_ExecutePass_mE0C8674BC0AD66BFA3244D290B142961C47D9185(L_1, L_2, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:242>
return;
}
}
// Method Definition Index: 33984
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderOverlayU3Eb__18_1_m60F1B16D2E86EBC14D4B871E70BB2EBEFFEF9F23 (U3CU3Ec_t5CBC67BFFA74CB899A00DA12B03F3D711B1C6AD0* __this, UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_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/Passes/DrawScreenSpaceUIPass.cs:258>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_context;
NullCheck(L_0);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_2 = ___0_data;
NullCheck(L_2);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = L_2->___colorTarget;
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4;
L_4 = TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D(L_3, NULL);
NullCheck(L_1);
UnsafeCommandBuffer_SetRenderTarget_mF70D588993547F88CE19B8DCE1CCFE208A268B5C(L_1, L_4, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:259>
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_5 = ___1_context;
NullCheck(L_5);
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_6 = L_5->___cmd;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_7 = ___0_data;
UnsafePassData_tF1E3519EB0D13B3E98988A7DFA0707A1A1D6D5F6* L_8 = ___0_data;
NullCheck(L_8);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_9 = L_8->___rendererList;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_10;
L_10 = RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585(L_9, NULL);
il2cpp_codegen_runtime_class_init_inline(DrawScreenSpaceUIPass_t397E07595465217B2B9A6994E9116158439EE686_il2cpp_TypeInfo_var);
DrawScreenSpaceUIPass_ExecutePass_mCB8FE16EFCB8D00D91DB6BB74DA411C04C3936DF(L_6, L_7, L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawScreenSpaceUIPass.cs:260>
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: 33985
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass__ctor_m59C64E16A12F8B8BAD49180D4EF6A1011A518735 (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, int32_t ___0_evt, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
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/DrawSkyboxPass.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/DrawSkyboxPass.cs:22>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0;
L_0 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)59), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.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/DrawSkyboxPass.cs:24>
return;
}
}
// Method Definition Index: 33986
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass_Execute_m06C7ED1239577DB78F241DB6931F9D704BFC5DCB (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __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*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_1 = NULL;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 V_2;
memset((&V_2), 0, sizeof(V_2));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:30>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_1 = L_0->___frameData;
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/DrawSkyboxPass.cs:31>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = V_0;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_4;
L_4 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_3, NULL);
V_1 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:32>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_5 = V_1;
if (!L_5)
{
goto IL_001f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:36>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_6 = V_1;
NullCheck(L_6);
bool L_7;
L_7 = DebugHandler_get_IsScreenClearNeeded_m4DA090FCE3573491D7A885AE93051F554C87C496(L_6, NULL);
if (!L_7)
{
goto IL_001f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:38>
return;
}
IL_001f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:42>
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_8 = ___0_context;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = V_0;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_10;
L_10 = DrawSkyboxPass_CreateSkyboxRendererList_m781D5D1F1BFFDA96D7BDD9A61E77B87B85D14671(__this, L_8, L_9, NULL);
V_2 = L_10;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:43>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_11 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_12;
L_12 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_11, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_12);
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_14;
L_14 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_13, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = V_0;
NullCheck(L_15);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_16;
L_16 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_15, NULL);
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_17 = V_2;
DrawSkyboxPass_ExecutePass_mBF14FB134E7768CC972FDA5540FADBFBE4536A70(L_14, L_16, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:44>
return;
}
}
// Method Definition Index: 33987
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 DrawSkyboxPass_CreateSkyboxRendererList_m781D5D1F1BFFDA96D7BDD9A61E77B87B85D14671 (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:49>
il2cpp_codegen_initobj((&V_0), sizeof(RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:52>
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);
bool L_2;
L_2 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_1, NULL);
if (!L_2)
{
goto IL_006c;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:55>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___1_cameraData;
NullCheck(L_3);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_4;
L_4 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_3, NULL);
NullCheck(L_4);
bool L_5;
L_5 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_4, NULL);
if (!L_5)
{
goto IL_004e;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:57>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:58>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:59>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___1_cameraData;
NullCheck(L_6);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7 = L_6->___camera;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___1_cameraData;
NullCheck(L_8);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_9;
L_9 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_8, 0, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_10 = ___1_cameraData;
NullCheck(L_10);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_11;
L_11 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_10, 0, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___1_cameraData;
NullCheck(L_12);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_13;
L_13 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_12, 1, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = ___1_cameraData;
NullCheck(L_14);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_15;
L_15 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_14, 1, NULL);
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_16;
L_16 = ScriptableRenderContext_CreateSkyboxRendererList_m31A302B73F28BBB96944341D34EFB4AD3D85937D((&___0_context), L_7, L_9, L_11, L_13, L_15, NULL);
V_0 = L_16;
goto IL_007a;
}
IL_004e:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:63>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = ___1_cameraData;
NullCheck(L_17);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_18 = L_17->___camera;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_19 = ___1_cameraData;
NullCheck(L_19);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_20;
L_20 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_19, 0, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_21 = ___1_cameraData;
NullCheck(L_21);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22;
L_22 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_21, 0, NULL);
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_23;
L_23 = ScriptableRenderContext_CreateSkyboxRendererList_m1CD1B3D9177DB684F7BF3767585ADF83618F388C((&___0_context), L_18, L_20, L_22, NULL);
V_0 = L_23;
goto IL_007a;
}
IL_006c:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:69>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_24 = ___1_cameraData;
NullCheck(L_24);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_25 = L_24->___camera;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_26;
L_26 = ScriptableRenderContext_CreateSkyboxRendererList_mD409B50EC66BD481E4293F7AACFA561E44DE3CC4((&___0_context), L_25, NULL);
V_0 = L_26;
}
IL_007a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:72>
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_27 = V_0;
return L_27;
}
}
// Method Definition Index: 33988
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA DrawSkyboxPass_CreateSkyBoxRendererList_mD36E01287E89836996CCFC006D9F74CF2002F24E (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method)
{
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA V_0;
memset((&V_0), 0, sizeof(V_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:78>
il2cpp_codegen_initobj((&V_0), sizeof(RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:81>
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);
bool L_2;
L_2 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_1, NULL);
if (!L_2)
{
goto IL_006a;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:84>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___1_cameraData;
NullCheck(L_3);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_4;
L_4 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_3, NULL);
NullCheck(L_4);
bool L_5;
L_5 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_4, NULL);
if (!L_5)
{
goto IL_004d;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:86>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:87>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:88>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___1_cameraData;
NullCheck(L_7);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_8 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)(&L_7->___camera);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = ___1_cameraData;
NullCheck(L_9);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_10;
L_10 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_9, 0, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = ___1_cameraData;
NullCheck(L_11);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_12;
L_12 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_11, 0, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = ___1_cameraData;
NullCheck(L_13);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14;
L_14 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_13, 1, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = ___1_cameraData;
NullCheck(L_15);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_16;
L_16 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_15, 1, NULL);
NullCheck(L_6);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_17;
L_17 = RenderGraph_CreateSkyboxRendererList_m395199F910E3CAAC93283BE17D442854591D05F1(L_6, L_8, L_10, L_12, L_14, L_16, NULL);
V_0 = L_17;
goto IL_0077;
}
IL_004d:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:92>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_18 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_19 = ___1_cameraData;
NullCheck(L_19);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_20 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)(&L_19->___camera);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_21 = ___1_cameraData;
NullCheck(L_21);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22;
L_22 = UniversalCameraData_GetProjectionMatrix_mCBE3F56686DD504AC04863DB9FC5479E69DB4866(L_21, 0, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_23 = ___1_cameraData;
NullCheck(L_23);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_24;
L_24 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_23, 0, NULL);
NullCheck(L_18);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_25;
L_25 = RenderGraph_CreateSkyboxRendererList_m1FDEA5678C1360215DD54C837C6978881CDDD6FA(L_18, L_20, L_22, L_24, NULL);
V_0 = L_25;
goto IL_0077;
}
IL_006a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:98>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_26 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_27 = ___1_cameraData;
NullCheck(L_27);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_28 = (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)(&L_27->___camera);
NullCheck(L_26);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_29;
L_29 = RenderGraph_CreateSkyboxRendererList_m3F9020C1A4222E6F41FF620A4F821C15BA9EF005(L_26, L_28, NULL);
V_0 = L_29;
}
IL_0077:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:101>
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_30 = V_0;
return L_30;
}
}
// Method Definition Index: 33989
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass_ExecutePass_mBF14FB134E7768CC972FDA5540FADBFBE4536A70 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xr, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, const RuntimeMethod* method)
{
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B4_0 = NULL;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B3_0 = NULL;
int32_t G_B5_0 = 0;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* G_B5_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:107>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = ___1_xr;
NullCheck(L_0);
bool L_1;
L_1 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_0, NULL);
if (!L_1)
{
goto IL_0021;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_2 = ___1_xr;
NullCheck(L_2);
bool L_3;
L_3 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_2, NULL);
if (!L_3)
{
goto IL_0021;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:108>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_4 = ___0_cmd;
bool L_5;
L_5 = SystemInfo_get_supportsMultiview_m0383848166005935673B6774D9C9ECE1A12802BC(NULL);
if (L_5)
{
G_B4_0 = L_4;
goto IL_001b;
}
G_B3_0 = L_4;
}
{
G_B5_0 = 2;
G_B5_1 = G_B3_0;
goto IL_001c;
}
IL_001b:
{
G_B5_0 = 3;
G_B5_1 = G_B4_0;
}
IL_001c:
{
NullCheck(G_B5_1);
RasterCommandBuffer_SetSinglePassStereo_mC03741AED83AB894770BE0932CE274242DDD67DF(G_B5_1, G_B5_0, NULL);
}
IL_0021:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:110>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_6 = ___0_cmd;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_7 = ___2_rendererList;
NullCheck(L_6);
RasterCommandBuffer_DrawRendererList_m6C50C4A5E4CABE3542317969BC91F552B41A427F(L_6, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:113>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_8 = ___1_xr;
NullCheck(L_8);
bool L_9;
L_9 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_8, NULL);
if (!L_9)
{
goto IL_003f;
}
}
{
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_10 = ___1_xr;
NullCheck(L_10);
bool L_11;
L_11 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_10, NULL);
if (!L_11)
{
goto IL_003f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:114>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_12 = ___0_cmd;
NullCheck(L_12);
RasterCommandBuffer_SetSinglePassStereo_mC03741AED83AB894770BE0932CE274242DDD67DF(L_12, 0, NULL);
}
IL_003f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:116>
return;
}
}
// Method Definition Index: 33990
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass_InitPassData_m709EC537F8BF72EC7DB80B14A57988D3393B9FED (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E** ___0_passData, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF** ___1_xr, RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* ___2_handle, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:128>
PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E** L_0 = ___0_passData;
PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E* L_1 = *((PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E**)L_0);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF** L_2 = ___1_xr;
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_3 = *((XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF**)L_2);
NullCheck(L_1);
L_1->___xr = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___xr), (void*)L_3);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:129>
PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E** L_4 = ___0_passData;
PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E* L_5 = *((PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E**)L_4);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_6 = ___2_handle;
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_7 = (*(RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)L_6);
NullCheck(L_5);
L_5->___skyRendererListHandle = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:130>
return;
}
}
// Method Definition Index: 33991
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawSkyboxPass_Render_m354B29DDFE59DEF5316041FC5490B16FC30981BB (DrawSkyboxPass_tA8A4796DE653DCC58C5FF906E4EC142FD901EADA* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___2_context, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_colorTarget, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_depthTarget, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___5_skyboxMaterial, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D_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_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E_mCAAE92E1F5237093435E35D56DC21E9306E53216_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E_mE7DE7FF37BF0EAD09E3A3E6185ACF9C2FFF6DE31_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderU3Eb__7_0_m702B0298ED39CE20D41335FAF167ED7814F1734A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD7D1C44219DB5605CE683CDBCED8C48186FA6FE);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_1 = NULL;
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_2 = NULL;
RuntimeObject* V_3 = NULL;
PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E* V_4 = NULL;
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA V_5;
memset((&V_5), 0, sizeof(V_5));
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* V_6 = NULL;
bool V_7 = false;
int32_t G_B8_0 = 0;
BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* G_B11_0 = NULL;
RuntimeObject* G_B11_1 = NULL;
BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* G_B10_0 = NULL;
RuntimeObject* G_B10_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:134>
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/DrawSkyboxPass.cs:135>
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/DrawSkyboxPass.cs:137>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_5;
L_5 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_4, NULL);
V_2 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:138>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_6 = V_2;
if (!L_6)
{
goto IL_0021;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:142>
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_7 = V_2;
NullCheck(L_7);
bool L_8;
L_8 = DebugHandler_get_IsScreenClearNeeded_m4DA090FCE3573491D7A885AE93051F554C87C496(L_7, NULL);
if (!L_8)
{
goto IL_0021;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:144>
return;
}
IL_0021:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:148>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_9 = ___0_renderGraph;
String_t* L_10;
L_10 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_11;
L_11 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_9);
RuntimeObject* L_12;
L_12 = RenderGraph_AddRasterRenderPass_TisPassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E_mE7DE7FF37BF0EAD09E3A3E6185ACF9C2FFF6DE31(L_9, L_10, (&V_4), L_11, _stringLiteralAD7D1C44219DB5605CE683CDBCED8C48186FA6FE, ((int32_t)148), RenderGraph_AddRasterRenderPass_TisPassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E_mE7DE7FF37BF0EAD09E3A3E6185ACF9C2FFF6DE31_RuntimeMethod_var);
V_3 = L_12;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00e9:
{
{
RuntimeObject* L_13 = V_3;
if (!L_13)
{
goto IL_00f2;
}
}
{
RuntimeObject* L_14 = V_3;
NullCheck(L_14);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_14);
}
IL_00f2:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:150>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_15 = ___0_renderGraph;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = V_0;
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_17;
L_17 = DrawSkyboxPass_CreateSkyBoxRendererList_mD36E01287E89836996CCFC006D9F74CF2002F24E(__this, L_15, L_16, NULL);
V_5 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:151>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_18 = V_0;
NullCheck(L_18);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_19;
L_19 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_18, NULL);
V_6 = L_19;
DrawSkyboxPass_InitPassData_m709EC537F8BF72EC7DB80B14A57988D3393B9FED(__this, (&V_4), (&V_6), (&V_5), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:152>
PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E* L_20 = V_4;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = ___5_skyboxMaterial;
NullCheck(L_20);
L_20->___material = L_21;
Il2CppCodeGenWriteBarrier((void**)(&L_20->___material), (void*)L_21);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:153>
RuntimeObject* L_22 = V_3;
NullCheck(L_22);
InterfaceActionInvoker1< RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* >::Invoke(9, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_22, (&V_5));
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:154>
RuntimeObject* L_23 = V_3;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_24 = ___3_colorTarget;
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/Passes/DrawSkyboxPass.cs:155>
RuntimeObject* L_25 = V_3;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_26 = ___4_depthTarget;
NullCheck(L_25);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_25, L_26, 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:157>
RuntimeObject* L_27 = V_3;
NullCheck(L_27);
InterfaceActionInvoker1< bool >::Invoke(11, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_27, (bool)0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:158>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_28 = V_0;
NullCheck(L_28);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_29;
L_29 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_28, NULL);
NullCheck(L_29);
bool L_30;
L_30 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_29, NULL);
if (!L_30)
{
goto IL_00c2_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:160>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_31 = V_0;
NullCheck(L_31);
XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* L_32;
L_32 = UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0(L_31, NULL);
NullCheck(L_32);
bool L_33;
L_33 = XRPassUniversal_get_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline(L_32, NULL);
if (L_33)
{
goto IL_00ab_1;
}
}
{
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_34 = V_1;
NullCheck(L_34);
bool L_35;
L_35 = UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190(L_34, NULL);
G_B8_0 = ((int32_t)(L_35));
goto IL_00ac_1;
}
IL_00ab_1:
{
G_B8_0 = 1;
}
IL_00ac_1:
{
V_7 = (bool)G_B8_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:161>
RuntimeObject* L_36 = V_3;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_37 = V_0;
NullCheck(L_37);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_38;
L_38 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_37, NULL);
NullCheck(L_38);
bool L_39;
L_39 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_38, NULL);
bool L_40 = V_7;
NullCheck(L_36);
InterfaceActionInvoker1< bool >::Invoke(13, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_36, (bool)((int32_t)((int32_t)L_39&(int32_t)L_40)));
}
IL_00c2_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:164>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:165>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:166>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:167>
RuntimeObject* L_41 = V_3;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* L_42 = ((U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var))->___U3CU3E9__7_0;
BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* L_43 = L_42;
if (L_43)
{
G_B11_0 = L_43;
G_B11_1 = L_41;
goto IL_00e2_1;
}
G_B10_0 = L_43;
G_B10_1 = L_41;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var);
U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727* L_44 = ((U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* L_45 = (BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D*)il2cpp_codegen_object_new(BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m51F314F0CC38B32757A3E5D791A3D8ECC0B57DFE(L_45, L_44, (intptr_t)((void*)U3CU3Ec_U3CRenderU3Eb__7_0_m702B0298ED39CE20D41335FAF167ED7814F1734A_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* L_46 = L_45;
((U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var))->___U3CU3E9__7_0 = L_46;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var))->___U3CU3E9__7_0), (void*)L_46);
G_B11_0 = L_46;
G_B11_1 = G_B10_1;
}
IL_00e2_1:
{
NullCheck(G_B11_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t92CC1187F8AA051ABF316DD21E66130D9975216D* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E_mCAAE92E1F5237093435E35D56DC21E9306E53216_RuntimeMethod_var, G_B11_1, G_B11_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:168>
goto IL_00f3;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00f3:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:169>
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: 33992
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m4E73AE38BB4B64D450D13BA80ADBF938F3B0B05B (PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E* __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: 33993
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m334DCB3C5C10A973B4EB93694856C2DBC3C37E78 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727* L_0 = (U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727*)il2cpp_codegen_object_new(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m09849BCC1287E33FDBDFC5CA3AFAF4C4861F9564(L_0, NULL);
((U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
return;
}
}
// Method Definition Index: 33994
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m09849BCC1287E33FDBDFC5CA3AFAF4C4861F9564 (U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// Method Definition Index: 33995
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderU3Eb__7_0_m702B0298ED39CE20D41335FAF167ED7814F1734A (U3CU3Ec_tC4F9D9B5ABA1D2ADC9D077CA3E44F34C6472D727* __this, PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:166>
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_0 = ___1_context;
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_1 = L_0.___cmd;
PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E* L_2 = ___0_data;
NullCheck(L_2);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_3 = L_2->___xr;
PassData_t28AA4C9F20EC4956D3D43DFE9DC9032197EA3A7E* L_4 = ___0_data;
NullCheck(L_4);
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_5 = L_4->___skyRendererListHandle;
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_6;
L_6 = RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585(L_5, NULL);
DrawSkyboxPass_ExecutePass_mBF14FB134E7768CC972FDA5540FADBFBE4536A70(L_1, L_3, L_6, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/DrawSkyboxPass.cs:167>
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: 33996
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass__ctor_mACC5372B900CF43F361B2A17AD8B27785367CB94 (HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_mat, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_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*)&_stringLiteral9BCAD10512EB37B67868A1FC71BF399FEC732CB7);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.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/HDRDebugViewPass.cs:31>
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteral9BCAD10512EB37B67868A1FC71BF399FEC732CB7, NULL);
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:32>
ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline(__this, ((int32_t)1003), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:33>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_1 = (PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548*)il2cpp_codegen_object_new(PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_il2cpp_TypeInfo_var);
PassDataCIExy__ctor_m28253E7FA7E5F08063BC9990207E53441872A043(L_1, NULL);
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_2 = L_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ___0_mat;
NullCheck(L_2);
L_2->___material = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___material), (void*)L_3);
__this->___m_PassDataCIExy = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PassDataCIExy), (void*)L_2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:34>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_4 = (PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE*)il2cpp_codegen_object_new(PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_il2cpp_TypeInfo_var);
PassDataDebugView__ctor_mC180E4BBB414E4C10FFB5636638F19C647B05E66(L_4, NULL);
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_5 = L_4;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = ___0_mat;
NullCheck(L_5);
L_5->___material = L_6;
Il2CppCodeGenWriteBarrier((void**)(&L_5->___material), (void*)L_6);
__this->___m_PassDataDebugView = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PassDataDebugView), (void*)L_5);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:35>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = ___0_mat;
__this->___m_material = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_material), (void*)L_7);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:38>
ScriptableRenderPass_set_useNativeRenderPass_m1D60C30BB1CF1B4D383FFCABC1F57EA755626895_inline(__this, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:39>
return;
}
}
// Method Definition Index: 33997
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_ConfigureDescriptorForCIEPrepass_m707C434AFC4C808360387136FB7FDA443D527799 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_descriptor, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:65>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_descriptor;
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13(L_0, ((int32_t)49), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:66>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = ___0_descriptor;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = ___0_descriptor;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var);
int32_t L_3 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____SizeOfHDRXYMapping;
int32_t L_4 = L_3;
V_0 = L_4;
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_2, L_4, NULL);
int32_t L_5 = V_0;
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_1, L_5, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:67>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = ___0_descriptor;
RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539(L_6, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:68>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_7 = ___0_descriptor;
RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414(L_7, (bool)0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:69>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_8 = ___0_descriptor;
RenderTextureDescriptor_set_useDynamicScale_m9335866C8754D51235D391E84F8972C4C518844A(L_8, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:70>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_9 = ___0_descriptor;
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline(L_9, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:71>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_10 = ___0_descriptor;
RenderTextureDescriptor_set_enableRandomWrite_m915CC9F6A154C5D7EF38FC9C9415DEFB67D481F4(L_10, (bool)1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:72>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_11 = ___0_descriptor;
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline(L_11, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:73>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_12 = ___0_descriptor;
RenderTextureDescriptor_set_dimension_mCE9A4A08454BB2D9DFE3E505EC336FD480078F39_inline(L_12, 2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:74>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_13 = ___0_descriptor;
RenderTextureDescriptor_set_vrUsage_m994CB3D4B250A70BE005D9FDFD24D868E07A52F0_inline(L_13, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:75>
return;
}
}
// Method Definition Index: 33998
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 HDRDebugViewPass_GetLuminanceParameters_mFE266F2317316881C5A13B5021E41D46ECF6BC16 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* V_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:79>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0;
L_0 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
V_0 = L_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:80>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
NullCheck(L_1);
bool L_2;
L_2 = UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F(L_1, NULL);
if (!L_2)
{
goto IL_0034;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:82>
il2cpp_codegen_runtime_class_init_inline(VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* L_3;
L_3 = VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C(NULL);
NullCheck(L_3);
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_4;
L_4 = VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline(L_3, NULL);
NullCheck(L_4);
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* L_5;
L_5 = VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E(L_4, VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var);
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:83>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___0_cameraData;
NullCheck(L_6);
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_7;
L_7 = UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD(L_6, NULL);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___0_cameraData;
NullCheck(L_8);
int32_t L_9;
L_9 = UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD(L_8, NULL);
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* L_10 = V_1;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
UniversalRenderPipeline_GetHDROutputLuminanceParameters_m7B6AA8D3D1732578FC4D3CE196A11B3996FE3433(L_7, L_9, L_10, (&V_0), NULL);
goto IL_0040;
}
IL_0034:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:87>
(&V_0)->___z = (1.0f);
}
IL_0040:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:89>
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = V_0;
return L_11;
}
}
// Method Definition Index: 33999
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_ExecuteCIExyPrepass_m79AAD7939D070B41593D8ED76D7DFB932F988C25 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* ___1_data, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_sourceTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_xyTarget, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_destTexture, 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*)&ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 G_B3_0;
memset((&G_B3_0), 0, sizeof(G_B3_0));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:94>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___4_destTexture;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
L_2 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetRenderTarget_m191A5444016EAC488024322883CD3BBA4507381B(L_0, L_1, 2, 3, 0, L_2, 0, (-1), (-1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:96>
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var);
int32_t L_3 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____SizeOfHDRXYMapping;
int32_t L_4 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____SizeOfHDRXYMapping;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_0), ((float)L_3), ((float)L_4), (0.0f), (0.0f), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:98>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = ___0_cmd;
int32_t L_6 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____CIExyUAVIndex;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = ___3_xyTarget;
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8;
L_8 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_7, NULL);
NullCheck(L_5);
CommandBuffer_SetRandomWriteTarget_m27862D7A981AD33C3D0796A92B790E7C9513CBBC(L_5, L_6, L_8, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:99>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_9 = ___1_data;
NullCheck(L_9);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = L_9->___material;
int32_t L_11 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____HDRDebugParamsId;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = V_0;
NullCheck(L_10);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_10, L_11, L_12, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:100>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_13 = ___1_data;
NullCheck(L_13);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = L_13->___material;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_15 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___hdrOutputLuminanceParams;
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_16 = ___1_data;
NullCheck(L_16);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17 = L_16->___luminanceParameters;
NullCheck(L_14);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_14, L_15, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:102>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = ___2_sourceTexture;
NullCheck(L_18);
bool L_19;
L_19 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_18, NULL);
if (L_19)
{
goto IL_0077;
}
}
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20;
L_20 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
G_B3_0 = L_20;
goto IL_009c;
}
IL_0077:
{
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_21 = ___2_sourceTexture;
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 = ___2_sourceTexture;
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;
}
IL_009c:
{
V_1 = G_B3_0;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:103>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_30 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_31 = ___2_sourceTexture;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_33;
L_33 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_32, NULL);
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_34 = ___1_data;
NullCheck(L_34);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35 = L_34->___material;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_m21015F24382F8A20B9FC10DB85B8FCE7BEAE8C63(L_30, L_31, L_33, L_35, 0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:105>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_36 = ___0_cmd;
NullCheck(L_36);
CommandBuffer_ClearRandomWriteTargets_m5EE4104E5C2DF1631BF2279B3A1B59B0C49B9E81(L_36, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:106>
return;
}
}
// Method Definition Index: 34000
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_ExecuteHDRDebugViewFinalPass_m38C44D578B25771D76467B2155701A889A824574 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* ___1_data, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_sourceTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_xyTarget, 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*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90095B739C8AE27DB65CD0706A4692207FE800A7);
s_Il2CppMethodInitialized = true;
}
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_1;
memset((&V_1), 0, sizeof(V_1));
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_2;
memset((&V_2), 0, sizeof(V_2));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:110>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_0 = ___1_data;
NullCheck(L_0);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = L_0->___cameraData;
NullCheck(L_1);
bool L_2;
L_2 = UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F(L_1, NULL);
if (!L_2)
{
goto IL_003f;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:112>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_3 = ___1_data;
NullCheck(L_3);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = L_3->___material;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_5 = ___1_data;
NullCheck(L_5);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = L_5->___cameraData;
NullCheck(L_6);
int32_t L_7;
L_7 = UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD(L_6, NULL);
HDROutputUtils_ConfigureHDROutput_mD69BEA580CE421FC29019C1A201C5ECE2C05A753(L_4, L_7, 2, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:113>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_8 = ___1_data;
NullCheck(L_8);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = L_8->___material;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_10 = ___1_data;
NullCheck(L_10);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = L_10->___cameraData;
NullCheck(L_11);
bool L_12;
L_12 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_11, NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_9, _stringLiteral90095B739C8AE27DB65CD0706A4692207FE800A7, L_12, NULL);
}
IL_003f:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:116>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_13 = ___1_data;
NullCheck(L_13);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = L_13->___material;
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var);
int32_t L_15 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____xyTextureId;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16 = ___4_xyTarget;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_17;
L_17 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_16, NULL);
NullCheck(L_14);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_14, L_15, L_17, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:118>
int32_t L_18 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____SizeOfHDRXYMapping;
int32_t L_19 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____SizeOfHDRXYMapping;
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_0), ((float)L_18), ((float)L_19), (0.0f), (0.0f), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:119>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_20 = ___1_data;
NullCheck(L_20);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = L_20->___material;
int32_t L_22 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____HDRDebugParamsId;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23 = V_0;
NullCheck(L_21);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_21, L_22, L_23, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:120>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_24 = ___1_data;
NullCheck(L_24);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_25 = L_24->___material;
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
int32_t L_26 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___hdrOutputLuminanceParams;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_27 = ___1_data;
NullCheck(L_27);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_28 = L_27->___luminanceParameters;
NullCheck(L_25);
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_25, L_26, L_28, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:121>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_29 = ___1_data;
NullCheck(L_29);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_30 = L_29->___material;
int32_t L_31 = ((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____DebugHDRModeId;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_32 = ___1_data;
NullCheck(L_32);
int32_t L_33 = L_32->___hdrDebugMode;
NullCheck(L_30);
Material_SetInteger_m37332E747B3F19DA02FA85DC37BBCBDC99C300F4(L_30, L_31, L_33, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:123>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_34 = ___2_sourceTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_35 = ___3_destination;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_36 = ___1_data;
NullCheck(L_36);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_37 = L_36->___cameraData;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_38;
L_38 = RenderingUtils_GetFinalBlitScaleBias_mE1A5885F1B4215EA710CC4004938934461614762(L_34, L_35, L_37, NULL);
V_1 = L_38;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:125>
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_39;
L_39 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
V_2 = L_39;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:127>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_40 = ___1_data;
NullCheck(L_40);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = L_40->___cameraData;
NullCheck(L_41);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_42;
L_42 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_41, NULL);
NullCheck(L_42);
bool L_43;
L_43 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_42, NULL);
if (!L_43)
{
goto IL_00e8;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:128>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_44 = ___1_data;
NullCheck(L_44);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_45 = L_44->___cameraData;
NullCheck(L_45);
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_46;
L_46 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_45, NULL);
NullCheck(L_46);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_47;
L_47 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_46, NULL);
V_2 = L_47;
}
IL_00e8:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:131>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_48 = ___3_destination;
NullCheck(L_48);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_49;
L_49 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_48, NULL);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_50 = V_2;
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
bool L_51;
L_51 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_49, L_50, NULL);
if (L_51)
{
goto IL_0109;
}
}
{
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_52 = ___1_data;
NullCheck(L_52);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_53 = L_52->___cameraData;
NullCheck(L_53);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_54 = L_53->___targetTexture;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_55;
L_55 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_54, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_55)
{
goto IL_011a;
}
}
IL_0109:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:132>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_56 = ___0_cmd;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_57 = ___1_data;
NullCheck(L_57);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_58 = L_57->___cameraData;
NullCheck(L_58);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_59 = L_58->___pixelRect;
NullCheck(L_56);
RasterCommandBuffer_SetViewport_mCC43D00D3A49FF4179249DC0A9C5AF417589C74D(L_56, L_59, NULL);
}
IL_011a:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:134>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_60 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_61 = ___2_sourceTexture;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_62 = V_1;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_63 = ___1_data;
NullCheck(L_63);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_64 = L_63->___material;
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(L_60, L_61, L_62, L_64, 1, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:135>
return;
}
}
// Method Definition Index: 34001
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_Dispose_mEC3C30EFD1C9CE8CC82C60AEE476D6F885BF63E5 (HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* __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;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:140>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_CIExyTarget;
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/HDRDebugViewPass.cs:141>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_2 = __this->___m_PassthroughRT;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = L_2;
if (L_3)
{
G_B5_0 = L_3;
goto IL_001c;
}
G_B4_0 = L_3;
}
{
return;
}
IL_001c:
{
NullCheck(G_B5_0);
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B5_0, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:142>
return;
}
}
// Method Definition Index: 34002
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_Setup_m830AE53AA6A85879AE6ED99AED764514BC8AE5C7 (HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, int32_t ___1_hdrdebugMode, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35DC3C78121475701F016F189078E9C36F9BF94C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF6B3E62F29E0741542ECF537E1BD5881DB78CCB);
s_Il2CppMethodInitialized = true;
}
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_0;
memset((&V_0), 0, sizeof(V_0));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_1;
memset((&V_1), 0, sizeof(V_1));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:151>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_0 = __this->___m_PassDataDebugView;
int32_t L_1 = ___1_hdrdebugMode;
NullCheck(L_0);
L_0->___hdrDebugMode = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:153>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___0_cameraData;
NullCheck(L_2);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3 = L_2->___cameraTargetDescriptor;
V_0 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:154>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___0_cameraData;
NullCheck(L_4);
int32_t L_5 = L_4->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___0_cameraData;
NullCheck(L_6);
int32_t L_7 = L_6->___pixelHeight;
il2cpp_codegen_runtime_class_init_inline(DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var);
DebugHandler_ConfigureColorDescriptorForDebugScreen_m9F4EDFBDBA77ED4822ABAD3A8AE0081F8FF090BE((&V_0), L_5, L_7, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:155>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_8 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_PassthroughRT);
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
bool L_9;
L_9 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_8, (&V_0), 0, 0, 1, (0.0f), _stringLiteralFF6B3E62F29E0741542ECF537E1BD5881DB78CCB, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:157>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_10 = ___0_cameraData;
NullCheck(L_10);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_11 = L_10->___cameraTargetDescriptor;
V_1 = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:158>
HDRDebugViewPass_ConfigureDescriptorForCIEPrepass_m707C434AFC4C808360387136FB7FDA443D527799((&V_1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:159>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_12 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_CIExyTarget);
bool L_13;
L_13 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_12, (&V_1), 0, 0, 1, (0.0f), _stringLiteral35DC3C78121475701F016F189078E9C36F9BF94C, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:160>
return;
}
}
// Method Definition Index: 34003
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_Execute_mFDE8003F6B70B22BA58372AE37AC9F397E720624 (HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* __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*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_1 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_2 = NULL;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_3 = NULL;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_4;
memset((&V_4), 0, sizeof(V_4));
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:166>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_1 = L_0->___frameData;
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/HDRDebugViewPass.cs:167>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_3 = ___1_renderingData;
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_4;
L_4 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_3, NULL);
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_4);
V_1 = L_5;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:168>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_6 = __this->___m_PassDataCIExy;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_7 = __this->___m_PassDataDebugView;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = V_0;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9;
L_9 = HDRDebugViewPass_GetLuminanceParameters_mFE266F2317316881C5A13B5021E41D46ECF6BC16(L_8, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10 = L_9;
V_4 = L_10;
NullCheck(L_7);
L_7->___luminanceParameters = L_10;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = V_4;
NullCheck(L_6);
L_6->___luminanceParameters = L_11;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:169>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_12 = __this->___m_PassDataDebugView;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = V_0;
NullCheck(L_12);
L_12->___cameraData = L_13;
Il2CppCodeGenWriteBarrier((void**)(&L_12->___cameraData), (void*)L_13);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:171>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_14 = ___1_renderingData;
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_15 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_14->___cameraData);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_16;
L_16 = CameraData_get_renderer_mF3602679D5E3E14C185ADF3EFD3C1CB996F7B36A(L_15, NULL);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_17 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_16);
NullCheck(L_17);
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18;
L_18 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_17, NULL);
V_2 = L_18;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:173>
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_19 = ___1_renderingData;
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_20;
L_20 = RenderingUtils_GetCameraTargetIdentifier_mABBE09223B7ED980FA58D98476B05D84C8DB836B(L_19, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:175>
RTHandleStaticHelpers_SetRTHandleStaticWrapper_mF0746A1D008A6FB7998485AD1BB33055F81C727D(L_20, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:176>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_21 = ((RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_StaticFields*)il2cpp_codegen_static_fields_for(RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_il2cpp_TypeInfo_var))->___s_RTHandleWrapper;
V_3 = L_21;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:178>
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = __this->___m_material;
NullCheck(L_22);
Material_set_enabledKeywords_mA5408FE825A95F8381536A0601CA6C250D8B8BF5(L_22, (LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9*)NULL, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:181>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_23 = V_1;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24 = __this->___m_CIExyTarget;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_25;
L_25 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetRenderTarget_mB3675FBA82D740E46DB7583DB810659B1C02DBBB(L_23, L_24, 1, L_25, 0, (-1), (-1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:183>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_26 = V_1;
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_27 = __this->___m_PassDataCIExy;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_28 = __this->___m_PassDataDebugView;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_29 = V_2;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_30 = __this->___m_CIExyTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_31 = V_3;
HDRDebugViewPass_ExecutePass_mFD42EFC454A9F8D36981C03E209EFF8BADA66B51(__this, L_26, L_27, L_28, L_29, L_30, L_31, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:184>
return;
}
}
// Method Definition Index: 34004
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_ExecutePass_mFD42EFC454A9F8D36981C03E209EFF8BADA66B51 (HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* ___1_dataCIExy, PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* ___2_dataDebugView, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_sourceTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_xyTarget, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___5_destTexture, 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);
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/HDRDebugViewPass.cs:188>
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);
V_0 = L_1;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:191>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_2 = ___2_dataDebugView;
NullCheck(L_2);
int32_t L_3 = L_2->___hdrDebugMode;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:192>
if (!((((int32_t)((((int32_t)L_3) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0))
{
goto IL_0044;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:194>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_4 = ___0_cmd;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_5;
L_5 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_1), L_4, L_5, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0036:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_1), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:196>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd;
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_7 = ___1_dataCIExy;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = ___3_sourceTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9 = ___4_xyTarget;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = __this->___m_PassthroughRT;
HDRDebugViewPass_ExecuteCIExyPrepass_m79AAD7939D070B41593D8ED76D7DFB932F988C25(L_6, L_7, L_8, L_9, L_10, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:197>
goto IL_0044;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0044:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:201>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_11 = ___0_cmd;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12 = ___5_destTexture;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13;
L_13 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
CoreUtils_SetRenderTarget_m191A5444016EAC488024322883CD3BBA4507381B(L_11, L_12, 2, 0, 0, L_13, 0, (-1), (-1), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:203>
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = ___0_cmd;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_15;
L_15 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_1), L_14, L_15, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0074:
{
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_1), NULL);
return;
}
});
try
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:205>
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_16 = V_0;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_17 = ___2_dataDebugView;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = ___3_sourceTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = ___5_destTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = ___4_xyTarget;
HDRDebugViewPass_ExecuteHDRDebugViewFinalPass_m38C44D578B25771D76467B2155701A889A824574(L_16, L_17, L_18, L_19, L_20, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:206>
goto IL_0082;
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0082:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:210>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_21 = ___2_dataDebugView;
NullCheck(L_21);
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_22 = L_21->___cameraData;
NullCheck(L_22);
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_23 = L_22->___renderer;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24 = ___5_destTexture;
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = ___5_destTexture;
NullCheck(L_23);
ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B(L_23, L_24, L_25, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:212>
return;
}
}
// Method Definition Index: 34005
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HDRDebugViewPass_RenderHDRDebug_mAB119207C2B6366213EBBCE81F103E2DE4164DD6 (HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_srcColor, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_overlayUITexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_dstColor, int32_t ___5_hdrDebugMode, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_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_TisPassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_mAB4B20EEEF0326C1C77B3428FD40C31A8E1C26F0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_m131A63E091F8CE12124E9817316763BF346132A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_mEC8A8123F97754AC17E5DC4877492E0EB66AEDF9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisPassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_mC5584E47A1DDC899E0F6CBE110641F8D9CCA6D40_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderHDRDebugU3Eb__17_0_mE76F5FB73A2D3777451EE8FB4B4BB5EB0D3803BF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderHDRDebugU3Eb__17_1_m6140F40CBC6B763944749C476892DBD1DD0B739E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2080CD8CA35D3437FC96FA42B2491B465827C01F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35DC3C78121475701F016F189078E9C36F9BF94C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E26AB64CADA9F3AD6A437AF58D4E0B868EE5D43);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA31434D90078C8CA228C9FAEDB4FE2D62C1E63DF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF6B3E62F29E0741542ECF537E1BD5881DB78CCB);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_1;
memset((&V_1), 0, sizeof(V_1));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_2;
memset((&V_2), 0, sizeof(V_2));
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_3;
memset((&V_3), 0, sizeof(V_3));
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_4;
memset((&V_4), 0, sizeof(V_4));
RuntimeObject* V_5 = NULL;
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* V_6 = NULL;
RuntimeObject* V_7 = NULL;
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* V_8 = NULL;
BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* G_B4_0 = NULL;
RuntimeObject* G_B4_1 = NULL;
BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* G_B15_0 = NULL;
RuntimeObject* G_B15_1 = NULL;
BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* G_B14_0 = NULL;
RuntimeObject* G_B14_1 = NULL;
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:217>
int32_t L_0 = ___5_hdrDebugMode;
V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:218>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___1_cameraData;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2;
L_2 = HDRDebugViewPass_GetLuminanceParameters_mFE266F2317316881C5A13B5021E41D46ECF6BC16(L_1, NULL);
V_1 = L_2;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:220>
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3 = ___2_srcColor;
V_2 = L_3;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:221>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_4;
L_4 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
V_3 = L_4;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:223>
bool L_5 = V_0;
if (!L_5)
{
goto IL_0100;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:225>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___1_cameraData;
NullCheck(L_6);
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_7 = L_6->___cameraTargetDescriptor;
V_4 = L_7;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:226>
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___1_cameraData;
NullCheck(L_8);
int32_t L_9 = L_8->___pixelWidth;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_10 = ___1_cameraData;
NullCheck(L_10);
int32_t L_11 = L_10->___pixelHeight;
il2cpp_codegen_runtime_class_init_inline(DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_il2cpp_TypeInfo_var);
DebugHandler_ConfigureColorDescriptorForDebugScreen_m9F4EDFBDBA77ED4822ABAD3A8AE0081F8FF090BE((&V_4), L_9, L_11, NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:227>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_12 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_13 = V_4;
il2cpp_codegen_runtime_class_init_inline(UniversalRenderer_t31019D4AD52F646128E0D1649E7B87E33BA36D8A_il2cpp_TypeInfo_var);
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_14;
L_14 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_12, L_13, _stringLiteralFF6B3E62F29E0741542ECF537E1BD5881DB78CCB, (bool)0, 0, 1, NULL);
V_2 = L_14;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:229>
HDRDebugViewPass_ConfigureDescriptorForCIEPrepass_m707C434AFC4C808360387136FB7FDA443D527799((&V_4), NULL);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:230>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_15 = ___0_renderGraph;
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_16 = V_4;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17;
L_17 = UniversalRenderer_CreateRenderGraphTexture_m4BCA4F2339499873D3DE1C8562D3FB7B7DE21613(L_15, L_16, _stringLiteral35DC3C78121475701F016F189078E9C36F9BF94C, (bool)1, 0, 1, NULL);
V_3 = L_17;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:234>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_18 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_19;
L_19 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_18);
RuntimeObject* L_20;
L_20 = RenderGraph_AddUnsafePass_TisPassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_mC5584E47A1DDC899E0F6CBE110641F8D9CCA6D40(L_18, _stringLiteral2080CD8CA35D3437FC96FA42B2491B465827C01F, (&V_6), L_19, _stringLiteral8E26AB64CADA9F3AD6A437AF58D4E0B868EE5D43, ((int32_t)234), RenderGraph_AddUnsafePass_TisPassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_mC5584E47A1DDC899E0F6CBE110641F8D9CCA6D40_RuntimeMethod_var);
V_5 = L_20;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00f4:
{
{
RuntimeObject* L_21 = V_5;
if (!L_21)
{
goto IL_00ff;
}
}
{
RuntimeObject* L_22 = V_5;
NullCheck(L_22);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_22);
}
IL_00ff:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:236>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_23 = V_6;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_24 = __this->___m_material;
NullCheck(L_23);
L_23->___material = L_24;
Il2CppCodeGenWriteBarrier((void**)(&L_23->___material), (void*)L_24);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:237>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_25 = V_6;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_26 = V_1;
NullCheck(L_25);
L_25->___luminanceParameters = L_26;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:238>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_27 = V_6;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_28 = ___2_srcColor;
NullCheck(L_27);
L_27->___srcColor = L_28;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:239>
RuntimeObject* L_29 = V_5;
NullCheck(L_29);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_29, (&___2_srcColor), 1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:240>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_30 = V_6;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_31 = V_3;
NullCheck(L_30);
L_30->___xyBuffer = L_31;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:241>
RuntimeObject* L_32 = V_5;
NullCheck(L_32);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_32, (&V_3), 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:242>
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_33 = V_6;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_34 = V_2;
NullCheck(L_33);
L_33->___passThrough = L_34;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:243>
RuntimeObject* L_35 = V_5;
NullCheck(L_35);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_35, (&V_2), 2);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:245>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:246>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:247>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:248>
RuntimeObject* L_36 = V_5;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var);
BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* L_37 = ((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9__17_0;
BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* L_38 = L_37;
if (L_38)
{
G_B4_0 = L_38;
G_B4_1 = L_36;
goto IL_00ed_1;
}
G_B3_0 = L_38;
G_B3_1 = L_36;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var);
U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E* L_39 = ((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* L_40 = (BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850*)il2cpp_codegen_object_new(BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m280203FC53597C04CE03A924280AA84A0D71E5AA(L_40, L_39, (intptr_t)((void*)U3CU3Ec_U3CRenderHDRDebugU3Eb__17_0_mE76F5FB73A2D3777451EE8FB4B4BB5EB0D3803BF_RuntimeMethod_var), NULL);
BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* L_41 = L_40;
((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9__17_0 = L_41;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9__17_0), (void*)L_41);
G_B4_0 = L_41;
G_B4_1 = G_B3_1;
}
IL_00ed_1:
{
NullCheck(G_B4_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548_m131A63E091F8CE12124E9817316763BF346132A8_RuntimeMethod_var, G_B4_1, G_B4_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:249>
goto IL_0100;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0100:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:252>
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_42 = ___0_renderGraph;
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_43;
L_43 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
NullCheck(L_42);
RuntimeObject* L_44;
L_44 = RenderGraph_AddRasterRenderPass_TisPassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_mEC8A8123F97754AC17E5DC4877492E0EB66AEDF9(L_42, _stringLiteralA31434D90078C8CA228C9FAEDB4FE2D62C1E63DF, (&V_8), L_43, _stringLiteral8E26AB64CADA9F3AD6A437AF58D4E0B868EE5D43, ((int32_t)252), RenderGraph_AddRasterRenderPass_TisPassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_mEC8A8123F97754AC17E5DC4877492E0EB66AEDF9_RuntimeMethod_var);
V_7 = L_44;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01c4:
{
{
RuntimeObject* L_45 = V_7;
if (!L_45)
{
goto IL_01cf;
}
}
{
RuntimeObject* L_46 = V_7;
NullCheck(L_46);
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_46);
}
IL_01cf:
{
return;
}
}
});
try
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:254>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_47 = V_8;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_48 = __this->___m_material;
NullCheck(L_47);
L_47->___material = L_48;
Il2CppCodeGenWriteBarrier((void**)(&L_47->___material), (void*)L_48);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:255>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_49 = V_8;
int32_t L_50 = ___5_hdrDebugMode;
NullCheck(L_49);
L_49->___hdrDebugMode = L_50;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:256>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_51 = V_8;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_52 = V_1;
NullCheck(L_51);
L_51->___luminanceParameters = L_52;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:257>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_53 = V_8;
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_54 = ___1_cameraData;
NullCheck(L_53);
L_53->___cameraData = L_54;
Il2CppCodeGenWriteBarrier((void**)(&L_53->___cameraData), (void*)L_54);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:259>
bool L_55 = V_0;
if (!L_55)
{
goto IL_015a_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:261>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_56 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_57 = V_3;
NullCheck(L_56);
L_56->___xyBuffer = L_57;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:262>
RuntimeObject* L_58 = V_7;
NullCheck(L_58);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_58, (&V_3), 1);
}
IL_015a_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:265>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_59 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_60 = ___2_srcColor;
NullCheck(L_59);
L_59->___srcColor = L_60;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:266>
RuntimeObject* L_61 = V_7;
NullCheck(L_61);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_61, (&___2_srcColor), 1);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:267>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_62 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_63 = ___4_dstColor;
NullCheck(L_62);
L_62->___dstColor = L_63;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:268>
RuntimeObject* L_64 = V_7;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_65 = ___4_dstColor;
NullCheck(L_64);
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_64, L_65, 0, 6);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:270>
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
bool L_66;
L_66 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&___3_overlayUITexture), NULL);
if (!L_66)
{
goto IL_019c_1;
}
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:272>
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_67 = V_8;
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_68 = ___3_overlayUITexture;
NullCheck(L_67);
L_67->___overlayUITexture = L_68;
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:273>
RuntimeObject* L_69 = V_7;
NullCheck(L_69);
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_69, (&___3_overlayUITexture), 1);
}
IL_019c_1:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:276>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:277>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:278>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:279>
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:280>
RuntimeObject* L_70 = V_7;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var);
BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* L_71 = ((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9__17_1;
BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* L_72 = L_71;
if (L_72)
{
G_B15_0 = L_72;
G_B15_1 = L_70;
goto IL_01bd_1;
}
G_B14_0 = L_72;
G_B14_1 = L_70;
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var);
U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E* L_73 = ((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9;
BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* L_74 = (BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469*)il2cpp_codegen_object_new(BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469_il2cpp_TypeInfo_var);
BaseRenderFunc_2__ctor_m8A6AB1C7307E5B9B9147154A33129F028A52CE44(L_74, L_73, (intptr_t)((void*)U3CU3Ec_U3CRenderHDRDebugU3Eb__17_1_m6140F40CBC6B763944749C476892DBD1DD0B739E_RuntimeMethod_var), NULL);
BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* L_75 = L_74;
((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9__17_1 = L_75;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9__17_1), (void*)L_75);
G_B15_0 = L_75;
G_B15_1 = G_B14_1;
}
IL_01bd_1:
{
NullCheck(G_B15_1);
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE_mAB4B20EEEF0326C1C77B3428FD40C31A8E1C26F0_RuntimeMethod_var, G_B15_1, G_B15_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:281>
goto IL_01d0;
}
}
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01d0:
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:282>
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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: 33474
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BlockRange_get_Current_mAE0444A8F3C9E0E6999B59148E9C87F6055133F8_inline (BlockRange_tA1B8F0F361ACE9052C36ADAD020F52FB749A7F91* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:2437>
int32_t L_0 = __this->___m_Current;
return L_0;
}
}
// 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: 35238
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XRPassUniversal_get_isLateLatchEnabled_mCFAAB2099E57226FDD74EC51E16DE26E3B7777A3_inline (XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/XR/XRPassUniversal.cs:27>
bool L_0 = __this->___U3CisLateLatchEnabledU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 35241
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XRPassUniversal_set_canMarkLateLatch_m55FD53B9F8BE99FF85F7CA356D608F042A55906F_inline (XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/XR/XRPassUniversal.cs:30>
bool L_0 = ___0_value;
__this->___U3CcanMarkLateLatchU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 27313
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t XRPass_get_foveatedRenderingInfo_m6F0E2EFEFFF40F47ABD3602D125C40E7CFBDE39B_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:199>
intptr_t L_0 = __this->___U3CfoveatedRenderingInfoU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 27350
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRSystem_get_foveatedRenderingCaps_m2B4B6BD6E1BFD298DD8A66DB2294FA27A0F6F989_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRSystem.cs:101>
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
int32_t L_0 = ((XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_StaticFields*)il2cpp_codegen_static_fields_for(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var))->___U3CfoveatedRenderingCapsU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33485
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRendererData_set_isInvalidated_mEEF5DC7FB24BAEDC2E827C5834B0954F98CB022B_inline (ScriptableRendererData_t9005CE645D4881FA4431E52EDC7678203632CAA7* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRendererData.cs:20>
bool L_0 = ___0_value;
__this->___U3CisInvalidatedU3Ek__BackingField = L_0;
return;
}
}
// 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: 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: 29852
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProbeVolumeSceneData_SetParentObject_m2DFFDD95B95E5ABE219037436C0E6E5DD956B7A9_inline (ProbeVolumeSceneData_t29FD126D36ED1E093C2EBBFB3F248DD5E2A86D90* __this, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_parent, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Lighting/ProbeVolume/ProbeVolumeSceneData.cs:41>
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* L_0 = ___0_parent;
__this->___parentAsset = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___parentAsset), (void*)L_0);
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Lighting/ProbeVolume/ProbeVolumeSceneData.cs:42>
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: 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: 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: 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: 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: 37837
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___0_a;
int32_t L_1 = ___1_b;
if ((((int32_t)L_0) > ((int32_t)L_1)))
{
goto IL_0008;
}
}
{
int32_t L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
int32_t L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
int32_t L_4 = V_0;
return L_4;
}
}
// Method Definition Index: 27303
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 XRPass_get_renderTargetDesc_mF4ACE09EA620B550530FCB6D6EC7C89808A4AAC5_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:169>
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_0 = __this->___U3CrenderTargetDescU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 40492
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SupportedRenderingFeatures_get_rendersUIOverlay_m657FFFC5B360F7BCE9964EF50E7449779224AEFC_inline (SupportedRenderingFeatures_t569A94D488395E4967F2CA349DB518EA7BD117A6* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CrendersUIOverlayU3Ek__BackingField;
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: 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: 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: 34764
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalAdditionalCameraData_get_renderType_m329B2A06C25793DF3BBBE89B3F23154EA2380265_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:569>
int32_t L_0 = __this->___m_CameraType;
return L_0;
}
}
// Method Definition Index: 33625
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalCameraData_set_xr_mEB2F322702C7AD348862B3652C45BB186DB5D328_inline (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalCameraData.cs:532>
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = ___0_value;
__this->___U3CxrU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CxrU3Ek__BackingField), (void*)L_0);
return;
}
}
// 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: 33636
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_renderingMode_mF83CCB57DE3ED180345253DEA561CC547683A003_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:49>
int32_t L_0 = ___0_value;
__this->___U3CrenderingModeU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33644
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_stencilLodCrossFadeEnabled_mAC15E033A3B7B2FC520E2FD599AAF984A1003920_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:69>
bool L_0 = ___0_value;
__this->___U3CstencilLodCrossFadeEnabledU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33638
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_prepassLayerMask_m0807883F6C5C0A00904C96E26776841BE24B2743_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:54>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CprepassLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33640
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_opaqueLayerMask_m8084B6E6E1EC24CE244887D4133B0E21A8BFD19A_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:59>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CopaqueLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33642
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalRenderingData_set_transparentLayerMask_m962C8A6EC30B5A9F21D82D53D23B2F500B4B910D_inline (UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* __this, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalRenderingData.cs:64>
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_0 = ___0_value;
__this->___U3CtransparentLayerMaskU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33648
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UniversalResourceDataBase_set_isAccessible_m31DB6383ADB2BCEA1D4338F7103399633705C255_inline (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:22>
bool L_0 = ___0_value;
__this->___U3CisAccessibleU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33647
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UniversalResourceDataBase_get_isAccessible_mDC40138C1A4B8288C8305D79C666B34091CD0361_inline (UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceBase.cs:22>
bool L_0 = __this->___U3CisAccessibleU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33657
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalResourceData_get_activeColorID_m647C54C017E51A2D385E2706C8CA52D78A98123A_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:14>
int32_t L_0 = __this->___U3CactiveColorIDU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33660
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalResourceData_get_activeDepthID_m6D6706D1E13015B8E4E0CDE866067E41738403C6_inline (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/FrameData/UniversalResourceData.cs:42>
int32_t L_0 = __this->___U3CactiveDepthIDU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 37764
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 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: 37492
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_mipCount_mDCC85ED7D97BD64A290A21DB91BC5CB1C4BA95EF_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CmipCountU3Ek__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: 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: 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: 27407
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* CameraHistoryItem_get_storage_mC7A6F7E17B1FB78DA9D91BDD473A1F3E357F2865_inline (CameraHistoryItem_tF338960CEEF2FC4CA719474D573A411AFD4E0CDB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Camera/CameraHistory.cs:129>
BufferedRTHandleSystem_t986BCD1C8C6AD8B93F8F768599D6CCCE7C6A7046* L_0 = __this->___m_owner;
return L_0;
}
}
// Method Definition Index: 37912
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_x;
__this->___m_X = L_0;
int32_t L_1 = ___1_y;
__this->___m_Y = L_1;
return;
}
}
// 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: 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: 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: 30313
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* Texture2DAtlas_get_AtlasTexture_m7768401CB1687EDDACF3A103E476F2C217C69C8C_inline (Texture2DAtlas_t770EADF1E6B5E862E78D0EC18118B4A3E023334F* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/Texture2DAtlas.cs:207>
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = __this->___m_AtlasTexture;
return L_0;
}
}
// 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: 33810
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool LightCookieShaderData_get_isUploaded_m05AA2D68F937FF6BE8C743796A8D47F71BAEEBAD_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:177>
bool L_0 = __this->___U3CisUploadedU3Ek__BackingField;
return L_0;
}
}
// Method Definition Index: 33764
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LightCookieManager_set_IsKeywordLightCookieEnabled_m7683EADF9EF8822DC7E86483D369983693B7FD93_inline (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:276>
bool L_0 = ___0_value;
__this->___U3CIsKeywordLightCookieEnabledU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 33763
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool LightCookieManager_get_IsKeywordLightCookieEnabled_mAAC832A3AA56BB7A301121DF82329C7B84B0DBE5_inline (LightCookieManager_t47C455537F06ECCE295272AF0BE14CDF1FB54C2B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:276>
bool L_0 = __this->___U3CIsKeywordLightCookieEnabledU3Ek__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: 34829
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 UniversalAdditionalLightData_get_lightCookieSize_m2BCB9CB1632C84C74424CEB22C0BB779527B132A_inline (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:141>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_LightCookieSize;
return L_0;
}
}
// Method Definition Index: 37891
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Division_m707994C12D356E65E453CEE8F767E652B60911BF_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
float L_1 = L_0.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
float L_3 = L_2.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
float L_5 = L_4.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
float L_7 = L_6.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)(L_1/L_3)), ((float)(L_5/L_7)), NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
// Method Definition Index: 34831
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 UniversalAdditionalLightData_get_lightCookieOffset_m3EEC9A8B35800A9C194ECEB1AD93F720147B922E_inline (UniversalAdditionalLightData_t64155D8CEDD90D83B10153DF9473AEE7E39EF107* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalLightData.cs:152>
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___m_LightCookieOffset;
return L_0;
}
}
// Method Definition Index: 37849
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Sign_m42EE1F0BC041AF14F89DED7F762BE996E2C50D8A_inline (float ___0_f, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___0_f;
if ((((float)L_0) >= ((float)(0.0f))))
{
goto IL_0010;
}
}
{
G_B3_0 = (-1.0f);
goto IL_0015;
}
IL_0010:
{
G_B3_0 = (1.0f);
}
IL_0015:
{
V_0 = G_B3_0;
goto IL_0018;
}
IL_0018:
{
float 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: 30151
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A RTHandle_get_referenceSize_mC92CF605112BBE2C0733AB1E4A9C42B760DCB34B_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:110>
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = __this->___U3CreferenceSizeU3Ek__BackingField;
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: 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: 37836
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___0_a;
float L_1 = ___1_b;
if ((((float)L_0) > ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}
// Method Definition Index: 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: 37893
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
float L_1 = L_0.___x;
float L_2 = ___1_d;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a;
float L_4 = L_3.___y;
float L_5 = ___1_d;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
memset((&L_6), 0, sizeof(L_6));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
return L_7;
}
}
// Method Definition Index: 37865
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_NextPowerOfTwo_mA1CE7F3EEF9B0B07AB2D586C030ED236D578F485_inline (int32_t ___0_value, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___0_value;
___0_value = ((int32_t)il2cpp_codegen_subtract(L_0, 1));
int32_t L_1 = ___0_value;
int32_t L_2 = ___0_value;
___0_value = ((int32_t)(L_1|((int32_t)(L_2>>((int32_t)16)))));
int32_t L_3 = ___0_value;
int32_t L_4 = ___0_value;
___0_value = ((int32_t)(L_3|((int32_t)(L_4>>8))));
int32_t L_5 = ___0_value;
int32_t L_6 = ___0_value;
___0_value = ((int32_t)(L_5|((int32_t)(L_6>>4))));
int32_t L_7 = ___0_value;
int32_t L_8 = ___0_value;
___0_value = ((int32_t)(L_7|((int32_t)(L_8>>2))));
int32_t L_9 = ___0_value;
int32_t L_10 = ___0_value;
___0_value = ((int32_t)(L_9|((int32_t)(L_10>>1))));
int32_t L_11 = ___0_value;
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
goto IL_0030;
}
IL_0030:
{
int32_t L_12 = V_0;
return L_12;
}
}
// Method Definition Index: 37889
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
float L_1 = L_0.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
float L_3 = L_2.___x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
float L_5 = L_4.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
float L_7 = L_6.___y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
// 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: 33806
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* LightCookieShaderData_get_worldToLights_m5A33EFD6972E56ECDA9F2A0E3ECD5ED4FEDC73EA_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:172>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_WorldToLightCpuData;
return L_0;
}
}
// Method Definition Index: 33807
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595 LightCookieShaderData_get_cookieEnableBits_m050137EE57653E0E50567A780AA72D411BA4E1C1_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:173>
ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595 L_0 = __this->___m_CookieEnableBitsCpuData;
return L_0;
}
}
// Method Definition Index: 33808
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* LightCookieShaderData_get_atlasUVRects_m844E155C16CA2AAC2161FB01B965ACF30BD235A1_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:174>
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_0 = __this->___m_AtlasUVRectCpuData;
return L_0;
}
}
// Method Definition Index: 33809
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* LightCookieShaderData_get_lightTypes_m02DFB85B8C83F94C87D319183E140D110D6802F9_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:175>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_LightTypeCpuData;
return L_0;
}
}
// Method Definition Index: 37973
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Multiply_m02FE150FD7366546FC19A36B6928512376BF64E8_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, float ___1_d, 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;
float L_2 = ___1_d;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3 = ___0_a;
float L_4 = L_3.___y;
float L_5 = ___1_d;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___0_a;
float L_7 = L_6.___z;
float L_8 = ___1_d;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = ___0_a;
float L_10 = L_9.___w;
float L_11 = ___1_d;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12;
memset((&L_12), 0, sizeof(L_12));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), ((float)il2cpp_codegen_multiply(L_10, L_11)), NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_13 = V_0;
return L_13;
}
}
// Method Definition Index: 37866
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Mathf_IsPowerOfTwo_m58172AEBE272F53FD34CC10641057847181E960A_inline (int32_t ___0_value, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___0_value;
int32_t L_1 = ___0_value;
V_0 = (bool)((((int32_t)((int32_t)(L_0&((int32_t)il2cpp_codegen_subtract(L_1, 1))))) == ((int32_t)0))? 1 : 0);
goto IL_000c;
}
IL_000c:
{
bool L_2 = V_0;
return L_2;
}
}
// Method Definition Index: 34591
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ShaderBitArray_get_data_m2C2460839538EC3A43D85A9A0F552B1D9C37730B_inline (ShaderBitArray_tF6CCBE42F02A04513F4B9FD9C355AA9E2C69A595* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ShaderBitArray.cs:24>
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_Data;
return L_0;
}
}
// Method Definition Index: 33811
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LightCookieShaderData_set_isUploaded_m4034ADBAC0A460485BE8B8B3B8BCDC8385BA3B48_inline (LightCookieShaderData_t38F9BD4D6118DD8554869675163AC15CB5403D10* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:177>
bool L_0 = ___0_value;
__this->___U3CisUploadedU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 42080
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_tzcnt_mB3717EA8D7052CBC8F048C8ADB37D6C6060C5490_inline (uint64_t ___0_x, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
uint32_t V_1 = 0;
int32_t V_2 = 0;
LongDoubleUnion_tD71C400B6C4CD1A7F13CE8125AC6BBC7A22791CA V_3;
memset((&V_3), 0, sizeof(V_3));
uint32_t G_B5_0 = 0;
int32_t G_B8_0 = 0;
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5251>
uint64_t L_0 = ___0_x;
if (L_0)
{
goto IL_0006;
}
}
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5252>
return ((int32_t)64);
}
IL_0006:
{
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5254>
uint64_t L_1 = ___0_x;
uint64_t L_2 = ___0_x;
___0_x = ((int64_t)((int64_t)L_1&((-((int64_t)L_2)))));
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5255>
uint64_t L_3 = ___0_x;
V_0 = ((int32_t)(uint32_t)L_3);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5257>
uint32_t L_4 = V_0;
if (L_4)
{
goto IL_0019;
}
}
{
uint64_t L_5 = ___0_x;
G_B5_0 = ((uint32_t)(((int32_t)(uint32_t)((int64_t)((uint64_t)L_5>>((int32_t)32))))));
goto IL_001a;
}
IL_0019:
{
uint32_t L_6 = V_0;
G_B5_0 = L_6;
}
IL_001a:
{
V_1 = G_B5_0;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5258>
uint32_t L_7 = V_0;
if (L_7)
{
goto IL_0025;
}
}
{
G_B8_0 = ((int32_t)991);
goto IL_002a;
}
IL_0025:
{
G_B8_0 = ((int32_t)1023);
}
IL_002a:
{
V_2 = G_B8_0;
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5261>
(&V_3)->___doubleValue = (0.0);
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5262>
uint32_t L_8 = V_1;
(&V_3)->___longValue = ((int64_t)il2cpp_codegen_add(((int64_t)4841369599423283200LL), ((int64_t)(uint64_t)((uint32_t)L_8))));
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5263>
double* L_9 = (double*)(&(&V_3)->___doubleValue);
double* L_10 = L_9;
double L_11 = *((double*)L_10);
*((double*)L_10) = (double)((double)il2cpp_codegen_subtract(L_11, (4503599627370496.0)));
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5264>
LongDoubleUnion_tD71C400B6C4CD1A7F13CE8125AC6BBC7A22791CA L_12 = V_3;
int64_t L_13 = L_12.___longValue;
int32_t L_14 = V_2;
return ((int32_t)il2cpp_codegen_subtract(((int32_t)((int64_t)(L_13>>((int32_t)52)))), L_14));
}
}
// Method Definition Index: 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: 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: 33853
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_previousViewProjectionStereo_mEA301EE36930A8F304881C4177A0C3347C752482_inline (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:68>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_PreviousViewProjection;
return L_0;
}
}
// Method Definition Index: 33852
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* MotionVectorsPersistentData_get_viewProjectionStereo_mF66AE8BCB8367C8EFE9B25F876F887321298B430_inline (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/MotionVectors.cs:63>
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_0 = __this->___m_ViewProjection;
return L_0;
}
}
// Method Definition Index: 32527
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UniversalRenderPipelineAsset_get_colorGradingLutSize_m7F77F04EC9DE49B60F0450703D8E078EE4381F51_inline (UniversalRenderPipelineAsset_tE8A9AA6F030CC3B558CEA2EB54FFF4FC58CA6232* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Data/UniversalRenderPipelineAsset.cs:1597>
int32_t L_0 = __this->___m_ColorGradingLutSize;
return L_0;
}
}
// Method Definition Index: 30905
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VolumeComponent_set_displayName_m7490689389D1F847A6FFCF257C536175817AC1AF_inline (VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Volume/VolumeComponent.cs:160>
String_t* L_0 = ___0_value;
__this->___U3CdisplayNameU3Ek__BackingField = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField), (void*)L_0);
return;
}
}
// 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: 37761
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_m43C27DEC47C4811FB30AB474FF2131A963B66FC8_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = __this->___x;
float L_1 = __this->___x;
float L_2 = __this->___y;
float L_3 = __this->___y;
float L_4 = __this->___z;
float L_5 = __this->___z;
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_0, L_1)), ((float)il2cpp_codegen_multiply(L_2, L_3)))), ((float)il2cpp_codegen_multiply(L_4, L_5))));
goto IL_002d;
}
IL_002d:
{
float L_6 = V_0;
return L_6;
}
}
// Method Definition Index: 36489
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_xMin, int32_t ___1_yMin, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_xMin;
__this->___m_XMin = L_0;
int32_t L_1 = ___1_yMin;
__this->___m_YMin = L_1;
int32_t L_2 = ___2_width;
__this->___m_Width = L_2;
int32_t L_3 = ___3_height;
__this->___m_Height = L_3;
return;
}
}
// Method Definition Index: 36481
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_Width;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 36483
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_Height;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 36477
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_XMin;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 36479
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878_inline (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_YMin;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
// Method Definition Index: 33940
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetTotalShadowSlicesCount_m16BC9BE84A7EA825554A167973DFE0E5AB896A12_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:291>
int32_t L_0 = __this->___m_TotalShadowSlicesCount;
return L_0;
}
}
// Method Definition Index: 33941
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetTotalShadowResolutionRequestCount_m16FDEE8A385FFB11DE1C7EE809C5246C1360FB73_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:293>
int32_t L_0 = __this->___m_TotalShadowResolutionRequestCount;
return L_0;
}
}
// Method Definition Index: 33942
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdditionalLightsShadowAtlasLayout_HasTooManyShadowMaps_mF5085628677B884F26878BACD8F7DD462EF581B1_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:295>
bool L_0 = __this->___m_TooManyShadowMaps;
return L_0;
}
}
// Method Definition Index: 33943
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetShadowSlicesScaleFactor_m5AAE169C5C88EACC0DEC38B12FFC8512B95E45FA_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:297>
int32_t L_0 = __this->___m_ShadowSlicesScaleFactor;
return L_0;
}
}
// Method Definition Index: 33944
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdditionalLightsShadowAtlasLayout_GetAtlasSize_m1D18A335928F768E4C63634DCF2BD30DBC97D77E_inline (AdditionalLightsShadowAtlasLayout_t2641AB50478ED46482F321134D86853AA802E50E* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/AdditionalLightsShadowAtlasLayout.cs:299>
int32_t L_0 = __this->___m_AtlasSize;
return L_0;
}
}
// 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: 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: 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: 33281
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_useNativeRenderPass_m1D60C30BB1CF1B4D383FFCABC1F57EA755626895_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, bool ___0_value, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:342>
bool L_0 = ___0_value;
__this->___U3CuseNativeRenderPassU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 37631
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_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), (0.0f), NULL);
return L_0;
}
}
// 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: 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: 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: 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: 37509
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_vrUsage_m994CB3D4B250A70BE005D9FDFD24D868E07A52F0_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CvrUsageU3Ek__BackingField = L_0;
return;
}
}
// Method Definition Index: 29179
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline (VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Volume/VolumeManager.cs:59>
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_0 = __this->___U3CstackU3Ek__BackingField;
return L_0;
}
}
// 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: 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: 9282
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____size;
return L_0;
}
}
// Method Definition Index: 9301
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m6C27D2DB91485CF3C5992CD0234BA828E8C53275_gshared_inline (List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* __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: 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: 33801
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WorkSlice_1_get_length_mCDE5BAF472BC1BEBC9D091F532AC1A07D65DB0BC_gshared_inline (WorkSlice_1_tDC724EEF28BD2F2E2B6498F1FDB285F8CCF34A44* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:124>
int32_t L_0 = __this->___m_Length;
return L_0;
}
}
// Method Definition Index: 33801
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WorkSlice_1_get_length_m0E5769CB5B052657E7327DCAD0F2CA104327D7D8_gshared_inline (WorkSlice_1_t667B566D7F9D6CCD86634FB4157540E5A9C14E87* __this, const RuntimeMethod* method)
{
{
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/LightCookieManager.cs:124>
int32_t L_0 = __this->___m_Length;
return L_0;
}
}
// Method Definition Index: 1729
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m8D130DB7F2A1E694736B449176F9C26DB456597B_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___value;
return L_0;
}
}
// Method Definition Index: 1727
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mCF2FD8B3055FA87FC9C504F2122B3B0FAEDE3EC9_gshared_inline (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___hasValue;
return L_0;
}
}
// Method Definition Index: 35968
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB* UnsafeUtility_AsRef_TisHeader_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB_m3A7E42BB73E2742A65BBA57CD0B170814E6D3D52_gshared_inline (void* ___0_ptr, const RuntimeMethod* method)
{
{
void* L_0 = ___0_ptr;
return (Header_t6E9C9D9D90B5CCBFAD84574E26922E6FB77348BB*)(L_0);
}
}
// Method Definition Index: 9282
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m17717B8EF122409B0114BFF2FBC12F88ACA073B2_gshared_inline (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____size;
return L_0;
}
}
// Method Definition Index: 9293
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m6F803D1FC30A831609F2CFA0C640DC2699E14838_gshared_inline (List_1_t201EF66D89B48BDF1B448F483575106DF0B49F6A* __this, ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE ___0_item, const RuntimeMethod* method)
{
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____version;
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_1 = __this->____items;
V_0 = L_1;
int32_t L_2 = __this->____size;
V_1 = L_2;
int32_t L_3 = V_1;
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* 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));
ShadowResolutionRequestU5BU5D_tC33A2E5E2712B8688E21C80BB2350155D029B334* L_6 = V_0;
int32_t L_7 = V_1;
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE)L_8);
return;
}
IL_0034:
{
ShadowResolutionRequest_tC1B869ADCA139D8D7AD8A355373F84C7F5E0FCBE L_9 = ___0_item;
List_1_AddWithResize_m636A64068369163D4FD97757CF81A07322C515BA(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
return;
}
}
// Method Definition Index: 9301
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m9EB85BF0A8ACB74906DE3C966155E2AFE3CD41D9_gshared_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __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: 9293
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mB250805CA1FB6E023D7DC263CB8A9FED9DF6832C_gshared_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_item, const RuntimeMethod* method)
{
RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____version;
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F* L_1 = __this->____items;
V_0 = L_1;
int32_t L_2 = __this->____size;
V_1 = L_2;
int32_t L_3 = V_1;
RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F* 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));
RectIntU5BU5D_t0497041D1621D80C656705FB9F0AB63AD4D8698F* L_6 = V_0;
int32_t L_7 = V_1;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8)L_8);
return;
}
IL_0034:
{
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_9 = ___0_item;
List_1_AddWithResize_m7AB2D7E7A971DA2781D3D87AEE011EC1EE6FC6D1(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
return;
}
}
// Method Definition Index: 9282
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mAC3A8C91727EB1B71F51D45CBCE6166C0AC10380_gshared_inline (List_1_t6988D2B11937CB8462E839C2DE1714ACD7797AF4* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____size;
return L_0;
}
}
// Method Definition Index: 605
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_2_Invoke_m2282008A18DE8B8483FF6CB35E2AFE57CA23867A_gshared_inline (Action_2_tA93E5723B502E2AC6C87FB0C973D136B2E3A3A0B* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_arg1, RuntimeObject* ___1_arg2, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B, RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_arg1, ___1_arg2, reinterpret_cast<RuntimeMethod*>(__this->___method));
}
// 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: 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: 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: 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: 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;
}
}