1. 공격 스크립트를 만듬 - 플레이어 -> 적 공격 테스트 (성공) - 적 -> 플레이어 공격 테스트 (성공) Todo 1. 카메라 컨트롤러는 이거 방법 아예 따로 찾아야 할거 같음 2. 공격 스크립트 (시도) - 투사체 공격 (시작해야 함) - 공격 관련 무기 스테이터스 같은거 생각해야 함 - 몬스터 AI라던가 설정 또는 이동과 관련된것도 생각해야 함 - 공격 받았을 경우 처리는 어떻게 할건지 고민을 해야 함
25689 lines
1.5 MiB
25689 lines
1.5 MiB
#include "pch-cpp.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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);
|
|
}
|
|
};
|
|
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 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_tB73C956644B6ABEA48D4056B6E9B2EAABCA040CD;
|
|
struct BaseRenderFunc_2_tCEF4A4193D64B47BA9BDF45CF9B801DEB82FED1C;
|
|
struct BaseRenderFunc_2_tA367BC6873E6166CAEC57DF6061E145117B9C512;
|
|
struct BaseRenderFunc_2_t10AF8365CCA7EFEF5B366417438F7511EBDAF850;
|
|
struct BaseRenderFunc_2_tDE223D9B5C3D443FCE3A8FA8C4C88369698B8469;
|
|
struct BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3;
|
|
struct BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551;
|
|
struct BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043;
|
|
struct BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81;
|
|
struct BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5;
|
|
struct BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5;
|
|
struct BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF;
|
|
struct BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3;
|
|
struct BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23;
|
|
struct BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B;
|
|
struct BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67;
|
|
struct BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E;
|
|
struct BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22;
|
|
struct BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770;
|
|
struct BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC;
|
|
struct BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA;
|
|
struct BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173;
|
|
struct BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1;
|
|
struct BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC;
|
|
struct Dictionary_2_tCB9019887EB0254D4745B0724BC12327C5B63792;
|
|
struct Dictionary_2_tB41FAC88F07BAB98D6D373F7C94FB0496D1BDA32;
|
|
struct Dictionary_2_t21E090827BAF9D0D011CB55C02CA666756BF1AE7;
|
|
struct Dictionary_2_t54101FB5AEA0292C95D30CFAB7909873BF26E0B9;
|
|
struct Dictionary_2_t8D403C45B564DB77AE8A32FD6D35E333ABE68793;
|
|
struct Dictionary_2_t8BD6308EB9E88486C040C0B44AAE81F0B6C637C9;
|
|
struct Dictionary_2_t5A7CE09F4D3EC74EEAE8DB41E209394AF6D9C99A;
|
|
struct Func_2_t3B89FA9251E6091D6FD350356D078F4712E902B3;
|
|
struct Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE;
|
|
struct Func_4_t332C0058075A9D0A2F5170831803531EC540225C;
|
|
struct IEnumerator_1_t5926539DBBB2302C569D0A07AF3A95A874CEBE33;
|
|
struct Lazy_1_t8BF68D560BD85EC85ECBE57F1B105CF767F8FBBC;
|
|
struct List_1_tD2FA3273746E404D72561E8324608D18B52B533E;
|
|
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
|
|
struct List_1_tB5216E2043E168F4E0A122E4594A52A4BA2394F2;
|
|
struct List_1_t1EFB69EBBF25AD12F3A9E56C62B12F01D63469CD;
|
|
struct List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C;
|
|
struct List_1_t2E485E650BF1E41358CE56A69323E183C5A89CB6;
|
|
struct List_1_t2121653FB628940E808D105AD2C17E0F20AFB3A6;
|
|
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
|
|
struct List_1_tF9F2510E1F31EAAB4FF93BF5D2FD123A1BA401D8;
|
|
struct List_1_tA7666C6690CE2AEE97571615AD3AFCE2BB020597;
|
|
struct List_1_t7B0B015A57215073C45C813320AF5F3ECF8149F7;
|
|
struct List_1_t6590FC1C3D6405E4972389536FA11B52542105C5;
|
|
struct ReadOnlyCollection_1_tE414953665CCBE1BFF28E8E32C184621ADDA4B76;
|
|
struct ReadOnlyCollection_1_t6B7DBAE606F01BC50D92947B4B66E0A9EB9BDF64;
|
|
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6;
|
|
struct List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206;
|
|
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E;
|
|
struct RTHandleU5BU5DU5BU5D_t6066EC3F94599A5A42DA9A893F102E9618CB612F;
|
|
struct RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB;
|
|
struct AttachmentDescriptorU5BU5D_tC70107EBD955FE94BA31C7FDC146069EF9C547C1;
|
|
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct GraphicsDeviceTypeU5BU5D_t4322565F239068C66BF47053B83BD6A9A9D16408;
|
|
struct GraphicsFormatU5BU5D_tF6A3D90C430FA3F548B77E5D58D25D71F154E6C5;
|
|
struct Hash128U5BU5D_tB104E7247B842648E447B7FCF4748077DC1F8C98;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
struct LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9;
|
|
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
|
|
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct PlaneU5BU5D_t4EEF66BAA8B0140EFFF34F6183CE7F80546592BE;
|
|
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF;
|
|
struct RenderBufferStoreActionU5BU5D_tFEA8F5DD460573EA9F35FBEC5727D1804C5DCBF5;
|
|
struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE;
|
|
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7;
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
|
|
struct VolumeComponentU5BU5D_t9623DFEA760C190B40486621A48932B26706D143;
|
|
struct VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103;
|
|
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB;
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
struct BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06;
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
struct Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225;
|
|
struct BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95;
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
|
|
struct ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F;
|
|
struct ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8;
|
|
struct ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E;
|
|
struct ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86;
|
|
struct ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C;
|
|
struct ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0;
|
|
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7;
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
|
|
struct ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61;
|
|
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C;
|
|
struct ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086;
|
|
struct CullingAllocationInfo_tB260F5CD0B290F74E145EB16E54B901CC68D9D5A;
|
|
struct CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487;
|
|
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4;
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
struct DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF;
|
|
struct DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26;
|
|
struct DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21;
|
|
struct FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172;
|
|
struct FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F;
|
|
struct FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106;
|
|
struct GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1;
|
|
struct HDRACESPresetParameter_t9586D8EF5D8B6F14F16BFF618A17E21274FFAE45;
|
|
struct HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1;
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
struct IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372;
|
|
struct IUnsafeRenderGraphBuilder_t60BB47E91098AE0177EA53951D7A2B7DC56A6A28;
|
|
struct InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503;
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
struct InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9;
|
|
struct LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6;
|
|
struct LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135;
|
|
struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3;
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D;
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
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 Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
struct PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA;
|
|
struct PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05;
|
|
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C;
|
|
struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE;
|
|
struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B;
|
|
struct RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F;
|
|
struct RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8;
|
|
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 RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
struct ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791;
|
|
struct ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076;
|
|
struct ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D;
|
|
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0;
|
|
struct ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892;
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
|
|
struct StpHistory_t9A3E110F0E97FE93E44838B51A330C2111F96081;
|
|
struct String_t;
|
|
struct TaaHistory_tA203D496A5F23B4717184375DEAA12944359B85D;
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
|
|
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
|
|
struct TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A;
|
|
struct Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA;
|
|
struct TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A;
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
struct Type_t;
|
|
struct UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93;
|
|
struct UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7;
|
|
struct UniversalCameraHistory_t15D275DAE9AD5B608CE533D0FCE0884F07BB1E80;
|
|
struct UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C;
|
|
struct UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653;
|
|
struct UniversalRenderPipelineRuntimeTextures_tDA15F1E9BFCD85610D963AC723C03EB214D1EB86;
|
|
struct UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6;
|
|
struct UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626;
|
|
struct UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2;
|
|
struct UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320;
|
|
struct Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A;
|
|
struct Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC;
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
struct VolumeCollection_t77FAA5F213B6C65136416F16C37041371D041408;
|
|
struct VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621;
|
|
struct VolumeProfile_t9B5F2005F575A710F38A124EF81A6228CCACACE1;
|
|
struct VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8;
|
|
struct XRDisplaySubsystem_t4B00B0BF1894A039ACFA8DDC2C2EB9301118C1F1;
|
|
struct XRLayoutStack_t6F7C0BB97693E7D17B8E2289D355FFF1DE6F4051;
|
|
struct XROcclusionMesh_tA0B52AD16F48002574AF9C1F274264C79ECB028D;
|
|
struct XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF;
|
|
struct XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1;
|
|
struct XRVisibleMesh_tD685DD0F7C47F5270F8ABB3E7366972918E2B677;
|
|
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
|
|
struct DebugFinalValidationPassData_t8E6E203E5F9FFDDBB98153741C76049EEF9F744B;
|
|
struct DebugSetupPassData_t6FF39B74BC8FDCBD41EF92A852D5495C4F6F33EA;
|
|
struct U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E;
|
|
struct PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548;
|
|
struct PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE;
|
|
struct ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1;
|
|
struct U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2;
|
|
struct PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6;
|
|
struct U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0;
|
|
struct MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229;
|
|
struct PassData_t1917C250AD9B39677BBC382C7290D0FF82985551;
|
|
struct ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59;
|
|
struct TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122;
|
|
struct BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA;
|
|
struct DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565;
|
|
struct DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3;
|
|
struct LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24;
|
|
struct LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0;
|
|
struct MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562;
|
|
struct MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE;
|
|
struct PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF;
|
|
struct PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B;
|
|
struct PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108;
|
|
struct PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E;
|
|
struct PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A;
|
|
struct SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4;
|
|
struct SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1;
|
|
struct StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE;
|
|
struct UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2;
|
|
struct UberSetupBloomPassData_tFA0C541B41BA1AE388EF26CF2786BC2AF8A828F2;
|
|
struct UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD;
|
|
struct CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644;
|
|
struct OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226;
|
|
struct OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C;
|
|
struct RenderingFeatures_t31044CBDCDC2F05194BFA2A2122FBD937D78A371;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ColorUtils_t8DE09CC60FE5A7C28984134BC712DD1B5104AC18_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_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* IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PassData_t1917C250AD9B39677BBC382C7290D0FF82985551_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StpUtils_t474727CF8F564E53ED88E255F37A6A4FC3752FC0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_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* U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0173C84123AEDD7B4E0D4233369BF586DAB88B40;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral01A849374C26F36DBF4641EFCBB31ABDCEFF10D2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral02AA5CF1C80B0DF618D084F879CD23859F1E374B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral066C0035F66438B186A69BF34E5BBD392AE74119;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07B171B1C8D7DBEA8D8A335E16FF04529ED4C296;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09BA8A94B4C513A414C7DD6658D274799E89F6A4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C8800AA6A8E1686CEFFF45C793EC512C24B0519;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0D03371A2C53CBCFD1FB53BA3B282145884969E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0D7ECBB6EBF0581E278B59E2AF3DFB1F8966E95B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0F3769FF2E17F76CE2B8A32D296C4D48506EA6C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1831D6AF0034BFD62502B7DAAE7F161CCE2152E9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral187B550E326EA78EDB32157988FA6DE7B6BB5C85;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral18A0D054A81F8042DD1845F93DB9CDD1B4022D45;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral18F9F20DBB46D16A736FD871D499B91C8B8AD52A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1AE938D8A9232E2E4B8049BE3DC1982713D87BA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B9EFBFC3B2698A75AE9060E2CA3F4703BAA46DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C6BD73E0F789EE3BB3E9E4A1DA621384478AFDD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D6B2F5769B37B64ED1CF89C6872C4C70E115DA4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F1446FA8B3EF6BF5F9E5BE903A40F07ADB3D49E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F89D7CC656CA804492D77DE3D942570AB2D6A00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral228C7CE59F61DC4634C693698A1F1F9A09B84345;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral236EF4A9D84C6C0908DB95675FDA65CBA7AB2165;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2ADACFBB5A797B96BB4AB3D6D30CA644ABFC150A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D37F43E99EB6C0790ED0EA5E97AE868BD7DAD4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30000D260010D582626C1B1738F91B680844B804;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30207A616BADD6D85FBCA565477F79E7A09D8F2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral31B5AA9639AD43C7FCD88DC0AFDCE82B53563600;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral35DC3C78121475701F016F189078E9C36F9BF94C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral367DC83CF8FAAB0E35DC0AACA757FF49D6E45971;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral395532A2CA3FFB4E35DA4816E48F5D38866FD3A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3DB1F1B6C8DBF6236F1F97FF50A52D5C675BBAC2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3F839ECBA8AC470BFFE9349EECF4319425E9777E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3FAF1DA4444E4B6AD59D12D507B263672C20EC08;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3FD56F073048085B0B5A551F1A4E8F1DE3884574;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral400C0542FBD5766E91BAD0BBC3756906EE77600B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42E48670FB7AC0A2FDE591B7E2E6725B2F6A4BF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral431B60EF974BB8E5F0F8EC2A455F97E801E2D0DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44C2668500869CC2081E76ACB924F307C180BEFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral49AE794C00022ECA141068DEA9531BF6E0D342B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A0F84CABDBAA807ED74BAE97A3B37809D5BBDC3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A97ACC7C146872C90C3DBD78E50114FC7ED35F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D8A139418EF0697974054E94254DECA0AE09AAC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D8CA867EA127EAD204225A6123BF05CFE9F3AA6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4E38D26AD2DD9D1A4A48F09CFAE77C1833E84741;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53E5A11AA5E4FD35308D01344B0A5149AC89BE2D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral577B724681B6E49F462DA98700A79269E1C87123;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59585177F5BD20BC1BED611DF59514402A1208C1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B8F50B4BD809534C2FD79953BC26C6C0D47DEC1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5F2DDE80F0F56189B8A34A2B8E6A51223B27F3F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral609710E93BDDCE4C7304411A9642DE82BD3DFD98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral60F21A2D3EB96C4D4DEB04D3F0A0E45B27E29129;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6271FB9F225C75A4B9F3843F0BCA65CBC7793AA3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6762E7787FFCF53F735F1F8AB67A312B7A892117;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6AA9A19E7B8BC95B576C0503904363A04EA0F0D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6EC08D77EC8CD343979195C445DF41E7AC79ECF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral708F66D2AD87776F5B7E546381F1E73EB9DDB090;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral731B552DFA43AAB097DE738D6C929FA08D6461A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73D7E0B9CE44AC9516FAA7B5E5D9996F0406AF50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral75CA3D6AA1DA78AFC0B5F59CF878B4E939A84984;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7605E990BDF3D9FE837E8A654F08CA6BEA25F21E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral770BD955B9529B05F1CB5BE120E75FA3B620F684;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7987DF7BA4C266E69980DE0831B635B3EF700BF2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C8A9CDCED86A60FD0F851FA85CC97B1294E90E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7F81C0ADE300C24C844CDA2373CB2373B8281B7D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral80BBDC352677FC7467DEC77AD4FC6B82386A528B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral817B818885135BEF736D2338DB6B5420E379E536;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral834863B80D35E96D02830CC464160847F063892D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8401E6CF3937A2C9602AC534713F9DAC381F179E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral847677B4D411B01A031C7AEB71B37F5E6EB47539;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral862A9879517D02316ADA3EF22C673885DB64148D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87E24F5A1DD90216AD71746E19C03C99E71DD920;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8938AED977E803D8E07BA49BDBD9BE350D907CF1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D951D0D39F6D39DA57A13F69CE06EF1A1532437;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral90095B739C8AE27DB65CD0706A4692207FE800A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral93C32888B3ED1C8FB577DC3041C22B452646F8FD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral953861CD76D5DF96360C5FF644FA861CF87B9C3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral971C7301C98006E7CCCA69A81F210FB1AB4E0BF8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral97A06D1C7C5ECFFBDE00FA3405D9F031222A580A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral97DD384485F1826C8BDA793DE10EBDF2F802A88A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99C4188C1BCB2ECF7EDFADE513E17AAAAD995C31;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3410967192A7D83AD5768EE0DBB2DCD97F0F158;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA48E3026A883B72EC7928644F7CC3A8CB1CF4450;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA7E1B3170D2A69D51AB83A28A28CF750307D92B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9E6683E605E25CCA0564720D2361F0374DE6BD5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA39ABF5972064AA7F5D72EB5E7A3067DBEA7AFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAEA2C29107B397E134D3442DBC70E1733AC3113A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAF9B0EF01DE2A312794B9F1E7864935A88AB3349;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB01016D4685B6A6555F7E20D2F432EE29F969DA2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB22B59490C30C06D45315B7E4293DAD5075AFFE0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB362EB5CD5FC34BC0C938BF79ACBF6DDAC632CE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB3E3DADCE6E7B32E1B630C2110EE36F91D6E999B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB4EBE57C49598AA2CE2A6F4F37A57543F7D538EC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8A17AF46273CD8A00F66D77FD25EF32BC3A3FEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC02C9C59EB90D59413114CD60347FE5294F0273A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC0F684CC32C6C2B1013F4CEA0458611A4195E4C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC0FF8E9E92F96AD7AE0FDEEC4B4B727E3A1F39DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC135ECAEE9302D15DB5BD0A8075B59B0A9D6DD00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1B8FEF67A4B5CEC7AF8D68A4845C6CEB59E9BE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC20675F593ECD8D80B84DBD1E1F97D156C31B607;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC44D5776F02BAA6F7FB9F2A70BAE3DA1D4EC9CA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC63BF584EC84B09C83B2FA44AAC177A1275D05FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA67D590521B2AE2F3BD3F775DE1AB089187B32B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC2E32F2767D7908897EBC0EB050EBC46381662F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC7CD17C3BF559F84788259BE1C80D4E497F581F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCD11BB1712DB6382A048B4AE3EADE730E885FFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCD8B54FE29DCEC66BD40E56921D4C3327FCF7FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCDAECC58725DBEE24CF8941DEB8BCE132721653;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCD107AB84C3C7CAEF9C83EC57E99F64A0D1D246C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2105439EFE4A4A8D6E5E9FCDFB969C23C532D04;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD51FF53FBBCE7298F312420D698228910BE37C28;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9011B0FC51481E2A0B6D0E3FD32DC3631D85C03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9A648DDB8567744CC00A6EA8088768861EA9699;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9E9F97F4B6286A1393F651B9AA5CA3FA68AEA47;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA9426B1D0D23E990FA90B3DC54BC0EA3D1A86C1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDE3D4B9AAA347D492D840D37A56CCE204D06B4CB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE078582BB0F722460DE31693A931059066547B83;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE4D84C97C43C33FE7F7FA00B8A51EE18A76760D5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE65050C228ECABB9CBD86099AB7F8F87C0F237C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8EAA4E2B83BEFC2F93E51E426AAD19C8955DEA2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE97DC9C8E192370B0AD2F71BCAB9828CB1B88F0C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE989F8F19D1E07CBDE17CE6AB2828191DD1C5D3E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4C2AC339442DA96851AFEA1B8E6145896B53187;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF506F438B61EEC547677212A5FE31CF84AE376DE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF5CFA529F12E41A2A415F68C4A859F1BEBF521B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF76755EE87190747F59FEB05E1DBA00FB86D1B6A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF933CA13CDF0D40118EC4F0A27CE7F086936DE3D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFA2AF3C657E8CFA51F4969D5C814257C925AD3EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB2080595D1820C790FBEB51CA9CE4EF2F16CBB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC2A368EC6B09D7670707343672D60E45A4F60A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CoreUtils_Swap_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m90EAC541E53A878FAD361EEA8BC135CEB507E9E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisMotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE_m332307013D32CC7293D60D1602AB1B291F40E775_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisMotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229_mD29E22E74EE02E93AF40E3A245A5C8A5ED773F84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF_m1A054F6F7B72C7C900666D82280CAA322CEED2C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t1917C250AD9B39677BBC382C7290D0FF82985551_mBC7C5E9E8C9FE3B545A9AAA05B0DBA1949061620_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B_mC42ECC9F670991CD368A62E3CBBAD288B2226164_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108_m0A6251CAD3930FF6DFCE468F708D164719FFB6D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E_m54277A1492A258246746EFAC9580B43FFC7D25C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisPostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A_m94B569E42967CD663654E2C7F4A6D6F4E61CB7D2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_mF1D965E7A4AF116FAD84E53C1C1D8E0A58ED8C93_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisSMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1_m86325BBA74E730296EA9DC09EF574AEF767E220A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisStopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE_mAFB9E8D301B36DF08C9274FD209AF9178CC46195_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IRasterRenderGraphBuilder_SetRenderFunc_TisUberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2_m6B1727A4838443C72CC31596C52B239B4E363BE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisBloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA_mD7CC9BB0E2E56C7E7266C8287D2CBE2C04ED7722_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisDoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565_m3EA960A82673036992A1BB0D5D259C7F29F6503A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisDoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3_m5327F9E3982A29B3E6159AFF9629A20F7BB1D4EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m7CF8B2462DF5678139ECABE65B104FFDD5542C23_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisLensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0_m2CD858582AC72BF8B4A559F00A2909E0EEEEA369_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6_m496B34B7175F9269FF25DD798E704A0974BF1140_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IUnsafeRenderGraphBuilder_SetRenderFunc_TisUpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD_mA9709D40140165495E6F993F4A5FF08FC282C319_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PostProcessPass_RenderBloomTexture_m886E22BDB06A2DB645EBB908D4ECB49360D6D458_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* PostProcessPass_SetupBloom_m399177DD12CE9FD9E963AE56BDA6F0EF4B26E6FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisMotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE_m9F7539065A8DC2165D5C8FC3F616E83BAA1A543E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisMotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229_m639F8A37CF49C9ABC83561F0069F2675EEF5BE62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF_mC2D3DEAD4D1D47D68E6D7FDFC42D091F7C45250B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPassData_t1917C250AD9B39677BBC382C7290D0FF82985551_mEA0F9F6F9821ECF4CFCEF950900FC0F1BB31C27E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B_m1C1DED673DC9DA65E7489DF2AC79D760A09F8918_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108_mC93B49545C95DBDD432205653B8CAA94BF2E1C5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E_m7BEC2406E82A3A7A756820CBE9E2C77A57C8E514_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisPostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A_mB04A8712E72ADE67D84A033ADD564D549611B91D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisSMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1_mC7D81F512AA1811485DF1342C476A2201A8FB488_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisStopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE_m05E5145995A1BE5F2D71518B3C8C4A49CEC5E7DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddRasterRenderPass_TisUberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2_mDE139D2FF817FFE2FF5E2A324EA68C4884E3BD4F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisBloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA_mB55C3E109188D2EB506AE24ED84240D6A3E72865_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisDoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565_m19B2EB696ED1B2292AD3861E5149EB6B4B5470D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisDoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3_mD97B26D05F379BDD733B68A34DB8B0F22153CE16_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m55F0E8951715DE94AA481131F7EE800758FF6987_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisLensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0_m62D396EB60DB44204C647FEE9E74C458E34F6719_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisPassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6_m0C850516C545F3B2C879E4331CC382F731AA224E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddUnsafePass_TisUpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD_m33D98C8E91102D82D91C9D6D0A8D728797CBF1A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CLensFlareDataDrivenComputeOcclusionU3Eb__154_0_m4553111C43A59454E2D321A00F02186FB8A66979_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CLensFlareDataDrivenU3Eb__100_0_m7F3F59C7931FD5DDB501F884670CF4D8622F07F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CLensFlareDataDrivenU3Eb__100_1_mB3124A887D0D414D7C473FB72F706372F1F8943C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderBloomTextureU3Eb__139_0_mA8DF66D16B26ED76D32BD92A5E3AA8976BD42D88_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderDoFBokehU3Eb__144_0_m7C6A54D4698742D33BEB76804C8F833FF82CA12B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderDoFGaussianU3Eb__142_0_m3BCE6B283CC6604944D22E4D3FF7F93DBE93C1B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderFinalBlitU3Eb__167_0_mFC16A1A92A531E01BA9D2DC5ACCA35978394C9A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderFinalFSRScaleU3Eb__164_0_m584F225D979FB6B5DE5EF124A26D18BE0C96E38A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderFinalSetupU3Eb__162_0_mC5F080185478B5E4E6A0F01661B66A6B585C8231_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_0_m208C3353CD2202686CB06CE96C722752841F3870_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderLensFlareScreenSpaceU3Eb__157_0_mD9A575C219A0C66696C7D5B92CFDF16F5CC738DB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderMotionBlurU3Eb__152_0_m7AF45FBB93763E5406C083BF0CB39E232C3A931C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderPaniniProjectionU3Eb__146_0_mAE39A74EA1DDF286CD6BCABC4549D2374CE8B347_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderPostProcessingRenderGraphU3Eb__173_0_mD0DDEADB62AF98CAB8102A595CEE00431B96B58B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderSMAAU3Eb__134_0_mBE006E4E39D59A56F96EA81E6CA54F4F0E20D402_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderSMAAU3Eb__134_1_m118139DB11A6476F08FE03B46B10EF43A1DBA84F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderSMAAU3Eb__134_2_m22EAA82D1BD02874E36C036D9E6A2E8F51B4AB96_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderSMAAU3Eb__134_3_m0953419C4159D35CE0CB365FEEF2837E4C0C0B95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderStopNaNU3Eb__131_0_m367764B6EBA6847D2AAFC3CB03D942ECB7D5F139_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderU3Eb__23_0_m30E6B32DEC0550325396F644C65E2151F01516A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderU3Eb__3_0_mEE7DB15CFCD026104D97647019940F5ACFF1B9D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRenderUberPostU3Eb__171_0_mD925FD111A2923C6C5B347660A670E90B6A221A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSetRenderGraphMotionVectorGlobalMatricesU3Eb__26_0_m5516BC3F7E0B3F3BAC43195C04B6B44E60C641CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CUpdateCameraResolutionU3Eb__124_0_mF017A76D518E700A99D788283B3A6D0F147B4FE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisBloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225_m25682DCE38F204E0B4062C3F2D9132BDA2C5BF0D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F_mF488DC971011EE15740583673AA8BB56BE10A9E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86_m3B00FEBB9197BDF606018D15AB7202D813CC653E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C_mBC5D3E47DCADB0AF1F944EE238C6188CD3B308F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisDepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF_m6CC04C172E6C70C6446B6644BC25CBC3C1A691E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisLensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6_m7AA5B34C2EB5A633802388F0CA1139092EEC2E18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisPaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA_mB589E14BB73F90314BF582164232143C575C93C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076_m3FBB34570DF71F3597D16C9A5F20F4A4F6C32926_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* VolumeStack_GetComponent_TisVignette_t77147DD5FEEB4476AF22BD98255F8010738985DC_mB42423B71631D13196913871E448FC0B90422DC1_RuntimeMethod_var;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9;
|
|
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
|
|
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF;
|
|
struct RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191;
|
|
struct TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7;
|
|
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
|
|
struct ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB;
|
|
|
|
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 EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject
|
|
{
|
|
};
|
|
struct TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C : public RuntimeObject
|
|
{
|
|
};
|
|
struct BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06 : public RuntimeObject
|
|
{
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_WrappedCommandBuffer;
|
|
RenderGraphPass_tEFB5BD685D417024760D82991EEEA4F4D0454A93* ___m_ExecutingPass;
|
|
};
|
|
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C : public RuntimeObject
|
|
{
|
|
ItemU5BU5D_t4AC8CDDFF9ED634B9ECE154F0C638C00B12B5CCB* ___m_Items;
|
|
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_ActiveItemIndices;
|
|
};
|
|
struct ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086 : public RuntimeObject
|
|
{
|
|
};
|
|
struct LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135 : public RuntimeObject
|
|
{
|
|
};
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE : public RuntimeObject
|
|
{
|
|
CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___U3CsamplerU3Ek__BackingField;
|
|
CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___U3CinlineSamplerU3Ek__BackingField;
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___m_Recorder;
|
|
Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___m_InlineRecorder;
|
|
};
|
|
struct ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2 : public RuntimeObject
|
|
{
|
|
};
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
int32_t ____stringLength;
|
|
Il2CppChar ____firstChar;
|
|
};
|
|
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 XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7 : public RuntimeObject
|
|
{
|
|
};
|
|
struct U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E : public RuntimeObject
|
|
{
|
|
};
|
|
struct ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1 : public RuntimeObject
|
|
{
|
|
};
|
|
struct U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2 : public RuntimeObject
|
|
{
|
|
};
|
|
struct U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0 : public RuntimeObject
|
|
{
|
|
};
|
|
struct MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229 : public RuntimeObject
|
|
{
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* ___motionData;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___xr;
|
|
};
|
|
struct ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59 : public RuntimeObject
|
|
{
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___stopNanPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___subpixelMorphologicalAntialiasingPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___gaussianDepthOfFieldPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___bokehDepthOfFieldPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___cameraMotionBlurPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___paniniProjectionPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___lutBuilderLdrPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___lutBuilderHdrPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___bloomPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___temporalAntialiasingPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___LensFlareDataDrivenPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___LensFlareScreenSpacePS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___scalingSetupPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___easuPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___uberPostPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___finalPostPassPS;
|
|
int32_t ___m_ShaderResourcesVersion;
|
|
};
|
|
struct TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122 : public RuntimeObject
|
|
{
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___blueNoise16LTex;
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* ___filmGrainTex;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___smaaAreaTex;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___smaaSearchTex;
|
|
int32_t ___m_TexturesResourcesVersion;
|
|
};
|
|
struct U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197 : public RuntimeObject
|
|
{
|
|
};
|
|
struct MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562 : public RuntimeObject
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___stopNaN;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___subpixelMorphologicalAntialiasing;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___gaussianDepthOfField;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___gaussianDepthOfFieldCoC;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___bokehDepthOfField;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___bokehDepthOfFieldCoC;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___cameraMotionBlur;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___paniniProjection;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___bloom;
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___bloomUpsample;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___temporalAntialiasing;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___scalingSetup;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___easu;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___uber;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___finalPass;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___lensFlareDataDriven;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___lensFlareScreenSpace;
|
|
};
|
|
struct PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B : public RuntimeObject
|
|
{
|
|
};
|
|
struct ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132 : public RuntimeObject
|
|
{
|
|
};
|
|
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 Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
bool ___m_value;
|
|
};
|
|
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_pinvoke
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E_marshaled_com
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
float ___r;
|
|
float ___g;
|
|
float ___b;
|
|
float ___a;
|
|
};
|
|
struct CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5__padding[1];
|
|
};
|
|
};
|
|
struct CoreCameraValues_t5BD0108A962D53208E8523BA29AFFA9F9A295F1F
|
|
{
|
|
int32_t ___filterMode;
|
|
uint32_t ___cullingMask;
|
|
int32_t ___instanceID;
|
|
};
|
|
struct DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255
|
|
{
|
|
uint8_t ___m_WriteEnabled;
|
|
int8_t ___m_CompareFunction;
|
|
};
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
double ___m_value;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
int32_t ___m_value;
|
|
};
|
|
struct IntPtr_t
|
|
{
|
|
void* ___m_value;
|
|
};
|
|
struct LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB
|
|
{
|
|
int32_t ___m_Mask;
|
|
};
|
|
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_pinvoke
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct LightData_t6A82F1C9AA97327A5EE9C16A3E949918F3A55470_marshaled_com
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
|
|
{
|
|
float ___m00;
|
|
float ___m10;
|
|
float ___m20;
|
|
float ___m30;
|
|
float ___m01;
|
|
float ___m11;
|
|
float ___m21;
|
|
float ___m31;
|
|
float ___m02;
|
|
float ___m12;
|
|
float ___m22;
|
|
float ___m32;
|
|
float ___m03;
|
|
float ___m13;
|
|
float ___m23;
|
|
float ___m33;
|
|
};
|
|
struct 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 RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71
|
|
{
|
|
int32_t ___m_LowerBound;
|
|
int32_t ___m_UpperBound;
|
|
};
|
|
struct RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7
|
|
{
|
|
uint8_t ___m_WriteMask;
|
|
uint8_t ___m_SourceColorBlendMode;
|
|
uint8_t ___m_DestinationColorBlendMode;
|
|
uint8_t ___m_SourceAlphaBlendMode;
|
|
uint8_t ___m_DestinationAlphaBlendMode;
|
|
uint8_t ___m_ColorBlendOperation;
|
|
uint8_t ___m_AlphaBlendOperation;
|
|
uint8_t ___m_Padding;
|
|
};
|
|
struct ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0
|
|
{
|
|
int32_t ___m_Id;
|
|
};
|
|
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_pinvoke
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct ShadowData_tA165FDF7CA4CE6BEA8B649FFAB91C59ED684D832_marshaled_com
|
|
{
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___frameData;
|
|
};
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
float ___m_value;
|
|
};
|
|
struct SortingLayerRange_t96D04CFB4E8824978FEB2CFFFCFEAC37E56D52C9
|
|
{
|
|
int16_t ___m_LowerBound;
|
|
int16_t ___m_UpperBound;
|
|
};
|
|
struct StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9
|
|
{
|
|
uint8_t ___m_Enabled;
|
|
uint8_t ___m_ReadMask;
|
|
uint8_t ___m_WriteMask;
|
|
uint8_t ___m_Padding;
|
|
uint8_t ___m_CompareFunctionFront;
|
|
uint8_t ___m_PassOperationFront;
|
|
uint8_t ___m_FailOperationFront;
|
|
uint8_t ___m_ZFailOperationFront;
|
|
uint8_t ___m_CompareFunctionBack;
|
|
uint8_t ___m_PassOperationBack;
|
|
uint8_t ___m_FailOperationBack;
|
|
uint8_t ___m_ZFailOperationBack;
|
|
};
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
uint32_t ___m_value;
|
|
};
|
|
struct UIntPtr_t
|
|
{
|
|
void* ____pointer;
|
|
};
|
|
struct UniversalResourceDataBase_t22F227228119E69F9151E30D6DC4BE0BAA0ADDE4 : public ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086
|
|
{
|
|
bool ___U3CisAccessibleU3Ek__BackingField;
|
|
};
|
|
struct UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2 : public BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06
|
|
{
|
|
};
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
};
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
|
|
{
|
|
int32_t ___m_X;
|
|
int32_t ___m_Y;
|
|
};
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
};
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
float ___w;
|
|
};
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
struct U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
float ___FixedElementField;
|
|
};
|
|
uint8_t U3ClayerCullDistancesU3Ee__FixedBuffer_t899804C5038AB391CB8F8C17638A02661B106C3F__padding[128];
|
|
};
|
|
};
|
|
struct U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
uint8_t ___FixedElementField;
|
|
};
|
|
uint8_t U3Cm_CameraCullPlanesU3Ee__FixedBuffer_t41B125C97F22DF8C016DBA29753704559C53DCD9__padding[96];
|
|
};
|
|
};
|
|
struct U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
uint8_t ___FixedElementField;
|
|
};
|
|
uint8_t U3Cm_ShadowCullPlanesU3Ee__FixedBuffer_tEBBBC21BE4AF7AC2F831E9A67E5E5CFEBDF2DE4F__padding[96];
|
|
};
|
|
};
|
|
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC
|
|
{
|
|
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
|
|
bool ___isSet;
|
|
};
|
|
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC_marshaled_pinvoke
|
|
{
|
|
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
|
|
int32_t ___isSet;
|
|
};
|
|
struct Item_tFA847F868B1ECD768A489638A61F7BC398DECDAC_marshaled_com
|
|
{
|
|
ContextItem_tFC5ECB349F0410923AE6BC2A9CAACA3589B51086* ___storage;
|
|
int32_t ___isSet;
|
|
};
|
|
struct U3CshaderPassNamesU3Ee__FixedBuffer_t5EDC823777BDDC9D50E55FF3779FBC1B3820126D
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
int32_t ___FixedElementField;
|
|
};
|
|
uint8_t U3CshaderPassNamesU3Ee__FixedBuffer_t5EDC823777BDDC9D50E55FF3779FBC1B3820126D__padding[64];
|
|
};
|
|
};
|
|
struct HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F
|
|
{
|
|
int32_t ___maxFullFrameToneMapLuminance;
|
|
int32_t ___maxToneMapLuminance;
|
|
int32_t ___minToneMapLuminance;
|
|
float ___paperWhiteNits;
|
|
};
|
|
struct U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___destination;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* ___U3CU3E4__this;
|
|
int32_t ___amountOfPassesRemaining;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___cmd;
|
|
};
|
|
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 Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C
|
|
{
|
|
bool ___hasValue;
|
|
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___value;
|
|
};
|
|
struct VolumeParameter_1_t548F25B8FDAED7E284E53FF27602B841970079FC : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Value;
|
|
};
|
|
struct VolumeParameter_1_tADB3F1E2F42E88F6F74B7FD1CE782B1098424D7B : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Value;
|
|
};
|
|
struct AccessFlags_tB7D400C853C05A1DB9C6B56DF14E43721F0B1739
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct AntialiasingMode_tDF75AC7BDAF51FA550F528F7B798416ACB8D3487
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct AntialiasingQuality_t45B2A050F79EB8B705FED3F3F30A70942E71D605
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BlendState_tC9B817349E49EF26CBCDC8FCE02789A661DC2630
|
|
{
|
|
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState0;
|
|
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState1;
|
|
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState2;
|
|
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState3;
|
|
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState4;
|
|
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState5;
|
|
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState6;
|
|
RenderTargetBlendState_t51229A3F09EE698F8E49731F1BC5BB77DBEDC4C7 ___m_BlendState7;
|
|
uint8_t ___m_SeparateMRTBlendStates;
|
|
uint8_t ___m_AlphaToMask;
|
|
int16_t ___m_Padding;
|
|
};
|
|
struct 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 CubemapFace_t300D6E2CD7DF60D44AA28338748B607677ED1D1B
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct CullMode_t049B71889E4E981866E205A3F71DC8B856306D50
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct CullingOptions_t94DE290A993D1671AE0E2CAC416FD9F37222B812
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267
|
|
{
|
|
intptr_t ___ptr;
|
|
CullingAllocationInfo_tB260F5CD0B290F74E145EB16E54B901CC68D9D5A* ___m_AllocationInfo;
|
|
};
|
|
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4 : public RuntimeObject
|
|
{
|
|
DebugSetupPassData_t6FF39B74BC8FDCBD41EF92A852D5495C4F6F33EA* ___s_DebugSetupPassData;
|
|
DebugFinalValidationPassData_t8E6E203E5F9FFDDBB98153741C76049EEF9F744B* ___s_DebugFinalValidationPassData;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_ReplacementMaterial;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_HDRDebugViewMaterial;
|
|
HDRDebugViewPass_t1FC1B0F01FF5DBD18E7813E17D58C428B14800D1* ___m_HDRDebugViewPass;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugScreenColorHandle;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugScreenDepthHandle;
|
|
UniversalRenderPipelineRuntimeTextures_tDA15F1E9BFCD85610D963AC723C03EB214D1EB86* ___m_RuntimeTextures;
|
|
bool ___m_HasDebugRenderTarget;
|
|
bool ___m_DebugRenderTargetSupportsStereo;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_DebugRenderTargetPixelRect;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_DebugRenderTargetRangeRemap;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugRenderTarget;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_DebugFontTexture;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_debugDisplayConstant;
|
|
UniversalRenderPipelineDebugDisplaySettings_t8E70DD217918DB0E7BD8BCCD9958C3E781DE0653* ___m_DebugDisplaySettings;
|
|
};
|
|
struct 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 DepthOfFieldMode_t750AA8D0E30A14A485AC8202CB125616E039F8A0
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct DepthTextureMode_t64422B6053A3474607EEBAB848B2049ECE39472D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct DistanceMetric_t071B9815BB961E33F7CA2C553CA725F61AE09EDE
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct DrawRendererFlags_t3AD0574208BFF93F323D5E1E92012F19EAE972CD
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
String_t* ____className;
|
|
String_t* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t* ____innerException;
|
|
String_t* ____helpURL;
|
|
RuntimeObject* ____stackTrace;
|
|
String_t* ____stackTraceString;
|
|
String_t* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
RuntimeObject* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
String_t* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className;
|
|
char* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_pinvoke* ____innerException;
|
|
char* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
char* ____stackTraceString;
|
|
char* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
char* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className;
|
|
Il2CppChar* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_com* ____innerException;
|
|
Il2CppChar* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
Il2CppChar* ____stackTraceString;
|
|
Il2CppChar* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
Il2CppChar* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct FastMemoryFlags_tCB7206B25993B48CC436B08142DBF24F0F74C3A7
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct FilterMode_t4AD57F1A3FE272D650E0E688BA044AE872BD2A34
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F
|
|
{
|
|
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___m_RenderQueueRange;
|
|
int32_t ___m_LayerMask;
|
|
uint32_t ___m_RenderingLayerMask;
|
|
uint32_t ___m_BatchLayerMask;
|
|
int32_t ___m_ExcludeMotionVectorObjects;
|
|
int32_t ___m_ForceAllMotionVectorObjects;
|
|
SortingLayerRange_t96D04CFB4E8824978FEB2CFFFCFEAC37E56D52C9 ___m_SortingLayerRange;
|
|
};
|
|
struct FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106 : public VolumeParameter_1_t18B35E30089EFE0C2751A53FE6143F972EC9F9B8
|
|
{
|
|
};
|
|
struct FoveatedRenderingCaps_tBC8C9BB9100AE3EE12492E5C56B21839B84373E5
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct FoveatedRenderingMode_tE5B4BD8B909179B3E0AD94A6936DB33408C5C8CF
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct GraphicsFormat_tC3D1898F3F3F1F57256C7F3FFD6BA9A37AE7E713
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct GraphicsFormatUsage_t57084DF17F02CD0238EF07705101FD425F607063
|
|
{
|
|
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 LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A
|
|
{
|
|
int32_t ___m_IsOrthographic;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_CameraPosition;
|
|
float ___m_FieldOfView;
|
|
float ___m_OrthoSize;
|
|
int32_t ___m_CameraPixelHeight;
|
|
};
|
|
struct LightShape_t538BE3D1AD8C9B537615DAE1C77FA43E26295E91
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LightType_t2D4D43054E7473EECEB54493C0055AE074780234
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA
|
|
{
|
|
intptr_t ___m_KeywordSpace;
|
|
};
|
|
struct MSAASamples_tB69F548BE8CA330465CC9D1F7B51199162D5D72C
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct MeshTopology_t815FF5CF04D62195A23E2DF8A5C0A071F11FBCBF
|
|
{
|
|
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 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 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 RenderStateMask_tC9C95BF62EADEE4D622D4E16CDE1DF94E2A9EF57
|
|
{
|
|
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 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 ShadowSamplingMode_t8BE740C4258CFEDDBAC01FDC0438D8EE3F776BA8
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct SortingCriteria_t4907D221CB6E6AA4A32C1ED7B5D17103FD3E7C39
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct StoreActionsOptimization_tB5EB82E81175365B1DF3C5DE71F35E77E3B38B4A
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TemporalAAQuality_t03A8B3F777D54108A9CE21E79AB4C022968AD5F5
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextureDimension_t8D7148B9168256EE1E9AF91378ABA148888CE642
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextureSizeMode_t106C584015E214EB90B8CCDF3EB41D36C051CDFB
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TextureWrapMode_tF9851343029052ED45668D1C99BAE09B2CCC13AD
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TonemappingMode_t02C640FB19D579E2BF9B9EA58F87F8F115544267
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct URPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct VRTextureUsage_t57FAA0077810142A461D74EDC5E33FC3D78BD2E8
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct VolumeFrameworkUpdateMode_tCD9A8BEF3700F3AA490F1BB39EF8A88E94398627
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct DisplayType_tAD715A777DBFCF4A4705B88CCC6B9C1A37851A43
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct HDRDebugPassId_tE61E53B80C3A6CA5739311E25887BC7240F803FD
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Operation_t4202DB2118F4561CD44BC2B734A90A0AA32BF559
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
|
|
bool ___highQualityFiltering;
|
|
bool ___enableAlphaOutput;
|
|
};
|
|
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_pinvoke
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
|
|
int32_t ___highQualityFiltering;
|
|
int32_t ___enableAlphaOutput;
|
|
};
|
|
struct BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88_marshaled_com
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___parameters;
|
|
int32_t ___highQualityFiltering;
|
|
int32_t ___enableAlphaOutput;
|
|
};
|
|
struct UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD : public RuntimeObject
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___newCameraTargetSize;
|
|
};
|
|
struct Version_t8FE0D25C0F2D4540648156EC04916E1EA8F1ACDC
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ActiveID_t29AFD1C17603245BE41E1B8BAB21769900F7BB42
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C
|
|
{
|
|
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_t7AACD383B582106FCE6132492D53B8475875AED0 : public VolumeParameter_t95994C89644D2CC4C11F666571492420D16BED72
|
|
{
|
|
int32_t ___m_Value;
|
|
};
|
|
struct VolumeParameter_1_tFFADF17175E410D847D12382BCFD16C4EAD004A1 : 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 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 FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F
|
|
{
|
|
bool ___inFastMemory;
|
|
int32_t ___flags;
|
|
float ___residencyFraction;
|
|
};
|
|
struct FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_pinvoke
|
|
{
|
|
int32_t ___inFastMemory;
|
|
int32_t ___flags;
|
|
float ___residencyFraction;
|
|
};
|
|
struct FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_com
|
|
{
|
|
int32_t ___inFastMemory;
|
|
int32_t ___flags;
|
|
float ___residencyFraction;
|
|
};
|
|
struct 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 PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
|
|
int32_t ___requestColorFormat;
|
|
};
|
|
struct PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_pinvoke
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
|
|
int32_t ___requestColorFormat;
|
|
};
|
|
struct PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D_marshaled_com
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___blitMaterial;
|
|
int32_t ___requestColorFormat;
|
|
};
|
|
struct RasterState_tA30E8336EA5D1E2152A6C7252F15384985B98A26
|
|
{
|
|
int32_t ___m_CullingMode;
|
|
int32_t ___m_OffsetUnits;
|
|
float ___m_OffsetFactor;
|
|
uint8_t ___m_DepthClip;
|
|
uint8_t ___m_Conservative;
|
|
uint8_t ___m_Padding1;
|
|
uint8_t ___m_Padding2;
|
|
};
|
|
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E : public RuntimeObject
|
|
{
|
|
NativePassCompiler_t4E5CE894AF5B8832B5828B22DAB0EA4FAC819E07* ___nativeCompiler;
|
|
bool ___U3CnativeRenderPassesEnabledU3Ek__BackingField;
|
|
RenderGraphResourceRegistry_t87A07027B2175239DB5239913091B9D9FE7244D1* ___m_Resources;
|
|
RenderGraphObjectPool_t2F5488D55D836B54B6E85D2952105BA61AEE6437* ___m_RenderGraphPool;
|
|
RenderGraphBuilders_t899F9362CCFA453C5AF608B820107C9C37860D2A* ___m_builderInstance;
|
|
List_1_t1EFB69EBBF25AD12F3A9E56C62B12F01D63469CD* ___m_RenderPasses;
|
|
List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C* ___m_RendererLists;
|
|
RenderGraphDebugParams_t36422B33508548E3E56CBAD04521104C2B3E669D* ___m_DebugParameters;
|
|
RenderGraphLogger_t63D96976880E0CD356860F2470D7DAF60B1AD40C* ___m_FrameInformationLogger;
|
|
RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* ___m_DefaultResources;
|
|
Dictionary_2_t21E090827BAF9D0D011CB55C02CA666756BF1AE7* ___m_DefaultProfilingSamplers;
|
|
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___m_RenderGraphContext;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_PreviousCommandBuffer;
|
|
List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206* ___m_ImmediateModeResourceList;
|
|
RenderGraphCompilationCache_t25B996EBE41BF50CAE9A81E97B9BBE376AAB55D2* ___m_CompilationCache;
|
|
RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB* ___m_TempMRTArrays;
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* ___m_CullingStack;
|
|
String_t* ___m_CurrentExecutionName;
|
|
int32_t ___m_ExecutionCount;
|
|
int32_t ___m_CurrentFrameIndex;
|
|
int32_t ___m_CurrentImmediatePassIndex;
|
|
bool ___m_ExecutionExceptionWasRaised;
|
|
bool ___m_RendererListCulling;
|
|
bool ___m_EnableCompilationCaching;
|
|
CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644* ___m_DefaultCompiledGraph;
|
|
CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644* ___m_CurrentCompiledGraph;
|
|
String_t* ___m_CaptureDebugDataForExecution;
|
|
int32_t ___m_RenderGraphState;
|
|
Dictionary_2_t8D403C45B564DB77AE8A32FD6D35E333ABE68793* ___m_DebugData;
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
Dictionary_2_t54101FB5AEA0292C95D30CFAB7909873BF26E0B9* ___registeredGlobals;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_PassNameDebugIgnoreList;
|
|
};
|
|
struct RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B
|
|
{
|
|
int32_t ___m_Type;
|
|
int32_t ___m_NameID;
|
|
int32_t ___m_InstanceID;
|
|
intptr_t ___m_BufferPointer;
|
|
int32_t ___m_MipLevel;
|
|
int32_t ___m_CubeFace;
|
|
int32_t ___m_DepthSlice;
|
|
};
|
|
struct 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 Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldToCameraMatrix;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_CameraPosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_CustomAxis;
|
|
int32_t ___m_Criteria;
|
|
int32_t ___m_DistanceMetric;
|
|
};
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A : public VolumeParameter_1_tB3100970DE7F44CC1B4585781E82F1E9F5C9C4A1
|
|
{
|
|
int32_t ___dimension;
|
|
};
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
|
|
};
|
|
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 FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3
|
|
{
|
|
bool ___isFxaaEnabled;
|
|
bool ___isFsrEnabled;
|
|
bool ___isTaaSharpeningEnabled;
|
|
bool ___requireHDROutput;
|
|
bool ___resolveToDebugScreen;
|
|
bool ___isAlphaOutputEnabled;
|
|
int32_t ___hdrOperations;
|
|
};
|
|
struct FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_pinvoke
|
|
{
|
|
int32_t ___isFxaaEnabled;
|
|
int32_t ___isFsrEnabled;
|
|
int32_t ___isTaaSharpeningEnabled;
|
|
int32_t ___requireHDROutput;
|
|
int32_t ___resolveToDebugScreen;
|
|
int32_t ___isAlphaOutputEnabled;
|
|
int32_t ___hdrOperations;
|
|
};
|
|
struct FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3_marshaled_com
|
|
{
|
|
int32_t ___isFxaaEnabled;
|
|
int32_t ___isFsrEnabled;
|
|
int32_t ___isTaaSharpeningEnabled;
|
|
int32_t ___requireHDROutput;
|
|
int32_t ___resolveToDebugScreen;
|
|
int32_t ___isAlphaOutputEnabled;
|
|
int32_t ___hdrOperations;
|
|
};
|
|
struct SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1 : public RuntimeObject
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___metrics;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___areaTexture;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___searchTexture;
|
|
float ___stencilRef;
|
|
float ___stencilMask;
|
|
int32_t ___antialiasingQuality;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
};
|
|
struct Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92
|
|
{
|
|
int32_t ___m_Quality;
|
|
float ___m_FrameInfluence;
|
|
float ___m_JitterScale;
|
|
float ___m_MipBias;
|
|
float ___m_VarianceClampScale;
|
|
float ___m_ContrastAdaptiveSharpening;
|
|
int32_t ___resetHistoryFrames;
|
|
int32_t ___jitterFrameCountOffset;
|
|
};
|
|
struct BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE : public MulticastDelegate_t
|
|
{
|
|
};
|
|
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 DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49
|
|
{
|
|
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 ___m_SortingSettings;
|
|
U3CshaderPassNamesU3Ee__FixedBuffer_t5EDC823777BDDC9D50E55FF3779FBC1B3820126D ___shaderPassNames;
|
|
int32_t ___m_PerObjectData;
|
|
int32_t ___m_Flags;
|
|
int32_t ___m_OverrideShaderID;
|
|
int32_t ___m_OverrideShaderPassIndex;
|
|
int32_t ___m_OverrideMaterialInstanceId;
|
|
int32_t ___m_OverrideMaterialPassIndex;
|
|
int32_t ___m_fallbackMaterialInstanceId;
|
|
int32_t ___m_MainLightIndex;
|
|
int32_t ___m_UseSrpBatcher;
|
|
int32_t ___m_LodCrossFadeStencilMask;
|
|
};
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14 : public VolumeParameter_1_t7AACD383B582106FCE6132492D53B8475875AED0
|
|
{
|
|
};
|
|
struct MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637 : public VolumeParameter_1_tFFADF17175E410D847D12382BCFD16C4EAD004A1
|
|
{
|
|
};
|
|
struct PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* ___shaders;
|
|
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* ___textures;
|
|
};
|
|
struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B : public RuntimeObject
|
|
{
|
|
RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___m_Owner;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RT;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_ExternalTexture;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___m_NameID;
|
|
bool ___m_EnableMSAA;
|
|
bool ___m_EnableRandomWrite;
|
|
bool ___m_EnableHWDynamicScale;
|
|
bool ___m_RTHasOwnership;
|
|
String_t* ___m_Name;
|
|
bool ___m_UseCustomHandleScales;
|
|
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 ___m_CustomHandleProperties;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CscaleFactorU3Ek__BackingField;
|
|
ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___scaleFunc;
|
|
bool ___U3CuseScalingU3Ek__BackingField;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CreferenceSizeU3Ek__BackingField;
|
|
};
|
|
struct RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733
|
|
{
|
|
BlendState_tC9B817349E49EF26CBCDC8FCE02789A661DC2630 ___m_BlendState;
|
|
RasterState_tA30E8336EA5D1E2152A6C7252F15384985B98A26 ___m_RasterState;
|
|
DepthState_t798415D2C1D9202E555FEE5D4C5FDF6B3A077255 ___m_DepthState;
|
|
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___m_StencilState;
|
|
int32_t ___m_StencilReference;
|
|
int32_t ___m_Mask;
|
|
};
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
struct 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 Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
|
|
{
|
|
};
|
|
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673
|
|
{
|
|
int32_t ___sizeMode;
|
|
int32_t ___width;
|
|
int32_t ___height;
|
|
int32_t ___slices;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
|
|
ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___func;
|
|
int32_t ___format;
|
|
int32_t ___filterMode;
|
|
int32_t ___wrapMode;
|
|
int32_t ___dimension;
|
|
bool ___enableRandomWrite;
|
|
bool ___useMipMap;
|
|
bool ___autoGenerateMips;
|
|
bool ___isShadowMap;
|
|
int32_t ___anisoLevel;
|
|
float ___mipMapBias;
|
|
int32_t ___msaaSamples;
|
|
bool ___bindTextureMS;
|
|
bool ___useDynamicScale;
|
|
bool ___useDynamicScaleExplicit;
|
|
int32_t ___memoryless;
|
|
int32_t ___vrUsage;
|
|
bool ___enableShadingRate;
|
|
String_t* ___name;
|
|
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F ___fastMemoryDesc;
|
|
bool ___fallBackToBlackTexture;
|
|
bool ___disableFallBackToImportedTexture;
|
|
bool ___clearBuffer;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
|
|
bool ___discardBuffer;
|
|
};
|
|
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673_marshaled_pinvoke
|
|
{
|
|
int32_t ___sizeMode;
|
|
int32_t ___width;
|
|
int32_t ___height;
|
|
int32_t ___slices;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
|
|
Il2CppMethodPointer ___func;
|
|
int32_t ___format;
|
|
int32_t ___filterMode;
|
|
int32_t ___wrapMode;
|
|
int32_t ___dimension;
|
|
int32_t ___enableRandomWrite;
|
|
int32_t ___useMipMap;
|
|
int32_t ___autoGenerateMips;
|
|
int32_t ___isShadowMap;
|
|
int32_t ___anisoLevel;
|
|
float ___mipMapBias;
|
|
int32_t ___msaaSamples;
|
|
int32_t ___bindTextureMS;
|
|
int32_t ___useDynamicScale;
|
|
int32_t ___useDynamicScaleExplicit;
|
|
int32_t ___memoryless;
|
|
int32_t ___vrUsage;
|
|
int32_t ___enableShadingRate;
|
|
char* ___name;
|
|
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_pinvoke ___fastMemoryDesc;
|
|
int32_t ___fallBackToBlackTexture;
|
|
int32_t ___disableFallBackToImportedTexture;
|
|
int32_t ___clearBuffer;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
|
|
int32_t ___discardBuffer;
|
|
};
|
|
struct TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673_marshaled_com
|
|
{
|
|
int32_t ___sizeMode;
|
|
int32_t ___width;
|
|
int32_t ___height;
|
|
int32_t ___slices;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___scale;
|
|
Il2CppMethodPointer ___func;
|
|
int32_t ___format;
|
|
int32_t ___filterMode;
|
|
int32_t ___wrapMode;
|
|
int32_t ___dimension;
|
|
int32_t ___enableRandomWrite;
|
|
int32_t ___useMipMap;
|
|
int32_t ___autoGenerateMips;
|
|
int32_t ___isShadowMap;
|
|
int32_t ___anisoLevel;
|
|
float ___mipMapBias;
|
|
int32_t ___msaaSamples;
|
|
int32_t ___bindTextureMS;
|
|
int32_t ___useDynamicScale;
|
|
int32_t ___useDynamicScaleExplicit;
|
|
int32_t ___memoryless;
|
|
int32_t ___vrUsage;
|
|
int32_t ___enableShadingRate;
|
|
Il2CppChar* ___name;
|
|
FastMemoryDesc_t8929BA455D6CA21819CB01C191FFE8CE00D2E63F_marshaled_com ___fastMemoryDesc;
|
|
int32_t ___fallBackToBlackTexture;
|
|
int32_t ___disableFallBackToImportedTexture;
|
|
int32_t ___clearBuffer;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___clearColor;
|
|
int32_t ___discardBuffer;
|
|
};
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388
|
|
{
|
|
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
|
|
bool ___builtin;
|
|
};
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke
|
|
{
|
|
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
|
|
int32_t ___builtin;
|
|
};
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com
|
|
{
|
|
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
|
|
int32_t ___builtin;
|
|
};
|
|
struct 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 VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
bool ___active;
|
|
String_t* ___U3CdisplayNameU3Ek__BackingField;
|
|
VolumeParameterU5BU5D_t7025A98CA20F310D68D653DE8E37EA31FF25E103* ___parameterList;
|
|
ReadOnlyCollection_1_tE414953665CCBE1BFF28E8E32C184621ADDA4B76* ___m_ParameterReadOnlyCollection;
|
|
};
|
|
struct XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF : public RuntimeObject
|
|
{
|
|
List_1_t7B0B015A57215073C45C813320AF5F3ECF8149F7* ___m_Views;
|
|
XROcclusionMesh_tA0B52AD16F48002574AF9C1F274264C79ECB028D* ___m_OcclusionMesh;
|
|
XRVisibleMesh_tD685DD0F7C47F5270F8ABB3E7366972918E2B677* ___m_VisibleMesh;
|
|
bool ___U3CcopyDepthU3Ek__BackingField;
|
|
bool ___U3ChasMotionVectorPassU3Ek__BackingField;
|
|
bool ___U3CspaceWarpRightHandedNDCU3Ek__BackingField;
|
|
int32_t ___U3CmultipassIdU3Ek__BackingField;
|
|
int32_t ___U3CcullingPassIdU3Ek__BackingField;
|
|
int32_t ___U3CrenderTargetScaledWidthU3Ek__BackingField;
|
|
int32_t ___U3CrenderTargetScaledHeightU3Ek__BackingField;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___U3CrenderTargetU3Ek__BackingField;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___U3CrenderTargetDescU3Ek__BackingField;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___U3CmotionVectorRenderTargetU3Ek__BackingField;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___U3CmotionVectorRenderTargetDescU3Ek__BackingField;
|
|
ScriptableCullingParameters_tD9539440A4A7DA4C7578CCE16F24466A5DC89899 ___U3CcullingParamsU3Ek__BackingField;
|
|
intptr_t ___U3CfoveatedRenderingInfoU3Ek__BackingField;
|
|
float ___U3CocclusionMeshScaleU3Ek__BackingField;
|
|
};
|
|
struct 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 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 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 FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
|
|
{
|
|
FilmGrainLookupParameter_tDF3F944D7FECD6E33C773117CA937AE2420F4C6F* ___type;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___response;
|
|
NoInterpTextureParameter_tC99FB0FE7B2B1D94AE407F612730FC05204C1478* ___texture;
|
|
};
|
|
struct InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9 : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
|
|
{
|
|
};
|
|
struct LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
|
|
{
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___xMultiplier;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___yMultiplier;
|
|
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* ___center;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___scale;
|
|
};
|
|
struct Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
int32_t ___U3CshapeU3Ek__BackingField;
|
|
int32_t ___m_BakedIndex;
|
|
};
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource;
|
|
};
|
|
struct MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161 : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
|
|
{
|
|
MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* ___mode;
|
|
MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637* ___quality;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___clamp;
|
|
};
|
|
struct MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Color;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Depth;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_CameraMaterial;
|
|
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___m_FilteringSettings;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* ___m_PassData;
|
|
};
|
|
struct PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
|
|
{
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___distance;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___cropToFit;
|
|
};
|
|
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C : public ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0
|
|
{
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___m_Descriptor;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Destination;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_Depth;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_InternalLut;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_MotionVectors;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_FullCoCTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_HalfCoCTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_PingTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_PongTexture;
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_BloomMipDown;
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* ___m_BloomMipUp;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_BloomMipDownName;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_BloomMipUpName;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____BloomMipUp;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ____BloomMipDown;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_BlendTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_EdgeColorTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_EdgeStencilTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TempTarget;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_TempTarget2;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_StreakTmpTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_StreakTmpTexture2;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ScreenSpaceLensFlareResult;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_UserLut;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* ___m_Materials;
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___m_Data;
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* ___m_DepthOfField;
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* ___m_MotionBlur;
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* ___m_LensFlareScreenSpace;
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* ___m_PaniniProjection;
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* ___m_Bloom;
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* ___m_LensDistortion;
|
|
ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* ___m_ChromaticAberration;
|
|
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* ___m_Vignette;
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* ___m_ColorLookup;
|
|
ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* ___m_ColorAdjustments;
|
|
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* ___m_Tonemapping;
|
|
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* ___m_FilmGrain;
|
|
int32_t ___m_DefaultColorFormat;
|
|
bool ___m_DefaultColorFormatIsAlpha;
|
|
int32_t ___m_SMAAEdgeFormat;
|
|
int32_t ___m_GaussianCoCFormat;
|
|
int32_t ___m_DitheringTextureIndex;
|
|
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___m_MRT2;
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_BokehKernel;
|
|
int32_t ___m_BokehHash;
|
|
float ___m_BokehMaxRadius;
|
|
float ___m_BokehRCPAspect;
|
|
bool ___m_IsFinalPass;
|
|
bool ___m_HasFinalPass;
|
|
bool ___m_EnableColorEncodingIfNeeded;
|
|
bool ___m_UseFastSRGBLinearConversion;
|
|
bool ___m_SupportScreenSpaceLensFlare;
|
|
bool ___m_SupportDataDrivenLensFlare;
|
|
bool ___m_ResolveToScreen;
|
|
bool ___m_UseSwapBuffer;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_ScalingSetupTarget;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___m_UpscaledTarget;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_BlitMaterial;
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 ___m_BloomParamsPrev;
|
|
};
|
|
struct 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 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 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 Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC : public VolumeComponent_t8121D1F6054A9DFB3A596EE451FD65A2BFE2D7E1
|
|
{
|
|
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* ___color;
|
|
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* ___center;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___intensity;
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* ___smoothness;
|
|
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* ___rounded;
|
|
};
|
|
struct XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1 : public XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF
|
|
{
|
|
bool ___U3CisLateLatchEnabledU3Ek__BackingField;
|
|
bool ___U3CcanMarkLateLatchU3Ek__BackingField;
|
|
bool ___U3ChasMarkedLateLatchU3Ek__BackingField;
|
|
bool ___U3CcanFoveateIntermediatePassesU3Ek__BackingField;
|
|
};
|
|
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 PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6 : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___colorTarget;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthTarget;
|
|
};
|
|
struct PassData_t1917C250AD9B39677BBC382C7290D0FF82985551 : public RuntimeObject
|
|
{
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___xr;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___motionVectorColor;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___motionVectorDepth;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___cameraDepth;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___cameraMaterial;
|
|
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___rendererListHdl;
|
|
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___rendererList;
|
|
};
|
|
struct BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA : public RuntimeObject
|
|
{
|
|
int32_t ___mipCount;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___upsampleMaterials;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___bloomMipUp;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* ___bloomMipDown;
|
|
};
|
|
struct DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565 : public RuntimeObject
|
|
{
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___bokehKernel;
|
|
int32_t ___downSample;
|
|
float ___uvMargin;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___cocParams;
|
|
bool ___useFastSRGBLinearConversion;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___materialCoC;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___halfCoCTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___fullCoCTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___pingTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___pongTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destination;
|
|
};
|
|
struct DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3 : public RuntimeObject
|
|
{
|
|
int32_t ___downsample;
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71 ___renderingData;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___cocParams;
|
|
bool ___highQualitySamplingValue;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___materialCoC;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___halfCoCTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___fullCoCTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___pingTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___pongTexture;
|
|
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___multipleRenderTargets;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destination;
|
|
};
|
|
struct LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24 : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___viewport;
|
|
float ___paniniDistance;
|
|
float ___paniniCropToFit;
|
|
float ___width;
|
|
float ___height;
|
|
bool ___usePanini;
|
|
};
|
|
struct LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0 : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___streakTmpTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___streakTmpTexture2;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___originalBloomTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___screenSpaceLensFlareBloomMipTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___result;
|
|
int32_t ___actualWidth;
|
|
int32_t ___actualHeight;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* ___lensFlareScreenSpace;
|
|
int32_t ___downsample;
|
|
};
|
|
struct MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___motionVectors;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
int32_t ___passIndex;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___camera;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___xr;
|
|
float ___intensity;
|
|
float ___clamp;
|
|
bool ___enableAlphaOutput;
|
|
};
|
|
struct PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___paniniParams;
|
|
bool ___isPaniniGeneric;
|
|
};
|
|
struct PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108 : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 ___settings;
|
|
};
|
|
struct PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
bool ___enableAlphaOutput;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___fsrInputSize;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___fsrOutputSize;
|
|
};
|
|
struct PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
|
|
};
|
|
struct SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4 : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthStencilTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___blendTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
};
|
|
struct StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___stopNaNTarget;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___stopNaN;
|
|
};
|
|
struct UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2 : public RuntimeObject
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___destinationTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___sourceTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___lutTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___bloomTexture;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___lutParams;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___userLutTexture;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___userLutParams;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___cameraData;
|
|
int32_t ___toneMappingMode;
|
|
bool ___isHdrGrading;
|
|
bool ___isBackbuffer;
|
|
bool ___enableAlphaOutput;
|
|
bool ___hasFinalPass;
|
|
};
|
|
struct UberSetupBloomPassData_tFA0C541B41BA1AE388EF26CF2786BC2AF8A828F2 : public RuntimeObject
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___bloomParams;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___dirtScaleOffset;
|
|
float ___dirtIntensity;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___dirtTexture;
|
|
bool ___highQualityFilteringValue;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___bloomTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___uberMaterial;
|
|
};
|
|
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 EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value;
|
|
};
|
|
struct TypeId_1_tF7C39317892E31289E8C529424E70ED463C8334C_StaticFields
|
|
{
|
|
uint32_t ___value;
|
|
};
|
|
struct ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C_StaticFields
|
|
{
|
|
uint32_t ___s_TypeCount;
|
|
};
|
|
struct LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields
|
|
{
|
|
LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* ___m_Instance;
|
|
RuntimeObject* ___m_Padlock;
|
|
List_1_t6590FC1C3D6405E4972389536FA11B52542105C5* ___m_Data;
|
|
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_AvailableIndicies;
|
|
int32_t ___maxLensFlareWithOcclusion;
|
|
int32_t ___maxLensFlareWithOcclusionTemporalSample;
|
|
int32_t ___mergeNeeded;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occlusionRT;
|
|
int32_t ___frameIdx;
|
|
int32_t ____FlareOcclusionPermutation;
|
|
int32_t ____FlareOcclusionRemapTex;
|
|
int32_t ____FlareOcclusionTex;
|
|
int32_t ____FlareOcclusionIndex;
|
|
int32_t ____FlareCloudOpacity;
|
|
int32_t ____FlareSunOcclusionTex;
|
|
int32_t ____FlareTex;
|
|
int32_t ____FlareColorValue;
|
|
int32_t ____FlareData0;
|
|
int32_t ____FlareData1;
|
|
int32_t ____FlareData2;
|
|
int32_t ____FlareData3;
|
|
int32_t ____FlareData4;
|
|
int32_t ____FlareData5;
|
|
int32_t ____FlareRadialTint;
|
|
int32_t ____ViewId;
|
|
int32_t ____LensFlareScreenSpaceBloomMipTexture;
|
|
int32_t ____LensFlareScreenSpaceResultTexture;
|
|
int32_t ____LensFlareScreenSpaceSpectralLut;
|
|
int32_t ____LensFlareScreenSpaceStreakTex;
|
|
int32_t ____LensFlareScreenSpaceMipLevel;
|
|
int32_t ____LensFlareScreenSpaceTintColor;
|
|
int32_t ____LensFlareScreenSpaceParams1;
|
|
int32_t ____LensFlareScreenSpaceParams2;
|
|
int32_t ____LensFlareScreenSpaceParams3;
|
|
int32_t ____LensFlareScreenSpaceParams4;
|
|
int32_t ____LensFlareScreenSpaceParams5;
|
|
bool ___s_SupportsLensFlare16bitsFormat;
|
|
bool ___s_SupportsLensFlare32bitsFormat;
|
|
bool ___s_SupportsLensFlare16bitsFormatWithLoadStore;
|
|
bool ___s_SupportsLensFlare32bitsFormatWithLoadStore;
|
|
};
|
|
struct ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields
|
|
{
|
|
int32_t ___glossyEnvironmentColor;
|
|
int32_t ___subtractiveShadowColor;
|
|
int32_t ___glossyEnvironmentCubeMap;
|
|
int32_t ___glossyEnvironmentCubeMapHDR;
|
|
int32_t ___ambientSkyColor;
|
|
int32_t ___ambientEquatorColor;
|
|
int32_t ___ambientGroundColor;
|
|
int32_t ___time;
|
|
int32_t ___sinTime;
|
|
int32_t ___cosTime;
|
|
int32_t ___deltaTime;
|
|
int32_t ___timeParameters;
|
|
int32_t ___lastTimeParameters;
|
|
int32_t ___scaledScreenParams;
|
|
int32_t ___worldSpaceCameraPos;
|
|
int32_t ___screenParams;
|
|
int32_t ___alphaToMaskAvailable;
|
|
int32_t ___projectionParams;
|
|
int32_t ___zBufferParams;
|
|
int32_t ___orthoParams;
|
|
int32_t ___globalMipBias;
|
|
int32_t ___screenSize;
|
|
int32_t ___screenCoordScaleBias;
|
|
int32_t ___screenSizeOverride;
|
|
int32_t ___viewMatrix;
|
|
int32_t ___projectionMatrix;
|
|
int32_t ___viewAndProjectionMatrix;
|
|
int32_t ___inverseViewMatrix;
|
|
int32_t ___inverseProjectionMatrix;
|
|
int32_t ___inverseViewAndProjectionMatrix;
|
|
int32_t ___cameraProjectionMatrix;
|
|
int32_t ___inverseCameraProjectionMatrix;
|
|
int32_t ___worldToCameraMatrix;
|
|
int32_t ___cameraToWorldMatrix;
|
|
int32_t ___shadowBias;
|
|
int32_t ___lightDirection;
|
|
int32_t ___lightPosition;
|
|
int32_t ___cameraWorldClipPlanes;
|
|
int32_t ___billboardNormal;
|
|
int32_t ___billboardTangent;
|
|
int32_t ___billboardCameraParams;
|
|
int32_t ___previousViewProjectionNoJitter;
|
|
int32_t ___viewProjectionNoJitter;
|
|
int32_t ___previousViewProjectionNoJitterStereo;
|
|
int32_t ___viewProjectionNoJitterStereo;
|
|
int32_t ___blitTexture;
|
|
int32_t ___blitScaleBias;
|
|
int32_t ___sourceTex;
|
|
int32_t ___scaleBias;
|
|
int32_t ___scaleBiasRt;
|
|
int32_t ___rtHandleScale;
|
|
int32_t ___rendererColor;
|
|
int32_t ___ditheringTexture;
|
|
int32_t ___ditheringTextureInvSize;
|
|
int32_t ___renderingLayerMaxInt;
|
|
int32_t ___overlayUITexture;
|
|
int32_t ___hdrOutputLuminanceParams;
|
|
int32_t ___hdrOutputGradingParams;
|
|
};
|
|
struct String_t_StaticFields
|
|
{
|
|
String_t* ___Empty;
|
|
};
|
|
struct UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320_StaticFields
|
|
{
|
|
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* ___unsCmd;
|
|
};
|
|
struct 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 XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_StaticFields
|
|
{
|
|
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ___s_projMatrix;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___s_XRSharedPropertyBlock;
|
|
};
|
|
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 U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_StaticFields
|
|
{
|
|
U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2* ___U3CU3E9;
|
|
BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* ___U3CU3E9__3_0;
|
|
};
|
|
struct U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields
|
|
{
|
|
U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0* ___U3CU3E9;
|
|
BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* ___U3CU3E9__23_0;
|
|
BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* ___U3CU3E9__26_0;
|
|
};
|
|
struct U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields
|
|
{
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* ___U3CU3E9;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___U3CU3E9__100_0;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___U3CU3E9__100_1;
|
|
BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* ___U3CU3E9__124_0;
|
|
BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* ___U3CU3E9__131_0;
|
|
BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* ___U3CU3E9__134_0;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* ___U3CU3E9__134_1;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* ___U3CU3E9__134_2;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* ___U3CU3E9__134_3;
|
|
BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* ___U3CU3E9__139_0;
|
|
BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* ___U3CU3E9__142_0;
|
|
BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* ___U3CU3E9__144_0;
|
|
BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* ___U3CU3E9__146_0;
|
|
BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* ___U3CU3E9__152_0;
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* ___U3CU3E9__154_0;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___U3CU3E9__155_1;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___U3CU3E9__155_2;
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* ___U3CU3E9__155_0;
|
|
BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* ___U3CU3E9__157_0;
|
|
BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* ___U3CU3E9__162_0;
|
|
BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* ___U3CU3E9__164_0;
|
|
BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* ___U3CU3E9__167_0;
|
|
BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* ___U3CU3E9__171_0;
|
|
BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* ___U3CU3E9__173_0;
|
|
};
|
|
struct ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields
|
|
{
|
|
int32_t ____TempTarget;
|
|
int32_t ____TempTarget2;
|
|
int32_t ____StencilRef;
|
|
int32_t ____StencilMask;
|
|
int32_t ____FullCoCTexture;
|
|
int32_t ____HalfCoCTexture;
|
|
int32_t ____DofTexture;
|
|
int32_t ____CoCParams;
|
|
int32_t ____BokehKernel;
|
|
int32_t ____BokehConstants;
|
|
int32_t ____PongTexture;
|
|
int32_t ____PingTexture;
|
|
int32_t ____Metrics;
|
|
int32_t ____AreaTexture;
|
|
int32_t ____SearchTexture;
|
|
int32_t ____EdgeTexture;
|
|
int32_t ____BlendTexture;
|
|
int32_t ____ColorTexture;
|
|
int32_t ____Params;
|
|
int32_t ____SourceTexLowMip;
|
|
int32_t ____Bloom_Params;
|
|
int32_t ____Bloom_Texture;
|
|
int32_t ____LensDirt_Texture;
|
|
int32_t ____LensDirt_Params;
|
|
int32_t ____LensDirt_Intensity;
|
|
int32_t ____Distortion_Params1;
|
|
int32_t ____Distortion_Params2;
|
|
int32_t ____Chroma_Params;
|
|
int32_t ____Vignette_Params1;
|
|
int32_t ____Vignette_Params2;
|
|
int32_t ____Vignette_ParamsXR;
|
|
int32_t ____Lut_Params;
|
|
int32_t ____UserLut_Params;
|
|
int32_t ____InternalLut;
|
|
int32_t ____UserLut;
|
|
int32_t ____DownSampleScaleFactor;
|
|
int32_t ____FlareOcclusionRemapTex;
|
|
int32_t ____FlareOcclusionTex;
|
|
int32_t ____FlareOcclusionIndex;
|
|
int32_t ____FlareTex;
|
|
int32_t ____FlareColorValue;
|
|
int32_t ____FlareData0;
|
|
int32_t ____FlareData1;
|
|
int32_t ____FlareData2;
|
|
int32_t ____FlareData3;
|
|
int32_t ____FlareData4;
|
|
int32_t ____FlareData5;
|
|
int32_t ____FullscreenProjMat;
|
|
};
|
|
struct 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 RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_StaticFields
|
|
{
|
|
int32_t ___minimumBound;
|
|
int32_t ___maximumBound;
|
|
};
|
|
struct ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0_StaticFields
|
|
{
|
|
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___none;
|
|
};
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector;
|
|
};
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right;
|
|
};
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector;
|
|
};
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector;
|
|
};
|
|
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_StaticFields
|
|
{
|
|
bool ___ThrowOnSetRenderTarget;
|
|
};
|
|
struct DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4_StaticFields
|
|
{
|
|
int32_t ___k_DebugColorInvalidModePropertyId;
|
|
int32_t ___k_DebugCurrentRealTimeId;
|
|
int32_t ___k_DebugColorPropertyId;
|
|
int32_t ___k_DebugTexturePropertyId;
|
|
int32_t ___k_DebugFontId;
|
|
int32_t ___k_DebugTextureNoStereoPropertyId;
|
|
int32_t ___k_DebugTextureDisplayRect;
|
|
int32_t ___k_DebugRenderTargetSupportsStereo;
|
|
int32_t ___k_DebugRenderTargetRangeRemap;
|
|
int32_t ___k_DebugMaterialModeId;
|
|
int32_t ___k_DebugVertexAttributeModeId;
|
|
int32_t ___k_DebugMaterialValidationModeId;
|
|
int32_t ___k_DebugMipInfoModeId;
|
|
int32_t ___k_DebugMipMapStatusModeId;
|
|
int32_t ___k_DebugMipMapShowStatusCodeId;
|
|
int32_t ___k_DebugMipMapOpacityId;
|
|
int32_t ___k_DebugMipMapRecentlyUpdatedCooldownId;
|
|
int32_t ___k_DebugMipMapTerrainTextureModeId;
|
|
int32_t ___k_DebugSceneOverrideModeId;
|
|
int32_t ___k_DebugFullScreenModeId;
|
|
int32_t ___k_DebugValidationModeId;
|
|
int32_t ___k_DebugValidateBelowMinThresholdColorPropertyId;
|
|
int32_t ___k_DebugValidateAboveMaxThresholdColorPropertyId;
|
|
int32_t ___k_DebugMaxPixelCost;
|
|
int32_t ___k_DebugLightingModeId;
|
|
int32_t ___k_DebugLightingFeatureFlagsId;
|
|
int32_t ___k_DebugValidateAlbedoMinLuminanceId;
|
|
int32_t ___k_DebugValidateAlbedoMaxLuminanceId;
|
|
int32_t ___k_DebugValidateAlbedoSaturationToleranceId;
|
|
int32_t ___k_DebugValidateAlbedoHueToleranceId;
|
|
int32_t ___k_DebugValidateAlbedoCompareColorId;
|
|
int32_t ___k_DebugValidateMetallicMinValueId;
|
|
int32_t ___k_DebugValidateMetallicMaxValueId;
|
|
int32_t ___k_ValidationChannelsId;
|
|
int32_t ___k_RangeMinimumId;
|
|
int32_t ___k_RangeMaximumId;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_DebugSetupSampler;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_DebugFinalValidationSampler;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject;
|
|
};
|
|
struct RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85_StaticFields
|
|
{
|
|
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___nullRendererList;
|
|
};
|
|
struct ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_StaticFields
|
|
{
|
|
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___kRenderTypeTag;
|
|
};
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_StaticFields
|
|
{
|
|
int32_t ___k_ColorId;
|
|
int32_t ___k_MainTexId;
|
|
};
|
|
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E_StaticFields
|
|
{
|
|
int32_t ___kMaxMRTCount;
|
|
List_1_tB5216E2043E168F4E0A122E4594A52A4BA2394F2* ___s_RegisteredGraphs;
|
|
bool ___U3CisRenderGraphViewerActiveU3Ek__BackingField;
|
|
bool ___U3CenableValidityChecksU3Ek__BackingField;
|
|
OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C* ___onGraphRegistered;
|
|
OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C* ___onGraphUnregistered;
|
|
OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226* ___onExecutionRegistered;
|
|
OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226* ___onExecutionUnregistered;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onDebugDataCaptured;
|
|
};
|
|
struct RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_StaticFields
|
|
{
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___Invalid;
|
|
};
|
|
struct ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C_StaticFields
|
|
{
|
|
uint32_t ___s_CurrentValidBit;
|
|
uint32_t ___s_SharedResourceValidBit;
|
|
};
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
|
|
{
|
|
int32_t ___GenerateAllMips;
|
|
};
|
|
struct Type_t_StaticFields
|
|
{
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
|
|
Il2CppChar ___Delimiter;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
|
|
RuntimeObject* ___Missing;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
|
|
};
|
|
struct DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_StaticFields
|
|
{
|
|
int32_t ___maxShaderPasses;
|
|
};
|
|
struct ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_StaticFields
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___k_CameraTarget;
|
|
};
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_StaticFields
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___s_NullHandle;
|
|
};
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
|
|
{
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull;
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender;
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender;
|
|
};
|
|
struct MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_ShaderTags;
|
|
int32_t ___s_CameraDepthTextureID;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___s_SetMotionMatrixProfilingSampler;
|
|
};
|
|
struct PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields
|
|
{
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingRenderPostProcessing;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingRenderFinalPostProcessing;
|
|
int32_t ___k_ShaderPropertyId_ViewProjM;
|
|
int32_t ___k_ShaderPropertyId_PrevViewProjM;
|
|
int32_t ___k_ShaderPropertyId_ViewProjMStereo;
|
|
int32_t ___k_ShaderPropertyId_PrevViewProjMStereo;
|
|
int32_t ___s_CameraDepthTextureID;
|
|
};
|
|
struct 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;
|
|
};
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
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 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 RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* m_Items[1];
|
|
|
|
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct 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 RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B m_Items[1];
|
|
|
|
inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct 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 MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* m_Items[1];
|
|
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* m_Items[1];
|
|
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct 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 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 ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ProfilingSampler_Get_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m8A88D1A0EBDE48471A988A3C0B292D7E590709B2_gshared (int32_t ___0_marker, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_gshared (Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C* __this, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, 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 bool Component_TryGetComponent_TisRuntimeObject_m69D4ED21F14D49D805A2337F4332934CDA07DEDB_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, RuntimeObject** ___0_component, 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_METHOD_ATTR void Func_4__ctor_m6F2B4733AC89D456287CE6FCC617F05B75EB7429_gshared (Func_4_t332C0058075A9D0A2F5170831803531EC540225C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RenderGraph_AddUnsafePass_TisRuntimeObject_m40016F6E8B33D575A80DE56FAF0803C20BAC6545_gshared (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, RuntimeObject** ___1_passData, String_t* ___2_file, int32_t ___3_line, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_Swap_TisRuntimeObject_m90918B648B5523623E7104CF64145223DDB3E28A_gshared (RuntimeObject** ___0_a, RuntimeObject** ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ;
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE90DA727B3D5F8BAB9B2C0B048365B559BBF8DCD (U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E* __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 RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25 (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_texture, 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 Material_set_enabledKeywords_mA5408FE825A95F8381536A0601CA6C250D8B8BF5 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9* ___0_value, 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 ScriptableRenderPass__ctor_mE49D4FF8E68A854367A4081E664B8DBA74E6B752 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_renderPassEvent_m63FA581FFDE1C69C2E1358BD0B8DB30275334960_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_useNativeRenderPass_m1D60C30BB1CF1B4D383FFCABC1F57EA755626895_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, bool ___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 void CommandBuffer_InvokeOnRenderObjectCallbacks_mFF50243F24E3D3FC70E329690E6EB571510D3348 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddUnsafePass_TisPassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6_m0C850516C545F3B2C879E4331CC382F731AA224E (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6**, 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_m3014E971989008A1008A635DB26B283DBE988B34 (BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3*, 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_mCC42BEA5803A37B64C252A46ECB88A17B8660DF0 (U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_texture, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeCommandBuffer_SetRenderTarget_mD9A13944DFE55C0372D3AA9C5A097E767CB586E5 (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* __this, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_color, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_depth, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeCommandBuffer_InvokeOnRenderObjectCallbacks_m1B3E87A34116FCDDF28830F30ACD518A91FF80D4 (UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* __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 RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9 (const RuntimeMethod* method) ;
|
|
inline void Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204 (Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C* __this, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C*, RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71, const RuntimeMethod*))Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_gshared)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D (LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___0_mask, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilteringSettings__ctor_m2A2242373FC7D053CFBBC6814D02AAC73C7B3AE7 (FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F* __this, Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C ___0_renderQueueRange, int32_t ___1_layerMask, uint32_t ___2_renderingLayerMask, int32_t ___3_excludeMotionVectorObjects, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m6D402537F048E25B03CD590FE1F2CD2C6A33CC92 (PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_passInput, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __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 CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___0_name, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_value, 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_black_mB50217951591A045844C61E7FF31EEE3FEF16737_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 void ScriptableRenderPass_ConfigureDepthStoreAction_mBA71A6E08D2D350F52AAA85B99BD2C196D4D9427 (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_storeAction, 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 int32_t Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_depthTextureMode_m998CDEBC055FE2A910F3B650585ADE3E2BB141EE (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_depthTextureMode_mE722389E4DF8B3DF7F6100DB142E4DBAF698F6BF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_DrawCameraMotionVectors_m93E0A251A2FD380E564A66754A07CE2959D1D84B (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xr, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_cameraMaterial, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_DrawObjectMotionVectors_m4DE0CD1207685CAC1CBEC7D643C80A569ABAD27B (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xr, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85* ___2_rendererList, const RuntimeMethod* method) ;
|
|
inline UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
|
|
}
|
|
inline 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 RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_baseBuffer, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_mEF7BF01DCAD3709F978E564AEDEDD643FC617904 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06* ___0_cmd, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___1_sampler, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_InitPassData_mA5DB04FC7E32577EE3F26CAC03364A0E1132E826 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** ___0_passData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_InitRendererLists_m1B8EB7A07AB06C4AD7BC3BC4AB91DE7A35D93CE5 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** ___0_passData, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, bool ___2_supportsDynamicBatching, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___3_context, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___4_renderGraph, bool ___5_useRenderGraph, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_ExecutePass_m94026411B696FA5946C3E6D97BD310C39B6C68A9 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* ___1_passData, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortingSettings__ctor_m449888DBB95B75702BFC5BFA1E4A5BE40D9302ED (SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortingSettings_set_criteria_m3D0A9A89ACF96F7135E47BEB44770EF439419E57 (SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings__ctor_m2B34DB19727143945DDE925B5CACD0E8E5D478A5 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___0_shaderPassName, SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 ___1_sortingSettings, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_perObjectData_mE83721A5FEDA0A0F5DFA6A385B5DB110A7AE2DC8 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_enableDynamicBatching_m528D48733B339E2CB847DBAC237BAB16260D2310 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_enableInstancing_m321194534FABDC36DE5A217078130A0DAAF8B007 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_set_lodCrossFadeStencilMask_mA3738C7819C25654E9D1A4C2E055D06092682B7C (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B (ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawingSettings_SetShaderPassName_m3ABF2F58CA9D8B16989747058CAA504E7B4ED738 (DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49* __this, int32_t ___0_index, ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___1_shaderPassName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73 (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, 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_SetFoveatedRenderingMode_mEA1D45B94E8B8AC6F5C8AEC7F5E65FA7D6FEB8EB (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, int32_t ___0_foveatedRenderingMode, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_DrawProcedural_mD1AEF755322DD077ADA3B3FCBF34F819D1EA5E9C (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_matrix, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, int32_t ___2_shaderPass, int32_t ___3_topology, int32_t ___4_vertexCount, int32_t ___5_instanceCount, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_DrawRendererList_m6C50C4A5E4CABE3542317969BC91F552B41A427F (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___0_rendererList, 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 DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 MotionVectorRenderPass_GetDrawingSettings_mF8A99F1636CA83E7850E87348C32C299E044F9C6 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, bool ___1_supportsDynamicBatching, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderStateBlock__ctor_mED2806102FED1023AB74D94DC37F535497AED1F9 (RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733* __this, int32_t ___0_mask, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingUtils_CreateRendererListWithRenderStateBlock_m2EA7A0F6D66B9148185F7A873EE1525242AF741F (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 ___2_ds, FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___3_fs, RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 ___4_rsb, RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* ___5_rl, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderingUtils_CreateRendererListWithRenderStateBlock_mD1D6675E3A3CA96DD04B7EF36726E4EA983C024D (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 ___2_ds, FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F ___3_fs, RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 ___4_rsb, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85* ___5_rl, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPassData_t1917C250AD9B39677BBC382C7290D0FF82985551_mEA0F9F6F9821ECF4CFCEF950900FC0F1BB31C27E (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool 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_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline (XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* __this, 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_mA1F6490D8CC6200D94036FFD92DCDE0AC26F6045 (BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* UniversalAdditionalCameraData_get_motionVectorsPersistentData_mCA9799ADC4016661638AD15C5C30CA89C212B0BA_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorsPersistentData_SetGlobalMotionMatrices_mF6CC6191DE26AF8F2A12F5758A73E5A224A9FA1E (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xr, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProfilingSampler_get_name_mF1C3E7B9540171DD93186A4DFEF33CE331E92D79_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisMotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229_m639F8A37CF49C9ABC83561F0069F2675EEF5BE62 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229**, 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_mC8EA783B49B91ECCE16DDD040DE7CB83B1C602D4 (BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551*, 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_m3721A6267326D7FF43D45C5711F4EE023E1F2A42 (U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6 (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___0_texture, 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 RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585 (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA ___0_rendererList, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialLibrary__ctor_m6AD726AFEA761CA8C7D328A0EF3722FD8DB38B1B (MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_IsHDRFormat_m1636EF4A754B0D83BD48E04F29D948579AE67006 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, int32_t ___0_format, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_IsAlphaFormat_mB3F5965753BC43A4A39E695AC71659BC107B8DA7 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, int32_t ___0_format, 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 int32_t QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceVendor_mE2D7A85437C820636639ADC124C965DB37B52204 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2 (String_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialLibrary_Cleanup_mF81F0F2B17E8EEB17FB93A696642DE66013D3E42 (MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Dispose_m2026FC2BEEE3A150A63BBA81F731FC2BE8676EFD (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_overrideCameraTarget_mC7A5FB7FB9D32C88226E81992DAD058174C99D95_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, bool ___0_value, 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 DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* VolumeStack_GetComponent_TisDepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF_m6CC04C172E6C70C6446B6644BC25CBC3C1A691E2 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* VolumeStack_GetComponent_TisScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076_m3FBB34570DF71F3597D16C9A5F20F4A4F6C32926 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* VolumeStack_GetComponent_TisPaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA_mB589E14BB73F90314BF582164232143C575C93C2 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* VolumeStack_GetComponent_TisBloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225_m25682DCE38F204E0B4062C3F2D9132BDA2C5BF0D (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* VolumeStack_GetComponent_TisLensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6_m7AA5B34C2EB5A633802388F0CA1139092EEC2E18 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* VolumeStack_GetComponent_TisChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F_mF488DC971011EE15740583673AA8BB56BE10A9E4 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* VolumeStack_GetComponent_TisVignette_t77147DD5FEEB4476AF22BD98255F8010738985DC_mB42423B71631D13196913871E448FC0B90422DC1 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* VolumeStack_GetComponent_TisColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C_mBC5D3E47DCADB0AF1F944EE238C6188CD3B308F5 (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
inline ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* VolumeStack_GetComponent_TisColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86_m3B00FEBB9197BDF606018D15AB7202D813CC653E (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, 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);
|
|
}
|
|
inline FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* (*) (VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8*, const RuntimeMethod*))VolumeStack_GetComponent_TisRuntimeObject_m8D5395D64A3CF1D54202CD9C021F6515580DB6AE_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool* PostProcessingData_get_useFastSRGBLinearConversion_m30D8EE2DF8C87C0BBA46D8723D66614A4C660FB1 (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool* PostProcessingData_get_supportScreenSpaceLensFlare_mB29463926FFABD8C11AFA63EC48203D0C3063A8E (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool* PostProcessingData_get_supportDataDrivenLensFlare_m3F5D8244FD38A00E1035100BFC7E5A15CF5C4EF3 (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* __this, const RuntimeMethod* 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 PostProcessPass_RenderFinalPass_m958473F527619A1BD87E1E36B0B6C9CE885377A1 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_CanRunOnTile_m4C50E60469CD13712AF758AA4C075499BAF5196E (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Render_mD36A6DC86090770297E584B9F2EDDF9ABC283837 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_IsHalfFormat_m1950ACCEE628E4B3EEF3CE305CDEF35C35BA343F (int32_t ___0_format, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_IsFloatFormat_mF94D76BDA3064AC52E936FB01C566828A70FACA4 (int32_t ___0_format, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GraphicsFormatUtility_HasAlphaChannel_mDCB229BA3F28F84DA563C1194398C107BAA0EB59 (int32_t ___0_format, 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 int32_t RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_format, int32_t ___3_depthStencilFormat, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessPass_GetCompatibleDescriptor_mE3D11B81EC296F77C3C028CE083BB73E7CEF2615 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_desc, int32_t ___1_width, int32_t ___2_height, int32_t ___3_format, int32_t ___4_depthStencilFormat, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 bool UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DepthOfField_IsActive_mAEEBA8A02BC313AA621C4C197CF4A8A0A7352C0E (DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LensFlareCommonSRP_IsEmpty_m10C9D536E29439EA829486AA85748609DD7106E0 (LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScreenSpaceLensFlare_IsActive_mB3358CF1D7484E84F2675DECCADF0A8F94EF6150 (ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MotionBlur_IsActive_mB06475DA53BAABEA9E9D53D0DA4CC4117E8C9768 (MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PaniniProjection_IsActive_m91BB6BE780D3AFFCFD863B97195EECAB659BF2B0 (PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsTemporalAARequested_m0D027D8EECCA1CEBEC20801A5A2621215861B12D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TemporalAA_ValidateAndWarn_m23D4289F3F1A1DDC35A075ED7096AB9BA98BF29E (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, bool ___1_isSTPRequested, 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 Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_proj, bool ___1_renderIntoTexture, 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 RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* ___0_p, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* ___0_p, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, int32_t ___3_loadAction, int32_t ___4_storeAction, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___5_material, int32_t ___6_pass, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** ___0_r, U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* ___1_p, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoSubpixelMorphologicalAntialiasing_mF8FB39DEDD40E3E0E459B78F6EDC23AE58C45000 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoDepthOfField_m50280DAA3E4A9625920AC2576C024B2920EF7DF1 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___4_pixelRect, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemporalAA_ExecutePass_m5A180565841961D0B1E778B20B6CFEC11D75924D (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_taaMaterial, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___2_cameraData, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_destination, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___5_motionVectors, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoMotionBlur_mEF3B57C5B12E4F58B120A5021D04013449CDB6CA (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_motionVectors, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___4_cameraData, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoPaniniProjection_mCA5F42C99BD8175B11FA74778C826269F7A2E65D (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bloom_IsActive_m18CD0E121D17E2D4B20D6E944433CDEEA9C970C3 (Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupBloom_m399177DD12CE9FD9E963AE56BDA6F0EF4B26E6FC (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_uberMaterial, bool ___3_enableAlphaOutput, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m4DC36EEFDBE5F07C16249DA568023C5ECCFF0E7B_inline (int32_t ___0_value, int32_t ___1_min, int32_t ___2_max, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_handle, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoLensFlareScreenSpace_m5BB757238EDD5ADB7AAA1472986FAD481FEF44EC (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_originalBloomTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_screenSpaceLensFlareBloomMipTexture, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_LensFlareDataDrivenComputeOcclusion_mB22995099507DC60B4D95725E095F1D1C6B6DC37 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___0_cameraData, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___2_source, bool ___3_usePanini, float ___4_paniniDistance, float ___5_paniniCropToFit, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_LensFlareDataDriven_m822AF96B0CBBD2C6EC974E39DEB2A72153ED6FA7 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___0_cameraData, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___2_source, bool ___3_usePanini, float ___4_paniniDistance, float ___5_paniniCropToFit, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupLensDistortion_m33532B813022AFE252DA55162741415B1838D88C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, bool ___1_isSceneView, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupChromaticAberration_m15763D99D4778C730EC32CA4C1A8341C40718962 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupVignette_mC7A2C760C57A319664F7C3B95D4011B5ABFE3019 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xrPass, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupColorGrading_m6B800A753A91A54AD913F541AD732AD4DD4EAB41 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupGrain_mB86019E3BC6194A3B87ABA62A3F8E42474F0055D (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupDithering_mC74EFEF0226D57DD1FE0EF9AAE87C5DC5F1E873C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_get_requireSrgbConversion_m09836AD17C2F9377EB91208CFE48FD6E6787D6FF (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_RequireSRGBConversionBlitToBackBuffer_mB81453D3B536BE42AA503F616EDF562B3C80E892 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, bool ___0_requireSrgbConversion, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_RequireHDROutput_m92D4E42C607D3396EDD01C4752203387BEB45A1E (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* 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 bool UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupHDROutput_m507C0A89BAD1815DA7C19C3FFE398FC968A8D565 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F ___0_hdrDisplayInformation, int32_t ___1_hdrDisplayColorGamut, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, int32_t ___3_hdrOperations, bool ___4_rendersOverlayUI, 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 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 RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325 (int32_t ___0_type, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___0_lhs, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorTarget, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Texture_get_filterMode_mFEF0AEA29E8468450EF85533965DCEBE66D02A45 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, 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 void ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorTarget, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depthTarget, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTargetIdentifier__ctor_mD6E20FA134EEBCE40A8B5E64C505DE8A0DC96BDF (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, 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 RenderingUtils_FinalBlit_m2E1DA43735F4576B4B37FF7D40AAA609C6B39240 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, int32_t ___4_loadAction, int32_t ___5_storeAction, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___6_material, int32_t ___7_passIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* CameraData_get_cameraTargetDescriptor_mC199E27390A4D33338FCDC3ADC4ECFD3F7BE2761 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_position, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_size, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetDepthStencilFormat_m76EEE7255F874FD3AC8E149830EE48F345DF8425 (int32_t ___0_depthBits, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, 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 int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, float ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* CameraData_get_antialiasingQuality_mECC7EC3B6983A68E7411BAD8091B7082573354CE (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, 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 RenderingUtils_Blit_m8FA2449BD1011D040EEBE218AE1EE50CDD11CAB0 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___2_viewport, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destinationColor, int32_t ___4_colorLoadAction, int32_t ___5_colorStoreAction, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___6_destinationDepthStencil, int32_t ___7_depthStencilLoadAction, int32_t ___8_depthStencilStoreAction, int32_t ___9_clearFlag, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___10_clearColor, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___11_material, int32_t ___12_passIndex, 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 bool* CameraData_get_isAlphaOutputEnabled_mA5798F427776E3893AA7FEFE0857E86D9DE95A8C (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoGaussianDepthOfField_mDBBE439C92B03966187F930B80219289A284CF8D (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___3_pixelRect, bool ___4_enableAlphaOutput, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoBokehDepthOfField_m6B86DCDB63DF00102CFD32CD6EACE4A342028314 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___3_pixelRect, bool ___4_enableAlphaOutput, 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 float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_SetRenderTarget_m15C7543529D1F2137686A7BCF7CF18DF3B4BD443 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* ___1_colorBuffers, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_depthBuffer, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline (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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PostProcessPass_GetMaxBokehRadiusInPixels_m0E7D6B59C1CCF11E8108CC14B49AD72A9CDBFF02_inline (float ___0_viewportHeight, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_PrepareBokehKernel_m4F8BFFE42B75074B06529F97E66E9F6186C2A6BC (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, float ___0_maxRadius, float ___1_rcpAspect, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m1FD55F67090B321AC9488CA325A72E454E6BCA37_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Light_get_type_m0D12CD1E54E010DC401F7371731D593DEF62D1C7 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationDirLight_m8D55129898412D0D60A6827F4BF3C7B2E20465E6 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationPointLight_m4150B52B763097665D45A6705BA6C6C5422451D6 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_spotAngle_m28B2CD7ADE25422693E7B1FA23E8615E9D7098FC (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Light_get_innerSpotAngle_mFDCE5C31ABF638A8B515F5088F12225D23D3406C (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LensFlareCommonSRP_ShapeAttenuationSpotConeLight_m5A146E8B6D38C860F5B0C5D40E337EEF3F054296 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_forward, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_wo, float ___2_spotAngle, float ___3_innerSpotPercent01, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LensFlareCommonSRP_IsOcclusionRTCompatible_m619A837237673491D07FB9050A274C8ACBE4A80D (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_lhs, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Camera_get_worldToCameraMatrix_m48E324BD76706A316A1701EFC6A3DEC7DFB2FF40 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_ComputeOcclusion_m4BEAF383C835312E55F5A8D23EFD47EE863D575F (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_lensFlareShader, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___2_xr, int32_t ___3_xrIndex, float ___4_actualWidth, float ___5_actualHeight, bool ___6_usePanini, float ___7_paniniDistance, float ___8_paniniCropToFit, bool ___9_isCameraRelative, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___10_cameraPositionWS, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___11_viewProjMatrix, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___12_cmd, bool ___13_taaEnabled, bool ___14_hasCloudLayer, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___15_cloudOpacityTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___16_sunOcclusionTexture, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XRPass_get_viewCount_m0D9E6A5AEA60C52EAA3B211DDE1BEA734318A35D (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
|
|
inline void Func_4__ctor_mCB654A521C926308B7947FC97B239C5A7847D677 (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_4__ctor_m6F2B4733AC89D456287CE6FCC617F05B75EB7429_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LensFlareCommonSRP_DoLensFlareDataDrivenCommon_mC741E5354BCA59A6280CAAA4EB8E42A63AB388D2 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_lensFlareShader, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___2_viewport, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___3_xr, int32_t ___4_xrIndex, float ___5_actualWidth, float ___6_actualHeight, bool ___7_usePanini, float ___8_paniniDistance, float ___9_paniniCropToFit, bool ___10_isCameraRelative, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___11_cameraPositionWS, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___12_viewProjMatrix, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___13_cmd, bool ___14_taaEnabled, bool ___15_hasCloudLayer, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___16_cloudOpacityTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___17_sunOcclusionTexture, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___18_colorBuffer, Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* ___19_GetLensFlareLightAttenuation, bool ___20_debugView, const RuntimeMethod* method) ;
|
|
IL2CPP_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 bool ScreenSpaceLensFlare_IsStreaksActive_mB70851B6E3A87FE3491C93125F6D4D6833250F33 (ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* __this, 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 LensFlareCommonSRP_DoLensFlareScreenSpaceCommon_mC4C328CEF7FF186399C1CA78D6EFE0D96AFAC69A (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_lensFlareShader, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, float ___2_actualWidth, float ___3_actualHeight, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___4_tintColor, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___5_originalBloomTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___6_bloomMipTexture, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___7_spectralLut, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___8_streakTextureTmp, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___9_streakTextureTmp2, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___10_parameters1, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___11_parameters2, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___12_parameters3, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___13_parameters4, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___14_parameters5, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___15_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___16_result, bool ___17_debugView, 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 Material_SetMatrixArray_m8D2C4EF5A830DDB903DE9781208F5CB1D9E2CCB3 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __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) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetMatrix_m668579C6402F88BFEF769D39E484BAD4CE6B0067 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_value, 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 XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* CameraData_get_xr_m5E9EFE56E6BABFF14ADC71E87D5A19BA7CDDF697 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_UpdateMotionBlurMatrices_m84163B214654508F44DB87605071D993DACD0083 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___0_material, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___2_xr, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, float ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_name, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PostProcessPass_CalcViewExtents_m70487D27E54665160580674EB5732D9C9F05B8EF (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PostProcessPass_CalcCropExtents_m51DB9C1186BD72606EBA0A0E69DF01A25DC577F7 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, float ___1_d, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline (float ___0_a, float ___1_b, float ___2_t, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_fieldOfView_m9A93F17BBF89F496AE231C21817AFD1C1E833FBB (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, 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 void ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Log_m116F062EEBF1C53EC8D18C9B1748E999EF9424EF_inline (float ___0_f, float ___1_p, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorUtils_Luminance_mFDC649B1AE8F94D798AB492DDF0ECC7BE8E34477 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_color, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* Texture2D_get_blackTexture_mBEF97F64AD650DAAC1EEC84EB34F9CF22B56A08C (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 bool LensDistortion_IsActive_m777DA00296A34FFEC72C43157037C06F62B406AE (LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChromaticAberration_IsActive_mF820F1009BB285EE1752333366C146E33F863428 (ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 XRPass_ApplyXRViewCenterOffset_m90A0241693FE12D501CA1696533ADF9EB9EB189B (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_center, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector4_op_Implicit_m6673D431FBCA5AFB6CF06CD9783D07A4C90CC2AA_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* PostProcessingData_get_gradingMode_mDACE5DC8415ECECBA0654FD1ACF57A5A4D91683F (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* PostProcessingData_get_lutSize_mF785ACF293987CE1CA6591D0E626845415225E7F (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorLookup_IsActive_m7264066E811F24C5EAEFAFB79F2110C089F2465A (ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilmGrain_IsActive_m9251CA64E6E5E1FB8609260F85CEB07BA04B4BA9 (FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessUtils_ConfigureFilmGrain_m9AFEDA4B679AB1D1D47F8EC440BADA369715A85B (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* ___1_settings, int32_t ___2_cameraPixelWidth, int32_t ___3_cameraPixelHeight, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PostProcessUtils_ConfigureDithering_m4EDD6C3D556383E75451522FF1E51E3B47DACD9C (PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, int32_t ___1_index, int32_t ___2_cameraPixelWidth, int32_t ___3_cameraPixelHeight, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR 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 HDROutputUtils_ConfigureHDROutput_mD69BEA580CE421FC29019C1A201C5ECE2C05A753 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, int32_t ___1_gamut, int32_t ___2_operations, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* CameraData_get_universalCameraData_mD67FBE2CAADDBA930E7DDD9F44ED8C5F10E24AC2 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CameraData_get_requireSrgbConversion_m6C5E8C4E67811A673E01D79E79B719216EE53139 (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UniversalRenderPipeline_MakeUnormRenderTextureGraphicsFormat_m5A892392C145D69986270554E3E8B281E18168A8 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSRUtils_SetEasuConstants_m4373BF3971B6566F0268321809B267DDE1480BAD (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_inputViewportSizeInPixels, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_inputImageSizeInPixels, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___3_outputImageSizeInPixels, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FSRUtils_SetRcasConstantsLinear_m066B411BECFFD2D8267F0A03A695D0CA49657254 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, float ___1_sharpnessLinear, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B RenderingUtils_GetCameraTargetIdentifier_mABBE09223B7ED980FA58D98476B05D84C8DB836B (RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___0_renderingData, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddUnsafePass_TisUpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD_m33D98C8E91102D82D91C9D6D0A8D728797CBF1A8 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD** ___1_passData, String_t* ___2_file, int32_t ___3_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD**, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddUnsafePass_TisRuntimeObject_m40016F6E8B33D575A80DE56FAF0803C20BAC6545_gshared)(__this, ___0_passName, ___1_passData, ___2_file, ___3_line, method);
|
|
}
|
|
inline void BaseRenderFunc_2__ctor_m88761F655D0897D01DA28CFE2C549879E01ADCFE (BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_MakeCompatible_m7B455F7A3924BE86441379D72A184B137F294D32 (TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___0_desc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___0_desc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 PostProcessPass_GetCompatibleDescriptor_m86720AA2E3CC4C8971E75C68FA7DAB1E8F19BB97 (TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 ___0_desc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 PostProcessPass_CreateCompatibleTexture_m40B558450317649E5B30C4ADD06F93E863A9CDFF (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___1_source, String_t* ___2_name, bool ___3_clear, int32_t ___4_filterMode, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisStopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE_m05E5145995A1BE5F2D71518B3C8C4A49CEC5E7DA (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE**, 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_mEBF0C63E587506543B2819F8423A2E201EBB9460 (BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 RenderGraph_GetTextureDesc_m54CBA2F485C8E9A04A1C227ACC25D386949ECA51 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___0_texture, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___1_desc, String_t* ___2_name, bool ___3_clear, int32_t ___4_filterMode, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisSMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1_mC7D81F512AA1811485DF1342C476A2201A8FB488 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1**, 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_m28A61542419AB3FE64D428150113625230673B23 (BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4**, 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 TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
|
|
inline void BaseRenderFunc_2__ctor_m0D2FE0FA85A106F13382B2882CC10AB18B26A6D0 (BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65 (ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD* __this, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___0_sampler, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BloomMaterialParams_Equals_m724B2E19DCCD76542F1640EE6EA61F30D5DBBC84 (BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* __this, BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_HasProperty_m52E2D3BC3049B8B228149E023CD73C34B05A5222 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699 (TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 ___0_desc, int32_t ___1_width, int32_t ___2_height, int32_t ___3_format, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddUnsafePass_TisBloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA_mB55C3E109188D2EB506AE24ED84240D6A3E72865 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA**, 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_mA344EAD20AF2D8206908828272516D8081BB92CC (BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderDoFGaussian_m8992438BD352B9A46CD456622297E5C8B3B63C81 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_destination, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___5_dofMaterial, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderDoFBokeh_m5D2C4464504B5E2AEC708052B0241FBCB50F9869 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___5_dofMaterial, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddUnsafePass_TisDoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3_mD97B26D05F379BDD733B68A34DB8B0F22153CE16 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3** ___1_passData, String_t* ___2_file, int32_t ___3_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3**, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddUnsafePass_TisRuntimeObject_m40016F6E8B33D575A80DE56FAF0803C20BAC6545_gshared)(__this, ___0_passName, ___1_passData, ___2_file, ___3_line, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
|
|
inline void BaseRenderFunc_2__ctor_mA96EF770B984547F7C4DACE3A63A3E8D749BE0D0 (BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline RuntimeObject* RenderGraph_AddUnsafePass_TisDoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565_m19B2EB696ED1B2292AD3861E5149EB6B4B5470D8 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565** ___1_passData, String_t* ___2_file, int32_t ___3_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565**, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddUnsafePass_TisRuntimeObject_m40016F6E8B33D575A80DE56FAF0803C20BAC6545_gshared)(__this, ___0_passName, ___1_passData, ___2_file, ___3_line, method);
|
|
}
|
|
inline void BaseRenderFunc_2__ctor_m08C058BB6617D706B0BA32A33F8AF5D4B5AE0739 (BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF_mC2D3DEAD4D1D47D68E6D7FDFC42D091F7C45250B (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF**, 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_m7D9DA631D9799C37E02F6D3E19E61AC17A955C55 (BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemporalAA_Render_m0263602D171BA0DE9024876173ABB3E924C20555 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_taaMaterial, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_srcColor, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_srcDepth, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___5_srcMotionVectors, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___6_dstColor, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GraphicsFormatUtility_GetLinearFormat_m4A0172B7E0D08BE4E8A012610DB4E68EE28A2898 (int32_t ___0_format, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StpUtils_Execute_mF772ACEADAB2153D4BEF80A48D852EF589657D50 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_inputColor, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_inputDepth, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___5_inputMotion, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___6_destination, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___7_noiseTexture, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_UpdateCameraResolution_m050530A4B48407153E7069555E34E3B0CB1A6445 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___2_newCameraTargetSize, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisMotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE_m9F7539065A8DC2165D5C8FC3F616E83BAA1A543E (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline (const RuntimeMethod* method) ;
|
|
inline void BaseRenderFunc_2__ctor_m037033F683E551C73C3F71170B11CED578C02162 (BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline RuntimeObject* RenderGraph_AddUnsafePass_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m55F0E8951715DE94AA481131F7EE800758FF6987 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddUnsafePass_TisRuntimeObject_m22ED403D4C84145926A27918AB261A49E25F3206_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_rt, const RuntimeMethod* method) ;
|
|
inline void BaseRenderFunc_2__ctor_m039923DCF96D4CE413F9A561026003681817D6B6 (BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, 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) ;
|
|
inline RuntimeObject* RenderGraph_AddUnsafePass_TisLensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0_m62D396EB60DB44204C647FEE9E74C458E34F6719 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0**, 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_mB852080439BEC8859934D4FC634587945A361225 (BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RasterCommandBuffer_SetViewport_mCC43D00D3A49FF4179249DC0A9C5AF417589C74D (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_pixelRect, 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 PostProcessPass_ScaleViewport_m84FD30DC68E896E8B158F2C9AA045A267A996427 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTextureHdl, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_dest, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, bool ___4_hasFinalPass, 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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* XRSystemUniversal_GetMaterialPropertyBlock_mD8A6FCCB8580823E1289454F5800BA4868D90026_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___0_nameID, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRPass_get_occlusionMeshScale_m046F8625F75A7801D7A5D217FB020411140731A5_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsRenderTargetProjectionMatrixFlipped_m4BE75838B7F341A0EEE859ED9EFB3B341B99974D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_color, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depth, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XRPass_RenderVisibleMeshCustomMaterial_m6C53423D2EAE44417FC48743BB1BC15C4BF060DD (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, float ___1_occlusionMeshScale, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___3_materialBlock, int32_t ___4_shaderPass, bool ___5_renderIntoTexture, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A_mB04A8712E72ADE67D84A033ADD564D549611B91D (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A**, 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_m3C8148A73EA59BA5354F749ADC18DB70D8B6210B (BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E_m7BEC2406E82A3A7A756820CBE9E2C77A57C8E514 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E**, 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_m55531B761CC6F935995DC509842BD992D7877B79 (BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108_mC93B49545C95DBDD432205653B8CAA94BF2E1C5F (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108**, 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_m7BD8210E7AA6066811EF003A813C2F58C2748265 (BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 FinalBlitSettings_Create_mF2F4455DF587A90A3D040D9DF097764FDBB7A6C4 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsSTPEnabled_m80D14EF3FEB9F992B5CAB79DBD980A0488C2B595 (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalSetup_mA68B3DC17E3065FD78E680CFCC1305995253CD2E (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_destination, FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* ___4_settings, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalFSRScale_mAD1CA04DF14A778C762B7EBE3289ECCD598D1A04 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___1_source, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___2_srcDesc, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_destination, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___4_dstDesc, bool ___5_enableAlphaOutput, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalBlit_mAC211B2E933D5684EA8F43C07D09AEF5B441F0D7 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_overlayUITexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_postProcessingTarget, FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* ___5_settings, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* RTHandle_get_externalTexture_m6564AD326286CE5E8CDAD24BDC6AB3E6CE84405D_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* RTHandles_Alloc_m5FB7BA0DA42EED1A471BC719DEE9F8390319276A (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_tex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 PostProcessPass_TryGetCachedUserLutTextureHandle_mD1058DED22713CBD93783350FBD8EC2E2CE82BB8 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisUberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2_mDE139D2FF817FFE2FF5E2A324EA68C4884E3BD4F (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddRasterRenderPass_TisRuntimeObject_mC67DBCDAE9E5C0D6FA1406B1CD4EA8A1F9244044_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
|
|
}
|
|
inline UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190 (UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* __this, const RuntimeMethod* method) ;
|
|
inline void BaseRenderFunc_2__ctor_m16D456E02958BA118724C3F23AC29DBFAC5803CE (BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_inline (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* (*) (ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C*, const RuntimeMethod*))ContextContainer_Get_TisRuntimeObject_mD332AE37F62256B78E48145FFDEADB66FEEF3A5E_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UniversalCameraData_IsSTPRequested_mDBEEA071C3291322C2C03F47D5ED1445A93FA30D (UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* __this, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddRasterRenderPass_TisPostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B_m1C1DED673DC9DA65E7489DF2AC79D760A09F8918 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B**, 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_m83B57C0BAA5E7C206A2C7CE289FB2A7B94A5BAF8 (BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_m72268C37DF7D310181ABEF09D65817B1108D843E_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderStopNaN_m1823B802AE22C5BF3565835C705858BE33CB3B24 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___1_activeCameraColor, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_stopNaNTarget, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderSMAA_m916727AFF4931FA81F74551C22B2987D9F767F2A (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, int32_t ___2_antialiasingQuality, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_SMAATarget, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderDoF_m32D5E105234E199A571BB7747D780B80C3CF94E5 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderSTP_m58DA92872FF219C2EF1F3E750B19F4FD7735B9A3 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderTemporalAA_mE9D7B577EF44EF76DC9B81E3D3A17F53227438FB (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderMotionBlur_m5B57F210246A3FAE4115A935D27794ACD816ECBF (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderPaniniProjection_mAA8DDBB21C6A7B91304CDFAE7D5B5009DB4334EE (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_destination, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderBloomTexture_m886E22BDB06A2DB645EBB908D4ECB49360D6D458 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___1_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_destination, bool ___3_enableAlphaOutput, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 PostProcessPass_RenderLensFlareScreenSpace_m2918225666DEC163338D4EC5D4B9896E2D9A0EA8 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___2_srcDesc, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_originalBloomTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_screenSpaceLensFlareBloomMipTexture, bool ___5_sameInputOutputTex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_UberPostSetupBloomPass_mD830812C70DF864E44C0E8D4687240368C1BC023 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_rendergraph, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_uberMaterial, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___2_srcDesc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_LensFlareDataDrivenComputeOcclusion_m9AF3C1EC0B0ABC8B108DB5BE4264256DCB504F0C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___3_srcDesc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderLensFlareDataDriven_mCAACFD6572C1019D2FD63AB41B3386F6D7D976FD (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_destination, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___4_srcDesc, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderUberPost_m92C4196142B0ECE5CED3776B8B4CB60F93BEB799 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* ___3_postProcessingData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_sourceTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___5_destTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___6_lutTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___7_bloomTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___8_overlayUITexture, bool ___9_requireHDROutput, bool ___10_enableAlphaOutput, bool ___11_resolveToDebugScreen, bool ___12_hasFinalPass, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessPass_GetCompatibleDescriptor_m5754B9DAF7C95272C9319F5A5E43241B67E1D70F (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, const RuntimeMethod* method) ;
|
|
inline void CoreUtils_Swap_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m90EAC541E53A878FAD361EEA8BC135CEB507E9E6 (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___0_a, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___1_b, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**, const RuntimeMethod*))CoreUtils_Swap_TisRuntimeObject_m90918B648B5523623E7104CF64145223DDB3E28A_gshared)(___0_a, ___1_b, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D (MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method) ;
|
|
inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline (const RuntimeMethod* method)
|
|
{
|
|
return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Shader_get_isSupported_m21C3D0F1819054101DFE0C0C062A24464FA5CAE5 (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2 (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ResourceHandle_IsValid_m20B0218FDCA98DCD069AE3BE86FEFCAEDB985B9A_inline (ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054 (double ___0_a, double ___1_newBase, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool 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 String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
#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: 34006
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassDataCIExy__ctor_m28253E7FA7E5F08063BC9990207E53441872A043 (PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* __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: 34007
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassDataDebugView__ctor_mC180E4BBB414E4C10FFB5636638F19C647B05E66 (PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* __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: 34008
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderConstants__ctor_m9F39977579745FABAB69A59AEAB80149899C2286 (ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34009
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderConstants__cctor_mB9DDDF6AED0EB6FB6656840025E0B6A83123EA99 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D7ECBB6EBF0581E278B59E2AF3DFB1F8966E95B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35DC3C78121475701F016F189078E9C36F9BF94C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F81C0ADE300C24C844CDA2373CB2373B8281B7D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:286>
|
|
int32_t L_0;
|
|
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral7F81C0ADE300C24C844CDA2373CB2373B8281B7D, NULL);
|
|
((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____DebugHDRModeId = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:287>
|
|
int32_t L_1;
|
|
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral0D7ECBB6EBF0581E278B59E2AF3DFB1F8966E95B, NULL);
|
|
((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____HDRDebugParamsId = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:288>
|
|
int32_t L_2;
|
|
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral35DC3C78121475701F016F189078E9C36F9BF94C, NULL);
|
|
((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____xyTextureId = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:289>
|
|
((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____SizeOfHDRXYMapping = ((int32_t)512);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:290>
|
|
((ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_tA87362D61008C15B277455CBE89FE8B1F66DC1E1_il2cpp_TypeInfo_var))->____CIExyUAVIndex = 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: 34010
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m0A3050B38A84C330A5CA74F55399376265E950D3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E* L_0 = (U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E*)il2cpp_codegen_object_new(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_mE90DA727B3D5F8BAB9B2C0B048365B559BBF8DCD(L_0, NULL);
|
|
((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34011
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE90DA727B3D5F8BAB9B2C0B048365B559BBF8DCD (U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34012
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderHDRDebugU3Eb__17_0_mE76F5FB73A2D3777451EE8FB4B4BB5EB0D3803BF (U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E* __this, PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* ___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);
|
|
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/HDRDebugViewPass.cs:247>
|
|
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_context;
|
|
NullCheck(L_0);
|
|
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_2;
|
|
L_2 = CommandBufferHelpers_GetNativeCommandBuffer_m00E0A36F7BA58959180A2CF84B882FCE474577CA_inline(L_1, NULL);
|
|
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_3 = ___0_data;
|
|
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_4 = ___0_data;
|
|
NullCheck(L_4);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5 = L_4->___srcColor;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6;
|
|
L_6 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_5, NULL);
|
|
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_7 = ___0_data;
|
|
NullCheck(L_7);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8 = L_7->___xyBuffer;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9;
|
|
L_9 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_8, NULL);
|
|
PassDataCIExy_t3D14002FFE16B5518BF83D3BB6C8D066592E7548* L_10 = ___0_data;
|
|
NullCheck(L_10);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11 = L_10->___passThrough;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12;
|
|
L_12 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_11, NULL);
|
|
HDRDebugViewPass_ExecuteCIExyPrepass_m79AAD7939D070B41593D8ED76D7DFB932F988C25(L_2, L_3, L_6, L_9, L_12, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:248>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34013
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderHDRDebugU3Eb__17_1_m6140F40CBC6B763944749C476892DBD1DD0B739E (U3CU3Ec_t77B67633E730920DBCC8A70AA1939587FD397D2E* __this, PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:278>
|
|
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_0 = ___0_data;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___material;
|
|
NullCheck(L_1);
|
|
Material_set_enabledKeywords_mA5408FE825A95F8381536A0601CA6C250D8B8BF5(L_1, (LocalKeywordU5BU5D_tB7EDF3FB744FE86534FF8190C671AD0E9BE54CA9*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:279>
|
|
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_2 = ___1_context;
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_3 = L_2.___cmd;
|
|
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_4 = ___0_data;
|
|
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_5 = ___0_data;
|
|
NullCheck(L_5);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6 = L_5->___srcColor;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7;
|
|
L_7 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_6, NULL);
|
|
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_8 = ___0_data;
|
|
NullCheck(L_8);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_9 = L_8->___dstColor;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10;
|
|
L_10 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_9, NULL);
|
|
PassDataDebugView_tF804D2408283BB60F5160AD59E52A5D5C0F4D0FE* L_11 = ___0_data;
|
|
NullCheck(L_11);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_12 = L_11->___xyBuffer;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13;
|
|
L_13 = TextureHandle_op_Implicit_m5B88526114B640AE422305CC950C0887E576CE25(L_12, NULL);
|
|
HDRDebugViewPass_ExecuteHDRDebugViewFinalPass_m38C44D578B25771D76467B2155701A889A824574(L_3, L_4, L_7, L_10, L_13, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/HDRDebugViewPass.cs:280>
|
|
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: 34014
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokeOnRenderObjectCallbackPass__ctor_m78E337A06F8678AF3F136C655115BE29AB86086E (InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* __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*)&_stringLiteralF5CFA529F12E41A2A415F68C4A859F1BEBF521B7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:12>
|
|
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/InvokeOnRenderObjectCallbackPass.cs:14>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteralF5CFA529F12E41A2A415F68C4A859F1BEBF521B7, NULL);
|
|
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:15>
|
|
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/InvokeOnRenderObjectCallbackPass.cs:18>
|
|
ScriptableRenderPass_set_useNativeRenderPass_m1D60C30BB1CF1B4D383FFCABC1F57EA755626895_inline(__this, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:19>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34015
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokeOnRenderObjectCallbackPass_Execute_m0AA045DB14613B6FA49E7F2C1794A397BA33835E (InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:25>
|
|
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);
|
|
NullCheck(L_2);
|
|
CommandBuffer_InvokeOnRenderObjectCallbacks_mFF50243F24E3D3FC70E329690E6EB571510D3348(L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:26>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34016
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokeOnRenderObjectCallbackPass_Render_m282F92AB5EE01F0286226642ECC3E36D6A0E602B (InvokeOnRenderObjectCallbackPass_tC8BAE077CDE3D8D01F80041E285EAEC9E375FFE9* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___1_colorTarget, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_depthTarget, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6_m496B34B7175F9269FF25DD798E704A0974BF1140_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisPassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6_m0C850516C545F3B2C879E4331CC382F731AA224E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderU3Eb__3_0_mEE7DB15CFCD026104D97647019940F5ACFF1B9D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80BBDC352677FC7467DEC77AD4FC6B82386A528B);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6* V_1 = NULL;
|
|
BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* G_B2_0 = NULL;
|
|
RuntimeObject* G_B2_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:36>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
|
|
String_t* L_1;
|
|
L_1 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_2;
|
|
L_2 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_3;
|
|
L_3 = RenderGraph_AddUnsafePass_TisPassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6_m0C850516C545F3B2C879E4331CC382F731AA224E(L_0, L_1, (&V_1), L_2, _stringLiteral80BBDC352677FC7467DEC77AD4FC6B82386A528B, ((int32_t)36), RenderGraph_AddUnsafePass_TisPassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6_m0C850516C545F3B2C879E4331CC382F731AA224E_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006a:
|
|
{
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:38>
|
|
PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6* L_6 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7 = ___1_colorTarget;
|
|
NullCheck(L_6);
|
|
L_6->___colorTarget = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:39>
|
|
RuntimeObject* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_8, (&___1_colorTarget), 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:40>
|
|
PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6* L_9 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = ___2_depthTarget;
|
|
NullCheck(L_9);
|
|
L_9->___depthTarget = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:41>
|
|
RuntimeObject* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_11, (&___2_depthTarget), 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:42>
|
|
RuntimeObject* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
InterfaceActionInvoker1< bool >::Invoke(11, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_12, (bool)0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:43>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:44>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:45>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:46>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:47>
|
|
RuntimeObject* L_13 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* L_14 = ((U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var))->___U3CU3E9__3_0;
|
|
BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* L_15 = L_14;
|
|
if (L_15)
|
|
{
|
|
G_B3_0 = L_15;
|
|
G_B3_1 = L_13;
|
|
goto IL_0063_1;
|
|
}
|
|
G_B2_0 = L_15;
|
|
G_B2_1 = L_13;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2* L_16 = ((U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* L_17 = (BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3*)il2cpp_codegen_object_new(BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m3014E971989008A1008A635DB26B283DBE988B34(L_17, L_16, (intptr_t)((void*)U3CU3Ec_U3CRenderU3Eb__3_0_mEE7DB15CFCD026104D97647019940F5ACFF1B9D3_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* L_18 = L_17;
|
|
((U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var))->___U3CU3E9__3_0 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var))->___U3CU3E9__3_0), (void*)L_18);
|
|
G_B3_0 = L_18;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_0063_1:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tEBE1A03FEB35753B6F506BE2032469BEDD5CABE3* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisPassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6_m496B34B7175F9269FF25DD798E704A0974BF1140_RuntimeMethod_var, G_B3_1, G_B3_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:48>
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:49>
|
|
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: 34017
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_mB6EEE21943E38BA0D84443CBB518E38F1A5D8B39 (PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6* __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: 34018
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m9891240730B1408110147CCDAA5D868DAACB548D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2* L_0 = (U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2*)il2cpp_codegen_object_new(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_mCC42BEA5803A37B64C252A46ECB88A17B8660DF0(L_0, NULL);
|
|
((U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34019
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mCC42BEA5803A37B64C252A46ECB88A17B8660DF0 (U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34020
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderU3Eb__3_0_mEE7DB15CFCD026104D97647019940F5ACFF1B9D3 (U3CU3Ec_tD04E588D6FE27DA510C30BEAACABA38D9623E9C2* __this, PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6* ___0_data, UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:45>
|
|
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_0 = ___1_context;
|
|
NullCheck(L_0);
|
|
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_1 = L_0->___cmd;
|
|
PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6* 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);
|
|
PassData_tC4BD4215B4324D0ACAAEC921884A7845E53D5AE6* L_5 = ___0_data;
|
|
NullCheck(L_5);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_6 = L_5->___depthTarget;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_7;
|
|
L_7 = TextureHandle_op_Implicit_mF61CC7FA197498A1DF32E5F0DD1D5D6F7340B43D(L_6, NULL);
|
|
NullCheck(L_1);
|
|
UnsafeCommandBuffer_SetRenderTarget_mD9A13944DFE55C0372D3AA9C5A097E767CB586E5(L_1, L_4, L_7, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:46>
|
|
UnsafeGraphContext_t6E24BDE4C6B0924FCC4DE11BFA5B750FF6F03320* L_8 = ___1_context;
|
|
NullCheck(L_8);
|
|
UnsafeCommandBuffer_tDE6BB2FE234DC7453CA682AB275888E9E35F22F2* L_9 = L_8->___cmd;
|
|
NullCheck(L_9);
|
|
UnsafeCommandBuffer_InvokeOnRenderObjectCallbacks_m1B3E87A34116FCDDF28830F30ACD518A91FF80D4(L_9, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/InvokeOnRenderObjectCallbackPass.cs:47>
|
|
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: 34021
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass__ctor_m875E3A815F1CBC5FA9D827F9FF955625823461A6 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, int32_t ___0_evt, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_cameraMaterial, LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB ___2_opaqueLayerMask, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PassData_t1917C250AD9B39677BBC382C7290D0FF82985551_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:31>
|
|
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/MotionVectorRenderPass.cs:34>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0;
|
|
L_0 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)30), 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/MotionVectorRenderPass.cs:35>
|
|
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/MotionVectorRenderPass.cs:36>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = ___1_cameraMaterial;
|
|
__this->___m_CameraMaterial = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraMaterial), (void*)L_2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:37>
|
|
il2cpp_codegen_runtime_class_init_inline(RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71_il2cpp_TypeInfo_var);
|
|
RenderQueueRange_t7518252AA6426B1EA45D3D9B394F304EEF784D71 L_3;
|
|
L_3 = RenderQueueRange_get_opaque_m197DF3E6CC12F21B15F3F603EFD640806FCB65D9(NULL);
|
|
Nullable_1_t7D98773CC20A842A0846271D1181ECBB0D95926C L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204((&L_4), L_3, Nullable_1__ctor_mC09CE20B08C6A7188EE04F52B6A2E598657A0204_RuntimeMethod_var);
|
|
LayerMask_t97CB6BDADEDC3D6423C7BCFEA7F86DA2EC6241DB L_5 = ___2_opaqueLayerMask;
|
|
int32_t L_6;
|
|
L_6 = LayerMask_op_Implicit_m7F5A5B9D079281AC445ED39DEE1FCFA9D795810D(L_5, NULL);
|
|
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
FilteringSettings__ctor_m2A2242373FC7D053CFBBC6814D02AAC73C7B3AE7((&L_7), L_4, L_6, (-1), 0, NULL);
|
|
__this->___m_FilteringSettings = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:38>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_8 = (PassData_t1917C250AD9B39677BBC382C7290D0FF82985551*)il2cpp_codegen_object_new(PassData_t1917C250AD9B39677BBC382C7290D0FF82985551_il2cpp_TypeInfo_var);
|
|
PassData__ctor_m6D402537F048E25B03CD590FE1F2CD2C6A33CC92(L_8, NULL);
|
|
__this->___m_PassData = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PassData), (void*)L_8);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:40>
|
|
ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline(__this, 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:41>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34022
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_Setup_mB18546361E1B9D18B58C351E77CA080058B3D4F2 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_color, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_depth, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:48>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_color;
|
|
__this->___m_Color = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Color), (void*)L_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:49>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___1_depth;
|
|
__this->___m_Depth = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Depth), (void*)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:50>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34023
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_Configure_m43CB8E3F8D1D99E28296151F34728A6D7BBFA9B8 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___1_cameraTextureDescriptor, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:55>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = __this->___m_Color;
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_1, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_3 = __this->___m_Color;
|
|
NullCheck(L_3);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_4;
|
|
L_4 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_3, NULL);
|
|
NullCheck(L_0);
|
|
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_0, L_2, L_4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:56>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = __this->___m_Depth;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_6, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = __this->___m_Depth;
|
|
NullCheck(L_8);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_9;
|
|
L_9 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_8, NULL);
|
|
NullCheck(L_5);
|
|
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_5, L_7, L_9, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:60>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = __this->___m_Color;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = __this->___m_Depth;
|
|
ScriptableRenderPass_ConfigureTarget_mDC20EFA30782A4E2D734590184A90E338953F36B(__this, L_10, L_11, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:61>
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12;
|
|
L_12 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
|
|
ScriptableRenderPass_ConfigureClear_m5C82128C3ABDD63621501DC012ED91F392ABF123(__this, 3, L_12, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:66>
|
|
ScriptableRenderPass_ConfigureDepthStoreAction_mBA71A6E08D2D350F52AAA85B99BD2C196D4D9427(__this, 3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:68>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34024
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_ExecutePass_m94026411B696FA5946C3E6D97BD310C39B6C68A9 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* ___1_passData, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 ___2_rendererList, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:75>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_0 = ___1_passData;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___cameraMaterial;
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:77>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:78>
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:81>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_4 = ___1_passData;
|
|
NullCheck(L_4);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5 = L_4->___camera;
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:84>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851(L_6, NULL);
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:85>
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:89>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8 = V_1;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = Camera_get_depthTextureMode_m998CDEBC055FE2A910F3B650585ADE3E2BB141EE(L_9, NULL);
|
|
NullCheck(L_9);
|
|
Camera_set_depthTextureMode_mE722389E4DF8B3DF7F6100DB142E4DBAF698F6BF(L_9, ((int32_t)((int32_t)L_10|5)), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:92>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_11 = ___0_cmd;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_12 = ___1_passData;
|
|
NullCheck(L_12);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_13 = L_12->___xr;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
MotionVectorRenderPass_DrawCameraMotionVectors_m93E0A251A2FD380E564A66754A07CE2959D1D84B(L_11, L_13, L_14, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:93>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_15 = ___0_cmd;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_16 = ___1_passData;
|
|
NullCheck(L_16);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_17 = L_16->___xr;
|
|
MotionVectorRenderPass_DrawObjectMotionVectors_m4DE0CD1207685CAC1CBEC7D643C80A569ABAD27B(L_15, L_17, (&___2_rendererList), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:94>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34025
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_Execute_m02B8232421FA7123D099A22C9E77F5B57C5B792F (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_0 = NULL;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* V_2 = NULL;
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:99>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_1 = L_0->___frameData;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:100>
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_3;
|
|
L_3 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_2, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:101>
|
|
NullCheck(L_2);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4;
|
|
L_4 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_2, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:103>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_5 = ___1_renderingData;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_6;
|
|
L_6 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_5, NULL);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_7 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_6);
|
|
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_8;
|
|
L_8 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_7, NULL);
|
|
V_2 = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:106>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9 = V_2;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_10;
|
|
L_10 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
|
|
ProfilingScope__ctor_mEF7BF01DCAD3709F978E564AEDEDD643FC617904((&V_3), L_9, L_10, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006f:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_3), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:108>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** L_11 = (PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**)(&__this->___m_PassData);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_1;
|
|
MotionVectorRenderPass_InitPassData_mA5DB04FC7E32577EE3F26CAC03364A0E1132E826(__this, L_11, L_12, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:109>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:110>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** L_13 = (PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**)(&__this->___m_PassData);
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_15 = (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267*)(&L_14->___cullResults);
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
bool L_17 = L_16->___supportsDynamicBatching;
|
|
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_18 = ___0_context;
|
|
MotionVectorRenderPass_InitRendererLists_m1B8EB7A07AB06C4AD7BC3BC4AB91DE7A35D93CE5(__this, L_13, L_15, L_17, L_18, (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*)NULL, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:112>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_19 = V_2;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_20 = __this->___m_PassData;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_21 = __this->___m_PassData;
|
|
NullCheck(L_21);
|
|
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_22 = L_21->___rendererList;
|
|
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
MotionVectorRenderPass_ExecutePass_m94026411B696FA5946C3E6D97BD310C39B6C68A9(L_19, L_20, L_22, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:113>
|
|
goto IL_007d;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:114>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34026
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 MotionVectorRenderPass_GetDrawingSettings_mF8A99F1636CA83E7850E87348C32C299E044F9C6 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, bool ___1_supportsDynamicBatching, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:118>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
|
|
SortingSettings__ctor_m449888DBB95B75702BFC5BFA1E4A5BE40D9302ED((&V_2), L_0, NULL);
|
|
SortingSettings_set_criteria_m3D0A9A89ACF96F7135E47BEB44770EF439419E57((&V_2), ((int32_t)59), NULL);
|
|
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 L_1 = V_2;
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:119>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:120>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:121>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:122>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:123>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:124>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:125>
|
|
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_2 = ((ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0_StaticFields*)il2cpp_codegen_static_fields_for(ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0_il2cpp_TypeInfo_var))->___none;
|
|
SortingSettings_t506C3B318FDFD3C2B1620E9B951829C631137E72 L_3 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var);
|
|
DrawingSettings__ctor_m2B34DB19727143945DDE925B5CACD0E8E5D478A5((&V_3), L_2, L_3, NULL);
|
|
DrawingSettings_set_perObjectData_mE83721A5FEDA0A0F5DFA6A385B5DB110A7AE2DC8((&V_3), ((int32_t)32), NULL);
|
|
bool L_4 = ___1_supportsDynamicBatching;
|
|
DrawingSettings_set_enableDynamicBatching_m528D48733B339E2CB847DBAC237BAB16260D2310((&V_3), L_4, NULL);
|
|
DrawingSettings_set_enableInstancing_m321194534FABDC36DE5A217078130A0DAAF8B007((&V_3), (bool)1, NULL);
|
|
DrawingSettings_set_lodCrossFadeStencilMask_mA3738C7819C25654E9D1A4C2E055D06092682B7C((&V_3), 0, NULL);
|
|
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_5 = V_3;
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:127>
|
|
V_4 = 0;
|
|
goto IL_0064;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:129>
|
|
int32_t L_6 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_ShaderTags;
|
|
int32_t L_8 = V_4;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
String_t* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
ShaderTagId__ctor_m4191968F1D2CE19F9092253EC10F83734A9CFF5B((&L_11), L_10, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49_il2cpp_TypeInfo_var);
|
|
DrawingSettings_SetShaderPassName_m3ABF2F58CA9D8B16989747058CAA504E7B4ED738((&V_1), L_6, L_11, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:127>
|
|
int32_t L_12 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:127>
|
|
int32_t L_13 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = ((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_ShaderTags;
|
|
NullCheck(L_14);
|
|
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:132>
|
|
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_15 = V_1;
|
|
return L_15;
|
|
}
|
|
}
|
|
// Method Definition Index: 34027
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_DrawCameraMotionVectors_m93E0A251A2FD380E564A66754A07CE2959D1D84B (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xr, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_cameraMaterial, 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;
|
|
}
|
|
bool V_0 = false;
|
|
bool G_B2_0 = false;
|
|
bool G_B1_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
bool G_B3_1 = false;
|
|
bool G_B7_0 = false;
|
|
bool G_B4_0 = false;
|
|
bool G_B6_0 = false;
|
|
bool G_B5_0 = false;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:139>
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = ___1_xr;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:140>
|
|
bool L_2 = L_1;
|
|
if (!L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0020;
|
|
}
|
|
G_B1_0 = L_2;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = XRSystem_get_foveatedRenderingCaps_m2B4B6BD6E1BFD298DD8A66DB2294FA27A0F6F989_inline(NULL);
|
|
int32_t L_4 = L_3;
|
|
int32_t L_5 = 2;
|
|
bool L_6 = il2cpp_codegen_enum_has_flag((int32_t)L_4, (int32_t)L_5);
|
|
G_B3_0 = ((int32_t)(L_6));
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:142>
|
|
bool L_7 = G_B3_1;
|
|
if (!L_7)
|
|
{
|
|
G_B7_0 = L_7;
|
|
goto IL_0038;
|
|
}
|
|
G_B4_0 = L_7;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:144>
|
|
bool L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
G_B6_0 = G_B4_0;
|
|
goto IL_0031;
|
|
}
|
|
G_B5_0 = G_B4_0;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:146>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9 = ___0_cmd;
|
|
NullCheck(L_9);
|
|
RasterCommandBuffer_SetFoveatedRenderingMode_mEA1D45B94E8B8AC6F5C8AEC7F5E65FA7D6FEB8EB(L_9, 0, NULL);
|
|
G_B7_0 = G_B5_0;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:148>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_10 = ___0_cmd;
|
|
NullCheck(L_10);
|
|
RasterCommandBuffer_SetFoveatedRenderingMode_mEA1D45B94E8B8AC6F5C8AEC7F5E65FA7D6FEB8EB(L_10, 1, NULL);
|
|
G_B7_0 = G_B6_0;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:152>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_11 = ___0_cmd;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_12;
|
|
L_12 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = ___2_cameraMaterial;
|
|
NullCheck(L_11);
|
|
RasterCommandBuffer_DrawProcedural_mD1AEF755322DD077ADA3B3FCBF34F819D1EA5E9C(L_11, L_12, L_13, 0, 0, 3, 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:155>
|
|
if (!G_B7_0)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
bool L_14 = V_0;
|
|
if (L_14)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:156>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_15 = ___0_cmd;
|
|
NullCheck(L_15);
|
|
RasterCommandBuffer_SetFoveatedRenderingMode_mEA1D45B94E8B8AC6F5C8AEC7F5E65FA7D6FEB8EB(L_15, 0, NULL);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:158>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34028
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_DrawObjectMotionVectors_m4DE0CD1207685CAC1CBEC7D643C80A569ABAD27B (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xr, RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85* ___2_rendererList, const RuntimeMethod* method)
|
|
{
|
|
bool G_B2_0 = false;
|
|
bool G_B1_0 = false;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:163>
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_0 = ___1_xr;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:164>
|
|
bool L_2 = L_1;
|
|
if (!L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
G_B1_0 = L_2;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:166>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_3 = ___0_cmd;
|
|
NullCheck(L_3);
|
|
RasterCommandBuffer_SetFoveatedRenderingMode_mEA1D45B94E8B8AC6F5C8AEC7F5E65FA7D6FEB8EB(L_3, 1, NULL);
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:168>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_4 = ___0_cmd;
|
|
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85* L_5 = ___2_rendererList;
|
|
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_6 = (*(RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85*)L_5);
|
|
NullCheck(L_4);
|
|
RasterCommandBuffer_DrawRendererList_m6C50C4A5E4CABE3542317969BC91F552B41A427F(L_4, L_6, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:171>
|
|
if (!G_B2_0)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:172>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_7 = ___0_cmd;
|
|
NullCheck(L_7);
|
|
RasterCommandBuffer_SetFoveatedRenderingMode_mEA1D45B94E8B8AC6F5C8AEC7F5E65FA7D6FEB8EB(L_7, 0, NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:174>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34029
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_InitPassData_mA5DB04FC7E32577EE3F26CAC03364A0E1132E826 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** ___0_passData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:200>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** L_0 = ___0_passData;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_1 = *((PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**)L_0);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___1_cameraData;
|
|
NullCheck(L_2);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = L_2->___camera;
|
|
NullCheck(L_1);
|
|
L_1->___camera = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___camera), (void*)L_3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:201>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** L_4 = ___0_passData;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_5 = *((PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**)L_4);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___1_cameraData;
|
|
NullCheck(L_6);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_7;
|
|
L_7 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_6, NULL);
|
|
NullCheck(L_5);
|
|
L_5->___xr = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___xr), (void*)L_7);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:203>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** L_8 = ___0_passData;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_9 = *((PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**)L_8);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = __this->___m_CameraMaterial;
|
|
NullCheck(L_9);
|
|
L_9->___cameraMaterial = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_9->___cameraMaterial), (void*)L_10);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:204>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34030
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_InitRendererLists_m1B8EB7A07AB06C4AD7BC3BC4AB91DE7A35D93CE5 (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** ___0_passData, CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* ___1_cullResults, bool ___2_supportsDynamicBatching, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___3_context, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___4_renderGraph, bool ___5_useRenderGraph, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:208>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** L_0 = ___0_passData;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_1 = *((PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**)L_0);
|
|
NullCheck(L_1);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = L_1->___camera;
|
|
bool L_3 = ___2_supportsDynamicBatching;
|
|
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_4;
|
|
L_4 = MotionVectorRenderPass_GetDrawingSettings_mF8A99F1636CA83E7850E87348C32C299E044F9C6(L_2, L_3, NULL);
|
|
V_0 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:209>
|
|
RenderStateBlock__ctor_mED2806102FED1023AB74D94DC37F535497AED1F9((&V_1), 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:210>
|
|
bool L_5 = ___5_useRenderGraph;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:211>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___4_renderGraph;
|
|
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_7 = ___1_cullResults;
|
|
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_8 = V_0;
|
|
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F L_9 = __this->___m_FilteringSettings;
|
|
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 L_10 = V_1;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** L_11 = ___0_passData;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_12 = *((PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**)L_11);
|
|
NullCheck(L_12);
|
|
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_13 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_12->___rendererListHdl);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
RenderingUtils_CreateRendererListWithRenderStateBlock_m2EA7A0F6D66B9148185F7A873EE1525242AF741F(L_6, L_7, L_8, L_9, L_10, L_13, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:213>
|
|
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_14 = ___3_context;
|
|
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_15 = ___1_cullResults;
|
|
DrawingSettings_t3B64EB029DB6F94A1F2A9B2D19D2969AE361BB49 L_16 = V_0;
|
|
FilteringSettings_t75860B12A7BCF9A0E2F13CB2C2E5DCD9E1EEAD9F L_17 = __this->___m_FilteringSettings;
|
|
RenderStateBlock_tFC570EF2C8F3A817FECD578E385D18CEEEA06733 L_18 = V_1;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551** L_19 = ___0_passData;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_20 = *((PassData_t1917C250AD9B39677BBC382C7290D0FF82985551**)L_19);
|
|
NullCheck(L_20);
|
|
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85* L_21 = (RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85*)(&L_20->___rendererList);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
RenderingUtils_CreateRendererListWithRenderStateBlock_mD1D6675E3A3CA96DD04B7EF36726E4EA983C024D(L_14, L_15, L_16, L_17, L_18, L_21, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:214>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34031
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_Render_mECEC83850619AB6BFEFC980AE275A280985A73EC (MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___2_cameraDepthTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_motionVectorColor, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_motionVectorDepth, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&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_t1917C250AD9B39677BBC382C7290D0FF82985551_mBC7C5E9E8C9FE3B545A9AAA05B0DBA1949061620_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPassData_t1917C250AD9B39677BBC382C7290D0FF82985551_mEA0F9F6F9821ECF4CFCEF950900FC0F1BB31C27E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderU3Eb__23_0_m30E6B32DEC0550325396F644C65E2151F01516A8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FD56F073048085B0B5A551F1A4E8F1DE3884574);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A97ACC7C146872C90C3DBD78E50114FC7ED35F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* V_0 = NULL;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* V_3 = NULL;
|
|
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
RuntimeObject* G_B4_0 = NULL;
|
|
RuntimeObject* G_B3_0 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
RuntimeObject* G_B5_1 = NULL;
|
|
BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* G_B12_0 = NULL;
|
|
RuntimeObject* G_B12_1 = NULL;
|
|
BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* G_B11_0 = NULL;
|
|
RuntimeObject* G_B11_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:218>
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_0 = ___1_frameData;
|
|
NullCheck(L_0);
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_1;
|
|
L_1 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_0, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:219>
|
|
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/MotionVectorRenderPass.cs:221>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
|
|
String_t* L_5;
|
|
L_5 = ScriptableRenderPass_get_passName_m838292A44DB6ED7D67E43C1DE58383959B4F1925_inline(__this, NULL);
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_6;
|
|
L_6 = ScriptableRenderPass_get_profilingSampler_m627C9BF8A4A08101DCB6F40E0A97145A5A1CDA38(__this, NULL);
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_7;
|
|
L_7 = RenderGraph_AddRasterRenderPass_TisPassData_t1917C250AD9B39677BBC382C7290D0FF82985551_mEA0F9F6F9821ECF4CFCEF950900FC0F1BB31C27E(L_4, L_5, (&V_3), L_6, _stringLiteral4A97ACC7C146872C90C3DBD78E50114FC7ED35F1, ((int32_t)221), RenderGraph_AddRasterRenderPass_TisPassData_t1917C250AD9B39677BBC382C7290D0FF82985551_mEA0F9F6F9821ECF4CFCEF950900FC0F1BB31C27E_RuntimeMethod_var);
|
|
V_2 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_012e:
|
|
{
|
|
{
|
|
RuntimeObject* L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:223>
|
|
RuntimeObject* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker1< bool >::Invoke(2, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_10, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:225>
|
|
RuntimeObject* L_11 = V_2;
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_11, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:226>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_13;
|
|
L_13 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_12, NULL);
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0069_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:227>
|
|
RuntimeObject* L_15 = V_2;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_17;
|
|
L_17 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_16, NULL);
|
|
NullCheck(L_17);
|
|
bool L_18;
|
|
L_18 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
G_B4_0 = L_15;
|
|
goto IL_0063_1;
|
|
}
|
|
G_B3_0 = L_15;
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* L_20;
|
|
L_20 = UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0(L_19, NULL);
|
|
NullCheck(L_20);
|
|
bool L_21;
|
|
L_21 = XRPassUniversal_get_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline(L_20, NULL);
|
|
G_B5_0 = ((int32_t)(L_21));
|
|
G_B5_1 = G_B3_0;
|
|
goto IL_0064_1;
|
|
}
|
|
|
|
IL_0063_1:
|
|
{
|
|
G_B5_0 = 0;
|
|
G_B5_1 = G_B4_0;
|
|
}
|
|
|
|
IL_0064_1:
|
|
{
|
|
NullCheck(G_B5_1);
|
|
InterfaceActionInvoker1< bool >::Invoke(13, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, G_B5_1, (bool)G_B5_0);
|
|
}
|
|
|
|
IL_0069_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:229>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_22 = V_3;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_23 = ___3_motionVectorColor;
|
|
NullCheck(L_22);
|
|
L_22->___motionVectorColor = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:230>
|
|
RuntimeObject* L_24 = V_2;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_25 = ___3_motionVectorColor;
|
|
NullCheck(L_24);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_24, L_25, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:231>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_26 = V_3;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_27 = ___4_motionVectorDepth;
|
|
NullCheck(L_26);
|
|
L_26->___motionVectorDepth = L_27;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:232>
|
|
RuntimeObject* L_28 = V_2;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_29 = ___4_motionVectorDepth;
|
|
NullCheck(L_28);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_28, L_29, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:233>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_30 = V_1;
|
|
MotionVectorRenderPass_InitPassData_mA5DB04FC7E32577EE3F26CAC03364A0E1132E826(__this, (&V_3), L_30, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:234>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_31 = V_3;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_32 = ___2_cameraDepthTexture;
|
|
NullCheck(L_31);
|
|
L_31->___cameraDepth = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:235>
|
|
RuntimeObject* L_33 = V_2;
|
|
NullCheck(L_33);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_33, (&___2_cameraDepthTexture), 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:237>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:238>
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_34 = V_0;
|
|
NullCheck(L_34);
|
|
CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267* L_35 = (CullingResults_tD6B7EF20B68D47DFF3A99EB2EA73F47F1D460267*)(&L_34->___cullResults);
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
bool L_37 = L_36->___supportsDynamicBatching;
|
|
il2cpp_codegen_initobj((&V_4), sizeof(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36));
|
|
ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 L_38 = V_4;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_39 = ___0_renderGraph;
|
|
MotionVectorRenderPass_InitRendererLists_m1B8EB7A07AB06C4AD7BC3BC4AB91DE7A35D93CE5(__this, (&V_3), L_35, L_37, L_38, L_39, (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:239>
|
|
RuntimeObject* L_40 = V_2;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_41 = V_3;
|
|
NullCheck(L_41);
|
|
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* L_42 = (RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA*)(&L_41->___rendererListHdl);
|
|
NullCheck(L_40);
|
|
InterfaceActionInvoker1< RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA* >::Invoke(9, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_40, L_42);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:241>
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
bool L_43;
|
|
L_43 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&___3_motionVectorColor), NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_00ec_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:242>
|
|
RuntimeObject* L_44 = V_2;
|
|
int32_t L_45;
|
|
L_45 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A, NULL);
|
|
NullCheck(L_44);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(3, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_44, (&___3_motionVectorColor), L_45);
|
|
}
|
|
|
|
IL_00ec_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:243>
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
bool L_46;
|
|
L_46 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&___4_motionVectorDepth), NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_0107_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:244>
|
|
RuntimeObject* L_47 = V_2;
|
|
int32_t L_48;
|
|
L_48 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3FD56F073048085B0B5A551F1A4E8F1DE3884574, NULL);
|
|
NullCheck(L_47);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(3, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_47, (&___4_motionVectorDepth), L_48);
|
|
}
|
|
|
|
IL_0107_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:246>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:247>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:248>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:249>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:250>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:251>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:252>
|
|
RuntimeObject* L_49 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* L_50 = ((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9__23_0;
|
|
BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* L_51 = L_50;
|
|
if (L_51)
|
|
{
|
|
G_B12_0 = L_51;
|
|
G_B12_1 = L_49;
|
|
goto IL_0127_1;
|
|
}
|
|
G_B11_0 = L_51;
|
|
G_B11_1 = L_49;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0* L_52 = ((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* L_53 = (BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043*)il2cpp_codegen_object_new(BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_mA1F6490D8CC6200D94036FFD92DCDE0AC26F6045(L_53, L_52, (intptr_t)((void*)U3CU3Ec_U3CRenderU3Eb__23_0_m30E6B32DEC0550325396F644C65E2151F01516A8_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* L_54 = L_53;
|
|
((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9__23_0 = L_54;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9__23_0), (void*)L_54);
|
|
G_B12_0 = L_54;
|
|
G_B12_1 = G_B11_1;
|
|
}
|
|
|
|
IL_0127_1:
|
|
{
|
|
NullCheck(G_B12_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t5751072FF5CD1D2C638A46C995B2D95B27DF0043* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPassData_t1917C250AD9B39677BBC382C7290D0FF82985551_mBC7C5E9E8C9FE3B545A9AAA05B0DBA1949061620_RuntimeMethod_var, G_B12_1, G_B12_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:253>
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:254>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34032
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_SetMotionVectorGlobalMatrices_mF6FDB9DF7BA2E8FD76B0CF011834782C4EFD5C9B (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, 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*)&Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_0 = NULL;
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* G_B3_0 = NULL;
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* G_B2_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:266>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___1_cameraData;
|
|
NullCheck(L_0);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = L_0->___camera;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86(L_1, (&V_0), Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:268>
|
|
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_4;
|
|
L_4 = UniversalAdditionalCameraData_get_motionVectorsPersistentData_mCA9799ADC4016661638AD15C5C30CA89C212B0BA_inline(L_3, NULL);
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_5 = L_4;
|
|
if (L_5)
|
|
{
|
|
G_B3_0 = L_5;
|
|
goto IL_001a;
|
|
}
|
|
G_B2_0 = L_5;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(CommandBufferHelpers_tB8C09D01D6F0369DF52DEA955F017D6001BC72E5_il2cpp_TypeInfo_var);
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_7;
|
|
L_7 = CommandBufferHelpers_GetRasterCommandBuffer_m6086D650343F166614B3FB5ED89D63DE8F85C42B_inline(L_6, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___1_cameraData;
|
|
NullCheck(L_8);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_9;
|
|
L_9 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_8, NULL);
|
|
NullCheck(G_B3_0);
|
|
MotionVectorsPersistentData_SetGlobalMotionMatrices_mF6CC6191DE26AF8F2A12F5758A73E5A224A9FA1E(G_B3_0, L_7, L_9, NULL);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:270>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34033
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass_SetRenderGraphMotionVectorGlobalMatrices_m08CE778EDBFD766D9C782FD3E4A8F7AB331344FA (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_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_TisMotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229_mD29E22E74EE02E93AF40E3A245A5C8A5ED773F84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisMotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229_m639F8A37CF49C9ABC83561F0069F2675EEF5BE62_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSetRenderGraphMotionVectorGlobalMatricesU3Eb__26_0_m5516BC3F7E0B3F3BAC43195C04B6B44E60C641CE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A97ACC7C146872C90C3DBD78E50114FC7ED35F1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229* V_2 = NULL;
|
|
BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* G_B4_0 = NULL;
|
|
RuntimeObject* G_B4_1 = NULL;
|
|
BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:274>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___1_cameraData;
|
|
NullCheck(L_0);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = L_0->___camera;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86(L_1, (&V_0), Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:276>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_3 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_4 = ((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_SetMotionMatrixProfilingSampler;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = ProfilingSampler_get_name_mF1C3E7B9540171DD93186A4DFEF33CE331E92D79_inline(L_4, NULL);
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_6 = ((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_SetMotionMatrixProfilingSampler;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_7;
|
|
L_7 = RenderGraph_AddRasterRenderPass_TisMotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229_m639F8A37CF49C9ABC83561F0069F2675EEF5BE62(L_3, L_5, (&V_2), L_6, _stringLiteral4A97ACC7C146872C90C3DBD78E50114FC7ED35F1, ((int32_t)276), RenderGraph_AddRasterRenderPass_TisMotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229_m639F8A37CF49C9ABC83561F0069F2675EEF5BE62_RuntimeMethod_var);
|
|
V_1 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0077:
|
|
{
|
|
{
|
|
RuntimeObject* L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:278>
|
|
MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229* L_10 = V_2;
|
|
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_12;
|
|
L_12 = UniversalAdditionalCameraData_get_motionVectorsPersistentData_mCA9799ADC4016661638AD15C5C30CA89C212B0BA_inline(L_11, NULL);
|
|
NullCheck(L_10);
|
|
L_10->___motionData = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___motionData), (void*)L_12);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:279>
|
|
MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229* L_13 = V_2;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = ___1_cameraData;
|
|
NullCheck(L_14);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_15;
|
|
L_15 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_14, NULL);
|
|
NullCheck(L_13);
|
|
L_13->___xr = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___xr), (void*)L_15);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:281>
|
|
RuntimeObject* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_16, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:282>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:283>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:284>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:285>
|
|
RuntimeObject* L_17 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* L_18 = ((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9__26_0;
|
|
BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* L_19 = L_18;
|
|
if (L_19)
|
|
{
|
|
G_B4_0 = L_19;
|
|
G_B4_1 = L_17;
|
|
goto IL_0070_1;
|
|
}
|
|
G_B3_0 = L_19;
|
|
G_B3_1 = L_17;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0* L_20 = ((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* L_21 = (BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551*)il2cpp_codegen_object_new(BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_mC8EA783B49B91ECCE16DDD040DE7CB83B1C602D4(L_21, L_20, (intptr_t)((void*)U3CU3Ec_U3CSetRenderGraphMotionVectorGlobalMatricesU3Eb__26_0_m5516BC3F7E0B3F3BAC43195C04B6B44E60C641CE_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* L_22 = L_21;
|
|
((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9__26_0 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9__26_0), (void*)L_22);
|
|
G_B4_0 = L_22;
|
|
G_B4_1 = G_B3_1;
|
|
}
|
|
|
|
IL_0070_1:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t345CBCDA0D9DB8E1E6314EABE6BCB17E8155E551* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisMotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229_mD29E22E74EE02E93AF40E3A245A5C8A5ED773F84_RuntimeMethod_var, G_B4_1, G_B4_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:286>
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:288>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34034
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionVectorRenderPass__cctor_m84D4933D4B3C77A464B5ED14B34B0E167A7B6B0A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18A0D054A81F8042DD1845F93DB9CDD1B4022D45);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral953861CD76D5DF96360C5FF644FA861CF87B9C3F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:17>
|
|
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*)_stringLiteral18A0D054A81F8042DD1845F93DB9CDD1B4022D45);
|
|
((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_ShaderTags = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_ShaderTags), (void*)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:19>
|
|
int32_t L_2;
|
|
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6, NULL);
|
|
((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_CameraDepthTextureID = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:20>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_3 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_3, _stringLiteral953861CD76D5DF96360C5FF644FA861CF87B9C3F, NULL);
|
|
((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_SetMotionMatrixProfilingSampler = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_SetMotionMatrixProfilingSampler), (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: 34035
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PassData__ctor_m6D402537F048E25B03CD590FE1F2CD2C6A33CC92 (PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* __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: 34036
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionMatrixPassData__ctor_m60582C7D2DFDC52BC00A97A2E940336172C3635B (MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229* __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: 34037
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m1F743888CC15453B6B3500CCFB72D6749A48B352 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0* L_0 = (U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0*)il2cpp_codegen_object_new(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_m3721A6267326D7FF43D45C5711F4EE023E1F2A42(L_0, NULL);
|
|
((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34038
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m3721A6267326D7FF43D45C5711F4EE023E1F2A42 (U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34039
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRenderU3Eb__23_0_m30E6B32DEC0550325396F644C65E2151F01516A8 (U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0* __this, PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_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/MotionVectorRenderPass.cs:248>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_0 = ___0_data;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___cameraMaterial;
|
|
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_0029;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:249>
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_3 = ___0_data;
|
|
NullCheck(L_3);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = L_3->___cameraMaterial;
|
|
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = ((MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_StaticFields*)il2cpp_codegen_static_fields_for(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var))->___s_CameraDepthTextureID;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_6 = ___0_data;
|
|
NullCheck(L_6);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7 = L_6->___cameraDepth;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8;
|
|
L_8 = TextureHandle_op_Implicit_mA5F86372E5F32D1740705B314012C5C4C12639D6(L_7, NULL);
|
|
NullCheck(L_4);
|
|
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_4, L_5, L_8, NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:251>
|
|
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_9 = ___1_context;
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_10 = L_9.___cmd;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_11 = ___0_data;
|
|
PassData_t1917C250AD9B39677BBC382C7290D0FF82985551* L_12 = ___0_data;
|
|
NullCheck(L_12);
|
|
RendererListHandle_t2DFC72A560B979AE0BAFBABBD8B9AF5DC1FEFEBA L_13 = L_12->___rendererListHdl;
|
|
RendererList_t608CE60421616EF4211F5B8AC62E3C36D4BDDF85 L_14;
|
|
L_14 = RendererListHandle_op_Implicit_m23F3E49F9D97B0BABE1044E02A7A70784F05C585(L_13, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(MotionVectorRenderPass_t6582EF44AC9503C674D19D32AF106DE02ECF54FD_il2cpp_TypeInfo_var);
|
|
MotionVectorRenderPass_ExecutePass_m94026411B696FA5946C3E6D97BD310C39B6C68A9(L_10, L_11, L_14, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:252>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34040
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CSetRenderGraphMotionVectorGlobalMatricesU3Eb__26_0_m5516BC3F7E0B3F3BAC43195C04B6B44E60C641CE (U3CU3Ec_t908456632D2B661238439CF9A7D717C7341364A0* __this, MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229* ___0_data, RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 ___1_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:284>
|
|
MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229* L_0 = ___0_data;
|
|
NullCheck(L_0);
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_1 = L_0->___motionData;
|
|
RasterGraphContext_tC4D3E53FF7131476487751ACB0237D56C8327147 L_2 = ___1_context;
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_3 = L_2.___cmd;
|
|
MotionMatrixPassData_tD23EBE377A70C4F461EF020170751D057FB22229* L_4 = ___0_data;
|
|
NullCheck(L_4);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_5 = L_4->___xr;
|
|
NullCheck(L_1);
|
|
MotionVectorsPersistentData_SetGlobalMotionMatrices_mF6CC6191DE26AF8F2A12F5758A73E5A224A9FA1E(L_1, L_3, L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/MotionVectorRenderPass.cs:285>
|
|
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: 34041
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass__ctor_mFE22A702C52C5C89E83E25CC211CDB6CBF21826C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, int32_t ___0_evt, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___1_data, PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* ___2_postProcessParams, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C8800AA6A8E1686CEFFF45C793EC512C24B0519);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral834863B80D35E96D02830CC464160847F063892D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97A06D1C7C5ECFFBDE00FA3405D9F031222A580A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99C4188C1BCB2ECF7EDFADE513E17AAAAD995C31);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B10_0 = NULL;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B9_0 = NULL;
|
|
int32_t G_B11_0 = 0;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B11_1 = NULL;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B14_0 = NULL;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B13_0 = NULL;
|
|
int32_t G_B15_0 = 0;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B15_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:137>
|
|
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/PostProcessPass.cs:139>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteral834863B80D35E96D02830CC464160847F063892D, NULL);
|
|
ScriptableRenderPass_set_profilingSampler_mFD238B85B68DED586BA8C678141BEEAF229FBF2D(__this, L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:140>
|
|
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/PostProcessPass.cs:141>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_2 = ___1_data;
|
|
__this->___m_Data = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Data), (void*)L_2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:142>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_3 = ___1_data;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_4 = (MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562*)il2cpp_codegen_object_new(MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562_il2cpp_TypeInfo_var);
|
|
MaterialLibrary__ctor_m6AD726AFEA761CA8C7D328A0EF3722FD8DB38B1B(L_4, L_3, NULL);
|
|
__this->___m_Materials = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Materials), (void*)L_4);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:144>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_5 = (RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)SZArrayNew(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___m_BloomMipUp = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BloomMipUp), (void*)L_5);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:145>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_6 = (RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF*)SZArrayNew(RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___m_BloomMipDown = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BloomMipDown), (void*)L_6);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:146>
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___m_BloomMipDownName = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BloomMipDownName), (void*)L_7);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:147>
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___m_BloomMipUpName = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BloomMipUpName), (void*)L_8);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:150>
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_9 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)SZArrayNew(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->____BloomMipUp = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____BloomMipUp), (void*)L_9);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:151>
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_10 = (TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7*)SZArrayNew(TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->____BloomMipDown = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____BloomMipDown), (void*)L_10);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:153>
|
|
V_1 = 0;
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:155>
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = __this->___m_BloomMipUpName;
|
|
int32_t L_12 = V_1;
|
|
String_t* L_13;
|
|
L_13 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
|
|
String_t* L_14;
|
|
L_14 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral97A06D1C7C5ECFFBDE00FA3405D9F031222A580A, L_13, NULL);
|
|
NullCheck(L_11);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (String_t*)L_14);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:156>
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = __this->___m_BloomMipDownName;
|
|
int32_t L_16 = V_1;
|
|
String_t* L_17;
|
|
L_17 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
|
|
String_t* L_18;
|
|
L_18 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral99C4188C1BCB2ECF7EDFADE513E17AAAAD995C31, L_17, NULL);
|
|
NullCheck(L_15);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (String_t*)L_18);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:153>
|
|
int32_t L_19 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:153>
|
|
int32_t L_20 = V_1;
|
|
if ((((int32_t)L_20) < ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:159>
|
|
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_21 = (RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE*)(RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE*)SZArrayNew(RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
__this->___m_MRT2 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MRT2), (void*)L_21);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:160>
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
ScriptableRenderPass_set_useNativeRenderPass_m1D60C30BB1CF1B4D383FFCABC1F57EA755626895_inline(__this, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:162>
|
|
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_22 = ___2_postProcessParams;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_23 = L_22->___blitMaterial;
|
|
__this->___m_BlitMaterial = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BlitMaterial), (void*)L_23);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:173>
|
|
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_24 = ___2_postProcessParams;
|
|
int32_t L_25 = L_24->___requestColorFormat;
|
|
bool L_26;
|
|
L_26 = PostProcessPass_IsHDRFormat_m1636EF4A754B0D83BD48E04F29D948579AE67006(__this, L_25, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:174>
|
|
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_27 = ___2_postProcessParams;
|
|
int32_t L_28 = L_27->___requestColorFormat;
|
|
bool L_29;
|
|
L_29 = PostProcessPass_IsAlphaFormat_mB3F5965753BC43A4A39E695AC71659BC107B8DA7(__this, L_28, NULL);
|
|
V_0 = L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:179>
|
|
if (!L_26)
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:181>
|
|
bool L_30 = V_0;
|
|
__this->___m_DefaultColorFormatIsAlpha = L_30;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:184>
|
|
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_31 = ___2_postProcessParams;
|
|
int32_t L_32 = L_31->___requestColorFormat;
|
|
bool L_33;
|
|
L_33 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(L_32, ((int32_t)32), NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:186>
|
|
PostProcessParams_tB133C1F9C1E090E6E4A0883D8428E5C1C2BAE08D* L_34 = ___2_postProcessParams;
|
|
int32_t L_35 = L_34->___requestColorFormat;
|
|
__this->___m_DefaultColorFormat = L_35;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:188>
|
|
bool L_36;
|
|
L_36 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(((int32_t)74), ((int32_t)32), NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:193>
|
|
__this->___m_DefaultColorFormat = ((int32_t)74);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:194>
|
|
__this->___m_DefaultColorFormatIsAlpha = (bool)0;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:198>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:199>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:200>
|
|
int32_t L_37;
|
|
L_37 = QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9(NULL);
|
|
if ((((int32_t)L_37) == ((int32_t)1)))
|
|
{
|
|
G_B10_0 = __this;
|
|
goto IL_0143;
|
|
}
|
|
G_B9_0 = __this;
|
|
}
|
|
{
|
|
G_B11_0 = 8;
|
|
G_B11_1 = G_B9_0;
|
|
goto IL_0144;
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
G_B11_0 = 4;
|
|
G_B11_1 = G_B10_0;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
NullCheck(G_B11_1);
|
|
G_B11_1->___m_DefaultColorFormat = G_B11_0;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:205>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:206>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:207>
|
|
int32_t L_38;
|
|
L_38 = QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9(NULL);
|
|
if ((((int32_t)L_38) == ((int32_t)1)))
|
|
{
|
|
G_B14_0 = __this;
|
|
goto IL_0157;
|
|
}
|
|
G_B13_0 = __this;
|
|
}
|
|
{
|
|
G_B15_0 = 8;
|
|
G_B15_1 = G_B13_0;
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
G_B15_0 = 4;
|
|
G_B15_1 = G_B14_0;
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
NullCheck(G_B15_1);
|
|
G_B15_1->___m_DefaultColorFormat = G_B15_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:209>
|
|
__this->___m_DefaultColorFormatIsAlpha = (bool)1;
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:213>
|
|
bool L_39;
|
|
L_39 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(6, ((int32_t)16), NULL);
|
|
if (!L_39)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_40;
|
|
L_40 = SystemInfo_get_graphicsDeviceVendor_mE2D7A85437C820636639ADC124C965DB37B52204(NULL);
|
|
NullCheck(L_40);
|
|
String_t* L_41;
|
|
L_41 = String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2(L_40, NULL);
|
|
NullCheck(L_41);
|
|
bool L_42;
|
|
L_42 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_41, _stringLiteral0C8800AA6A8E1686CEFFF45C793EC512C24B0519, NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:214>
|
|
__this->___m_SMAAEdgeFormat = 6;
|
|
goto IL_0194;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:216>
|
|
__this->___m_SMAAEdgeFormat = 8;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:220>
|
|
bool L_43;
|
|
L_43 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(((int32_t)21), ((int32_t)32), NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:221>
|
|
__this->___m_GaussianCoCFormat = ((int32_t)21);
|
|
return;
|
|
}
|
|
|
|
IL_01a8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:222>
|
|
bool L_44;
|
|
L_44 = SystemInfo_IsFormatSupported_mD3D93E82BD677BDF6194258C4F221DBDB257F680(((int32_t)45), ((int32_t)32), NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_01bc;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:223>
|
|
__this->___m_GaussianCoCFormat = ((int32_t)45);
|
|
return;
|
|
}
|
|
|
|
IL_01bc:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:225>
|
|
__this->___m_GaussianCoCFormat = 5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:226>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34042
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Cleanup_m5D9EAD31E5B3C7AC334E5ABB2A3ED5E5D11CE8EB (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:233>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_0 = __this->___m_Materials;
|
|
NullCheck(L_0);
|
|
MaterialLibrary_Cleanup_mF81F0F2B17E8EEB17FB93A696642DE66013D3E42(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:234>
|
|
PostProcessPass_Dispose_m2026FC2BEEE3A150A63BBA81F731FC2BE8676EFD(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:235>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34043
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Dispose_m2026FC2BEEE3A150A63BBA81F731FC2BE8676EFD (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method)
|
|
{
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B3_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B2_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B9_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B8_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B14_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B13_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B17_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B16_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B20_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B19_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B23_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B22_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B26_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B25_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B29_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B28_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B32_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B31_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B35_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B34_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B38_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B37_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B41_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B40_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B44_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B43_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B47_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B46_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B50_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B49_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B53_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B52_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B56_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B55_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:242>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_0 = __this->___m_BloomMipDown;
|
|
V_0 = L_0;
|
|
V_1 = 0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:242>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_1 = V_0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:243>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = L_4;
|
|
if (L_5)
|
|
{
|
|
G_B3_0 = L_5;
|
|
goto IL_0014;
|
|
}
|
|
G_B2_0 = L_5;
|
|
}
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
NullCheck(G_B3_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B3_0, NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_6 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:242>
|
|
int32_t L_7 = V_1;
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
if ((((int32_t)L_7) < ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:244>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_9 = __this->___m_BloomMipUp;
|
|
V_0 = L_9;
|
|
V_1 = 0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:244>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_10 = V_0;
|
|
int32_t L_11 = V_1;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:245>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = L_13;
|
|
if (L_14)
|
|
{
|
|
G_B9_0 = L_14;
|
|
goto IL_0037;
|
|
}
|
|
G_B8_0 = L_14;
|
|
}
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
NullCheck(G_B9_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B9_0, NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:244>
|
|
int32_t L_16 = V_1;
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:246>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = __this->___m_ScalingSetupTarget;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = L_18;
|
|
if (L_19)
|
|
{
|
|
G_B14_0 = L_19;
|
|
goto IL_0052;
|
|
}
|
|
G_B13_0 = L_19;
|
|
}
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
NullCheck(G_B14_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B14_0, NULL);
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:247>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_20 = __this->___m_UpscaledTarget;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_21 = L_20;
|
|
if (L_21)
|
|
{
|
|
G_B17_0 = L_21;
|
|
goto IL_0063;
|
|
}
|
|
G_B16_0 = L_21;
|
|
}
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
NullCheck(G_B17_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B17_0, NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:248>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_22 = __this->___m_FullCoCTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_23 = L_22;
|
|
if (L_23)
|
|
{
|
|
G_B20_0 = L_23;
|
|
goto IL_0074;
|
|
}
|
|
G_B19_0 = L_23;
|
|
}
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
NullCheck(G_B20_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B20_0, NULL);
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:249>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_24 = __this->___m_HalfCoCTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_25 = L_24;
|
|
if (L_25)
|
|
{
|
|
G_B23_0 = L_25;
|
|
goto IL_0085;
|
|
}
|
|
G_B22_0 = L_25;
|
|
}
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
NullCheck(G_B23_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B23_0, NULL);
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:250>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26 = __this->___m_PingTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_27 = L_26;
|
|
if (L_27)
|
|
{
|
|
G_B26_0 = L_27;
|
|
goto IL_0096;
|
|
}
|
|
G_B25_0 = L_27;
|
|
}
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
NullCheck(G_B26_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B26_0, NULL);
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:251>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_28 = __this->___m_PongTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_29 = L_28;
|
|
if (L_29)
|
|
{
|
|
G_B29_0 = L_29;
|
|
goto IL_00a7;
|
|
}
|
|
G_B28_0 = L_29;
|
|
}
|
|
{
|
|
goto IL_00ac;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
NullCheck(G_B29_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B29_0, NULL);
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:252>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_30 = __this->___m_BlendTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_31 = L_30;
|
|
if (L_31)
|
|
{
|
|
G_B32_0 = L_31;
|
|
goto IL_00b8;
|
|
}
|
|
G_B31_0 = L_31;
|
|
}
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
NullCheck(G_B32_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B32_0, NULL);
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:253>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_32 = __this->___m_EdgeColorTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_33 = L_32;
|
|
if (L_33)
|
|
{
|
|
G_B35_0 = L_33;
|
|
goto IL_00c9;
|
|
}
|
|
G_B34_0 = L_33;
|
|
}
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
NullCheck(G_B35_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B35_0, NULL);
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:254>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_34 = __this->___m_EdgeStencilTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_35 = L_34;
|
|
if (L_35)
|
|
{
|
|
G_B38_0 = L_35;
|
|
goto IL_00da;
|
|
}
|
|
G_B37_0 = L_35;
|
|
}
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
NullCheck(G_B38_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B38_0, NULL);
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:255>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_36 = __this->___m_TempTarget;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_37 = L_36;
|
|
if (L_37)
|
|
{
|
|
G_B41_0 = L_37;
|
|
goto IL_00eb;
|
|
}
|
|
G_B40_0 = L_37;
|
|
}
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
NullCheck(G_B41_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B41_0, NULL);
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:256>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_38 = __this->___m_TempTarget2;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39 = L_38;
|
|
if (L_39)
|
|
{
|
|
G_B44_0 = L_39;
|
|
goto IL_00fc;
|
|
}
|
|
G_B43_0 = L_39;
|
|
}
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
NullCheck(G_B44_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B44_0, NULL);
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:257>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_40 = __this->___m_StreakTmpTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_41 = L_40;
|
|
if (L_41)
|
|
{
|
|
G_B47_0 = L_41;
|
|
goto IL_010d;
|
|
}
|
|
G_B46_0 = L_41;
|
|
}
|
|
{
|
|
goto IL_0112;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
NullCheck(G_B47_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B47_0, NULL);
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:258>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_42 = __this->___m_StreakTmpTexture2;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_43 = L_42;
|
|
if (L_43)
|
|
{
|
|
G_B50_0 = L_43;
|
|
goto IL_011e;
|
|
}
|
|
G_B49_0 = L_43;
|
|
}
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
NullCheck(G_B50_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B50_0, NULL);
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:259>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_44 = __this->___m_ScreenSpaceLensFlareResult;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_45 = L_44;
|
|
if (L_45)
|
|
{
|
|
G_B53_0 = L_45;
|
|
goto IL_012f;
|
|
}
|
|
G_B52_0 = L_45;
|
|
}
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
NullCheck(G_B53_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B53_0, NULL);
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:260>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_46 = __this->___m_UserLut;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_47 = L_46;
|
|
if (L_47)
|
|
{
|
|
G_B56_0 = L_47;
|
|
goto IL_013f;
|
|
}
|
|
G_B55_0 = L_47;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
NullCheck(G_B56_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B56_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:261>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34044
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Setup_mA396CF861B552D80C87AD80CCAB9F4D41D29DE3C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* ___0_baseDescriptor, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___1_source, bool ___2_resolveToScreen, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___3_depth, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___4_internalLut, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___5_motionVectors, bool ___6_hasFinalPass, bool ___7_enableColorEncoding, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
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/PostProcessPass.cs:275>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = ___0_baseDescriptor;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_1 = (*(RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)L_0);
|
|
__this->___m_Descriptor = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:276>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
RenderTextureDescriptor_set_useMipMap_m2A2A3BC4C8ECCC532AC33E7034502EB2AE242539(L_2, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:277>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_3 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
RenderTextureDescriptor_set_autoGenerateMips_mB49837BA39F45B3F814928C8C471A082A4BDC414(L_3, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:278>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_4 = ___1_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_4);
|
|
__this->___m_Source = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Source), (void*)L_5);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:279>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_6 = ___3_depth;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_6);
|
|
__this->___m_Depth = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Depth), (void*)L_7);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:280>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_8 = ___4_internalLut;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_8);
|
|
__this->___m_InternalLut = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InternalLut), (void*)L_9);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:281>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_10 = ___5_motionVectors;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_11 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_10);
|
|
__this->___m_MotionVectors = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MotionVectors), (void*)L_11);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:282>
|
|
__this->___m_IsFinalPass = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:283>
|
|
bool L_12 = ___6_hasFinalPass;
|
|
__this->___m_HasFinalPass = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:284>
|
|
bool L_13 = ___7_enableColorEncoding;
|
|
__this->___m_EnableColorEncodingIfNeeded = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:285>
|
|
bool L_14 = ___2_resolveToScreen;
|
|
__this->___m_ResolveToScreen = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:286>
|
|
__this->___m_UseSwapBuffer = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:290>
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = ((ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var))->___k_CameraTarget;
|
|
__this->___m_Destination = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Destination), (void*)L_15);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:292>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34045
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupFinalPass_m2F776C55976D9183668E341BBD904E8A29C22A3A (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** ___0_source, bool ___1_useSwapBuffer, bool ___2_enableColorEncoding, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
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/PostProcessPass.cs:302>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_0 = ___0_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_0);
|
|
__this->___m_Source = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Source), (void*)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:303>
|
|
__this->___m_IsFinalPass = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:304>
|
|
__this->___m_HasFinalPass = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:305>
|
|
bool L_2 = ___2_enableColorEncoding;
|
|
__this->___m_EnableColorEncodingIfNeeded = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:306>
|
|
bool L_3 = ___1_useSwapBuffer;
|
|
__this->___m_UseSwapBuffer = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:310>
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = ((ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var))->___k_CameraTarget;
|
|
__this->___m_Destination = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Destination), (void*)L_4);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:312>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34046
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_OnCameraSetup_m6DBF7EBD739AEECF13615E02C53920BF9F767C29 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:318>
|
|
ScriptableRenderPass_set_overrideCameraTarget_mC7A5FB7FB9D32C88226E81992DAD058174C99D95_inline(__this, (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:319>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34047
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_CanRunOnTile_m4C50E60469CD13712AF758AA4C075499BAF5196E (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:324>
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 34048
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Execute_m28EA39C48A5846D231A3028E3A938562A25C6EC2 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __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*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisBloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225_m25682DCE38F204E0B4062C3F2D9132BDA2C5BF0D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F_mF488DC971011EE15740583673AA8BB56BE10A9E4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86_m3B00FEBB9197BDF606018D15AB7202D813CC653E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C_mBC5D3E47DCADB0AF1F944EE238C6188CD3B308F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisDepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF_m6CC04C172E6C70C6446B6644BC25CBC3C1A691E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisLensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6_m7AA5B34C2EB5A633802388F0CA1139092EEC2E18_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisPaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA_mB589E14BB73F90314BF582164232143C575C93C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076_m3FBB34570DF71F3597D16C9A5F20F4A4F6C32926_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisVignette_t77147DD5FEEB4476AF22BD98255F8010738985DC_mB42423B71631D13196913871E448FC0B90422DC1_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* V_0 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_1 = NULL;
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:333>
|
|
il2cpp_codegen_runtime_class_init_inline(VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
|
|
VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* L_0;
|
|
L_0 = VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C(NULL);
|
|
NullCheck(L_0);
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_1;
|
|
L_1 = VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:334>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_3;
|
|
L_3 = VolumeStack_GetComponent_TisDepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF_m6CC04C172E6C70C6446B6644BC25CBC3C1A691E2(L_2, VolumeStack_GetComponent_TisDepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF_m6CC04C172E6C70C6446B6644BC25CBC3C1A691E2_RuntimeMethod_var);
|
|
__this->___m_DepthOfField = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DepthOfField), (void*)L_3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:335>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_5;
|
|
L_5 = VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99(L_4, VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99_RuntimeMethod_var);
|
|
__this->___m_MotionBlur = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MotionBlur), (void*)L_5);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:336>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_7;
|
|
L_7 = VolumeStack_GetComponent_TisScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076_m3FBB34570DF71F3597D16C9A5F20F4A4F6C32926(L_6, VolumeStack_GetComponent_TisScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076_m3FBB34570DF71F3597D16C9A5F20F4A4F6C32926_RuntimeMethod_var);
|
|
__this->___m_LensFlareScreenSpace = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LensFlareScreenSpace), (void*)L_7);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:337>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_9;
|
|
L_9 = VolumeStack_GetComponent_TisPaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA_mB589E14BB73F90314BF582164232143C575C93C2(L_8, VolumeStack_GetComponent_TisPaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA_mB589E14BB73F90314BF582164232143C575C93C2_RuntimeMethod_var);
|
|
__this->___m_PaniniProjection = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PaniniProjection), (void*)L_9);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:338>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_11;
|
|
L_11 = VolumeStack_GetComponent_TisBloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225_m25682DCE38F204E0B4062C3F2D9132BDA2C5BF0D(L_10, VolumeStack_GetComponent_TisBloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225_m25682DCE38F204E0B4062C3F2D9132BDA2C5BF0D_RuntimeMethod_var);
|
|
__this->___m_Bloom = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Bloom), (void*)L_11);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:339>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_13;
|
|
L_13 = VolumeStack_GetComponent_TisLensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6_m7AA5B34C2EB5A633802388F0CA1139092EEC2E18(L_12, VolumeStack_GetComponent_TisLensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6_m7AA5B34C2EB5A633802388F0CA1139092EEC2E18_RuntimeMethod_var);
|
|
__this->___m_LensDistortion = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LensDistortion), (void*)L_13);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:340>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* L_15;
|
|
L_15 = VolumeStack_GetComponent_TisChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F_mF488DC971011EE15740583673AA8BB56BE10A9E4(L_14, VolumeStack_GetComponent_TisChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F_mF488DC971011EE15740583673AA8BB56BE10A9E4_RuntimeMethod_var);
|
|
__this->___m_ChromaticAberration = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ChromaticAberration), (void*)L_15);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:341>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* L_17;
|
|
L_17 = VolumeStack_GetComponent_TisVignette_t77147DD5FEEB4476AF22BD98255F8010738985DC_mB42423B71631D13196913871E448FC0B90422DC1(L_16, VolumeStack_GetComponent_TisVignette_t77147DD5FEEB4476AF22BD98255F8010738985DC_mB42423B71631D13196913871E448FC0B90422DC1_RuntimeMethod_var);
|
|
__this->___m_Vignette = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Vignette), (void*)L_17);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:342>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_19;
|
|
L_19 = VolumeStack_GetComponent_TisColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C_mBC5D3E47DCADB0AF1F944EE238C6188CD3B308F5(L_18, VolumeStack_GetComponent_TisColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C_mBC5D3E47DCADB0AF1F944EE238C6188CD3B308F5_RuntimeMethod_var);
|
|
__this->___m_ColorLookup = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorLookup), (void*)L_19);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:343>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* L_21;
|
|
L_21 = VolumeStack_GetComponent_TisColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86_m3B00FEBB9197BDF606018D15AB7202D813CC653E(L_20, VolumeStack_GetComponent_TisColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86_m3B00FEBB9197BDF606018D15AB7202D813CC653E_RuntimeMethod_var);
|
|
__this->___m_ColorAdjustments = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorAdjustments), (void*)L_21);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:344>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* L_23;
|
|
L_23 = VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E(L_22, VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var);
|
|
__this->___m_Tonemapping = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Tonemapping), (void*)L_23);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:345>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_25;
|
|
L_25 = VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D(L_24, VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D_RuntimeMethod_var);
|
|
__this->___m_FilmGrain = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FilmGrain), (void*)L_25);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:346>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_26 = ___1_renderingData;
|
|
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* L_27 = (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4*)(&L_26->___postProcessingData);
|
|
bool* L_28;
|
|
L_28 = PostProcessingData_get_useFastSRGBLinearConversion_m30D8EE2DF8C87C0BBA46D8723D66614A4C660FB1(L_27, NULL);
|
|
int32_t L_29 = *((uint8_t*)L_28);
|
|
__this->___m_UseFastSRGBLinearConversion = (bool)L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:347>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_30 = ___1_renderingData;
|
|
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* L_31 = (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4*)(&L_30->___postProcessingData);
|
|
bool* L_32;
|
|
L_32 = PostProcessingData_get_supportScreenSpaceLensFlare_mB29463926FFABD8C11AFA63EC48203D0C3063A8E(L_31, NULL);
|
|
int32_t L_33 = *((uint8_t*)L_32);
|
|
__this->___m_SupportScreenSpaceLensFlare = (bool)L_33;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:348>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_34 = ___1_renderingData;
|
|
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* L_35 = (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4*)(&L_34->___postProcessingData);
|
|
bool* L_36;
|
|
L_36 = PostProcessingData_get_supportDataDrivenLensFlare_m3F5D8244FD38A00E1035100BFC7E5A15CF5C4EF3(L_35, NULL);
|
|
int32_t L_37 = *((uint8_t*)L_36);
|
|
__this->___m_SupportDataDrivenLensFlare = (bool)L_37;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:350>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_38 = ___1_renderingData;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7** L_39;
|
|
L_39 = RenderingData_get_commandBuffer_m747CD6ABF19DD5BB05F8231CC84A9922D9DC080A(L_38, NULL);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_40 = *((CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7**)L_39);
|
|
V_1 = L_40;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:351>
|
|
bool L_41 = __this->___m_IsFinalPass;
|
|
if (!L_41)
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:353>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_42 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_43 = ((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___m_ProfilingRenderFinalPostProcessing;
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_2), L_42, L_43, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00f8:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_2), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:355>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_44 = V_1;
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_45 = ___1_renderingData;
|
|
PostProcessPass_RenderFinalPass_m958473F527619A1BD87E1E36B0B6C9CE885377A1(__this, L_44, L_45, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:356>
|
|
goto IL_0133;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:358>
|
|
bool L_46;
|
|
L_46 = PostProcessPass_CanRunOnTile_m4C50E60469CD13712AF758AA4C075499BAF5196E(__this, NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:367>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_47 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_48 = ((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___m_ProfilingRenderPostProcessing;
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_2), L_47, L_48, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0125:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_2), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:369>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_49 = V_1;
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_50 = ___1_renderingData;
|
|
PostProcessPass_Render_mD36A6DC86090770297E584B9F2EDDF9ABC283837(__this, L_49, L_50, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:370>
|
|
goto IL_0133;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:372>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34049
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_IsHDRFormat_m1636EF4A754B0D83BD48E04F29D948579AE67006 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, int32_t ___0_format, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:376>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:377>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:378>
|
|
int32_t L_0 = ___0_format;
|
|
if ((((int32_t)L_0) == ((int32_t)((int32_t)74))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_format;
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = GraphicsFormatUtility_IsHalfFormat_m1950ACCEE628E4B3EEF3CE305CDEF35C35BA343F(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___0_format;
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = GraphicsFormatUtility_IsFloatFormat_mF94D76BDA3064AC52E936FB01C566828A70FACA4(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 34050
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_IsAlphaFormat_mB3F5965753BC43A4A39E695AC71659BC107B8DA7 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, int32_t ___0_format, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:383>
|
|
int32_t L_0 = ___0_format;
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = GraphicsFormatUtility_HasAlphaChannel_mDCB229BA3F28F84DA563C1194398C107BAA0EB59(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 34051
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessPass_GetCompatibleDescriptor_m5754B9DAF7C95272C9319F5A5E43241B67E1D70F (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:387>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_0 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_1;
|
|
L_1 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_0, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_3;
|
|
L_3 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_2, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_5;
|
|
L_5 = RenderTextureDescriptor_get_graphicsFormat_m50F25A4F179EA318C8D3B0D8685F9C5F59F7DEC0(L_4, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_6;
|
|
L_6 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_1, L_3, L_5, 0, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// Method Definition Index: 34052
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_format, int32_t ___3_depthStencilFormat, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:390>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_0 = __this->___m_Descriptor;
|
|
int32_t L_1 = ___0_width;
|
|
int32_t L_2 = ___1_height;
|
|
int32_t L_3 = ___2_format;
|
|
int32_t L_4 = ___3_depthStencilFormat;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_5;
|
|
L_5 = PostProcessPass_GetCompatibleDescriptor_mE3D11B81EC296F77C3C028CE083BB73E7CEF2615(L_0, L_1, L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 34053
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 PostProcessPass_GetCompatibleDescriptor_mE3D11B81EC296F77C3C028CE083BB73E7CEF2615 (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 ___0_desc, int32_t ___1_width, int32_t ___2_height, int32_t ___3_format, int32_t ___4_depthStencilFormat, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:394>
|
|
int32_t L_0 = ___4_depthStencilFormat;
|
|
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&___0_desc), L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:395>
|
|
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&___0_desc), 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:396>
|
|
int32_t L_1 = ___1_width;
|
|
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline((&___0_desc), L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:397>
|
|
int32_t L_2 = ___2_height;
|
|
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline((&___0_desc), L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:398>
|
|
int32_t L_3 = ___3_format;
|
|
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&___0_desc), L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:399>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_4 = ___0_desc;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 34054
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_RequireSRGBConversionBlitToBackBuffer_mB81453D3B536BE42AA503F616EDF562B3C80E892 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, bool ___0_requireSrgbConversion, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:404>
|
|
bool L_0 = ___0_requireSrgbConversion;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___m_EnableColorEncodingIfNeeded;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 34055
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PostProcessPass_RequireHDROutput_m92D4E42C607D3396EDD01C4752203387BEB45A1E (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:411>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___0_cameraData;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = UniversalCameraData_get_isHDROutputActive_m357AD12197B0EBC987D7555B1F161620C68A036F(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___0_cameraData;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3 = L_2->___captureActions;
|
|
return (bool)((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 34056
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_Render_mD36A6DC86090770297E584B9F2EDDF9ABC283837 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __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*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
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*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_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*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** V_2 = NULL;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_6 = NULL;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
int32_t V_14 = 0;
|
|
bool V_15 = false;
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_16 = NULL;
|
|
bool V_17 = false;
|
|
int32_t V_18 = 0;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
int32_t V_21 = 0;
|
|
bool V_22 = false;
|
|
float V_23 = 0.0f;
|
|
float V_24 = 0.0f;
|
|
int32_t V_25 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_26 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_27 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B6_0 = NULL;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B19_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B30_0 = NULL;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B29_0 = NULL;
|
|
int32_t G_B31_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B31_1 = NULL;
|
|
int32_t G_B33_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B33_1 = NULL;
|
|
int32_t G_B32_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B32_1 = NULL;
|
|
int32_t G_B34_0 = 0;
|
|
int32_t G_B34_1 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B34_2 = NULL;
|
|
int32_t G_B36_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B36_1 = NULL;
|
|
int32_t G_B35_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B35_1 = NULL;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B37_1 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B37_2 = NULL;
|
|
int32_t G_B39_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B39_1 = NULL;
|
|
int32_t G_B38_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B38_1 = NULL;
|
|
int32_t G_B40_0 = 0;
|
|
int32_t G_B40_1 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B40_2 = NULL;
|
|
int32_t G_B42_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B42_1 = NULL;
|
|
int32_t G_B41_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B41_1 = NULL;
|
|
int32_t G_B43_0 = 0;
|
|
int32_t G_B43_1 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B43_2 = NULL;
|
|
int32_t G_B45_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B45_1 = NULL;
|
|
int32_t G_B44_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B44_1 = NULL;
|
|
int32_t G_B46_0 = 0;
|
|
int32_t G_B46_1 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B46_2 = NULL;
|
|
int32_t G_B48_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B48_1 = NULL;
|
|
int32_t G_B47_0 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B47_1 = NULL;
|
|
int32_t G_B49_0 = 0;
|
|
int32_t G_B49_1 = 0;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B49_2 = NULL;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B54_0 = NULL;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B53_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B55_0 = NULL;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B55_1 = NULL;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B57_0 = NULL;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B56_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B58_0 = NULL;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* G_B58_1 = NULL;
|
|
int32_t G_B70_0 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B77_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B77_1 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B77_2 = NULL;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* G_B77_3 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B77_4 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B77_5 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B76_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B76_1 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B76_2 = NULL;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* G_B76_3 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B76_4 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B76_5 = NULL;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B78_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B78_1 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B78_2 = NULL;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* G_B78_3 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B78_4 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B78_5 = NULL;
|
|
int32_t G_B114_0 = 0;
|
|
int32_t G_B120_0 = 0;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B129_0 = NULL;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B127_0 = NULL;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B128_0 = NULL;
|
|
int32_t G_B130_0 = 0;
|
|
PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* G_B130_1 = NULL;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B139_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B139_1 = NULL;
|
|
int32_t G_B139_2 = 0;
|
|
int32_t G_B139_3 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B139_4 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B139_5 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B139_6 = NULL;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* G_B138_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B138_1 = NULL;
|
|
int32_t G_B138_2 = 0;
|
|
int32_t G_B138_3 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B138_4 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B138_5 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B138_6 = NULL;
|
|
int32_t G_B140_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B140_1 = NULL;
|
|
int32_t G_B140_2 = 0;
|
|
int32_t G_B140_3 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B140_4 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B140_5 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B140_6 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B142_0 = NULL;
|
|
int32_t G_B142_1 = 0;
|
|
int32_t G_B142_2 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B142_3 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B142_4 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B142_5 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B141_0 = NULL;
|
|
int32_t G_B141_1 = 0;
|
|
int32_t G_B141_2 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B141_3 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B141_4 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B141_5 = NULL;
|
|
int32_t G_B143_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B143_1 = NULL;
|
|
int32_t G_B143_2 = 0;
|
|
int32_t G_B143_3 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B143_4 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B143_5 = NULL;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B143_6 = NULL;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B150_0;
|
|
memset((&G_B150_0), 0, sizeof(G_B150_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this), (void*)__this);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = ___0_cmd;
|
|
(&V_0)->___cmd = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___cmd), (void*)L_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:416>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_1 = ___1_renderingData;
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = L_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/PostProcessPass.cs:417>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_5 = (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)(&L_4->___renderer);
|
|
V_2 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:418>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D(L_6, NULL);
|
|
V_3 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:422>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
bool L_9 = L_8->___isStopNaNEnabled;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_10 = __this->___m_Materials;
|
|
NullCheck(L_10);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = L_10->___stopNaN;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B3_0 = ((int32_t)(L_12));
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
V_4 = (bool)G_B3_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:423>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = L_13->___antialiasing;
|
|
V_5 = (bool)((((int32_t)L_14) == ((int32_t)2))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:424>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_15 = __this->___m_DepthOfField;
|
|
NullCheck(L_15);
|
|
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_16 = L_15->___mode;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_16);
|
|
if ((((int32_t)L_17) == ((int32_t)1)))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_18 = __this->___m_Materials;
|
|
NullCheck(L_18);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19 = L_18->___bokehDepthOfField;
|
|
G_B6_0 = L_19;
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_20 = __this->___m_Materials;
|
|
NullCheck(L_20);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = L_20->___gaussianDepthOfField;
|
|
G_B6_0 = L_21;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
V_6 = G_B6_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:425>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_22 = __this->___m_DepthOfField;
|
|
NullCheck(L_22);
|
|
bool L_23;
|
|
L_23 = DepthOfField_IsActive_mAEEBA8A02BC313AA621C4C197CF4A8A0A7352C0E(L_22, NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
bool L_24 = V_3;
|
|
if (L_24)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_25 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_26;
|
|
L_26 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_25, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B10_0 = ((int32_t)(L_26));
|
|
goto IL_009b;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
G_B10_0 = 0;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
V_7 = (bool)G_B10_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:426>
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_27;
|
|
L_27 = LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B(NULL);
|
|
NullCheck(L_27);
|
|
bool L_28;
|
|
L_28 = LensFlareCommonSRP_IsEmpty_m10C9D536E29439EA829486AA85748609DD7106E0(L_27, NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
bool L_29 = __this->___m_SupportDataDrivenLensFlare;
|
|
G_B13_0 = ((int32_t)(L_29));
|
|
goto IL_00b2;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
V_8 = (bool)G_B13_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:427>
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_30 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_30);
|
|
bool L_31;
|
|
L_31 = ScreenSpaceLensFlare_IsActive_mB3358CF1D7484E84F2675DECCADF0A8F94EF6150(L_30, NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
bool L_32 = __this->___m_SupportScreenSpaceLensFlare;
|
|
G_B16_0 = ((int32_t)(L_32));
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
G_B16_0 = 0;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
V_9 = (bool)G_B16_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:428>
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_33 = __this->___m_MotionBlur;
|
|
NullCheck(L_33);
|
|
bool L_34;
|
|
L_34 = MotionBlur_IsActive_mB06475DA53BAABEA9E9D53D0DA4CC4117E8C9768(L_33, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
bool L_35 = V_3;
|
|
G_B19_0 = ((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
G_B19_0 = 0;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
V_10 = (bool)G_B19_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:429>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_36 = __this->___m_PaniniProjection;
|
|
NullCheck(L_36);
|
|
bool L_37;
|
|
L_37 = PaniniProjection_IsActive_m91BB6BE780D3AFFCFD863B97195EECAB659BF2B0(L_36, NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
bool L_38 = V_3;
|
|
G_B22_0 = ((((int32_t)L_38) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00f6;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
G_B22_0 = 0;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
V_11 = (bool)G_B22_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:433>
|
|
bool L_39 = V_10;
|
|
if (!L_39)
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
bool L_40;
|
|
L_40 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
|
|
G_B25_0 = ((int32_t)(L_40));
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
G_B25_0 = 0;
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
V_10 = (bool)G_B25_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:438>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
bool L_42;
|
|
L_42 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(L_41, NULL);
|
|
V_12 = L_42;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:439>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
bool L_44;
|
|
L_44 = UniversalCameraData_IsTemporalAARequested_m0D027D8EECCA1CEBEC20801A5A2621215861B12D(L_43, NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
bool L_45 = V_12;
|
|
if (L_45)
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:440>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_46 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
|
|
String_t* L_47;
|
|
L_47 = TemporalAA_ValidateAndWarn_m23D4289F3F1A1DDC35A075ED7096AB9BA98BF29E(L_46, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:442>
|
|
bool L_48 = V_4;
|
|
if (L_48)
|
|
{
|
|
G_B30_0 = (&V_0);
|
|
goto IL_012b;
|
|
}
|
|
G_B29_0 = (&V_0);
|
|
}
|
|
{
|
|
G_B31_0 = 0;
|
|
G_B31_1 = G_B29_0;
|
|
goto IL_012c;
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
G_B31_0 = 1;
|
|
G_B31_1 = G_B30_0;
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
bool L_49 = V_5;
|
|
if (L_49)
|
|
{
|
|
G_B33_0 = G_B31_0;
|
|
G_B33_1 = G_B31_1;
|
|
goto IL_0133;
|
|
}
|
|
G_B32_0 = G_B31_0;
|
|
G_B32_1 = G_B31_1;
|
|
}
|
|
{
|
|
G_B34_0 = 0;
|
|
G_B34_1 = G_B32_0;
|
|
G_B34_2 = G_B32_1;
|
|
goto IL_0134;
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
G_B34_0 = 1;
|
|
G_B34_1 = G_B33_0;
|
|
G_B34_2 = G_B33_1;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
bool L_50 = V_7;
|
|
if (L_50)
|
|
{
|
|
G_B36_0 = ((int32_t)il2cpp_codegen_add(G_B34_1, G_B34_0));
|
|
G_B36_1 = G_B34_2;
|
|
goto IL_013c;
|
|
}
|
|
G_B35_0 = ((int32_t)il2cpp_codegen_add(G_B34_1, G_B34_0));
|
|
G_B35_1 = G_B34_2;
|
|
}
|
|
{
|
|
G_B37_0 = 0;
|
|
G_B37_1 = G_B35_0;
|
|
G_B37_2 = G_B35_1;
|
|
goto IL_013d;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
G_B37_0 = 1;
|
|
G_B37_1 = G_B36_0;
|
|
G_B37_2 = G_B36_1;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
bool L_51 = V_8;
|
|
if (L_51)
|
|
{
|
|
G_B39_0 = ((int32_t)il2cpp_codegen_add(G_B37_1, G_B37_0));
|
|
G_B39_1 = G_B37_2;
|
|
goto IL_0145;
|
|
}
|
|
G_B38_0 = ((int32_t)il2cpp_codegen_add(G_B37_1, G_B37_0));
|
|
G_B38_1 = G_B37_2;
|
|
}
|
|
{
|
|
G_B40_0 = 0;
|
|
G_B40_1 = G_B38_0;
|
|
G_B40_2 = G_B38_1;
|
|
goto IL_0146;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
G_B40_0 = 1;
|
|
G_B40_1 = G_B39_0;
|
|
G_B40_2 = G_B39_1;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
bool L_52 = V_12;
|
|
if (L_52)
|
|
{
|
|
G_B42_0 = ((int32_t)il2cpp_codegen_add(G_B40_1, G_B40_0));
|
|
G_B42_1 = G_B40_2;
|
|
goto IL_014e;
|
|
}
|
|
G_B41_0 = ((int32_t)il2cpp_codegen_add(G_B40_1, G_B40_0));
|
|
G_B41_1 = G_B40_2;
|
|
}
|
|
{
|
|
G_B43_0 = 0;
|
|
G_B43_1 = G_B41_0;
|
|
G_B43_2 = G_B41_1;
|
|
goto IL_014f;
|
|
}
|
|
|
|
IL_014e:
|
|
{
|
|
G_B43_0 = 1;
|
|
G_B43_1 = G_B42_0;
|
|
G_B43_2 = G_B42_1;
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
bool L_53 = V_10;
|
|
if (L_53)
|
|
{
|
|
G_B45_0 = ((int32_t)il2cpp_codegen_add(G_B43_1, G_B43_0));
|
|
G_B45_1 = G_B43_2;
|
|
goto IL_0157;
|
|
}
|
|
G_B44_0 = ((int32_t)il2cpp_codegen_add(G_B43_1, G_B43_0));
|
|
G_B44_1 = G_B43_2;
|
|
}
|
|
{
|
|
G_B46_0 = 0;
|
|
G_B46_1 = G_B44_0;
|
|
G_B46_2 = G_B44_1;
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
G_B46_0 = 1;
|
|
G_B46_1 = G_B45_0;
|
|
G_B46_2 = G_B45_1;
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
bool L_54 = V_11;
|
|
if (L_54)
|
|
{
|
|
G_B48_0 = ((int32_t)il2cpp_codegen_add(G_B46_1, G_B46_0));
|
|
G_B48_1 = G_B46_2;
|
|
goto IL_0160;
|
|
}
|
|
G_B47_0 = ((int32_t)il2cpp_codegen_add(G_B46_1, G_B46_0));
|
|
G_B47_1 = G_B46_2;
|
|
}
|
|
{
|
|
G_B49_0 = 0;
|
|
G_B49_1 = G_B47_0;
|
|
G_B49_2 = G_B47_1;
|
|
goto IL_0161;
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
G_B49_0 = 1;
|
|
G_B49_1 = G_B48_0;
|
|
G_B49_2 = G_B48_1;
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
G_B49_2->___amountOfPassesRemaining = ((int32_t)il2cpp_codegen_add(G_B49_1, G_B49_0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:444>
|
|
bool L_55 = __this->___m_UseSwapBuffer;
|
|
if (!L_55)
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_56 = V_0;
|
|
int32_t L_57 = L_56.___amountOfPassesRemaining;
|
|
if ((((int32_t)L_57) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:446>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_58 = V_2;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_59 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_58);
|
|
NullCheck(L_59);
|
|
VirtualActionInvoker1< bool >::Invoke(22, L_59, (bool)0);
|
|
}
|
|
|
|
IL_0180:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:453>
|
|
bool L_60 = __this->___m_UseSwapBuffer;
|
|
if (L_60)
|
|
{
|
|
G_B54_0 = (&V_0);
|
|
goto IL_0192;
|
|
}
|
|
G_B53_0 = (&V_0);
|
|
}
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_61 = __this->___m_Source;
|
|
G_B55_0 = L_61;
|
|
G_B55_1 = G_B53_0;
|
|
goto IL_0199;
|
|
}
|
|
|
|
IL_0192:
|
|
{
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_62 = V_2;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_63 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_62);
|
|
NullCheck(L_63);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_64;
|
|
L_64 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_63, NULL);
|
|
G_B55_0 = L_64;
|
|
G_B55_1 = G_B54_0;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
G_B55_1->___source = G_B55_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B55_1->___source), (void*)G_B55_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:454>
|
|
bool L_65 = __this->___m_UseSwapBuffer;
|
|
if (L_65)
|
|
{
|
|
G_B57_0 = (&V_0);
|
|
goto IL_01ab;
|
|
}
|
|
G_B56_0 = (&V_0);
|
|
}
|
|
{
|
|
G_B58_0 = ((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)(NULL));
|
|
G_B58_1 = G_B56_0;
|
|
goto IL_01b8;
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_66 = V_2;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_67 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_66);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_68 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_69 = L_68.___cmd;
|
|
NullCheck(L_67);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_70;
|
|
L_70 = VirtualFuncInvoker1< RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(9, L_67, L_69);
|
|
G_B58_0 = L_70;
|
|
G_B58_1 = G_B57_0;
|
|
}
|
|
|
|
IL_01b8:
|
|
{
|
|
G_B58_1->___destination = G_B58_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B58_1->___destination), (void*)G_B58_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:503>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_71 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_72 = L_71.___cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_73 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullscreenProjMat;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_74;
|
|
L_74 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_75;
|
|
L_75 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_74, (bool)1, NULL);
|
|
NullCheck(L_72);
|
|
CommandBuffer_SetGlobalMatrix_m8454AD5B02C68C5824015F290D831207FA098612(L_72, L_73, L_75, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:507>
|
|
bool L_76 = V_4;
|
|
if (!L_76)
|
|
{
|
|
goto IL_0232;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:509>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_77 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_78 = L_77.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_79;
|
|
L_79 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)18), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_13), L_78, L_79, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0224:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_13), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:511>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_80 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_81 = L_80.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_82;
|
|
L_82 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_83;
|
|
L_83 = PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D(__this, (&V_0), NULL);
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_84 = __this->___m_Materials;
|
|
NullCheck(L_84);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_85 = L_84->___stopNaN;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_81, L_82, L_83, 2, 0, L_85, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:512>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_86 = V_2;
|
|
PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1(__this, L_86, (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:513>
|
|
goto IL_0232;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0232:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:517>
|
|
bool L_87 = V_5;
|
|
if (!L_87)
|
|
{
|
|
goto IL_0285;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:519>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_88 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_89 = L_88.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_90;
|
|
L_90 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)19), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_13), L_89, L_90, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0277:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_13), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:521>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_91 = ___1_renderingData;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_92 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_91->___cameraData);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_93 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_94 = L_93.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_95;
|
|
L_95 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_96;
|
|
L_96 = PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D(__this, (&V_0), NULL);
|
|
PostProcessPass_DoSubpixelMorphologicalAntialiasing_mF8FB39DEDD40E3E0E459B78F6EDC23AE58C45000(__this, L_92, L_94, L_95, L_96, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:522>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_97 = V_2;
|
|
PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1(__this, L_97, (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:523>
|
|
goto IL_0285;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0285:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:529>
|
|
bool L_98 = V_7;
|
|
if (!L_98)
|
|
{
|
|
goto IL_02f9;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:531>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:532>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:533>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_99 = __this->___m_DepthOfField;
|
|
NullCheck(L_99);
|
|
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_100 = L_99->___mode;
|
|
NullCheck(L_100);
|
|
int32_t L_101;
|
|
L_101 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_100);
|
|
if ((((int32_t)L_101) == ((int32_t)1)))
|
|
{
|
|
goto IL_02a0;
|
|
}
|
|
}
|
|
{
|
|
G_B70_0 = ((int32_t)21);
|
|
goto IL_02a2;
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
G_B70_0 = ((int32_t)20);
|
|
}
|
|
|
|
IL_02a2:
|
|
{
|
|
V_14 = G_B70_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:535>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_102 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_103 = L_102.___cmd;
|
|
int32_t L_104 = V_14;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_105;
|
|
L_105 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(L_104, ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_13), L_103, L_105, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02eb:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_13), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:537>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_106 = ___1_renderingData;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_107 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_106->___cameraData);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_108 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_109 = L_108.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_110;
|
|
L_110 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_111;
|
|
L_111 = PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D(__this, (&V_0), NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_112 = V_1;
|
|
NullCheck(L_112);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_113 = L_112->___pixelRect;
|
|
PostProcessPass_DoDepthOfField_m50280DAA3E4A9625920AC2576C024B2920EF7DF1(__this, L_107, L_109, L_110, L_111, L_113, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:538>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_114 = V_2;
|
|
PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1(__this, L_114, (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:539>
|
|
goto IL_02f9;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02f9:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:543>
|
|
bool L_115 = V_12;
|
|
if (!L_115)
|
|
{
|
|
goto IL_0364;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:545>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_116 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_117 = L_116.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_118;
|
|
L_118 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)22), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_13), L_117, L_118, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0356:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_13), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:549>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_119 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_120 = L_119.___cmd;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_121 = __this->___m_Materials;
|
|
NullCheck(L_121);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_122 = L_121->___temporalAntialiasing;
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_123 = ___1_renderingData;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_124 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_123->___cameraData);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_125 = V_0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_126 = L_125.___source;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_127 = V_0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_128 = L_127.___destination;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_129 = __this->___m_MotionVectors;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_130 = L_129;
|
|
if (L_130)
|
|
{
|
|
G_B77_0 = L_130;
|
|
G_B77_1 = L_128;
|
|
G_B77_2 = L_126;
|
|
G_B77_3 = L_124;
|
|
G_B77_4 = L_122;
|
|
G_B77_5 = L_120;
|
|
goto IL_0341_1;
|
|
}
|
|
G_B76_0 = L_130;
|
|
G_B76_1 = L_128;
|
|
G_B76_2 = L_126;
|
|
G_B76_3 = L_124;
|
|
G_B76_4 = L_122;
|
|
G_B76_5 = L_120;
|
|
}
|
|
{
|
|
G_B78_0 = ((RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27*)(NULL));
|
|
G_B78_1 = G_B76_1;
|
|
G_B78_2 = G_B76_2;
|
|
G_B78_3 = G_B76_3;
|
|
G_B78_4 = G_B76_4;
|
|
G_B78_5 = G_B76_5;
|
|
goto IL_0346_1;
|
|
}
|
|
|
|
IL_0341_1:
|
|
{
|
|
NullCheck(G_B77_0);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_131;
|
|
L_131 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(G_B77_0, NULL);
|
|
G_B78_0 = L_131;
|
|
G_B78_1 = G_B77_1;
|
|
G_B78_2 = G_B77_2;
|
|
G_B78_3 = G_B77_3;
|
|
G_B78_4 = G_B77_4;
|
|
G_B78_5 = G_B77_5;
|
|
}
|
|
|
|
IL_0346_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
|
|
TemporalAA_ExecutePass_m5A180565841961D0B1E778B20B6CFEC11D75924D(G_B78_5, G_B78_4, G_B78_3, G_B78_2, G_B78_1, G_B78_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:550>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_132 = V_2;
|
|
PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1(__this, L_132, (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:551>
|
|
goto IL_0364;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0364:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:556>
|
|
bool L_133 = V_10;
|
|
if (!L_133)
|
|
{
|
|
goto IL_03bd;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:558>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_134 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_135 = L_134.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_136;
|
|
L_136 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)23), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_13), L_135, L_136, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_03af:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_13), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:560>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_137 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_138 = L_137.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_139;
|
|
L_139 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_140;
|
|
L_140 = PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D(__this, (&V_0), NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_141 = __this->___m_MotionVectors;
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_142 = ___1_renderingData;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_143 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_142->___cameraData);
|
|
PostProcessPass_DoMotionBlur_mEF3B57C5B12E4F58B120A5021D04013449CDB6CA(__this, L_138, L_139, L_140, L_141, L_143, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:561>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_144 = V_2;
|
|
PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1(__this, L_144, (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:562>
|
|
goto IL_03bd;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_03bd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:567>
|
|
bool L_145 = V_11;
|
|
if (!L_145)
|
|
{
|
|
goto IL_0410;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:569>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_146 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_147 = L_146.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_148;
|
|
L_148 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)24), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_13), L_147, L_148, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0402:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_13), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:571>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_149 = V_1;
|
|
NullCheck(L_149);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_150 = L_149->___camera;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_151 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_152 = L_151.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_153;
|
|
L_153 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_154;
|
|
L_154 = PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D(__this, (&V_0), NULL);
|
|
PostProcessPass_DoPaniniProjection_mCA5F42C99BD8175B11FA74778C826269F7A2E65D(__this, L_150, L_152, L_153, L_154, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:572>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_155 = V_2;
|
|
PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1(__this, L_155, (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:573>
|
|
goto IL_0410;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0410:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:577>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_156 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_157 = L_156.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_158;
|
|
L_158 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)25), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&V_13), L_157, L_158, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_094b:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_13), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:580>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_159 = __this->___m_Materials;
|
|
NullCheck(L_159);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_160 = L_159->___uber;
|
|
NullCheck(L_160);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_160, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:583>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_161 = __this->___m_Bloom;
|
|
NullCheck(L_161);
|
|
bool L_162;
|
|
L_162 = Bloom_IsActive_m18CD0E121D17E2D4B20D6E944433CDEEA9C970C3(L_161, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:584>
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_163 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_163);
|
|
bool L_164;
|
|
L_164 = ScreenSpaceLensFlare_IsActive_mB3358CF1D7484E84F2675DECCADF0A8F94EF6150(L_163, NULL);
|
|
V_15 = L_164;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:587>
|
|
bool L_165 = V_15;
|
|
if (!((int32_t)((int32_t)L_162|(int32_t)L_165)))
|
|
{
|
|
goto IL_049b_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:589>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_166 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_167 = L_166.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_168;
|
|
L_168 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)26), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD L_169;
|
|
memset((&L_169), 0, sizeof(L_169));
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&L_169), L_167, L_168, NULL);
|
|
V_20 = L_169;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_048d_1:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_20), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:590>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_170 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_171 = L_170.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_172;
|
|
L_172 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_173 = __this->___m_Materials;
|
|
NullCheck(L_173);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_174 = L_173->___uber;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_175 = V_1;
|
|
NullCheck(L_175);
|
|
bool L_176 = L_175->___isAlphaOutputEnabled;
|
|
PostProcessPass_SetupBloom_m399177DD12CE9FD9E963AE56BDA6F0EF4B26E6FC(__this, L_171, L_172, L_174, L_176, NULL);
|
|
goto IL_049b_1;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_049b_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:594>
|
|
bool L_177 = V_9;
|
|
if (!L_177)
|
|
{
|
|
goto IL_051d_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:596>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_178 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_179 = L_178.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_180;
|
|
L_180 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)29), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD L_181;
|
|
memset((&L_181), 0, sizeof(L_181));
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&L_181), L_179, L_180, NULL);
|
|
V_20 = L_181;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_050f_1:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_20), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:599>
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_182 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_182);
|
|
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_183 = L_182->___bloomMip;
|
|
NullCheck(L_183);
|
|
int32_t L_184;
|
|
L_184 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_183);
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_185 = __this->___m_Bloom;
|
|
NullCheck(L_185);
|
|
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_186 = L_185->___maxIterations;
|
|
NullCheck(L_186);
|
|
int32_t L_187;
|
|
L_187 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_186);
|
|
int32_t L_188;
|
|
L_188 = Mathf_Clamp_m4DC36EEFDBE5F07C16249DA568023C5ECCFF0E7B_inline(L_184, 0, ((int32_t)(L_187/2)), NULL);
|
|
V_21 = L_188;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:600>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_189 = V_1;
|
|
NullCheck(L_189);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_190 = L_189->___camera;
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_191 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_192 = L_191.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_193;
|
|
L_193 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_194;
|
|
L_194 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_193, NULL);
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_195 = __this->___m_BloomMipUp;
|
|
NullCheck(L_195);
|
|
int32_t L_196 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_197 = (L_195)->GetAt(static_cast<il2cpp_array_size_t>(L_196));
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_198 = __this->___m_BloomMipUp;
|
|
int32_t L_199 = V_21;
|
|
NullCheck(L_198);
|
|
int32_t L_200 = L_199;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_201 = (L_198)->GetAt(static_cast<il2cpp_array_size_t>(L_200));
|
|
PostProcessPass_DoLensFlareScreenSpace_m5BB757238EDD5ADB7AAA1472986FAD481FEF44EC(__this, L_190, L_192, L_194, L_197, L_201, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:601>
|
|
goto IL_051d_1;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_051d_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:605>
|
|
bool L_202 = V_8;
|
|
if (!L_202)
|
|
{
|
|
goto IL_05f5_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:610>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_203 = __this->___m_PaniniProjection;
|
|
NullCheck(L_203);
|
|
bool L_204;
|
|
L_204 = PaniniProjection_IsActive_m91BB6BE780D3AFFCFD863B97195EECAB659BF2B0(L_203, NULL);
|
|
if (!L_204)
|
|
{
|
|
goto IL_055a_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:612>
|
|
V_22 = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:613>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_205 = __this->___m_PaniniProjection;
|
|
NullCheck(L_205);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_206 = L_205->___distance;
|
|
NullCheck(L_206);
|
|
float L_207;
|
|
L_207 = VirtualFuncInvoker0< float >::Invoke(14, L_206);
|
|
V_23 = L_207;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:614>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_208 = __this->___m_PaniniProjection;
|
|
NullCheck(L_208);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_209 = L_208->___cropToFit;
|
|
NullCheck(L_209);
|
|
float L_210;
|
|
L_210 = VirtualFuncInvoker0< float >::Invoke(14, L_209);
|
|
V_24 = L_210;
|
|
goto IL_056b_1;
|
|
}
|
|
|
|
IL_055a_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:618>
|
|
V_22 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:619>
|
|
V_23 = (1.0f);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:620>
|
|
V_24 = (1.0f);
|
|
}
|
|
|
|
IL_056b_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:623>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_211 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_212 = L_211.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_213;
|
|
L_213 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)27), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD L_214;
|
|
memset((&L_214), 0, sizeof(L_214));
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&L_214), L_212, L_213, NULL);
|
|
V_20 = L_214;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_05a2_1:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_20), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:625>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_215 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_216 = L_215.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_217;
|
|
L_217 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_218;
|
|
L_218 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_217, NULL);
|
|
bool L_219 = V_22;
|
|
float L_220 = V_23;
|
|
float L_221 = V_24;
|
|
PostProcessPass_LensFlareDataDrivenComputeOcclusion_mB22995099507DC60B4D95725E095F1D1C6B6DC37(__this, (&V_1), L_216, L_218, L_219, L_220, L_221, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:626>
|
|
goto IL_05b0_1;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_05b0_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:627>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_222 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_223 = L_222.___cmd;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_224;
|
|
L_224 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)28), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD L_225;
|
|
memset((&L_225), 0, sizeof(L_225));
|
|
ProfilingScope__ctor_mE15813DF7651C1A3B6AFD6465AD4B973E8F1DBFC((&L_225), L_223, L_224, NULL);
|
|
V_20 = L_225;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_05e7_1:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_20), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:629>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_226 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_227 = L_226.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_228;
|
|
L_228 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_229;
|
|
L_229 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_228, NULL);
|
|
bool L_230 = V_22;
|
|
float L_231 = V_23;
|
|
float L_232 = V_24;
|
|
PostProcessPass_LensFlareDataDriven_m822AF96B0CBBD2C6EC974E39DEB2A72153ED6FA7(__this, (&V_1), L_227, L_229, L_230, L_231, L_232, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:630>
|
|
goto IL_05f5_1;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_05f5_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:634>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_233 = __this->___m_Materials;
|
|
NullCheck(L_233);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_234 = L_233->___uber;
|
|
bool L_235 = V_3;
|
|
PostProcessPass_SetupLensDistortion_m33532B813022AFE252DA55162741415B1838D88C(__this, L_234, L_235, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:635>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_236 = __this->___m_Materials;
|
|
NullCheck(L_236);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_237 = L_236->___uber;
|
|
PostProcessPass_SetupChromaticAberration_m15763D99D4778C730EC32CA4C1A8341C40718962(__this, L_237, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:636>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_238 = __this->___m_Materials;
|
|
NullCheck(L_238);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_239 = L_238->___uber;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_240 = V_1;
|
|
NullCheck(L_240);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_241;
|
|
L_241 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_240, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_242 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_243;
|
|
L_243 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_242, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_244 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_245;
|
|
L_245 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_244, NULL);
|
|
PostProcessPass_SetupVignette_mC7A2C760C57A319664F7C3B95D4011B5ABFE3019(__this, L_239, L_241, L_243, L_245, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:637>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_246 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_247 = L_246.___cmd;
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_248 = ___1_renderingData;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_249 = __this->___m_Materials;
|
|
NullCheck(L_249);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_250 = L_249->___uber;
|
|
PostProcessPass_SetupColorGrading_m6B800A753A91A54AD913F541AD732AD4DD4EAB41(__this, L_247, L_248, L_250, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:640>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_251 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_252 = __this->___m_Materials;
|
|
NullCheck(L_252);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_253 = L_252->___uber;
|
|
PostProcessPass_SetupGrain_mB86019E3BC6194A3B87ABA62A3F8E42474F0055D(__this, L_251, L_253, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:641>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_254 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_255 = __this->___m_Materials;
|
|
NullCheck(L_255);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_256 = L_255->___uber;
|
|
PostProcessPass_SetupDithering_mC74EFEF0226D57DD1FE0EF9AAE87C5DC5F1E873C(__this, L_254, L_256, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:643>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_257 = V_1;
|
|
NullCheck(L_257);
|
|
bool L_258;
|
|
L_258 = UniversalCameraData_get_requireSrgbConversion_m09836AD17C2F9377EB91208CFE48FD6E6787D6FF(L_257, NULL);
|
|
bool L_259;
|
|
L_259 = PostProcessPass_RequireSRGBConversionBlitToBackBuffer_mB81453D3B536BE42AA503F616EDF562B3C80E892(__this, L_258, NULL);
|
|
if (!L_259)
|
|
{
|
|
goto IL_06a4_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:644>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_260 = __this->___m_Materials;
|
|
NullCheck(L_260);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_261 = L_260->___uber;
|
|
NullCheck(L_261);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_261, _stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7, NULL);
|
|
}
|
|
|
|
IL_06a4_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:646>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_262 = V_1;
|
|
bool L_263;
|
|
L_263 = PostProcessPass_RequireHDROutput_m92D4E42C607D3396EDD01C4752203387BEB45A1E(__this, L_262, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:647>
|
|
if (!L_263)
|
|
{
|
|
goto IL_06e8_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:651>
|
|
bool L_264 = __this->___m_HasFinalPass;
|
|
if (L_264)
|
|
{
|
|
goto IL_06bd_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_265 = __this->___m_EnableColorEncodingIfNeeded;
|
|
if (L_265)
|
|
{
|
|
goto IL_06c0_1;
|
|
}
|
|
}
|
|
|
|
IL_06bd_1:
|
|
{
|
|
G_B114_0 = 0;
|
|
goto IL_06c1_1;
|
|
}
|
|
|
|
IL_06c0_1:
|
|
{
|
|
G_B114_0 = 2;
|
|
}
|
|
|
|
IL_06c1_1:
|
|
{
|
|
V_25 = G_B114_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:652>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_266 = V_1;
|
|
NullCheck(L_266);
|
|
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_267;
|
|
L_267 = UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD(L_266, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_268 = V_1;
|
|
NullCheck(L_268);
|
|
int32_t L_269;
|
|
L_269 = UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD(L_268, NULL);
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_270 = __this->___m_Materials;
|
|
NullCheck(L_270);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_271 = L_270->___uber;
|
|
int32_t L_272 = V_25;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_273 = V_1;
|
|
NullCheck(L_273);
|
|
bool L_274;
|
|
L_274 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_273, NULL);
|
|
PostProcessPass_SetupHDROutput_m507C0A89BAD1815DA7C19C3FFE398FC968A8D565(__this, L_267, L_269, L_271, L_272, L_274, NULL);
|
|
}
|
|
|
|
IL_06e8_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:655>
|
|
bool L_275 = __this->___m_UseFastSRGBLinearConversion;
|
|
if (!L_275)
|
|
{
|
|
goto IL_0705_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:657>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_276 = __this->___m_Materials;
|
|
NullCheck(L_276);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_277 = L_276->___uber;
|
|
NullCheck(L_277);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_277, _stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9, NULL);
|
|
}
|
|
|
|
IL_0705_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:660>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_278 = __this->___m_Materials;
|
|
NullCheck(L_278);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_279 = L_278->___uber;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_280 = V_1;
|
|
NullCheck(L_280);
|
|
bool L_281 = L_280->___isAlphaOutputEnabled;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_279, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_281, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:662>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_282 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_283;
|
|
L_283 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_282, NULL);
|
|
V_16 = L_283;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:663>
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_284 = V_16;
|
|
if (!L_284)
|
|
{
|
|
goto IL_073b_1;
|
|
}
|
|
}
|
|
{
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_285 = V_16;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_286 = V_1;
|
|
NullCheck(L_286);
|
|
bool L_287 = L_286->___resolveFinalTarget;
|
|
NullCheck(L_285);
|
|
bool L_288;
|
|
L_288 = DebugHandler_WriteToDebugScreenTexture_m238B0FD053CE5540FD5A64BF47C06456486A31B7(L_285, L_287, NULL);
|
|
G_B120_0 = ((int32_t)(L_288));
|
|
goto IL_073c_1;
|
|
}
|
|
|
|
IL_073b_1:
|
|
{
|
|
G_B120_0 = 0;
|
|
}
|
|
|
|
IL_073c_1:
|
|
{
|
|
V_17 = (bool)G_B120_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:667>
|
|
V_18 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:671>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_289 = __this->___m_Destination;
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_290 = ((ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_StaticFields*)il2cpp_codegen_static_fields_for(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var))->___k_CameraTarget;
|
|
if ((!(((RuntimeObject*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_289) == ((RuntimeObject*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_290))))
|
|
{
|
|
goto IL_0759_1;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_291 = V_1;
|
|
NullCheck(L_291);
|
|
bool L_292 = L_291->___isDefaultViewport;
|
|
if (L_292)
|
|
{
|
|
goto IL_0759_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:672>
|
|
V_18 = 0;
|
|
}
|
|
|
|
IL_0759_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:677>
|
|
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_293;
|
|
L_293 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
|
|
V_19 = L_293;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:679>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_294 = V_1;
|
|
NullCheck(L_294);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_295;
|
|
L_295 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_294, NULL);
|
|
NullCheck(L_295);
|
|
bool L_296;
|
|
L_296 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_295, NULL);
|
|
if (!L_296)
|
|
{
|
|
goto IL_077b_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:680>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_297 = V_1;
|
|
NullCheck(L_297);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_298;
|
|
L_298 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_297, NULL);
|
|
NullCheck(L_298);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_299;
|
|
L_299 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_298, NULL);
|
|
V_19 = L_299;
|
|
}
|
|
|
|
IL_077b_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:683>
|
|
bool L_300 = __this->___m_UseSwapBuffer;
|
|
if (L_300)
|
|
{
|
|
goto IL_07ae_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:684>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_301 = V_1;
|
|
NullCheck(L_301);
|
|
bool L_302 = L_301->___resolveFinalTarget;
|
|
if (L_302)
|
|
{
|
|
G_B129_0 = __this;
|
|
goto IL_07a8_1;
|
|
}
|
|
G_B127_0 = __this;
|
|
}
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_303 = __this->___m_Destination;
|
|
NullCheck(L_303);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_304;
|
|
L_304 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_303, NULL);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_305 = V_19;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
|
|
bool L_306;
|
|
L_306 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_304, L_305, NULL);
|
|
if (L_306)
|
|
{
|
|
G_B129_0 = G_B127_0;
|
|
goto IL_07a8_1;
|
|
}
|
|
G_B128_0 = G_B127_0;
|
|
}
|
|
{
|
|
bool L_307 = __this->___m_HasFinalPass;
|
|
G_B130_0 = ((int32_t)(L_307));
|
|
G_B130_1 = G_B128_0;
|
|
goto IL_07a9_1;
|
|
}
|
|
|
|
IL_07a8_1:
|
|
{
|
|
G_B130_0 = 1;
|
|
G_B130_1 = G_B129_0;
|
|
}
|
|
|
|
IL_07a9_1:
|
|
{
|
|
NullCheck(G_B130_1);
|
|
G_B130_1->___m_ResolveToScreen = (bool)G_B130_0;
|
|
}
|
|
|
|
IL_07ae_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:687>
|
|
bool L_308 = __this->___m_UseSwapBuffer;
|
|
if (!L_308)
|
|
{
|
|
goto IL_0825_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_309 = __this->___m_ResolveToScreen;
|
|
if (L_309)
|
|
{
|
|
goto IL_0825_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:689>
|
|
bool L_310 = __this->___m_HasFinalPass;
|
|
if (L_310)
|
|
{
|
|
goto IL_07e2_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:692>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_311 = V_2;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_312 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_311);
|
|
NullCheck(L_312);
|
|
VirtualActionInvoker1< bool >::Invoke(22, L_312, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:695>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_313 = V_2;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_314 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_313);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_315 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_316 = L_315.___cmd;
|
|
NullCheck(L_314);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_317;
|
|
L_317 = VirtualFuncInvoker1< RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(9, L_314, L_316);
|
|
(&V_0)->___destination = L_317;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___destination), (void*)L_317);
|
|
}
|
|
|
|
IL_07e2_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:699>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_318 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_319 = L_318.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_320;
|
|
L_320 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_321 = V_0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_322 = L_321.___destination;
|
|
int32_t L_323 = V_18;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_324 = __this->___m_Materials;
|
|
NullCheck(L_324);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_325 = L_324->___uber;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_319, L_320, L_322, L_323, 0, L_325, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:702>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_326 = V_2;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_327 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_326);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_328 = V_0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_329 = L_328.___destination;
|
|
NullCheck(L_327);
|
|
ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline(L_327, L_329, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:704>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_330 = V_2;
|
|
PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1(__this, L_330, (&V_0), NULL);
|
|
goto IL_0959;
|
|
}
|
|
|
|
IL_0825_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:710>
|
|
bool L_331 = __this->___m_UseSwapBuffer;
|
|
if (L_331)
|
|
{
|
|
goto IL_08a1_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:712>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_332;
|
|
L_332 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
V_26 = L_332;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:713>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_333 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_334 = L_333.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_335 = V_26;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_336;
|
|
L_336 = PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D(__this, (&V_0), NULL);
|
|
int32_t L_337 = V_18;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_338 = __this->___m_Materials;
|
|
NullCheck(L_338);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_339 = L_338->___uber;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_334, L_335, L_336, L_337, 0, L_339, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:714>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_340 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_341 = L_340.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_342;
|
|
L_342 = PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D(__this, (&V_0), NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_343 = __this->___m_Destination;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_344 = __this->___m_BlitMaterial;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_345 = __this->___m_Destination;
|
|
NullCheck(L_345);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_346;
|
|
L_346 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_345, NULL);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_347 = L_346;
|
|
if (L_347)
|
|
{
|
|
G_B139_0 = L_347;
|
|
G_B139_1 = L_344;
|
|
G_B139_2 = 0;
|
|
G_B139_3 = 2;
|
|
G_B139_4 = L_343;
|
|
G_B139_5 = L_342;
|
|
G_B139_6 = L_341;
|
|
goto IL_0889_1;
|
|
}
|
|
G_B138_0 = L_347;
|
|
G_B138_1 = L_344;
|
|
G_B138_2 = 0;
|
|
G_B138_3 = 2;
|
|
G_B138_4 = L_343;
|
|
G_B138_5 = L_342;
|
|
G_B138_6 = L_341;
|
|
}
|
|
{
|
|
G_B140_0 = 0;
|
|
G_B140_1 = G_B138_1;
|
|
G_B140_2 = G_B138_2;
|
|
G_B140_3 = G_B138_3;
|
|
G_B140_4 = G_B138_4;
|
|
G_B140_5 = G_B138_5;
|
|
G_B140_6 = G_B138_6;
|
|
goto IL_0891_1;
|
|
}
|
|
|
|
IL_0889_1:
|
|
{
|
|
NullCheck(G_B139_0);
|
|
int32_t L_348;
|
|
L_348 = Texture_get_filterMode_mFEF0AEA29E8468450EF85533965DCEBE66D02A45(G_B139_0, NULL);
|
|
G_B140_0 = ((((int32_t)L_348) == ((int32_t)1))? 1 : 0);
|
|
G_B140_1 = G_B139_1;
|
|
G_B140_2 = G_B139_2;
|
|
G_B140_3 = G_B139_3;
|
|
G_B140_4 = G_B139_4;
|
|
G_B140_5 = G_B139_5;
|
|
G_B140_6 = G_B139_6;
|
|
}
|
|
|
|
IL_0891_1:
|
|
{
|
|
if (G_B140_0)
|
|
{
|
|
G_B142_0 = G_B140_1;
|
|
G_B142_1 = G_B140_2;
|
|
G_B142_2 = G_B140_3;
|
|
G_B142_3 = G_B140_4;
|
|
G_B142_4 = G_B140_5;
|
|
G_B142_5 = G_B140_6;
|
|
goto IL_0896_1;
|
|
}
|
|
G_B141_0 = G_B140_1;
|
|
G_B141_1 = G_B140_2;
|
|
G_B141_2 = G_B140_3;
|
|
G_B141_3 = G_B140_4;
|
|
G_B141_4 = G_B140_5;
|
|
G_B141_5 = G_B140_6;
|
|
}
|
|
{
|
|
G_B143_0 = 0;
|
|
G_B143_1 = G_B141_0;
|
|
G_B143_2 = G_B141_1;
|
|
G_B143_3 = G_B141_2;
|
|
G_B143_4 = G_B141_3;
|
|
G_B143_5 = G_B141_4;
|
|
G_B143_6 = G_B141_5;
|
|
goto IL_0897_1;
|
|
}
|
|
|
|
IL_0896_1:
|
|
{
|
|
G_B143_0 = 1;
|
|
G_B143_1 = G_B142_0;
|
|
G_B143_2 = G_B142_1;
|
|
G_B143_3 = G_B142_2;
|
|
G_B143_4 = G_B142_3;
|
|
G_B143_5 = G_B142_4;
|
|
G_B143_6 = G_B142_5;
|
|
}
|
|
|
|
IL_0897_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(G_B143_6, G_B143_5, G_B143_4, G_B143_3, G_B143_2, G_B143_1, G_B143_0, NULL);
|
|
goto IL_0959;
|
|
}
|
|
|
|
IL_08a1_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:716>
|
|
bool L_349 = __this->___m_ResolveToScreen;
|
|
if (!L_349)
|
|
{
|
|
goto IL_0949_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:718>
|
|
bool L_350 = V_17;
|
|
if (!L_350)
|
|
{
|
|
goto IL_08f2_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:721>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_351 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_352 = L_351.___cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_353;
|
|
L_353 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_354 = V_16;
|
|
NullCheck(L_354);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_355;
|
|
L_355 = DebugHandler_get_DebugScreenColorHandle_m704B6C8442CDB6B1DC0E368BD6CFDB24DC8612F4(L_354, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_356 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_355);
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_357 = __this->___m_Materials;
|
|
NullCheck(L_357);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_358 = L_357->___uber;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_352, L_353, L_356, 0, 0, L_358, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:724>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_359 = V_2;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_360 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_359);
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_361 = V_16;
|
|
NullCheck(L_361);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_362;
|
|
L_362 = DebugHandler_get_DebugScreenColorHandle_m704B6C8442CDB6B1DC0E368BD6CFDB24DC8612F4(L_361, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_363 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_362);
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_364 = V_16;
|
|
NullCheck(L_364);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_365;
|
|
L_365 = DebugHandler_get_DebugScreenDepthHandle_mB80C399D6659D8E356EDC58D48EA71D17979548B(L_364, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_366 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_365);
|
|
NullCheck(L_360);
|
|
ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B(L_360, L_363, L_366, NULL);
|
|
goto IL_0959;
|
|
}
|
|
|
|
IL_08f2_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:730>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_367 = V_1;
|
|
NullCheck(L_367);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_368 = L_367->___targetTexture;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_369;
|
|
L_369 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_368, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_369)
|
|
{
|
|
goto IL_0904_1;
|
|
}
|
|
}
|
|
{
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_370 = V_19;
|
|
G_B150_0 = L_370;
|
|
goto IL_090f_1;
|
|
}
|
|
|
|
IL_0904_1:
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_371 = V_1;
|
|
NullCheck(L_371);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_372 = L_371->___targetTexture;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_373;
|
|
memset((&L_373), 0, sizeof(L_373));
|
|
RenderTargetIdentifier__ctor_mD6E20FA134EEBCE40A8B5E64C505DE8A0DC96BDF((&L_373), L_372, NULL);
|
|
G_B150_0 = L_373;
|
|
}
|
|
|
|
IL_090f_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:731>
|
|
RTHandleStaticHelpers_SetRTHandleStaticWrapper_mF0746A1D008A6FB7998485AD1BB33055F81C727D(G_B150_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:732>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_374 = ((RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_StaticFields*)il2cpp_codegen_static_fields_for(RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_il2cpp_TypeInfo_var))->___s_RTHandleWrapper;
|
|
V_27 = L_374;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:734>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266 L_375 = V_0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_376 = L_375.___cmd;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_377 = V_1;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_378;
|
|
L_378 = PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC(__this, (&V_0), NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_379 = V_27;
|
|
int32_t L_380 = V_18;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_381 = __this->___m_Materials;
|
|
NullCheck(L_381);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_382 = L_381->___uber;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
RenderingUtils_FinalBlit_m2E1DA43735F4576B4B37FF7D40AAA609C6B39240(L_376, L_377, L_378, L_379, L_380, 0, L_382, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:737>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_383 = V_2;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_384 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_383);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_385 = V_27;
|
|
NullCheck(L_384);
|
|
ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline(L_384, L_385, NULL);
|
|
}
|
|
|
|
IL_0949_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:741>
|
|
goto IL_0959;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0959:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:742>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34057
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoSubpixelMorphologicalAntialiasing_mF8FB39DEDD40E3E0E459B78F6EDC23AE58C45000 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, 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*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral066C0035F66438B186A69BF34E5BBD392AE74119);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B9EFBFC3B2698A75AE9060E2CA3F4703BAA46DB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F2DDE80F0F56189B8A34A2B8E6A51223B27F3F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75CA3D6AA1DA78AFC0B5F59CF878B4E939A84984);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC135ECAEE9302D15DB5BD0A8075B59B0A9D6DD00);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB2080595D1820C790FBEB51CA9CE4EF2F16CBB2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:747>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
|
|
L_0 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_1 = ___0_cameraData;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2;
|
|
L_2 = CameraData_get_cameraTargetDescriptor_mC199E27390A4D33338FCDC3ADC4ECFD3F7BE2761(L_1, NULL);
|
|
int32_t L_3;
|
|
L_3 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_2, NULL);
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_4 = ___0_cameraData;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_5;
|
|
L_5 = CameraData_get_cameraTargetDescriptor_mC199E27390A4D33338FCDC3ADC4ECFD3F7BE2761(L_4, NULL);
|
|
int32_t L_6;
|
|
L_6 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_5, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_7), ((float)L_3), ((float)L_6), NULL);
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675_inline((&V_0), L_0, L_7, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:748>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_8 = __this->___m_Materials;
|
|
NullCheck(L_8);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = L_8->___subpixelMorphologicalAntialiasing;
|
|
V_1 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:751>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_10 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_EdgeStencilTexture);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_11 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_12;
|
|
L_12 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_11, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_13 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_14;
|
|
L_14 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_13, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
int32_t L_15;
|
|
L_15 = GraphicsFormatUtility_GetDepthStencilFormat_m76EEE7255F874FD3AC8E149830EE48F345DF8425(((int32_t)24), NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_16;
|
|
L_16 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_12, L_14, 0, L_15, NULL);
|
|
V_3 = L_16;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_10, (&V_3), 1, 1, 1, (0.0f), _stringLiteral75CA3D6AA1DA78AFC0B5F59CF878B4E939A84984, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:752>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_18 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_EdgeColorTexture);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_19 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_20;
|
|
L_20 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_19, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_21 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_22;
|
|
L_22 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_21, NULL);
|
|
int32_t L_23 = __this->___m_SMAAEdgeFormat;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_24;
|
|
L_24 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_20, L_22, L_23, 0, NULL);
|
|
V_3 = L_24;
|
|
bool L_25;
|
|
L_25 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_18, (&V_3), 1, 1, 1, (0.0f), _stringLiteralC135ECAEE9302D15DB5BD0A8075B59B0A9D6DD00, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:753>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_26 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_BlendTexture);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_27 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_28;
|
|
L_28 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_27, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_29 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_30;
|
|
L_30 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_29, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_31;
|
|
L_31 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_28, L_30, 8, 0, NULL);
|
|
V_3 = L_31;
|
|
bool L_32;
|
|
L_32 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_26, (&V_3), 0, 1, 1, (0.0f), _stringLiteral1B9EFBFC3B2698A75AE9060E2CA3F4703BAA46DB, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:756>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_33 = __this->___m_EdgeColorTexture;
|
|
NullCheck(L_33);
|
|
bool L_34;
|
|
L_34 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_33, NULL);
|
|
if (L_34)
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_35 = __this->___m_EdgeColorTexture;
|
|
NullCheck(L_35);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_36;
|
|
L_36 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_35, NULL);
|
|
NullCheck(L_36);
|
|
int32_t L_37;
|
|
L_37 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_36);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_38 = __this->___m_EdgeColorTexture;
|
|
NullCheck(L_38);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_39;
|
|
L_39 = RTHandle_get_rt_m593F2799E2E6C97979D3B4CD9E992D305922BBE9_inline(L_38, NULL);
|
|
NullCheck(L_39);
|
|
int32_t L_40;
|
|
L_40 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_39);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_41;
|
|
memset((&L_41), 0, sizeof(L_41));
|
|
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_41), L_37, L_40, NULL);
|
|
G_B3_0 = L_41;
|
|
goto IL_0132;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_42 = __this->___m_EdgeColorTexture;
|
|
NullCheck(L_42);
|
|
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_43;
|
|
L_43 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_42, NULL);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_44 = L_43.___currentRenderTargetSize;
|
|
G_B3_0 = L_44;
|
|
}
|
|
|
|
IL_0132:
|
|
{
|
|
V_2 = G_B3_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:757>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_45 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_46 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Metrics;
|
|
int32_t L_47;
|
|
L_47 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_2), NULL);
|
|
int32_t L_48;
|
|
L_48 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_2), NULL);
|
|
int32_t L_49;
|
|
L_49 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_2), NULL);
|
|
int32_t L_50;
|
|
L_50 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_2), NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_51;
|
|
memset((&L_51), 0, sizeof(L_51));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_51), ((float)((1.0f)/((float)L_47))), ((float)((1.0f)/((float)L_48))), ((float)L_49), ((float)L_50), NULL);
|
|
NullCheck(L_45);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_45, L_46, L_51, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:758>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_52 = V_1;
|
|
int32_t L_53 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____AreaTexture;
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_54 = __this->___m_Data;
|
|
NullCheck(L_54);
|
|
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* L_55 = L_54->___textures;
|
|
NullCheck(L_55);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_56 = L_55->___smaaAreaTex;
|
|
NullCheck(L_52);
|
|
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_52, L_53, L_56, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:759>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_57 = V_1;
|
|
int32_t L_58 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____SearchTexture;
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_59 = __this->___m_Data;
|
|
NullCheck(L_59);
|
|
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* L_60 = L_59->___textures;
|
|
NullCheck(L_60);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_61 = L_60->___smaaSearchTex;
|
|
NullCheck(L_57);
|
|
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_57, L_58, L_61, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:760>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_62 = V_1;
|
|
int32_t L_63 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____StencilRef;
|
|
NullCheck(L_62);
|
|
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_62, L_63, (64.0f), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:761>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_64 = V_1;
|
|
int32_t L_65 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____StencilMask;
|
|
NullCheck(L_64);
|
|
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_64, L_65, (64.0f), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:764>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_66 = V_1;
|
|
NullCheck(L_66);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_66, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:766>
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_67 = ___0_cameraData;
|
|
int32_t* L_68;
|
|
L_68 = CameraData_get_antialiasingQuality_mECC7EC3B6983A68E7411BAD8091B7082573354CE(L_67, NULL);
|
|
int32_t L_69 = *((int32_t*)L_68);
|
|
V_4 = L_69;
|
|
int32_t L_70 = V_4;
|
|
switch (L_70)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_01ea;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01f7;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0204;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
|
|
IL_01ea:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:769>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_71 = V_1;
|
|
NullCheck(L_71);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_71, _stringLiteral5F2DDE80F0F56189B8A34A2B8E6A51223B27F3F1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:770>
|
|
goto IL_020f;
|
|
}
|
|
|
|
IL_01f7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:772>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_72 = V_1;
|
|
NullCheck(L_72);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_72, _stringLiteral066C0035F66438B186A69BF34E5BBD392AE74119, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:773>
|
|
goto IL_020f;
|
|
}
|
|
|
|
IL_0204:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:775>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_73 = V_1;
|
|
NullCheck(L_73);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_73, _stringLiteralFB2080595D1820C790FBEB51CA9CE4EF2F16CBB2, NULL);
|
|
}
|
|
|
|
IL_020f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:780>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:781>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:782>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:783>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:784>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_74 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_75 = ___2_source;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_76 = V_0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_77 = __this->___m_EdgeColorTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_78 = __this->___m_EdgeStencilTexture;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_79;
|
|
L_79 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_80 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
RenderingUtils_Blit_m8FA2449BD1011D040EEBE218AE1EE50CDD11CAB0(L_74, L_75, L_76, L_77, 2, 0, L_78, 2, 0, 5, L_79, L_80, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:787>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:788>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:789>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:790>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_81 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_82 = __this->___m_EdgeColorTexture;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_83 = V_0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_84 = __this->___m_BlendTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_85 = __this->___m_EdgeStencilTexture;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_86;
|
|
L_86 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_87 = V_1;
|
|
RenderingUtils_Blit_m8FA2449BD1011D040EEBE218AE1EE50CDD11CAB0(L_81, L_82, L_83, L_84, 2, 0, L_85, 0, 3, 1, L_86, L_87, 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:793>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_88 = ___1_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_89 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BlendTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_90 = __this->___m_BlendTexture;
|
|
NullCheck(L_90);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_91;
|
|
L_91 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_90, NULL);
|
|
NullCheck(L_88);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_88, L_89, L_91, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:794>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_92 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_93 = ___2_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_94 = ___3_destination;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_95 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_92, L_93, L_94, 2, 0, L_95, 2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:795>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34058
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoDepthOfField_m50280DAA3E4A9625920AC2576C024B2920EF7DF1 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___0_cameraData, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___4_pixelRect, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:805>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_0 = __this->___m_DepthOfField;
|
|
NullCheck(L_0);
|
|
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_1 = L_0->___mode;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_1);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:806>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_3 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = ___2_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = ___3_destination;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_6 = ___4_pixelRect;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_7 = ___0_cameraData;
|
|
bool* L_8;
|
|
L_8 = CameraData_get_isAlphaOutputEnabled_mA5798F427776E3893AA7FEFE0857E86D9DE95A8C(L_7, NULL);
|
|
int32_t L_9 = *((uint8_t*)L_8);
|
|
PostProcessPass_DoGaussianDepthOfField_mDBBE439C92B03966187F930B80219289A284CF8D(__this, L_3, L_4, L_5, L_6, (bool)L_9, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:807>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_10 = __this->___m_DepthOfField;
|
|
NullCheck(L_10);
|
|
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_11 = L_10->___mode;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_11);
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)2))))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:808>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_13 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = ___2_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = ___3_destination;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_16 = ___4_pixelRect;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_17 = ___0_cameraData;
|
|
bool* L_18;
|
|
L_18 = CameraData_get_isAlphaOutputEnabled_mA5798F427776E3893AA7FEFE0857E86D9DE95A8C(L_17, NULL);
|
|
int32_t L_19 = *((uint8_t*)L_18);
|
|
PostProcessPass_DoBokehDepthOfField_m6B86DCDB63DF00102CFD32CD6EACE4A342028314(__this, L_13, L_14, L_15, L_16, (bool)L_19, NULL);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:809>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34059
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoGaussianDepthOfField_mDBBE439C92B03966187F930B80219289A284CF8D (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___3_pixelRect, bool ___4_enableAlphaOutput, 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*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F839ECBA8AC470BFFE9349EECF4319425E9777E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral817B818885135BEF736D2338DB6B5420E379E536);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9E9F97F4B6286A1393F651B9AA5CA3FA68AEA47);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE078582BB0F722460DE31693A931059066547B83);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
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/PostProcessPass.cs:813>
|
|
V_0 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:814>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_0 = __this->___m_Materials;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___gaussianDepthOfField;
|
|
V_1 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:815>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_3;
|
|
L_3 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_2, NULL);
|
|
int32_t L_4 = V_0;
|
|
V_2 = ((int32_t)(L_3/L_4));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:816>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_5 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_6;
|
|
L_6 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_5, NULL);
|
|
int32_t L_7 = V_0;
|
|
V_3 = ((int32_t)(L_6/L_7));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:817>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_8 = __this->___m_DepthOfField;
|
|
NullCheck(L_8);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_9 = L_8->___gaussianStart;
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = VirtualFuncInvoker0< float >::Invoke(14, L_9);
|
|
V_4 = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:818>
|
|
float L_11 = V_4;
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_12 = __this->___m_DepthOfField;
|
|
NullCheck(L_12);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_13 = L_12->___gaussianEnd;
|
|
NullCheck(L_13);
|
|
float L_14;
|
|
L_14 = VirtualFuncInvoker0< float >::Invoke(14, L_13);
|
|
float L_15;
|
|
L_15 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_11, L_14, NULL);
|
|
V_5 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:823>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_16 = __this->___m_DepthOfField;
|
|
NullCheck(L_16);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_17 = L_16->___gaussianMaxRadius;
|
|
NullCheck(L_17);
|
|
float L_18;
|
|
L_18 = VirtualFuncInvoker0< float >::Invoke(14, L_17);
|
|
int32_t L_19 = V_2;
|
|
V_6 = ((float)il2cpp_codegen_multiply(L_18, ((float)(((float)L_19)/(1080.0f)))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:824>
|
|
float L_20 = V_6;
|
|
float L_21;
|
|
L_21 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_20, (2.0f), NULL);
|
|
V_6 = L_21;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:826>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_1;
|
|
bool L_23 = ___4_enableAlphaOutput;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_22, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_23, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:827>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_24 = V_1;
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_25 = __this->___m_DepthOfField;
|
|
NullCheck(L_25);
|
|
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_26 = L_25->___highQualitySampling;
|
|
NullCheck(L_26);
|
|
bool L_27;
|
|
L_27 = VirtualFuncInvoker0< bool >::Invoke(14, L_26);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_24, _stringLiteralD9E9F97F4B6286A1393F651B9AA5CA3FA68AEA47, L_27, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:828>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_28 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_29 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____CoCParams;
|
|
float L_30 = V_4;
|
|
float L_31 = V_5;
|
|
float L_32 = V_6;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_33), L_30, L_31, L_32, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_34;
|
|
L_34 = Vector4_op_Implicit_m2ECA73F345A7AD84144133E9E51657204002B12D_inline(L_33, NULL);
|
|
NullCheck(L_28);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_28, L_29, L_34, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:830>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_35 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_FullCoCTexture);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_36 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_37;
|
|
L_37 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_36, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_38 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_39;
|
|
L_39 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_38, NULL);
|
|
int32_t L_40 = __this->___m_GaussianCoCFormat;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_41;
|
|
L_41 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_37, L_39, L_40, 0, NULL);
|
|
V_8 = L_41;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_42;
|
|
L_42 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_35, (&V_8), 1, 1, 1, (0.0f), _stringLiteral817B818885135BEF736D2338DB6B5420E379E536, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:831>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_43 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_HalfCoCTexture);
|
|
int32_t L_44 = V_2;
|
|
int32_t L_45 = V_3;
|
|
int32_t L_46 = __this->___m_GaussianCoCFormat;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_47;
|
|
L_47 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_44, L_45, L_46, 0, NULL);
|
|
V_8 = L_47;
|
|
bool L_48;
|
|
L_48 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_43, (&V_8), 1, 1, 1, (0.0f), _stringLiteral3F839ECBA8AC470BFFE9349EECF4319425E9777E, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:832>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_49 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_PingTexture);
|
|
int32_t L_50 = V_2;
|
|
int32_t L_51 = V_3;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_52;
|
|
L_52 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_50, L_51, ((int32_t)48), 0, NULL);
|
|
V_8 = L_52;
|
|
bool L_53;
|
|
L_53 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_49, (&V_8), 1, 1, 1, (0.0f), _stringLiteralE078582BB0F722460DE31693A931059066547B83, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:833>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_54 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_PongTexture);
|
|
int32_t L_55 = V_2;
|
|
int32_t L_56 = V_3;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_57;
|
|
L_57 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_55, L_56, ((int32_t)48), 0, NULL);
|
|
V_8 = L_57;
|
|
bool L_58;
|
|
L_58 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_54, (&V_8), 1, 1, 1, (0.0f), _stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:835>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_59 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_60 = __this->___m_FullCoCTexture;
|
|
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_59, L_60, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:836>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_61 = ___0_cmd;
|
|
int32_t L_62 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____DownSampleScaleFactor;
|
|
int32_t L_63 = V_0;
|
|
int32_t L_64 = V_0;
|
|
int32_t L_65 = V_0;
|
|
int32_t L_66 = V_0;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_67;
|
|
memset((&L_67), 0, sizeof(L_67));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_67), ((float)((1.0f)/((float)L_63))), ((float)((1.0f)/((float)L_64))), ((float)L_65), ((float)L_66), NULL);
|
|
NullCheck(L_61);
|
|
CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_61, L_62, L_67, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:839>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_68 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_69 = ___1_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_70 = __this->___m_FullCoCTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_71 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_68, L_69, L_70, 2, 0, L_71, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:842>
|
|
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_72 = __this->___m_MRT2;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_73 = __this->___m_HalfCoCTexture;
|
|
NullCheck(L_73);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_74;
|
|
L_74 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_73, NULL);
|
|
NullCheck(L_72);
|
|
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(0), (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B)L_74);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:843>
|
|
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_75 = __this->___m_MRT2;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_76 = __this->___m_PingTexture;
|
|
NullCheck(L_76);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_77;
|
|
L_77 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_76, NULL);
|
|
NullCheck(L_75);
|
|
(L_75)->SetAt(static_cast<il2cpp_array_size_t>(1), (RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B)L_77);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:845>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_78 = ___0_cmd;
|
|
int32_t L_79 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullCoCTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_80 = __this->___m_FullCoCTexture;
|
|
NullCheck(L_80);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_81;
|
|
L_81 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_80, NULL);
|
|
NullCheck(L_78);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_78, L_79, L_81, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:846>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_82 = ___0_cmd;
|
|
RenderTargetIdentifierU5BU5D_t179798C153B7CE381B41C57863F98CB24023C4CE* L_83 = __this->___m_MRT2;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_84 = __this->___m_HalfCoCTexture;
|
|
CoreUtils_SetRenderTarget_m15C7543529D1F2137686A7BCF7CF18DF3B4BD443(L_82, L_83, L_84, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:847>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_85 = ___1_source;
|
|
NullCheck(L_85);
|
|
bool L_86;
|
|
L_86 = RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline(L_85, NULL);
|
|
if (L_86)
|
|
{
|
|
goto IL_0223;
|
|
}
|
|
}
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_87;
|
|
L_87 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
|
|
G_B3_0 = L_87;
|
|
goto IL_0248;
|
|
}
|
|
|
|
IL_0223:
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_88 = ___1_source;
|
|
NullCheck(L_88);
|
|
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_89;
|
|
L_89 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_88, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_90 = L_89.___rtHandleScale;
|
|
float L_91 = L_90.___x;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_92 = ___1_source;
|
|
NullCheck(L_92);
|
|
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 L_93;
|
|
L_93 = RTHandle_get_rtHandleProperties_mDD6241F72089E7DCED00F386D771140C9D9BB38D(L_92, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_94 = L_93.___rtHandleScale;
|
|
float L_95 = L_94.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_96;
|
|
memset((&L_96), 0, sizeof(L_96));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_96), L_91, L_95, NULL);
|
|
G_B3_0 = L_96;
|
|
}
|
|
|
|
IL_0248:
|
|
{
|
|
V_7 = G_B3_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:848>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_97 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_98 = ___1_source;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_99 = V_7;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_100;
|
|
L_100 = Vector4_op_Implicit_mB193CD8DA20DEB9E9F95CFEB5A2B1B9B3B7ECFEB_inline(L_99, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_101 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitTexture_m21015F24382F8A20B9FC10DB85B8FCE7BEAE8C63(L_97, L_98, L_100, L_101, 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:851>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_102 = ___0_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_103 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____HalfCoCTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_104 = __this->___m_HalfCoCTexture;
|
|
NullCheck(L_104);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_105;
|
|
L_105 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_104, NULL);
|
|
NullCheck(L_102);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_102, L_103, L_105, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:852>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_106 = ___0_cmd;
|
|
int32_t L_107 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____ColorTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_108 = ___1_source;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_109;
|
|
L_109 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_108, NULL);
|
|
NullCheck(L_106);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_106, L_107, L_109, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:853>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_110 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_111 = __this->___m_PingTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_112 = __this->___m_PongTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_113 = V_1;
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_110, L_111, L_112, 2, 0, L_113, 2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:854>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_114 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_115 = __this->___m_PongTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_116 = __this->___m_PingTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_117 = V_1;
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_114, L_115, L_116, 2, 0, L_117, 3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:857>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_118 = ___0_cmd;
|
|
int32_t L_119 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____ColorTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_120 = __this->___m_PingTexture;
|
|
NullCheck(L_120);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_121;
|
|
L_121 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_120, NULL);
|
|
NullCheck(L_118);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_118, L_119, L_121, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:858>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_122 = ___0_cmd;
|
|
int32_t L_123 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullCoCTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_124 = __this->___m_FullCoCTexture;
|
|
NullCheck(L_124);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_125;
|
|
L_125 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_124, NULL);
|
|
NullCheck(L_122);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_122, L_123, L_125, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:859>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_126 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_127 = ___1_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_128 = ___2_destination;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_129 = V_1;
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_126, L_127, L_128, 2, 0, L_129, 4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:860>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34060
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_PrepareBokehKernel_m4F8BFFE42B75074B06529F97E66E9F6186C2A6BC (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, float ___0_maxRadius, float ___1_rcpAspect, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
int32_t V_4 = 0;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
float V_9 = 0.0f;
|
|
float V_10 = 0.0f;
|
|
float V_11 = 0.0f;
|
|
float V_12 = 0.0f;
|
|
float V_13 = 0.0f;
|
|
float V_14 = 0.0f;
|
|
float V_15 = 0.0f;
|
|
float V_16 = 0.0f;
|
|
float V_17 = 0.0f;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:868>
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_0 = __this->___m_BokehKernel;
|
|
if (L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:869>
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_1 = (Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD*)SZArrayNew(Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD_il2cpp_TypeInfo_var, (uint32_t)((int32_t)42));
|
|
__this->___m_BokehKernel = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BokehKernel), (void*)L_1);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:872>
|
|
V_0 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:873>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_2 = __this->___m_DepthOfField;
|
|
NullCheck(L_2);
|
|
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_3 = L_2->___bladeCount;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_3);
|
|
V_1 = ((float)L_4);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:874>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_5 = __this->___m_DepthOfField;
|
|
NullCheck(L_5);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_6 = L_5->___bladeCurvature;
|
|
NullCheck(L_6);
|
|
float L_7;
|
|
L_7 = VirtualFuncInvoker0< float >::Invoke(14, L_6);
|
|
V_2 = ((float)il2cpp_codegen_subtract((1.0f), L_7));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:875>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_8 = __this->___m_DepthOfField;
|
|
NullCheck(L_8);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_9 = L_8->___bladeRotation;
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = VirtualFuncInvoker0< float >::Invoke(14, L_9);
|
|
V_3 = ((float)il2cpp_codegen_multiply(L_10, (0.0174532924f)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:879>
|
|
V_4 = 1;
|
|
goto IL_0146;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:881>
|
|
V_5 = (0.142857149f);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:882>
|
|
int32_t L_11 = V_4;
|
|
float L_12 = V_5;
|
|
float L_13 = V_5;
|
|
V_6 = ((float)(((float)il2cpp_codegen_add(((float)L_11), L_12))/((float)il2cpp_codegen_add((3.0f), L_13))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:883>
|
|
int32_t L_14 = V_4;
|
|
V_7 = ((int32_t)il2cpp_codegen_multiply(L_14, 7));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:885>
|
|
V_8 = 0;
|
|
goto IL_0137;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:888>
|
|
int32_t L_15 = V_8;
|
|
int32_t L_16 = V_7;
|
|
V_9 = ((float)(((float)il2cpp_codegen_multiply((6.28318548f), ((float)L_15)))/((float)L_16)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:892>
|
|
float L_17 = V_1;
|
|
float L_18;
|
|
L_18 = cosf(((float)((3.14159274f)/L_17)));
|
|
V_10 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:893>
|
|
float L_19 = V_9;
|
|
float L_20 = V_1;
|
|
float L_21 = V_1;
|
|
float L_22 = V_9;
|
|
float L_23;
|
|
L_23 = floorf(((float)(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_21, L_22)), (3.14159274f)))/(6.28318548f))));
|
|
float L_24;
|
|
L_24 = cosf(((float)il2cpp_codegen_subtract(L_19, ((float)il2cpp_codegen_multiply(((float)((6.28318548f)/L_20)), L_23)))));
|
|
V_11 = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:894>
|
|
float L_25 = V_6;
|
|
float L_26 = V_10;
|
|
float L_27 = V_11;
|
|
float L_28 = V_2;
|
|
float L_29;
|
|
L_29 = powf(((float)(L_26/L_27)), L_28);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:895>
|
|
float L_30 = ((float)il2cpp_codegen_multiply(L_25, L_29));
|
|
float L_31 = V_9;
|
|
float L_32 = V_3;
|
|
float L_33;
|
|
L_33 = cosf(((float)il2cpp_codegen_subtract(L_31, L_32)));
|
|
V_12 = ((float)il2cpp_codegen_multiply(L_30, L_33));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:896>
|
|
float L_34 = V_9;
|
|
float L_35 = V_3;
|
|
float L_36;
|
|
L_36 = sinf(((float)il2cpp_codegen_subtract(L_34, L_35)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:898>
|
|
float L_37 = V_12;
|
|
float L_38 = ___0_maxRadius;
|
|
V_13 = ((float)il2cpp_codegen_multiply(L_37, L_38));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:899>
|
|
float L_39 = ___0_maxRadius;
|
|
V_14 = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_30, L_36)), L_39));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:900>
|
|
float L_40 = V_13;
|
|
float L_41 = V_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:901>
|
|
float L_42 = V_14;
|
|
float L_43 = V_14;
|
|
V_15 = ((float)il2cpp_codegen_multiply(L_42, L_43));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:902>
|
|
float L_44 = V_15;
|
|
float L_45;
|
|
L_45 = sqrtf(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_40, L_41)), L_44)));
|
|
V_16 = L_45;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:903>
|
|
float L_46 = V_13;
|
|
float L_47 = ___1_rcpAspect;
|
|
V_17 = ((float)il2cpp_codegen_multiply(L_46, L_47));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:905>
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_48 = __this->___m_BokehKernel;
|
|
int32_t L_49 = V_0;
|
|
float L_50 = V_13;
|
|
float L_51 = V_14;
|
|
float L_52 = V_16;
|
|
float L_53 = V_17;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_54;
|
|
memset((&L_54), 0, sizeof(L_54));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_54), L_50, L_51, L_52, L_53, NULL);
|
|
NullCheck(L_48);
|
|
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(L_49), (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3)L_54);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:906>
|
|
int32_t L_55 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_55, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:885>
|
|
int32_t L_56 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:885>
|
|
int32_t L_57 = V_8;
|
|
int32_t L_58 = V_7;
|
|
if ((((int32_t)L_57) < ((int32_t)L_58)))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:879>
|
|
int32_t L_59 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_59, 1));
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:879>
|
|
int32_t L_60 = V_4;
|
|
if ((((int32_t)L_60) < ((int32_t)4)))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:909>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34061
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PostProcessPass_GetMaxBokehRadiusInPixels_m0E7D6B59C1CCF11E8108CC14B49AD72A9CDBFF02 (float ___0_viewportHeight, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:916>
|
|
float L_0 = ___0_viewportHeight;
|
|
float L_1;
|
|
L_1 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline((0.0500000007f), ((float)((14.0f)/L_0)), NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 34062
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoBokehDepthOfField_m6B86DCDB63DF00102CFD32CD6EACE4A342028314 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___3_pixelRect, bool ___4_enableAlphaOutput, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral817B818885135BEF736D2338DB6B5420E379E536);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE078582BB0F722460DE31693A931059066547B83);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
int32_t V_9 = 0;
|
|
float V_10 = 0.0f;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:921>
|
|
V_0 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:922>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_0 = __this->___m_Materials;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___bokehDepthOfField;
|
|
V_1 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:923>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_2 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_3;
|
|
L_3 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_2, NULL);
|
|
int32_t L_4 = V_0;
|
|
V_2 = ((int32_t)(L_3/L_4));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:924>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_5 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_6;
|
|
L_6 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_5, NULL);
|
|
int32_t L_7 = V_0;
|
|
V_3 = ((int32_t)(L_6/L_7));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:927>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_8 = __this->___m_DepthOfField;
|
|
NullCheck(L_8);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_9 = L_8->___focalLength;
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = VirtualFuncInvoker0< float >::Invoke(14, L_9);
|
|
V_4 = ((float)(L_10/(1000.0f)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:928>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_11 = __this->___m_DepthOfField;
|
|
NullCheck(L_11);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_12 = L_11->___focalLength;
|
|
NullCheck(L_12);
|
|
float L_13;
|
|
L_13 = VirtualFuncInvoker0< float >::Invoke(14, L_12);
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_14 = __this->___m_DepthOfField;
|
|
NullCheck(L_14);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_15 = L_14->___aperture;
|
|
NullCheck(L_15);
|
|
float L_16;
|
|
L_16 = VirtualFuncInvoker0< float >::Invoke(14, L_15);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:929>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_17 = __this->___m_DepthOfField;
|
|
NullCheck(L_17);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_18 = L_17->___focusDistance;
|
|
NullCheck(L_18);
|
|
float L_19;
|
|
L_19 = VirtualFuncInvoker0< float >::Invoke(14, L_18);
|
|
V_5 = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:930>
|
|
float L_20 = V_4;
|
|
float L_21 = V_5;
|
|
float L_22 = V_4;
|
|
V_6 = ((float)(((float)il2cpp_codegen_multiply(((float)(L_13/L_16)), L_20))/((float)il2cpp_codegen_subtract(L_21, L_22))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:931>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_23 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_24;
|
|
L_24 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_23, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
float L_25;
|
|
L_25 = PostProcessPass_GetMaxBokehRadiusInPixels_m0E7D6B59C1CCF11E8108CC14B49AD72A9CDBFF02_inline(((float)L_24), NULL);
|
|
V_7 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:932>
|
|
int32_t L_26 = V_2;
|
|
int32_t L_27 = V_3;
|
|
V_8 = ((float)((1.0f)/((float)(((float)L_26)/((float)L_27)))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:934>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_28 = V_1;
|
|
bool L_29 = ___4_enableAlphaOutput;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_28, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_29, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:935>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_30 = V_1;
|
|
bool L_31 = __this->___m_UseFastSRGBLinearConversion;
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_30, _stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9, L_31, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:936>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_32 = ___0_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_33 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____CoCParams;
|
|
float L_34 = V_5;
|
|
float L_35 = V_6;
|
|
float L_36 = V_7;
|
|
float L_37 = V_8;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_38;
|
|
memset((&L_38), 0, sizeof(L_38));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_38), L_34, L_35, L_36, L_37, NULL);
|
|
NullCheck(L_32);
|
|
CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_32, L_33, L_38, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:939>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_39 = __this->___m_DepthOfField;
|
|
NullCheck(L_39);
|
|
int32_t L_40;
|
|
L_40 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_39);
|
|
V_9 = L_40;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:940>
|
|
int32_t L_41 = V_9;
|
|
int32_t L_42 = __this->___m_BokehHash;
|
|
if ((!(((uint32_t)L_41) == ((uint32_t)L_42))))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
float L_43 = V_7;
|
|
float L_44 = __this->___m_BokehMaxRadius;
|
|
if ((!(((float)L_43) == ((float)L_44))))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
float L_45 = V_8;
|
|
float L_46 = __this->___m_BokehRCPAspect;
|
|
if ((((float)L_45) == ((float)L_46)))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:942>
|
|
int32_t L_47 = V_9;
|
|
__this->___m_BokehHash = L_47;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:943>
|
|
float L_48 = V_7;
|
|
__this->___m_BokehMaxRadius = L_48;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:944>
|
|
float L_49 = V_8;
|
|
__this->___m_BokehRCPAspect = L_49;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:945>
|
|
float L_50 = V_7;
|
|
float L_51 = V_8;
|
|
PostProcessPass_PrepareBokehKernel_m4F8BFFE42B75074B06529F97E66E9F6186C2A6BC(__this, L_50, L_51, NULL);
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:948>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_52 = ___0_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_53 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BokehKernel;
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_54 = __this->___m_BokehKernel;
|
|
NullCheck(L_52);
|
|
CommandBuffer_SetGlobalVectorArray_m8CC41D9A9A5E2D5EF192D0852E97829DEA07A217(L_52, L_53, L_54, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:950>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_55 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_FullCoCTexture);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_56 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_57;
|
|
L_57 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_56, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_58 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_59;
|
|
L_59 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_58, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_60;
|
|
L_60 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_57, L_59, 5, 0, NULL);
|
|
V_11 = L_60;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_61;
|
|
L_61 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_55, (&V_11), 1, 1, 1, (0.0f), _stringLiteral817B818885135BEF736D2338DB6B5420E379E536, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:951>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_62 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_PingTexture);
|
|
int32_t L_63 = V_2;
|
|
int32_t L_64 = V_3;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_65;
|
|
L_65 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_63, L_64, ((int32_t)48), 0, NULL);
|
|
V_11 = L_65;
|
|
bool L_66;
|
|
L_66 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_62, (&V_11), 1, 1, 1, (0.0f), _stringLiteralE078582BB0F722460DE31693A931059066547B83, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:952>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_67 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_PongTexture);
|
|
int32_t L_68 = V_2;
|
|
int32_t L_69 = V_3;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_70;
|
|
L_70 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_68, L_69, ((int32_t)48), 0, NULL);
|
|
V_11 = L_70;
|
|
bool L_71;
|
|
L_71 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_67, (&V_11), 1, 1, 1, (0.0f), _stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:954>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_72 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_73 = __this->___m_FullCoCTexture;
|
|
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_72, L_73, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:955>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_74 = ___0_cmd;
|
|
int32_t L_75 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____DownSampleScaleFactor;
|
|
int32_t L_76 = V_0;
|
|
int32_t L_77 = V_0;
|
|
int32_t L_78 = V_0;
|
|
int32_t L_79 = V_0;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_80;
|
|
memset((&L_80), 0, sizeof(L_80));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_80), ((float)((1.0f)/((float)L_76))), ((float)((1.0f)/((float)L_77))), ((float)L_78), ((float)L_79), NULL);
|
|
NullCheck(L_74);
|
|
CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_74, L_75, L_80, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:956>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_81 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_82;
|
|
L_82 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_81, NULL);
|
|
int32_t L_83 = V_0;
|
|
V_10 = ((float)il2cpp_codegen_multiply(((float)((1.0f)/((float)L_82))), ((float)L_83)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:957>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_84 = ___0_cmd;
|
|
int32_t L_85 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BokehConstants;
|
|
float L_86 = V_10;
|
|
float L_87 = V_10;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_88;
|
|
memset((&L_88), 0, sizeof(L_88));
|
|
Vector4__ctor_m1FD55F67090B321AC9488CA325A72E454E6BCA37_inline((&L_88), L_86, ((float)il2cpp_codegen_multiply(L_87, (2.0f))), NULL);
|
|
NullCheck(L_84);
|
|
CommandBuffer_SetGlobalVector_mBE497AA5F5C9E71A3F353BA1BDB97D8AC4B75FDA(L_84, L_85, L_88, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:960>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_89 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_90 = ___1_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_91 = __this->___m_FullCoCTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_92 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_89, L_90, L_91, 2, 0, L_92, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:961>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_93 = ___0_cmd;
|
|
int32_t L_94 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullCoCTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_95 = __this->___m_FullCoCTexture;
|
|
NullCheck(L_95);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_96;
|
|
L_96 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_95, NULL);
|
|
NullCheck(L_93);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_93, L_94, L_96, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:964>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_97 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_98 = ___1_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_99 = __this->___m_PingTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_100 = V_1;
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_97, L_98, L_99, 2, 0, L_100, 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:967>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_101 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_102 = __this->___m_PingTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_103 = __this->___m_PongTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_104 = V_1;
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_101, L_102, L_103, 2, 0, L_104, 2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:970>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_105 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_106 = __this->___m_PongTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_107 = __this->___m_PingTexture;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_108 = V_1;
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_105, L_106, L_107, 2, 0, L_108, 3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:973>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_109 = ___0_cmd;
|
|
int32_t L_110 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____DofTexture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_111 = __this->___m_PingTexture;
|
|
NullCheck(L_111);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_112;
|
|
L_112 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_111, NULL);
|
|
NullCheck(L_109);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_109, L_110, L_112, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:974>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_113 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_114 = ___1_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_115 = ___2_destination;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_116 = V_1;
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_113, L_114, L_115, 2, 0, L_116, 4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:975>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34063
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PostProcessPass_GetLensFlareLightAttenuation_m6356423CA7C5B0BF291EF78487BB234B463AFBF0 (Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* ___0_light, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_cam, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___2_wo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:984>
|
|
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_0 = ___0_light;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:986>
|
|
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_2 = ___0_light;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = Light_get_type_m0D12CD1E54E010DC401F7371731D593DEF62D1C7(L_2, NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = V_0;
|
|
switch (L_4)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:989>
|
|
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_5 = ___0_light;
|
|
NullCheck(L_5);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
|
|
L_6 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_5, NULL);
|
|
NullCheck(L_6);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_6, NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_8 = ___1_cam;
|
|
NullCheck(L_8);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
|
|
L_9 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_8, NULL);
|
|
NullCheck(L_9);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10;
|
|
L_10 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
float L_11;
|
|
L_11 = LensFlareCommonSRP_ShapeAttenuationDirLight_m8D55129898412D0D60A6827F4BF3C7B2E20465E6(L_7, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:991>
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
float L_12;
|
|
L_12 = LensFlareCommonSRP_ShapeAttenuationPointLight_m4150B52B763097665D45A6705BA6C6C5422451D6(NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:993>
|
|
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_13 = ___0_light;
|
|
NullCheck(L_13);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
|
|
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_13, NULL);
|
|
NullCheck(L_14);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = Transform_get_forward_mFCFACF7165FDAB21E80E384C494DF278386CEE2F(L_14, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16 = ___2_wo;
|
|
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_17 = ___0_light;
|
|
NullCheck(L_17);
|
|
float L_18;
|
|
L_18 = Light_get_spotAngle_m28B2CD7ADE25422693E7B1FA23E8615E9D7098FC(L_17, NULL);
|
|
Light_t1E68479B7782AF2050FAA02A5DC612FD034F18F3* L_19 = ___0_light;
|
|
NullCheck(L_19);
|
|
float L_20;
|
|
L_20 = Light_get_innerSpotAngle_mFDCE5C31ABF638A8B515F5088F12225D23D3406C(L_19, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
float L_21;
|
|
L_21 = LensFlareCommonSRP_ShapeAttenuationSpotConeLight_m5A146E8B6D38C860F5B0C5D40E337EEF3F054296(L_15, L_16, L_18, ((float)(L_20/(180.0f))), NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:995>
|
|
return (1.0f);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:999>
|
|
return (1.0f);
|
|
}
|
|
}
|
|
// Method Definition Index: 34064
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_LensFlareDataDrivenComputeOcclusion_mB22995099507DC60B4D95725E095F1D1C6B6DC37 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___0_cameraData, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___2_source, bool ___3_usePanini, float ___4_paniniDistance, float ___5_paniniCropToFit, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_0 = NULL;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1004>
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = LensFlareCommonSRP_IsOcclusionRTCompatible_m619A837237673491D07FB9050A274C8ACBE4A80D(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1005>
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1007>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_1 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_1);
|
|
NullCheck(L_2);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = L_2->___camera;
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1013>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_4 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_4);
|
|
NullCheck(L_5);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_6;
|
|
L_6 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_5, NULL);
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1015>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_8 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_9 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_8);
|
|
NullCheck(L_9);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_10;
|
|
L_10 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_9, NULL);
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1017>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_12 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_13 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_12);
|
|
NullCheck(L_13);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14;
|
|
L_14 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_13, 0, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_15;
|
|
L_15 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_14, (bool)1, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_16 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_16);
|
|
NullCheck(L_17);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18;
|
|
L_18 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_17, 0, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_19;
|
|
L_19 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_15, L_18, NULL);
|
|
V_1 = L_19;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1022>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_21;
|
|
L_21 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_20, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22;
|
|
L_22 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_21, (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1023>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_24;
|
|
L_24 = Camera_get_worldToCameraMatrix_m48E324BD76706A316A1701EFC6A3DEC7DFB2FF40(L_23, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_25;
|
|
L_25 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_22, L_24, NULL);
|
|
V_1 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1024>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_26 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_27 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_26);
|
|
NullCheck(L_27);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_28;
|
|
L_28 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_27, NULL);
|
|
NullCheck(L_28);
|
|
int32_t L_29;
|
|
L_29 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_28, NULL);
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1029>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_30 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_31 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_30);
|
|
NullCheck(L_31);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_32;
|
|
L_32 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_31, 0, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_33;
|
|
L_33 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_32, (bool)1, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_34 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_35 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_34);
|
|
NullCheck(L_35);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_36;
|
|
L_36 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_35, 0, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_37;
|
|
L_37 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_33, L_36, NULL);
|
|
V_1 = L_37;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1038>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_38 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39 = __this->___m_Depth;
|
|
NullCheck(L_39);
|
|
String_t* L_40;
|
|
L_40 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_39, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_41 = __this->___m_Depth;
|
|
NullCheck(L_41);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_42;
|
|
L_42 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_41, NULL);
|
|
NullCheck(L_38);
|
|
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_38, L_40, L_42, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1040>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1041>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1042>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1043>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1044>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1045>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1046>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1047>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_43 = __this->___m_Materials;
|
|
NullCheck(L_43);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_44 = L_43->___lensFlareDataDriven;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_45 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_46 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_47 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_46);
|
|
NullCheck(L_47);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_48;
|
|
L_48 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_47, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_49 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_50 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_49);
|
|
NullCheck(L_50);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_51;
|
|
L_51 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_50, NULL);
|
|
NullCheck(L_51);
|
|
int32_t L_52;
|
|
L_52 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_51, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_53 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_54;
|
|
L_54 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_53, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_55 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_56;
|
|
L_56 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_55, NULL);
|
|
bool L_57 = ___3_usePanini;
|
|
float L_58 = ___4_paniniDistance;
|
|
float L_59 = ___5_paniniCropToFit;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_60 = V_0;
|
|
NullCheck(L_60);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_61;
|
|
L_61 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_60, NULL);
|
|
NullCheck(L_61);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_62;
|
|
L_62 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_61, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_63 = V_1;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_64 = ___1_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
LensFlareCommonSRP_ComputeOcclusion_m4BEAF383C835312E55F5A8D23EFD47EE863D575F(L_44, L_45, L_48, L_52, ((float)L_54), ((float)L_56), L_57, L_58, L_59, (bool)1, L_62, L_63, L_64, (bool)0, (bool)0, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1050>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_65 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_66 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_65);
|
|
NullCheck(L_66);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_67;
|
|
L_67 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_66, NULL);
|
|
NullCheck(L_67);
|
|
bool L_68;
|
|
L_68 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_67, NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_69 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_70 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_69);
|
|
NullCheck(L_70);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_71;
|
|
L_71 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_70, NULL);
|
|
NullCheck(L_71);
|
|
bool L_72;
|
|
L_72 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_71, NULL);
|
|
if (!L_72)
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1052>
|
|
V_2 = 1;
|
|
goto IL_01ab;
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1054>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_73 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_74 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_73);
|
|
int32_t L_75 = V_2;
|
|
NullCheck(L_74);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_76;
|
|
L_76 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_74, L_75, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_77;
|
|
L_77 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_76, (bool)1, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_78 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_79 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_78);
|
|
int32_t L_80 = V_2;
|
|
NullCheck(L_79);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_81;
|
|
L_81 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_79, L_80, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_82;
|
|
L_82 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_77, L_81, NULL);
|
|
V_3 = L_82;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1056>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_83 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_84 = __this->___m_Depth;
|
|
NullCheck(L_84);
|
|
String_t* L_85;
|
|
L_85 = RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline(L_84, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_86 = __this->___m_Depth;
|
|
NullCheck(L_86);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_87;
|
|
L_87 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_86, NULL);
|
|
NullCheck(L_83);
|
|
CommandBuffer_SetGlobalTexture_mD6F1CC7E87FA88B5838D5EDAFBA602EF94FE1F69(L_83, L_85, L_87, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1059>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1060>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1061>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1062>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1063>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1064>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1065>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1066>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_88 = __this->___m_Materials;
|
|
NullCheck(L_88);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_89 = L_88->___lensFlareDataDriven;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_90 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_91 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_92 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_91);
|
|
NullCheck(L_92);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_93;
|
|
L_93 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_92, NULL);
|
|
int32_t L_94 = V_2;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_95 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_96;
|
|
L_96 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_95, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_97 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_98;
|
|
L_98 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_97, NULL);
|
|
bool L_99 = ___3_usePanini;
|
|
float L_100 = ___4_paniniDistance;
|
|
float L_101 = ___5_paniniCropToFit;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_102 = V_0;
|
|
NullCheck(L_102);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_103;
|
|
L_103 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_102, NULL);
|
|
NullCheck(L_103);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_104;
|
|
L_104 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_103, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_105 = V_3;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_106 = ___1_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
LensFlareCommonSRP_ComputeOcclusion_m4BEAF383C835312E55F5A8D23EFD47EE863D575F(L_89, L_90, L_93, L_94, ((float)L_96), ((float)L_98), L_99, L_100, L_101, (bool)1, L_104, L_105, L_106, (bool)0, (bool)0, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1052>
|
|
int32_t L_107 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_107, 1));
|
|
}
|
|
|
|
IL_01ab:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1052>
|
|
int32_t L_108 = V_2;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_109 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_110 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_109);
|
|
NullCheck(L_110);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_111;
|
|
L_111 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_110, NULL);
|
|
NullCheck(L_111);
|
|
int32_t L_112;
|
|
L_112 = XRPass_get_viewCount_m0D9E6A5AEA60C52EAA3B211DDE1BEA734318A35D(L_111, NULL);
|
|
if ((((int32_t)L_108) < ((int32_t)L_112)))
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
|
|
IL_01bd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1070>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34065
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_LensFlareDataDriven_m822AF96B0CBBD2C6EC974E39DEB2A72153ED6FA7 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** ___0_cameraData, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___2_source, bool ___3_usePanini, float ___4_paniniDistance, float ___5_paniniCropToFit, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CLensFlareDataDrivenU3Eb__100_0_m7F3F59C7931FD5DDB501F884670CF4D8622F07F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CLensFlareDataDrivenU3Eb__100_1_mB3124A887D0D414D7C473FB72F706372F1F8943C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_0 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* G_B5_0 = NULL;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B5_1;
|
|
memset((&G_B5_1), 0, sizeof(G_B5_1));
|
|
RuntimeObject* G_B5_2 = NULL;
|
|
RuntimeObject* G_B5_3 = NULL;
|
|
int32_t G_B5_4 = 0;
|
|
int32_t G_B5_5 = 0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B5_6 = NULL;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 G_B5_7;
|
|
memset((&G_B5_7), 0, sizeof(G_B5_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B5_8;
|
|
memset((&G_B5_8), 0, sizeof(G_B5_8));
|
|
int32_t G_B5_9 = 0;
|
|
float G_B5_10 = 0.0f;
|
|
float G_B5_11 = 0.0f;
|
|
bool G_B5_12 = false;
|
|
float G_B5_13 = 0.0f;
|
|
float G_B5_14 = 0.0f;
|
|
int32_t G_B5_15 = 0;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* G_B5_16 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B5_17;
|
|
memset((&G_B5_17), 0, sizeof(G_B5_17));
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* G_B5_18 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B5_19 = NULL;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* G_B4_0 = NULL;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B4_1;
|
|
memset((&G_B4_1), 0, sizeof(G_B4_1));
|
|
RuntimeObject* G_B4_2 = NULL;
|
|
RuntimeObject* G_B4_3 = NULL;
|
|
int32_t G_B4_4 = 0;
|
|
int32_t G_B4_5 = 0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B4_6 = NULL;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 G_B4_7;
|
|
memset((&G_B4_7), 0, sizeof(G_B4_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B4_8;
|
|
memset((&G_B4_8), 0, sizeof(G_B4_8));
|
|
int32_t G_B4_9 = 0;
|
|
float G_B4_10 = 0.0f;
|
|
float G_B4_11 = 0.0f;
|
|
bool G_B4_12 = false;
|
|
float G_B4_13 = 0.0f;
|
|
float G_B4_14 = 0.0f;
|
|
int32_t G_B4_15 = 0;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* G_B4_16 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B4_17;
|
|
memset((&G_B4_17), 0, sizeof(G_B4_17));
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* G_B4_18 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B4_19 = NULL;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* G_B9_0 = NULL;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B9_1;
|
|
memset((&G_B9_1), 0, sizeof(G_B9_1));
|
|
RuntimeObject* G_B9_2 = NULL;
|
|
RuntimeObject* G_B9_3 = NULL;
|
|
int32_t G_B9_4 = 0;
|
|
int32_t G_B9_5 = 0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B9_6 = NULL;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 G_B9_7;
|
|
memset((&G_B9_7), 0, sizeof(G_B9_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B9_8;
|
|
memset((&G_B9_8), 0, sizeof(G_B9_8));
|
|
int32_t G_B9_9 = 0;
|
|
float G_B9_10 = 0.0f;
|
|
float G_B9_11 = 0.0f;
|
|
bool G_B9_12 = false;
|
|
float G_B9_13 = 0.0f;
|
|
float G_B9_14 = 0.0f;
|
|
int32_t G_B9_15 = 0;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* G_B9_16 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B9_17;
|
|
memset((&G_B9_17), 0, sizeof(G_B9_17));
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* G_B9_18 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B9_19 = NULL;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* G_B8_0 = NULL;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B G_B8_1;
|
|
memset((&G_B8_1), 0, sizeof(G_B8_1));
|
|
RuntimeObject* G_B8_2 = NULL;
|
|
RuntimeObject* G_B8_3 = NULL;
|
|
int32_t G_B8_4 = 0;
|
|
int32_t G_B8_5 = 0;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* G_B8_6 = NULL;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 G_B8_7;
|
|
memset((&G_B8_7), 0, sizeof(G_B8_7));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B8_8;
|
|
memset((&G_B8_8), 0, sizeof(G_B8_8));
|
|
int32_t G_B8_9 = 0;
|
|
float G_B8_10 = 0.0f;
|
|
float G_B8_11 = 0.0f;
|
|
bool G_B8_12 = false;
|
|
float G_B8_13 = 0.0f;
|
|
float G_B8_14 = 0.0f;
|
|
int32_t G_B8_15 = 0;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* G_B8_16 = NULL;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D G_B8_17;
|
|
memset((&G_B8_17), 0, sizeof(G_B8_17));
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* G_B8_18 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B8_19 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1074>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_0 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_0);
|
|
NullCheck(L_1);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = L_1->___camera;
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1075>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
|
|
L_3 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_5;
|
|
L_5 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_4, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_7;
|
|
L_7 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_6, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)L_5), ((float)L_7), NULL);
|
|
Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675_inline((&V_1), L_3, L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1079>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1080>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_9 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_10 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_9);
|
|
NullCheck(L_10);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_11;
|
|
L_11 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_10, NULL);
|
|
NullCheck(L_11);
|
|
bool L_12;
|
|
L_12 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_13 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_13);
|
|
NullCheck(L_14);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_15;
|
|
L_15 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_14, NULL);
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_17 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_18 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_17);
|
|
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_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1083>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22;
|
|
L_22 = Camera_get_projectionMatrix_m9B943EFDD6418528A055321E14F75F1511DD9B4A(L_21, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_23;
|
|
L_23 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_22, (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1084>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_25;
|
|
L_25 = Camera_get_worldToCameraMatrix_m48E324BD76706A316A1701EFC6A3DEC7DFB2FF40(L_24, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_26;
|
|
L_26 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_23, L_25, NULL);
|
|
V_2 = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1086>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1087>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1088>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1089>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1090>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1091>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1092>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1093>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1094>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1095>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1096>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_27 = __this->___m_Materials;
|
|
NullCheck(L_27);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_28 = L_27->___lensFlareDataDriven;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_29 = V_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_30 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_31 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_32 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_31);
|
|
NullCheck(L_32);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_33;
|
|
L_33 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_32, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_34 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_35 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_34);
|
|
NullCheck(L_35);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_36;
|
|
L_36 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_35, NULL);
|
|
NullCheck(L_36);
|
|
int32_t L_37;
|
|
L_37 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_36, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_38 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_39;
|
|
L_39 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_38, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_40 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_41;
|
|
L_41 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_40, NULL);
|
|
bool L_42 = ___3_usePanini;
|
|
float L_43 = ___4_paniniDistance;
|
|
float L_44 = ___5_paniniCropToFit;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_45 = V_0;
|
|
NullCheck(L_45);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_46;
|
|
L_46 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_45, NULL);
|
|
NullCheck(L_46);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_47;
|
|
L_47 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_46, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_48 = V_2;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_49 = ___1_cmd;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_50 = ___2_source;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_51 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__100_0;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_52 = L_51;
|
|
if (L_52)
|
|
{
|
|
G_B5_0 = L_52;
|
|
G_B5_1 = L_50;
|
|
G_B5_2 = NULL;
|
|
G_B5_3 = NULL;
|
|
G_B5_4 = 0;
|
|
G_B5_5 = 0;
|
|
G_B5_6 = L_49;
|
|
G_B5_7 = L_48;
|
|
G_B5_8 = L_47;
|
|
G_B5_9 = 1;
|
|
G_B5_10 = L_44;
|
|
G_B5_11 = L_43;
|
|
G_B5_12 = L_42;
|
|
G_B5_13 = ((float)L_41);
|
|
G_B5_14 = ((float)L_39);
|
|
G_B5_15 = L_37;
|
|
G_B5_16 = L_33;
|
|
G_B5_17 = L_30;
|
|
G_B5_18 = L_29;
|
|
G_B5_19 = L_28;
|
|
goto IL_00e9;
|
|
}
|
|
G_B4_0 = L_52;
|
|
G_B4_1 = L_50;
|
|
G_B4_2 = NULL;
|
|
G_B4_3 = NULL;
|
|
G_B4_4 = 0;
|
|
G_B4_5 = 0;
|
|
G_B4_6 = L_49;
|
|
G_B4_7 = L_48;
|
|
G_B4_8 = L_47;
|
|
G_B4_9 = 1;
|
|
G_B4_10 = L_44;
|
|
G_B4_11 = L_43;
|
|
G_B4_12 = L_42;
|
|
G_B4_13 = ((float)L_41);
|
|
G_B4_14 = ((float)L_39);
|
|
G_B4_15 = L_37;
|
|
G_B4_16 = L_33;
|
|
G_B4_17 = L_30;
|
|
G_B4_18 = L_29;
|
|
G_B4_19 = L_28;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_53 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_54 = (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE*)il2cpp_codegen_object_new(Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE_il2cpp_TypeInfo_var);
|
|
Func_4__ctor_mCB654A521C926308B7947FC97B239C5A7847D677(L_54, L_53, (intptr_t)((void*)U3CU3Ec_U3CLensFlareDataDrivenU3Eb__100_0_m7F3F59C7931FD5DDB501F884670CF4D8622F07F3_RuntimeMethod_var), NULL);
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_55 = L_54;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__100_0 = L_55;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__100_0), (void*)L_55);
|
|
G_B5_0 = L_55;
|
|
G_B5_1 = G_B4_1;
|
|
G_B5_2 = G_B4_2;
|
|
G_B5_3 = G_B4_3;
|
|
G_B5_4 = G_B4_4;
|
|
G_B5_5 = G_B4_5;
|
|
G_B5_6 = G_B4_6;
|
|
G_B5_7 = G_B4_7;
|
|
G_B5_8 = G_B4_8;
|
|
G_B5_9 = G_B4_9;
|
|
G_B5_10 = G_B4_10;
|
|
G_B5_11 = G_B4_11;
|
|
G_B5_12 = G_B4_12;
|
|
G_B5_13 = G_B4_13;
|
|
G_B5_14 = G_B4_14;
|
|
G_B5_15 = G_B4_15;
|
|
G_B5_16 = G_B4_16;
|
|
G_B5_17 = G_B4_17;
|
|
G_B5_18 = G_B4_18;
|
|
G_B5_19 = G_B4_19;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
LensFlareCommonSRP_DoLensFlareDataDrivenCommon_mC741E5354BCA59A6280CAAA4EB8E42A63AB388D2(G_B5_19, G_B5_18, G_B5_17, G_B5_16, G_B5_15, G_B5_14, G_B5_13, G_B5_12, G_B5_11, G_B5_10, (bool)G_B5_9, G_B5_8, G_B5_7, G_B5_6, (bool)G_B5_5, (bool)G_B5_4, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)G_B5_3, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)G_B5_2, G_B5_1, G_B5_0, (bool)0, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1102>
|
|
V_3 = 0;
|
|
goto IL_018f;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1104>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_56 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_57 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_56);
|
|
int32_t L_58 = V_3;
|
|
NullCheck(L_57);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_59;
|
|
L_59 = UniversalCameraData_GetProjectionMatrixNoJitter_m77EAA3AB26520E25ECDFFEEB115B9BA9BFAE6A0B(L_57, L_58, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_60;
|
|
L_60 = GL_GetGPUProjectionMatrix_m3B89D47134C77B9361DB3CDDFFDA276C1373DD2A(L_59, (bool)1, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_61 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_62 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_61);
|
|
int32_t L_63 = V_3;
|
|
NullCheck(L_62);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_64;
|
|
L_64 = UniversalCameraData_GetViewMatrix_mE4676E11126A0A1F10B2425B245CF438A671A21A(L_62, L_63, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_65;
|
|
L_65 = Matrix4x4_op_Multiply_m75E91775655DCA8DFC8EDE0AB787285BB3935162(L_60, L_64, NULL);
|
|
V_4 = L_65;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1106>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1107>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1108>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1109>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1110>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1111>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1112>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1113>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1114>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1115>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1116>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_66 = __this->___m_Materials;
|
|
NullCheck(L_66);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_67 = L_66->___lensFlareDataDriven;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_68 = V_0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_69 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_70 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_71 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_70);
|
|
NullCheck(L_71);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_72;
|
|
L_72 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_71, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_73 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_74 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_73);
|
|
NullCheck(L_74);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_75;
|
|
L_75 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_74, NULL);
|
|
NullCheck(L_75);
|
|
int32_t L_76;
|
|
L_76 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_75, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_77 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_78;
|
|
L_78 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_77, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_79 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_80;
|
|
L_80 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_79, NULL);
|
|
bool L_81 = ___3_usePanini;
|
|
float L_82 = ___4_paniniDistance;
|
|
float L_83 = ___5_paniniCropToFit;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_84 = V_0;
|
|
NullCheck(L_84);
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_85;
|
|
L_85 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_84, NULL);
|
|
NullCheck(L_85);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_86;
|
|
L_86 = Transform_get_position_m69CD5FA214FDAE7BB701552943674846C220FDE1(L_85, NULL);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_87 = V_4;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_88 = ___1_cmd;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_89 = ___2_source;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_90 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__100_1;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_91 = L_90;
|
|
if (L_91)
|
|
{
|
|
G_B9_0 = L_91;
|
|
G_B9_1 = L_89;
|
|
G_B9_2 = NULL;
|
|
G_B9_3 = NULL;
|
|
G_B9_4 = 0;
|
|
G_B9_5 = 0;
|
|
G_B9_6 = L_88;
|
|
G_B9_7 = L_87;
|
|
G_B9_8 = L_86;
|
|
G_B9_9 = 1;
|
|
G_B9_10 = L_83;
|
|
G_B9_11 = L_82;
|
|
G_B9_12 = L_81;
|
|
G_B9_13 = ((float)L_80);
|
|
G_B9_14 = ((float)L_78);
|
|
G_B9_15 = L_76;
|
|
G_B9_16 = L_72;
|
|
G_B9_17 = L_69;
|
|
G_B9_18 = L_68;
|
|
G_B9_19 = L_67;
|
|
goto IL_0185;
|
|
}
|
|
G_B8_0 = L_91;
|
|
G_B8_1 = L_89;
|
|
G_B8_2 = NULL;
|
|
G_B8_3 = NULL;
|
|
G_B8_4 = 0;
|
|
G_B8_5 = 0;
|
|
G_B8_6 = L_88;
|
|
G_B8_7 = L_87;
|
|
G_B8_8 = L_86;
|
|
G_B8_9 = 1;
|
|
G_B8_10 = L_83;
|
|
G_B8_11 = L_82;
|
|
G_B8_12 = L_81;
|
|
G_B8_13 = ((float)L_80);
|
|
G_B8_14 = ((float)L_78);
|
|
G_B8_15 = L_76;
|
|
G_B8_16 = L_72;
|
|
G_B8_17 = L_69;
|
|
G_B8_18 = L_68;
|
|
G_B8_19 = L_67;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_92 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_93 = (Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE*)il2cpp_codegen_object_new(Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE_il2cpp_TypeInfo_var);
|
|
Func_4__ctor_mCB654A521C926308B7947FC97B239C5A7847D677(L_93, L_92, (intptr_t)((void*)U3CU3Ec_U3CLensFlareDataDrivenU3Eb__100_1_mB3124A887D0D414D7C473FB72F706372F1F8943C_RuntimeMethod_var), NULL);
|
|
Func_4_t10E373E09E0663CA58211D9753566AB17B869CFE* L_94 = L_93;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__100_1 = L_94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__100_1), (void*)L_94);
|
|
G_B9_0 = L_94;
|
|
G_B9_1 = G_B8_1;
|
|
G_B9_2 = G_B8_2;
|
|
G_B9_3 = G_B8_3;
|
|
G_B9_4 = G_B8_4;
|
|
G_B9_5 = G_B8_5;
|
|
G_B9_6 = G_B8_6;
|
|
G_B9_7 = G_B8_7;
|
|
G_B9_8 = G_B8_8;
|
|
G_B9_9 = G_B8_9;
|
|
G_B9_10 = G_B8_10;
|
|
G_B9_11 = G_B8_11;
|
|
G_B9_12 = G_B8_12;
|
|
G_B9_13 = G_B8_13;
|
|
G_B9_14 = G_B8_14;
|
|
G_B9_15 = G_B8_15;
|
|
G_B9_16 = G_B8_16;
|
|
G_B9_17 = G_B8_17;
|
|
G_B9_18 = G_B8_18;
|
|
G_B9_19 = G_B8_19;
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
LensFlareCommonSRP_DoLensFlareDataDrivenCommon_mC741E5354BCA59A6280CAAA4EB8E42A63AB388D2(G_B9_19, G_B9_18, G_B9_17, G_B9_16, G_B9_15, G_B9_14, G_B9_13, G_B9_12, G_B9_11, G_B9_10, (bool)G_B9_9, G_B9_8, G_B9_7, G_B9_6, (bool)G_B9_5, (bool)G_B9_4, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)G_B9_3, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)G_B9_2, G_B9_1, G_B9_0, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1102>
|
|
int32_t L_95 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_95, 1));
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1102>
|
|
int32_t L_96 = V_3;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7** L_97 = ___0_cameraData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_98 = *((UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7**)L_97);
|
|
NullCheck(L_98);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_99;
|
|
L_99 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_98, NULL);
|
|
NullCheck(L_99);
|
|
int32_t L_100;
|
|
L_100 = XRPass_get_viewCount_m0D9E6A5AEA60C52EAA3B211DDE1BEA734318A35D(L_99, NULL);
|
|
if ((((int32_t)L_96) < ((int32_t)L_100)))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1120>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34066
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoLensFlareScreenSpace_m5BB757238EDD5ADB7AAA1472986FAD481FEF44EC (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_originalBloomTexture, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___4_screenSpaceLensFlareBloomMipTexture, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87E24F5A1DD90216AD71746E19C03C99E71DD920);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC44D5776F02BAA6F7FB9F2A70BAE3DA1D4EC9CA1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCD8B54FE29DCEC66BD40E56921D4C3327FCF7FC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1128>
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_0 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_0);
|
|
ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D* L_1 = L_0->___resolution;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_1);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1130>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_3 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_4;
|
|
L_4 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_3, NULL);
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, ((int32_t)(L_4/L_5)), NULL);
|
|
V_1 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1131>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_7 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_8;
|
|
L_8 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_7, NULL);
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10;
|
|
L_10 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, ((int32_t)(L_8/L_9)), NULL);
|
|
V_2 = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1132>
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = V_2;
|
|
int32_t L_13 = __this->___m_DefaultColorFormat;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_14;
|
|
L_14 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_11, L_12, L_13, 0, NULL);
|
|
V_3 = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1134>
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_15 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = ScreenSpaceLensFlare_IsStreaksActive_mB70851B6E3A87FE3491C93125F6D4D6833250F33(L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1136>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_17 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_StreakTmpTexture);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_18;
|
|
L_18 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_17, (&V_3), 1, 1, 1, (0.0f), _stringLiteralCCD8B54FE29DCEC66BD40E56921D4C3327FCF7FC, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1137>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_19 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_StreakTmpTexture2);
|
|
bool L_20;
|
|
L_20 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_19, (&V_3), 1, 1, 1, (0.0f), _stringLiteralC44D5776F02BAA6F7FB9F2A70BAE3DA1D4EC9CA1, NULL);
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1140>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_21 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_ScreenSpaceLensFlareResult);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_22;
|
|
L_22 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_21, (&V_3), 1, 1, 1, (0.0f), _stringLiteral87E24F5A1DD90216AD71746E19C03C99E71DD920, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1142>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1143>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1144>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1145>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1146>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1147>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1148>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1149>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1150>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1151>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1152>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1153>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1154>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1155>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1156>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1157>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1158>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1159>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1160>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1161>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1162>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1163>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1164>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1165>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1166>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1167>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1168>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1169>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1170>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1171>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1172>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1173>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1174>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1175>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1176>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1177>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1178>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1179>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1180>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_23 = __this->___m_Materials;
|
|
NullCheck(L_23);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_24 = L_23->___lensFlareScreenSpace;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_25 = ___0_camera;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_26 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_27;
|
|
L_27 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_26, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_28 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_29;
|
|
L_29 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_28, NULL);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_30 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_30);
|
|
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_31 = L_30->___tintColor;
|
|
NullCheck(L_31);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_32;
|
|
L_32 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(14, L_31);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_33 = ___3_originalBloomTexture;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_34;
|
|
L_34 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_33, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_35 = ___4_screenSpaceLensFlareBloomMipTexture;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_36;
|
|
L_36 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_35, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_37 = __this->___m_StreakTmpTexture;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_38;
|
|
L_38 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_37, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_39 = __this->___m_StreakTmpTexture2;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_40;
|
|
L_40 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_39, NULL);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_41 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_41);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_42 = L_41->___intensity;
|
|
NullCheck(L_42);
|
|
float L_43;
|
|
L_43 = VirtualFuncInvoker0< float >::Invoke(14, L_42);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_44 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_44);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_45 = L_44->___firstFlareIntensity;
|
|
NullCheck(L_45);
|
|
float L_46;
|
|
L_46 = VirtualFuncInvoker0< float >::Invoke(14, L_45);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_47 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_47);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_48 = L_47->___secondaryFlareIntensity;
|
|
NullCheck(L_48);
|
|
float L_49;
|
|
L_49 = VirtualFuncInvoker0< float >::Invoke(14, L_48);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_50 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_50);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_51 = L_50->___warpedFlareIntensity;
|
|
NullCheck(L_51);
|
|
float L_52;
|
|
L_52 = VirtualFuncInvoker0< float >::Invoke(14, L_51);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_53;
|
|
memset((&L_53), 0, sizeof(L_53));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_53), L_43, L_46, L_49, L_52, NULL);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_54 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_54);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_55 = L_54->___vignetteEffect;
|
|
NullCheck(L_55);
|
|
float L_56;
|
|
L_56 = VirtualFuncInvoker0< float >::Invoke(14, L_55);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_57 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_57);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_58 = L_57->___startingPosition;
|
|
NullCheck(L_58);
|
|
float L_59;
|
|
L_59 = VirtualFuncInvoker0< float >::Invoke(14, L_58);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_60 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_60);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_61 = L_60->___scale;
|
|
NullCheck(L_61);
|
|
float L_62;
|
|
L_62 = VirtualFuncInvoker0< float >::Invoke(14, L_61);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_63;
|
|
memset((&L_63), 0, sizeof(L_63));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_63), L_56, L_59, L_62, (0.0f), NULL);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_64 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_64);
|
|
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_65 = L_64->___samples;
|
|
NullCheck(L_65);
|
|
int32_t L_66;
|
|
L_66 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_65);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_67 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_67);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_68 = L_67->___sampleDimmer;
|
|
NullCheck(L_68);
|
|
float L_69;
|
|
L_69 = VirtualFuncInvoker0< float >::Invoke(14, L_68);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_70 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_70);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_71 = L_70->___chromaticAbberationIntensity;
|
|
NullCheck(L_71);
|
|
float L_72;
|
|
L_72 = VirtualFuncInvoker0< float >::Invoke(14, L_71);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_73;
|
|
memset((&L_73), 0, sizeof(L_73));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_73), ((float)L_66), L_69, L_72, (0.0f), NULL);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_74 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_74);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_75 = L_74->___streaksIntensity;
|
|
NullCheck(L_75);
|
|
float L_76;
|
|
L_76 = VirtualFuncInvoker0< float >::Invoke(14, L_75);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_77 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_77);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_78 = L_77->___streaksLength;
|
|
NullCheck(L_78);
|
|
float L_79;
|
|
L_79 = VirtualFuncInvoker0< float >::Invoke(14, L_78);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_80 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_80);
|
|
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* L_81 = L_80->___streaksOrientation;
|
|
NullCheck(L_81);
|
|
float L_82;
|
|
L_82 = VirtualFuncInvoker0< float >::Invoke(14, L_81);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_83 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_83);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_84 = L_83->___streaksThreshold;
|
|
NullCheck(L_84);
|
|
float L_85;
|
|
L_85 = VirtualFuncInvoker0< float >::Invoke(14, L_84);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_86;
|
|
memset((&L_86), 0, sizeof(L_86));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_86), L_76, L_79, L_82, L_85, NULL);
|
|
int32_t L_87 = V_0;
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_88 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_88);
|
|
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_89 = L_88->___warpedFlareScale;
|
|
NullCheck(L_89);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_90;
|
|
L_90 = VirtualFuncInvoker0< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(14, L_89);
|
|
float L_91 = L_90.___x;
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_92 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_92);
|
|
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_93 = L_92->___warpedFlareScale;
|
|
NullCheck(L_93);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_94;
|
|
L_94 = VirtualFuncInvoker0< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(14, L_93);
|
|
float L_95 = L_94.___y;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_96;
|
|
memset((&L_96), 0, sizeof(L_96));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_96), ((float)L_87), L_91, L_95, (0.0f), NULL);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_97 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_98 = __this->___m_ScreenSpaceLensFlareResult;
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
LensFlareCommonSRP_DoLensFlareScreenSpaceCommon_mC4C328CEF7FF186399C1CA78D6EFE0D96AFAC69A(L_24, L_25, ((float)L_27), ((float)L_29), L_32, L_34, L_36, (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)NULL, L_38, L_40, L_53, L_63, L_73, L_86, L_96, L_97, L_98, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1182>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_99 = ___1_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_100 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Bloom_Texture;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_101 = ___3_originalBloomTexture;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_102;
|
|
L_102 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_101, NULL);
|
|
NullCheck(L_99);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_99, L_100, L_102, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1183>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34067
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_UpdateMotionBlurMatrices_m84163B214654508F44DB87605071D993DACD0083 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___0_material, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___2_xr, const RuntimeMethod* method)
|
|
{
|
|
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*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* V_0 = NULL;
|
|
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1196>
|
|
V_0 = (MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB*)NULL;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1198>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___1_camera;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86(L_0, (&V_1), Component_TryGetComponent_TisUniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93_m399477CCB032DFC9D1F9D077AC7E5E237504FE86_RuntimeMethod_var);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1199>
|
|
UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* L_2 = V_1;
|
|
NullCheck(L_2);
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_3;
|
|
L_3 = UniversalAdditionalCameraData_get_motionVectorsPersistentData_mCA9799ADC4016661638AD15C5C30CA89C212B0BA_inline(L_2, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1201>
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_4 = V_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1202>
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1205>
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_5 = ___2_xr;
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_7 = ___2_xr;
|
|
NullCheck(L_7);
|
|
bool L_8;
|
|
L_8 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1207>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_9 = ___0_material;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_9);
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = ((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___k_ShaderPropertyId_PrevViewProjMStereo;
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_13;
|
|
L_13 = MotionVectorsPersistentData_get_previousViewProjectionStereo_mEA301EE36930A8F304881C4177A0C3347C752482_inline(L_12, NULL);
|
|
NullCheck(L_10);
|
|
Material_SetMatrixArray_m8D2C4EF5A830DDB903DE9781208F5CB1D9E2CCB3(L_10, L_11, L_13, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1208>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_14 = ___0_material;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_14);
|
|
int32_t L_16 = ((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___k_ShaderPropertyId_ViewProjMStereo;
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_18;
|
|
L_18 = MotionVectorsPersistentData_get_viewProjectionStereo_mF66AE8BCB8367C8EFE9B25F876F887321298B430_inline(L_17, NULL);
|
|
NullCheck(L_15);
|
|
Material_SetMatrixArray_m8D2C4EF5A830DDB903DE9781208F5CB1D9E2CCB3(L_15, L_16, L_18, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1213>
|
|
V_2 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1215>
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_19 = ___2_xr;
|
|
NullCheck(L_19);
|
|
bool L_20;
|
|
L_20 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_19, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1216>
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_21 = ___2_xr;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = XRPass_get_multipassId_m312BE1D2B8BA520E9A214F50E601EA6BED92E245_inline(L_21, NULL);
|
|
V_2 = L_22;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1220>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_23 = ___0_material;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_24 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_23);
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
int32_t L_25 = ((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___k_ShaderPropertyId_PrevViewProjM;
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_26 = V_0;
|
|
NullCheck(L_26);
|
|
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_27;
|
|
L_27 = MotionVectorsPersistentData_get_previousViewProjectionStereo_mEA301EE36930A8F304881C4177A0C3347C752482_inline(L_26, NULL);
|
|
int32_t L_28 = V_2;
|
|
NullCheck(L_27);
|
|
int32_t L_29 = L_28;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
NullCheck(L_24);
|
|
Material_SetMatrix_m668579C6402F88BFEF769D39E484BAD4CE6B0067(L_24, L_25, L_30, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1221>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_31 = ___0_material;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_32 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_31);
|
|
int32_t L_33 = ((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___k_ShaderPropertyId_ViewProjM;
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_34 = V_0;
|
|
NullCheck(L_34);
|
|
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* L_35;
|
|
L_35 = MotionVectorsPersistentData_get_viewProjectionStereo_mF66AE8BCB8367C8EFE9B25F876F887321298B430_inline(L_34, NULL);
|
|
int32_t L_36 = V_2;
|
|
NullCheck(L_35);
|
|
int32_t L_37 = L_36;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
|
|
NullCheck(L_32);
|
|
Material_SetMatrix_m668579C6402F88BFEF769D39E484BAD4CE6B0067(L_32, L_33, L_38, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1223>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34068
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoMotionBlur_mEF3B57C5B12E4F58B120A5021D04013449CDB6CA (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_destination, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_motionVectors, CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* ___4_cameraData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53E5A11AA5E4FD35308D01344B0A5149AC89BE2D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1228>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_0 = __this->___m_Materials;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___cameraMotionBlur;
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1230>
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_2 = ___4_cameraData;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184** L_3;
|
|
L_3 = CameraData_get_camera_mA3084B19BBF03DF4E59402E021A74016AC808B01(L_2, NULL);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = *((Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184**)L_3);
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_5 = ___4_cameraData;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_6;
|
|
L_6 = CameraData_get_xr_m5E9EFE56E6BABFF14ADC71E87D5A19BA7CDDF697(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
PostProcessPass_UpdateMotionBlurMatrices_m84163B214654508F44DB87605071D993DACD0083((&V_0), L_4, L_6, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1232>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = V_0;
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_8 = __this->___m_MotionBlur;
|
|
NullCheck(L_8);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_9 = L_8->___intensity;
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = VirtualFuncInvoker0< float >::Invoke(14, L_9);
|
|
NullCheck(L_7);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_7, _stringLiteral4E207A1E776F6188653FF9228A95BFD3A17B492E, L_10, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1233>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_0;
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_12 = __this->___m_MotionBlur;
|
|
NullCheck(L_12);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_13 = L_12->___clamp;
|
|
NullCheck(L_13);
|
|
float L_14;
|
|
L_14 = VirtualFuncInvoker0< float >::Invoke(14, L_13);
|
|
NullCheck(L_11);
|
|
Material_SetFloat_m879CF81D740BAE6F23C9822400679F4D16365836(L_11, _stringLiteral53E5A11AA5E4FD35308D01344B0A5149AC89BE2D, L_14, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1235>
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_15 = __this->___m_MotionBlur;
|
|
NullCheck(L_15);
|
|
MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637* L_16 = L_15->___quality;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_16);
|
|
V_1 = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1236>
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_18 = __this->___m_MotionBlur;
|
|
NullCheck(L_18);
|
|
MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* L_19 = L_18->___mode;
|
|
NullCheck(L_19);
|
|
int32_t L_20;
|
|
L_20 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_19);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1237>
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1240>
|
|
int32_t L_21 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_21, 3));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1241>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_23 = ___3_motionVectors;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_24;
|
|
L_24 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_23, NULL);
|
|
NullCheck(L_22);
|
|
Material_SetTexture_m06083C3F52EF02FFB1177901D9907314F280F9A5(L_22, _stringLiteral7E03C535E38B4169F81ADA91C121E6EC2210C46A, L_24, NULL);
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1244>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_25 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26 = ___1_source;
|
|
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_25, L_26, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1246>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_27 = V_0;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_28 = ___4_cameraData;
|
|
bool* L_29;
|
|
L_29 = CameraData_get_isAlphaOutputEnabled_mA5798F427776E3893AA7FEFE0857E86D9DE95A8C(L_28, NULL);
|
|
int32_t L_30 = *((uint8_t*)L_29);
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_27, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, (bool)L_30, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1247>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_31 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_32 = ___1_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_33 = ___2_destination;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_34 = V_0;
|
|
int32_t L_35 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_31, L_32, L_33, 2, 0, L_34, L_35, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1248>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34069
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_DoPaniniProjection_mCA5F42C99BD8175B11FA74778C826269F7A2E65D (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___1_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_source, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___3_destination, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ADACFBB5A797B96BB4AB3D6D30CA644ABFC150A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF9B0EF01DE2A312794B9F1E7864935A88AB3349);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_7 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B2_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B3_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1257>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_0 = __this->___m_PaniniProjection;
|
|
NullCheck(L_0);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = L_0->___distance;
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = VirtualFuncInvoker0< float >::Invoke(14, L_1);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1258>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3 = ___0_camera;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_5;
|
|
L_5 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_4, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_7;
|
|
L_7 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_6, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
L_8 = PostProcessPass_CalcViewExtents_m70487D27E54665160580674EB5732D9C9F05B8EF(__this, L_3, L_5, L_7, NULL);
|
|
V_1 = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1259>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9 = ___0_camera;
|
|
float L_10 = V_0;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_11 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_12;
|
|
L_12 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_11, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_13 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_14;
|
|
L_14 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_13, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = PostProcessPass_CalcCropExtents_m51DB9C1186BD72606EBA0A0E69DF01A25DC577F7(__this, L_9, L_10, L_12, L_14, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1261>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = L_15;
|
|
float L_17 = L_16.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_1;
|
|
float L_19 = L_18.___x;
|
|
V_2 = ((float)(L_17/L_19));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1262>
|
|
float L_20 = L_16.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21 = V_1;
|
|
float L_22 = L_21.___y;
|
|
V_3 = ((float)(L_20/L_22));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1263>
|
|
float L_23 = V_2;
|
|
float L_24 = V_3;
|
|
float L_25;
|
|
L_25 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_23, L_24, NULL);
|
|
V_4 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1265>
|
|
float L_26 = V_0;
|
|
V_5 = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1266>
|
|
float L_27 = V_4;
|
|
float L_28;
|
|
L_28 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_27, NULL);
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_29 = __this->___m_PaniniProjection;
|
|
NullCheck(L_29);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_30 = L_29->___cropToFit;
|
|
NullCheck(L_30);
|
|
float L_31;
|
|
L_31 = VirtualFuncInvoker0< float >::Invoke(14, L_30);
|
|
float L_32;
|
|
L_32 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline((1.0f), L_28, L_31, NULL);
|
|
V_6 = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1268>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_33 = __this->___m_Materials;
|
|
NullCheck(L_33);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_34 = L_33->___paniniProjection;
|
|
V_7 = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1269>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_36 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Params;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_1;
|
|
float L_38 = L_37.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_1;
|
|
float L_40 = L_39.___y;
|
|
float L_41 = V_5;
|
|
float L_42 = V_6;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_43;
|
|
memset((&L_43), 0, sizeof(L_43));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_43), L_38, L_40, L_41, L_42, NULL);
|
|
NullCheck(L_35);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_35, L_36, L_43, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1270>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1271>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1272>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1273>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_44 = V_7;
|
|
float L_45 = V_5;
|
|
float L_46;
|
|
L_46 = fabsf(L_45);
|
|
if ((((float)((float)il2cpp_codegen_subtract((1.0f), L_46))) > ((float)(1.40129846E-45f))))
|
|
{
|
|
G_B2_0 = L_44;
|
|
goto IL_00e2;
|
|
}
|
|
G_B1_0 = L_44;
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteralAF9B0EF01DE2A312794B9F1E7864935A88AB3349;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
G_B3_0 = _stringLiteral2ADACFBB5A797B96BB4AB3D6D30CA644ABFC150A;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B3_1, G_B3_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1274>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_47 = ___1_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_48 = ___2_source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_49 = ___3_destination;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_50 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_47, L_48, L_49, 2, 0, L_50, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1275>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34070
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PostProcessPass_CalcViewExtents_m70487D27E54665160580674EB5732D9C9F05B8EF (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, int32_t ___1_width, int32_t ___2_height, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1279>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
|
|
NullCheck(L_0);
|
|
float L_1;
|
|
L_1 = Camera_get_fieldOfView_m9A93F17BBF89F496AE231C21817AFD1C1E833FBB(L_0, NULL);
|
|
V_0 = ((float)il2cpp_codegen_multiply(L_1, (0.0174532924f)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1280>
|
|
int32_t L_2 = ___1_width;
|
|
int32_t L_3 = ___2_height;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1282>
|
|
float L_4 = V_0;
|
|
float L_5;
|
|
L_5 = tanf(((float)il2cpp_codegen_multiply((0.5f), L_4)));
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1283>
|
|
float L_6 = V_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1285>
|
|
float L_7 = V_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_multiply(((float)(((float)L_2)/((float)L_3))), L_6)), L_7, NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 34071
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PostProcessPass_CalcCropExtents_m51DB9C1186BD72606EBA0A0E69DF01A25DC577F7 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, float ___1_d, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1312>
|
|
float L_0 = ___1_d;
|
|
V_0 = ((float)il2cpp_codegen_add((1.0f), L_0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1314>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___0_camera;
|
|
int32_t L_2 = ___2_width;
|
|
int32_t L_3 = ___3_height;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
L_4 = PostProcessPass_CalcViewExtents_m70487D27E54665160580674EB5732D9C9F05B8EF(__this, L_1, L_2, L_3, NULL);
|
|
V_1 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1315>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_1;
|
|
float L_6 = L_5.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_1;
|
|
float L_8 = L_7.___x;
|
|
float L_9;
|
|
L_9 = sqrtf(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_6, L_8)), (1.0f))));
|
|
V_2 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1317>
|
|
float L_10 = V_2;
|
|
V_3 = ((float)((1.0f)/L_10));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1318>
|
|
float L_11 = V_3;
|
|
float L_12 = ___1_d;
|
|
V_4 = ((float)il2cpp_codegen_add(L_11, L_12));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1319>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13 = V_1;
|
|
float L_14 = V_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
|
|
L_15 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_13, L_14, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1321>
|
|
float L_16 = V_0;
|
|
float L_17 = V_4;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18;
|
|
L_18 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_15, ((float)(L_16/L_17)), NULL);
|
|
return L_18;
|
|
}
|
|
}
|
|
// Method Definition Index: 34072
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupBloom_m399177DD12CE9FD9E963AE56BDA6F0EF4B26E6FC (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_source, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_uberMaterial, bool ___3_enableAlphaOutput, 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*)&ColorUtils_t8DE09CC60FE5A7C28984134BC712DD1B5104AC18_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*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AA9A19E7B8BC95B576C0503904363A04EA0F0D8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE65050C228ECABB9CBD86099AB7F8F87C0F237C2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF506F438B61EEC547677212A5FE31CF84AE376DE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_8 = NULL;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_10 = NULL;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
float V_12 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_14 = NULL;
|
|
float V_15 = 0.0f;
|
|
float V_16 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
float V_18 = 0.0f;
|
|
int32_t V_19 = 0;
|
|
int32_t V_20 = 0;
|
|
int32_t V_21 = 0;
|
|
int32_t V_22 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_23 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_24 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_25 = NULL;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_26;
|
|
memset((&V_26), 0, sizeof(V_26));
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B16_0 = NULL;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B21_0;
|
|
memset((&G_B21_0), 0, sizeof(G_B21_0));
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* G_B24_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B31_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B30_0 = NULL;
|
|
String_t* G_B32_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B32_1 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B35_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B34_0 = NULL;
|
|
String_t* G_B36_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B36_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1331>
|
|
V_0 = 1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1332>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_0 = __this->___m_Bloom;
|
|
NullCheck(L_0);
|
|
DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21* L_1 = L_0->___downscale;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_1);
|
|
V_19 = L_2;
|
|
int32_t L_3 = V_19;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_19;
|
|
if ((((int32_t)L_4) == ((int32_t)1)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1335>
|
|
V_0 = 1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1336>
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1338>
|
|
V_0 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1339>
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1341>
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_5, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PostProcessPass_SetupBloom_m399177DD12CE9FD9E963AE56BDA6F0EF4B26E6FC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1343>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_6 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_7;
|
|
L_7 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_6, NULL);
|
|
int32_t L_8 = V_0;
|
|
V_1 = ((int32_t)(L_7>>((int32_t)(L_8&((int32_t)31)))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1344>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_9 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_10;
|
|
L_10 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_9, NULL);
|
|
int32_t L_11 = V_0;
|
|
V_2 = ((int32_t)(L_10>>((int32_t)(L_11&((int32_t)31)))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1347>
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_2;
|
|
int32_t L_14;
|
|
L_14 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_12, L_13, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1348>
|
|
float L_15;
|
|
L_15 = Mathf_Log_m116F062EEBF1C53EC8D18C9B1748E999EF9424EF_inline(((float)L_14), (2.0f), NULL);
|
|
int32_t L_16;
|
|
L_16 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(((float)il2cpp_codegen_subtract(L_15, (1.0f))), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1349>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_17 = __this->___m_Bloom;
|
|
NullCheck(L_17);
|
|
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_18 = L_17->___maxIterations;
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_18);
|
|
int32_t L_20;
|
|
L_20 = Mathf_Clamp_m4DC36EEFDBE5F07C16249DA568023C5ECCFF0E7B_inline(L_16, 1, L_19, NULL);
|
|
V_3 = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1352>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_21 = __this->___m_Bloom;
|
|
NullCheck(L_21);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_22 = L_21->___clamp;
|
|
NullCheck(L_22);
|
|
float L_23;
|
|
L_23 = VirtualFuncInvoker0< float >::Invoke(14, L_22);
|
|
V_4 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1353>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_24 = __this->___m_Bloom;
|
|
NullCheck(L_24);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_25 = L_24->___threshold;
|
|
NullCheck(L_25);
|
|
float L_26;
|
|
L_26 = VirtualFuncInvoker0< float >::Invoke(14, L_25);
|
|
float L_27;
|
|
L_27 = Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F(L_26, NULL);
|
|
V_5 = L_27;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1354>
|
|
float L_28 = V_5;
|
|
V_6 = ((float)il2cpp_codegen_multiply(L_28, (0.5f)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1357>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_29 = __this->___m_Bloom;
|
|
NullCheck(L_29);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_30 = L_29->___scatter;
|
|
NullCheck(L_30);
|
|
float L_31;
|
|
L_31 = VirtualFuncInvoker0< float >::Invoke(14, L_30);
|
|
float L_32;
|
|
L_32 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline((0.0500000007f), (0.949999988f), L_31, NULL);
|
|
V_7 = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1358>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_33 = __this->___m_Materials;
|
|
NullCheck(L_33);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_34 = L_33->___bloom;
|
|
V_8 = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1359>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_36 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Params;
|
|
float L_37 = V_7;
|
|
float L_38 = V_4;
|
|
float L_39 = V_5;
|
|
float L_40 = V_6;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_41;
|
|
memset((&L_41), 0, sizeof(L_41));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_41), L_37, L_38, L_39, L_40, NULL);
|
|
NullCheck(L_35);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_35, L_36, L_41, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1360>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_42 = V_8;
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_43 = __this->___m_Bloom;
|
|
NullCheck(L_43);
|
|
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_44 = L_43->___highQualityFiltering;
|
|
NullCheck(L_44);
|
|
bool L_45;
|
|
L_45 = VirtualFuncInvoker0< bool >::Invoke(14, L_44);
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_42, _stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E, L_45, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1361>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_46 = V_8;
|
|
bool L_47 = ___3_enableAlphaOutput;
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_46, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_47, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1364>
|
|
int32_t L_48 = V_1;
|
|
int32_t L_49 = V_2;
|
|
int32_t L_50 = __this->___m_DefaultColorFormat;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_51;
|
|
L_51 = PostProcessPass_GetCompatibleDescriptor_mBF6682774315CD53D507F7B12A4070EE55A0665E(__this, L_48, L_49, L_50, 0, NULL);
|
|
V_9 = L_51;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1365>
|
|
V_20 = 0;
|
|
goto IL_01bb;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1367>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_52 = __this->___m_BloomMipUp;
|
|
int32_t L_53 = V_20;
|
|
NullCheck(L_52);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_54 = __this->___m_BloomMipUpName;
|
|
int32_t L_55 = V_20;
|
|
NullCheck(L_54);
|
|
int32_t L_56 = L_55;
|
|
String_t* L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_58;
|
|
L_58 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(((L_52)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_53))), (&V_9), 1, 1, 1, (0.0f), L_57, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1368>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_59 = __this->___m_BloomMipDown;
|
|
int32_t L_60 = V_20;
|
|
NullCheck(L_59);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_61 = __this->___m_BloomMipDownName;
|
|
int32_t L_62 = V_20;
|
|
NullCheck(L_61);
|
|
int32_t L_63 = L_62;
|
|
String_t* L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
|
bool L_65;
|
|
L_65 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(((L_59)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_60))), (&V_9), 1, 1, 1, (0.0f), L_64, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1369>
|
|
int32_t L_66;
|
|
L_66 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline((&V_9), NULL);
|
|
int32_t L_67;
|
|
L_67 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, ((int32_t)(L_66>>1)), NULL);
|
|
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline((&V_9), L_67, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1370>
|
|
int32_t L_68;
|
|
L_68 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline((&V_9), NULL);
|
|
int32_t L_69;
|
|
L_69 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, ((int32_t)(L_68>>1)), NULL);
|
|
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline((&V_9), L_69, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1365>
|
|
int32_t L_70 = V_20;
|
|
V_20 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
}
|
|
|
|
IL_01bb:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1365>
|
|
int32_t L_71 = V_20;
|
|
int32_t L_72 = V_3;
|
|
if ((((int32_t)L_71) < ((int32_t)L_72)))
|
|
{
|
|
goto IL_013d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1373>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_73 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_74 = ___1_source;
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_75 = __this->___m_BloomMipDown;
|
|
NullCheck(L_75);
|
|
int32_t L_76 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_77 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_78 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_73, L_74, L_77, 2, 0, L_78, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1376>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_79 = __this->___m_BloomMipDown;
|
|
NullCheck(L_79);
|
|
int32_t L_80 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_81 = (L_79)->GetAt(static_cast<il2cpp_array_size_t>(L_80));
|
|
V_10 = L_81;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1377>
|
|
V_21 = 1;
|
|
goto IL_022a;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1382>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_82 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_83 = V_10;
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_84 = __this->___m_BloomMipUp;
|
|
int32_t L_85 = V_21;
|
|
NullCheck(L_84);
|
|
int32_t L_86 = L_85;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_87 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_88 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_82, L_83, L_87, 2, 0, L_88, 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1383>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_89 = ___0_cmd;
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_90 = __this->___m_BloomMipUp;
|
|
int32_t L_91 = V_21;
|
|
NullCheck(L_90);
|
|
int32_t L_92 = L_91;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_93 = (L_90)->GetAt(static_cast<il2cpp_array_size_t>(L_92));
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_94 = __this->___m_BloomMipDown;
|
|
int32_t L_95 = V_21;
|
|
NullCheck(L_94);
|
|
int32_t L_96 = L_95;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_98 = V_8;
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_89, L_93, L_97, 2, 0, L_98, 2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1385>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_99 = __this->___m_BloomMipDown;
|
|
int32_t L_100 = V_21;
|
|
NullCheck(L_99);
|
|
int32_t L_101 = L_100;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_102 = (L_99)->GetAt(static_cast<il2cpp_array_size_t>(L_101));
|
|
V_10 = L_102;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1377>
|
|
int32_t L_103 = V_21;
|
|
V_21 = ((int32_t)il2cpp_codegen_add(L_103, 1));
|
|
}
|
|
|
|
IL_022a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1377>
|
|
int32_t L_104 = V_21;
|
|
int32_t L_105 = V_3;
|
|
if ((((int32_t)L_104) < ((int32_t)L_105)))
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1389>
|
|
int32_t L_106 = V_3;
|
|
V_22 = ((int32_t)il2cpp_codegen_subtract(L_106, 2));
|
|
goto IL_0294;
|
|
}
|
|
|
|
IL_0236:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1391>
|
|
int32_t L_107 = V_22;
|
|
int32_t L_108 = V_3;
|
|
if ((((int32_t)L_107) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_108, 2)))))
|
|
{
|
|
goto IL_024a;
|
|
}
|
|
}
|
|
{
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_109 = __this->___m_BloomMipUp;
|
|
int32_t L_110 = V_22;
|
|
NullCheck(L_109);
|
|
int32_t L_111 = ((int32_t)il2cpp_codegen_add(L_110, 1));
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_112 = (L_109)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
|
|
G_B16_0 = L_112;
|
|
goto IL_0255;
|
|
}
|
|
|
|
IL_024a:
|
|
{
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_113 = __this->___m_BloomMipDown;
|
|
int32_t L_114 = V_22;
|
|
NullCheck(L_113);
|
|
int32_t L_115 = ((int32_t)il2cpp_codegen_add(L_114, 1));
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_116 = (L_113)->GetAt(static_cast<il2cpp_array_size_t>(L_115));
|
|
G_B16_0 = L_116;
|
|
}
|
|
|
|
IL_0255:
|
|
{
|
|
V_23 = G_B16_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1392>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_117 = __this->___m_BloomMipDown;
|
|
int32_t L_118 = V_22;
|
|
NullCheck(L_117);
|
|
int32_t L_119 = L_118;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_120 = (L_117)->GetAt(static_cast<il2cpp_array_size_t>(L_119));
|
|
V_24 = L_120;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1393>
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_121 = __this->___m_BloomMipUp;
|
|
int32_t L_122 = V_22;
|
|
NullCheck(L_121);
|
|
int32_t L_123 = L_122;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_124 = (L_121)->GetAt(static_cast<il2cpp_array_size_t>(L_123));
|
|
V_25 = L_124;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1395>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_125 = ___0_cmd;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_126 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____SourceTexLowMip;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_127 = V_23;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_128;
|
|
L_128 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_127, NULL);
|
|
NullCheck(L_125);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_125, L_126, L_128, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1396>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_129 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_130 = V_24;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_131 = V_25;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_132 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_129, L_130, L_131, 2, 0, L_132, 3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1389>
|
|
int32_t L_133 = V_22;
|
|
V_22 = ((int32_t)il2cpp_codegen_subtract(L_133, 1));
|
|
}
|
|
|
|
IL_0294:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1389>
|
|
int32_t L_134 = V_22;
|
|
if ((((int32_t)L_134) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0236;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1400>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_135 = __this->___m_Bloom;
|
|
NullCheck(L_135);
|
|
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_136 = L_135->___tint;
|
|
NullCheck(L_136);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_137;
|
|
L_137 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(14, L_136);
|
|
V_26 = L_137;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_138;
|
|
L_138 = Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline((&V_26), NULL);
|
|
V_11 = L_138;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1401>
|
|
il2cpp_codegen_runtime_class_init_inline(ColorUtils_t8DE09CC60FE5A7C28984134BC712DD1B5104AC18_il2cpp_TypeInfo_var);
|
|
float L_139;
|
|
L_139 = ColorUtils_Luminance_mFDC649B1AE8F94D798AB492DDF0ECC7BE8E34477((&V_11), NULL);
|
|
V_12 = L_139;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1402>
|
|
float L_140 = V_12;
|
|
if ((((float)L_140) > ((float)(0.0f))))
|
|
{
|
|
goto IL_02cd;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_141;
|
|
L_141 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
G_B21_0 = L_141;
|
|
goto IL_02dc;
|
|
}
|
|
|
|
IL_02cd:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_142 = V_11;
|
|
float L_143 = V_12;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_144;
|
|
L_144 = Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline(L_142, ((float)((1.0f)/L_143)), NULL);
|
|
G_B21_0 = L_144;
|
|
}
|
|
|
|
IL_02dc:
|
|
{
|
|
V_11 = G_B21_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1404>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_145 = __this->___m_Bloom;
|
|
NullCheck(L_145);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_146 = L_145->___intensity;
|
|
NullCheck(L_146);
|
|
float L_147;
|
|
L_147 = VirtualFuncInvoker0< float >::Invoke(14, L_146);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_148 = V_11;
|
|
float L_149 = L_148.___r;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_150 = V_11;
|
|
float L_151 = L_150.___g;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_152 = V_11;
|
|
float L_153 = L_152.___b;
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_13), L_147, L_149, L_151, L_153, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1405>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_154 = ___2_uberMaterial;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_155 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Bloom_Params;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_156 = V_13;
|
|
NullCheck(L_154);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_154, L_155, L_156, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1407>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_157 = ___0_cmd;
|
|
int32_t L_158 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Bloom_Texture;
|
|
RTHandleU5BU5D_tE4B403B060D159B839BF74E8B59F8DCD52CF97DF* L_159 = __this->___m_BloomMipUp;
|
|
NullCheck(L_159);
|
|
int32_t L_160 = 0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_161 = (L_159)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_162;
|
|
L_162 = RTHandle_op_Implicit_m2462183372B0496DE475889924EDCAAAD2011B54(L_161, NULL);
|
|
NullCheck(L_157);
|
|
CommandBuffer_SetGlobalTexture_m65E012CB3C35EA43533CB4FF4C6F6498FDE229CD(L_157, L_158, L_162, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1412>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_163 = __this->___m_Bloom;
|
|
NullCheck(L_163);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_164 = L_163->___dirtTexture;
|
|
NullCheck(L_164);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_165;
|
|
L_165 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_164);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_166;
|
|
L_166 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_165, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_166)
|
|
{
|
|
goto IL_0359;
|
|
}
|
|
}
|
|
{
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_167 = __this->___m_Bloom;
|
|
NullCheck(L_167);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_168 = L_167->___dirtTexture;
|
|
NullCheck(L_168);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_169;
|
|
L_169 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_168);
|
|
G_B24_0 = L_169;
|
|
goto IL_035e;
|
|
}
|
|
|
|
IL_0359:
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_170;
|
|
L_170 = Texture2D_get_blackTexture_mBEF97F64AD650DAAC1EEC84EB34F9CF22B56A08C(NULL);
|
|
G_B24_0 = ((Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)(L_170));
|
|
}
|
|
|
|
IL_035e:
|
|
{
|
|
V_14 = G_B24_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1413>
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_171 = V_14;
|
|
NullCheck(L_171);
|
|
int32_t L_172;
|
|
L_172 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_171);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_173 = V_14;
|
|
NullCheck(L_173);
|
|
int32_t L_174;
|
|
L_174 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_173);
|
|
V_15 = ((float)(((float)L_172)/((float)L_174)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1414>
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_175 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_176;
|
|
L_176 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_175, NULL);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_177 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_178;
|
|
L_178 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_177, NULL);
|
|
V_16 = ((float)(((float)L_176)/((float)L_178)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1415>
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_17), (1.0f), (1.0f), (0.0f), (0.0f), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1416>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_179 = __this->___m_Bloom;
|
|
NullCheck(L_179);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_180 = L_179->___dirtIntensity;
|
|
NullCheck(L_180);
|
|
float L_181;
|
|
L_181 = VirtualFuncInvoker0< float >::Invoke(14, L_180);
|
|
V_18 = L_181;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1418>
|
|
float L_182 = V_15;
|
|
float L_183 = V_16;
|
|
if ((!(((float)L_182) > ((float)L_183))))
|
|
{
|
|
goto IL_03e9;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1420>
|
|
float L_184 = V_16;
|
|
float L_185 = V_15;
|
|
(&V_17)->___x = ((float)(L_184/L_185));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1421>
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_186 = V_17;
|
|
float L_187 = L_186.___x;
|
|
(&V_17)->___z = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract((1.0f), L_187)), (0.5f)));
|
|
goto IL_0415;
|
|
}
|
|
|
|
IL_03e9:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1423>
|
|
float L_188 = V_16;
|
|
float L_189 = V_15;
|
|
if ((!(((float)L_188) > ((float)L_189))))
|
|
{
|
|
goto IL_0415;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1425>
|
|
float L_190 = V_15;
|
|
float L_191 = V_16;
|
|
(&V_17)->___y = ((float)(L_190/L_191));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1426>
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_192 = V_17;
|
|
float L_193 = L_192.___y;
|
|
(&V_17)->___w = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract((1.0f), L_193)), (0.5f)));
|
|
}
|
|
|
|
IL_0415:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1429>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_194 = ___2_uberMaterial;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_195 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Params;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_196 = V_17;
|
|
NullCheck(L_194);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_194, L_195, L_196, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1430>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_197 = ___2_uberMaterial;
|
|
int32_t L_198 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Intensity;
|
|
float L_199 = V_18;
|
|
NullCheck(L_197);
|
|
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_197, L_198, L_199, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1431>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_200 = ___2_uberMaterial;
|
|
int32_t L_201 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Texture;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_202 = V_14;
|
|
NullCheck(L_200);
|
|
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_200, L_201, L_202, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1434>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_203 = __this->___m_Bloom;
|
|
NullCheck(L_203);
|
|
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_204 = L_203->___highQualityFiltering;
|
|
NullCheck(L_204);
|
|
bool L_205;
|
|
L_205 = VirtualFuncInvoker0< bool >::Invoke(14, L_204);
|
|
if (!L_205)
|
|
{
|
|
goto IL_046a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1435>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_206 = ___2_uberMaterial;
|
|
float L_207 = V_18;
|
|
if ((((float)L_207) > ((float)(0.0f))))
|
|
{
|
|
G_B31_0 = L_206;
|
|
goto IL_045f;
|
|
}
|
|
G_B30_0 = L_206;
|
|
}
|
|
{
|
|
G_B32_0 = _stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E;
|
|
G_B32_1 = G_B30_0;
|
|
goto IL_0464;
|
|
}
|
|
|
|
IL_045f:
|
|
{
|
|
G_B32_0 = _stringLiteralF506F438B61EEC547677212A5FE31CF84AE376DE;
|
|
G_B32_1 = G_B31_0;
|
|
}
|
|
|
|
IL_0464:
|
|
{
|
|
NullCheck(G_B32_1);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B32_1, G_B32_0, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_046a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1437>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_208 = ___2_uberMaterial;
|
|
float L_209 = V_18;
|
|
if ((((float)L_209) > ((float)(0.0f))))
|
|
{
|
|
G_B35_0 = L_208;
|
|
goto IL_047b;
|
|
}
|
|
G_B34_0 = L_208;
|
|
}
|
|
{
|
|
G_B36_0 = _stringLiteral6AA9A19E7B8BC95B576C0503904363A04EA0F0D8;
|
|
G_B36_1 = G_B34_0;
|
|
goto IL_0480;
|
|
}
|
|
|
|
IL_047b:
|
|
{
|
|
G_B36_0 = _stringLiteralE65050C228ECABB9CBD86099AB7F8F87C0F237C2;
|
|
G_B36_1 = G_B35_0;
|
|
}
|
|
|
|
IL_0480:
|
|
{
|
|
NullCheck(G_B36_1);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B36_1, G_B36_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1438>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34073
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupLensDistortion_m33532B813022AFE252DA55162741415B1838D88C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, bool ___1_isSceneView, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9011B0FC51481E2A0B6D0E3FD32DC3631D85C03);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B2_0 = NULL;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B1_0 = NULL;
|
|
float G_B3_0 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B3_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1446>
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_0 = __this->___m_LensDistortion;
|
|
NullCheck(L_0);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_1 = L_0->___intensity;
|
|
NullCheck(L_1);
|
|
float L_2;
|
|
L_2 = VirtualFuncInvoker0< float >::Invoke(14, L_1);
|
|
float L_3;
|
|
L_3 = fabsf(((float)il2cpp_codegen_multiply(L_2, (100.0f))));
|
|
float L_4;
|
|
L_4 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_3, (1.0f), NULL);
|
|
V_0 = ((float)il2cpp_codegen_multiply((1.60000002f), L_4));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1447>
|
|
float L_5 = V_0;
|
|
float L_6;
|
|
L_6 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline((160.0f), L_5, NULL);
|
|
V_1 = ((float)il2cpp_codegen_multiply((0.0174532924f), L_6));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1448>
|
|
float L_7 = V_1;
|
|
float L_8;
|
|
L_8 = tanf(((float)il2cpp_codegen_multiply(L_7, (0.5f))));
|
|
V_2 = ((float)il2cpp_codegen_multiply((2.0f), L_8));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1449>
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_9 = __this->___m_LensDistortion;
|
|
NullCheck(L_9);
|
|
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_10 = L_9->___center;
|
|
NullCheck(L_10);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
|
|
L_11 = VirtualFuncInvoker0< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(14, L_10);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
|
|
L_12 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_11, (2.0f), NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_13;
|
|
L_13 = Vector2_get_one_m9097EB8DC23C26118A591AF16702796C3EF51DFB_inline(NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
|
|
L_14 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_12, L_13, NULL);
|
|
V_3 = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1450>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1451>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1452>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1453>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1454>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1455>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_3;
|
|
float L_16 = L_15.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17 = V_3;
|
|
float L_18 = L_17.___y;
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_19 = __this->___m_LensDistortion;
|
|
NullCheck(L_19);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_20 = L_19->___xMultiplier;
|
|
NullCheck(L_20);
|
|
float L_21;
|
|
L_21 = VirtualFuncInvoker0< float >::Invoke(14, L_20);
|
|
float L_22;
|
|
L_22 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_21, (9.99999975E-05f), NULL);
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_23 = __this->___m_LensDistortion;
|
|
NullCheck(L_23);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_24 = L_23->___yMultiplier;
|
|
NullCheck(L_24);
|
|
float L_25;
|
|
L_25 = VirtualFuncInvoker0< float >::Invoke(14, L_24);
|
|
float L_26;
|
|
L_26 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_25, (9.99999975E-05f), NULL);
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_4), L_16, L_18, L_22, L_26, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1456>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1457>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1458>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1459>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1460>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1461>
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_27 = __this->___m_LensDistortion;
|
|
NullCheck(L_27);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_28 = L_27->___intensity;
|
|
NullCheck(L_28);
|
|
float L_29;
|
|
L_29 = VirtualFuncInvoker0< float >::Invoke(14, L_28);
|
|
if ((((float)L_29) >= ((float)(0.0f))))
|
|
{
|
|
G_B2_0 = (&V_5);
|
|
goto IL_00df;
|
|
}
|
|
G_B1_0 = (&V_5);
|
|
}
|
|
{
|
|
float L_30 = V_1;
|
|
G_B3_0 = ((float)((1.0f)/L_30));
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_00e0;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
float L_31 = V_1;
|
|
G_B3_0 = L_31;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_00e0:
|
|
{
|
|
float L_32 = V_2;
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_33 = __this->___m_LensDistortion;
|
|
NullCheck(L_33);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_34 = L_33->___scale;
|
|
NullCheck(L_34);
|
|
float L_35;
|
|
L_35 = VirtualFuncInvoker0< float >::Invoke(14, L_34);
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_36 = __this->___m_LensDistortion;
|
|
NullCheck(L_36);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_37 = L_36->___intensity;
|
|
NullCheck(L_37);
|
|
float L_38;
|
|
L_38 = VirtualFuncInvoker0< float >::Invoke(14, L_37);
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline(G_B3_1, G_B3_0, L_32, ((float)((1.0f)/L_35)), ((float)il2cpp_codegen_multiply(L_38, (100.0f))), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1463>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_39 = ___0_material;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_40 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Distortion_Params1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_41 = V_4;
|
|
NullCheck(L_39);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_39, L_40, L_41, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1464>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_42 = ___0_material;
|
|
int32_t L_43 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Distortion_Params2;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_44 = V_5;
|
|
NullCheck(L_42);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_42, L_43, L_44, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1466>
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_45 = __this->___m_LensDistortion;
|
|
NullCheck(L_45);
|
|
bool L_46;
|
|
L_46 = LensDistortion_IsActive_m777DA00296A34FFEC72C43157037C06F62B406AE(L_45, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
{
|
|
bool L_47 = ___1_isSceneView;
|
|
if (L_47)
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1467>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_48 = ___0_material;
|
|
NullCheck(L_48);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_48, _stringLiteralD9011B0FC51481E2A0B6D0E3FD32DC3631D85C03, NULL);
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1468>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34074
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupChromaticAberration_m15763D99D4778C730EC32CA4C1A8341C40718962 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA39ABF5972064AA7F5D72EB5E7A3067DBEA7AFA);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1476>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = ___0_material;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_1 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Chroma_Params;
|
|
ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* L_2 = __this->___m_ChromaticAberration;
|
|
NullCheck(L_2);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_3 = L_2->___intensity;
|
|
NullCheck(L_3);
|
|
float L_4;
|
|
L_4 = VirtualFuncInvoker0< float >::Invoke(14, L_3);
|
|
NullCheck(L_0);
|
|
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_0, L_1, ((float)il2cpp_codegen_multiply(L_4, (0.0500000007f))), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1478>
|
|
ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* L_5 = __this->___m_ChromaticAberration;
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = ChromaticAberration_IsActive_mF820F1009BB285EE1752333366C146E33F863428(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1479>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = ___0_material;
|
|
NullCheck(L_7);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_7, _stringLiteralAA39ABF5972064AA7F5D72EB5E7A3067DBEA7AFA, NULL);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1480>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34075
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupVignette_mC7A2C760C57A319664F7C3B95D4011B5ABFE3019 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_material, XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* ___1_xrPass, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float V_2 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
float G_B7_0 = 0.0f;
|
|
float G_B7_1 = 0.0f;
|
|
float G_B7_2 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B7_3 = NULL;
|
|
float G_B6_0 = 0.0f;
|
|
float G_B6_1 = 0.0f;
|
|
float G_B6_2 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B6_3 = NULL;
|
|
float G_B8_0 = 0.0f;
|
|
float G_B8_1 = 0.0f;
|
|
float G_B8_2 = 0.0f;
|
|
float G_B8_3 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* G_B8_4 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1488>
|
|
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* L_0 = __this->___m_Vignette;
|
|
NullCheck(L_0);
|
|
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_1 = L_0->___color;
|
|
NullCheck(L_1);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
|
|
L_2 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(14, L_1);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1489>
|
|
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* L_3 = __this->___m_Vignette;
|
|
NullCheck(L_3);
|
|
Vector2Parameter_tA29C9FAC53EDB2E0996430A461F9CC59B6C4288A* L_4 = L_3->___center;
|
|
NullCheck(L_4);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
|
|
L_5 = VirtualFuncInvoker0< Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 >::Invoke(14, L_4);
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1490>
|
|
int32_t L_6 = ___2_width;
|
|
int32_t L_7 = ___3_height;
|
|
V_2 = ((float)(((float)L_6)/((float)L_7)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1494>
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_8 = ___1_xrPass;
|
|
if (!L_8)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_9 = ___1_xrPass;
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1496>
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_11 = ___1_xrPass;
|
|
NullCheck(L_11);
|
|
bool L_12;
|
|
L_12 = XRPass_get_singlePassEnabled_m2F5A3AEE82BE2ABFAE8252AE5E593FF7EF0D0BFD(L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1497>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = ___0_material;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_14 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Vignette_ParamsXR;
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_15 = ___1_xrPass;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_1;
|
|
NullCheck(L_15);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_17;
|
|
L_17 = XRPass_ApplyXRViewCenterOffset_m90A0241693FE12D501CA1696533ADF9EB9EB189B(L_15, L_16, NULL);
|
|
NullCheck(L_13);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_13, L_14, L_17, NULL);
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1501>
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_18 = ___1_xrPass;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19 = V_1;
|
|
NullCheck(L_18);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_20;
|
|
L_20 = XRPass_ApplyXRViewCenterOffset_m90A0241693FE12D501CA1696533ADF9EB9EB189B(L_18, L_19, NULL);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
|
|
L_21 = Vector4_op_Implicit_m6673D431FBCA5AFB6CF06CD9783D07A4C90CC2AA_inline(L_20, NULL);
|
|
V_1 = L_21;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1505>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1506>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1507>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1508>
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_22 = V_0;
|
|
float L_23 = L_22.___r;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_24 = V_0;
|
|
float L_25 = L_24.___g;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_26 = V_0;
|
|
float L_27 = L_26.___b;
|
|
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* L_28 = __this->___m_Vignette;
|
|
NullCheck(L_28);
|
|
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_29 = L_28->___rounded;
|
|
NullCheck(L_29);
|
|
bool L_30;
|
|
L_30 = VirtualFuncInvoker0< bool >::Invoke(14, L_29);
|
|
if (L_30)
|
|
{
|
|
G_B7_0 = L_27;
|
|
G_B7_1 = L_25;
|
|
G_B7_2 = L_23;
|
|
G_B7_3 = (&V_3);
|
|
goto IL_008a;
|
|
}
|
|
G_B6_0 = L_27;
|
|
G_B6_1 = L_25;
|
|
G_B6_2 = L_23;
|
|
G_B6_3 = (&V_3);
|
|
}
|
|
{
|
|
G_B8_0 = (1.0f);
|
|
G_B8_1 = G_B6_0;
|
|
G_B8_2 = G_B6_1;
|
|
G_B8_3 = G_B6_2;
|
|
G_B8_4 = G_B6_3;
|
|
goto IL_008b;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
float L_31 = V_2;
|
|
G_B8_0 = L_31;
|
|
G_B8_1 = G_B7_0;
|
|
G_B8_2 = G_B7_1;
|
|
G_B8_3 = G_B7_2;
|
|
G_B8_4 = G_B7_3;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline(G_B8_4, G_B8_3, G_B8_2, G_B8_1, G_B8_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1509>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1510>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1511>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1512>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1513>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_1;
|
|
float L_33 = L_32.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34 = V_1;
|
|
float L_35 = L_34.___y;
|
|
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* L_36 = __this->___m_Vignette;
|
|
NullCheck(L_36);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_37 = L_36->___intensity;
|
|
NullCheck(L_37);
|
|
float L_38;
|
|
L_38 = VirtualFuncInvoker0< float >::Invoke(14, L_37);
|
|
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* L_39 = __this->___m_Vignette;
|
|
NullCheck(L_39);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_40 = L_39->___smoothness;
|
|
NullCheck(L_40);
|
|
float L_41;
|
|
L_41 = VirtualFuncInvoker0< float >::Invoke(14, L_40);
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_4), L_33, L_35, ((float)il2cpp_codegen_multiply(L_38, (3.0f))), ((float)il2cpp_codegen_multiply(L_41, (5.0f))), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1515>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_42 = ___0_material;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_43 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Vignette_Params1;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_44 = V_3;
|
|
NullCheck(L_42);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_42, L_43, L_44, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1516>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_45 = ___0_material;
|
|
int32_t L_46 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Vignette_Params2;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_47 = V_4;
|
|
NullCheck(L_45);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_45, L_46, L_47, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1517>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34076
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupColorGrading_m6B800A753A91A54AD913F541AD732AD4DD4EAB41 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* ___1_renderingData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8A17AF46273CD8A00F66D77FD25EF32BC3A3FEC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0FF8E9E92F96AD7AE0FDEEC4B4B727E3A1F39DB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCDAECC58725DBEE24CF8941DEB8BCE132721653);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
float V_3 = 0.0f;
|
|
int32_t V_4 = 0;
|
|
int32_t G_B2_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B2_1 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B1_1 = NULL;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
int32_t G_B3_1 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B3_2 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1525>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_0 = ___1_renderingData;
|
|
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* L_1 = (PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4*)(&L_0->___postProcessingData);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1526>
|
|
PostProcessingData_tFA75BF22951C600258B2707AF7A113E4EDA49BD4* L_2 = L_1;
|
|
int32_t* L_3;
|
|
L_3 = PostProcessingData_get_gradingMode_mDACE5DC8415ECECBA0654FD1ACF57A5A4D91683F(L_2, NULL);
|
|
int32_t L_4 = *((int32_t*)L_3);
|
|
V_0 = (bool)((((int32_t)L_4) == ((int32_t)1))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1527>
|
|
int32_t* L_5;
|
|
L_5 = PostProcessingData_get_lutSize_mF785ACF293987CE1CA6591D0E626845415225E7F(L_2, NULL);
|
|
int32_t L_6 = *((int32_t*)L_5);
|
|
V_1 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1528>
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = V_1;
|
|
V_2 = ((int32_t)il2cpp_codegen_multiply(L_7, L_8));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1531>
|
|
ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* L_9 = __this->___m_ColorAdjustments;
|
|
NullCheck(L_9);
|
|
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* L_10 = L_9->___postExposure;
|
|
NullCheck(L_10);
|
|
float L_11;
|
|
L_11 = VirtualFuncInvoker0< float >::Invoke(14, L_10);
|
|
float L_12;
|
|
L_12 = powf((2.0f), L_11);
|
|
V_3 = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1532>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = ___2_material;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_14 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____InternalLut;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = __this->___m_InternalLut;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16;
|
|
L_16 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_15, NULL);
|
|
NullCheck(L_13);
|
|
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_13, L_14, L_16, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1533>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_17 = ___2_material;
|
|
int32_t L_18 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Lut_Params;
|
|
int32_t L_19 = V_2;
|
|
int32_t L_20 = V_1;
|
|
int32_t L_21 = V_1;
|
|
float L_22 = V_3;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23;
|
|
memset((&L_23), 0, sizeof(L_23));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_23), ((float)((1.0f)/((float)L_19))), ((float)((1.0f)/((float)L_20))), ((float)il2cpp_codegen_subtract(((float)L_21), (1.0f))), L_22, NULL);
|
|
NullCheck(L_17);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_17, L_18, L_23, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1534>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_24 = ___2_material;
|
|
int32_t L_25 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____UserLut;
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_26 = __this->___m_ColorLookup;
|
|
NullCheck(L_26);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_27 = L_26->___texture;
|
|
NullCheck(L_27);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_28;
|
|
L_28 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_27);
|
|
NullCheck(L_24);
|
|
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_24, L_25, L_28, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1535>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1536>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1537>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1538>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1539>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1540>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1541>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_29 = ___2_material;
|
|
int32_t L_30 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____UserLut_Params;
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_31 = __this->___m_ColorLookup;
|
|
NullCheck(L_31);
|
|
bool L_32;
|
|
L_32 = ColorLookup_IsActive_m7264066E811F24C5EAEFAFB79F2110C089F2465A(L_31, NULL);
|
|
if (!L_32)
|
|
{
|
|
G_B2_0 = L_30;
|
|
G_B2_1 = L_29;
|
|
goto IL_010f;
|
|
}
|
|
G_B1_0 = L_30;
|
|
G_B1_1 = L_29;
|
|
}
|
|
{
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_33 = __this->___m_ColorLookup;
|
|
NullCheck(L_33);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_34 = L_33->___texture;
|
|
NullCheck(L_34);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_35;
|
|
L_35 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_34);
|
|
NullCheck(L_35);
|
|
int32_t L_36;
|
|
L_36 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_35);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_37 = __this->___m_ColorLookup;
|
|
NullCheck(L_37);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_38 = L_37->___texture;
|
|
NullCheck(L_38);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_39;
|
|
L_39 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_38);
|
|
NullCheck(L_39);
|
|
int32_t L_40;
|
|
L_40 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_39);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_41 = __this->___m_ColorLookup;
|
|
NullCheck(L_41);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_42 = L_41->___texture;
|
|
NullCheck(L_42);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_43;
|
|
L_43 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_42);
|
|
NullCheck(L_43);
|
|
int32_t L_44;
|
|
L_44 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_43);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_45 = __this->___m_ColorLookup;
|
|
NullCheck(L_45);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_46 = L_45->___contribution;
|
|
NullCheck(L_46);
|
|
float L_47;
|
|
L_47 = VirtualFuncInvoker0< float >::Invoke(14, L_46);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_48;
|
|
memset((&L_48), 0, sizeof(L_48));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_48), ((float)((1.0f)/((float)L_36))), ((float)((1.0f)/((float)L_40))), ((float)il2cpp_codegen_subtract(((float)L_44), (1.0f))), L_47, NULL);
|
|
G_B3_0 = L_48;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
goto IL_0114;
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_49;
|
|
L_49 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
G_B3_0 = L_49;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
NullCheck(G_B3_2);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(G_B3_2, G_B3_1, G_B3_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1543>
|
|
bool L_50 = V_0;
|
|
if (!L_50)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1545>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_51 = ___2_material;
|
|
NullCheck(L_51);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_51, _stringLiteralC0FF8E9E92F96AD7AE0FDEEC4B4B727E3A1F39DB, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1549>
|
|
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* L_52 = __this->___m_Tonemapping;
|
|
NullCheck(L_52);
|
|
TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A* L_53 = L_52->___mode;
|
|
NullCheck(L_53);
|
|
int32_t L_54;
|
|
L_54 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_53);
|
|
V_4 = L_54;
|
|
int32_t L_55 = V_4;
|
|
if ((((int32_t)L_55) == ((int32_t)1)))
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = V_4;
|
|
if ((((int32_t)L_56) == ((int32_t)2)))
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1551>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_57 = ___2_material;
|
|
NullCheck(L_57);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_57, _stringLiteralCCDAECC58725DBEE24CF8941DEB8BCE132721653, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1551>
|
|
return;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1552>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_58 = ___2_material;
|
|
NullCheck(L_58);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_58, _stringLiteralB8A17AF46273CD8A00F66D77FD25EF32BC3A3FEC, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1556>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34077
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupGrain_mB86019E3BC6194A3B87ABA62A3F8E42474F0055D (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C8A9CDCED86A60FD0F851FA85CC97B1294E90E3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1564>
|
|
bool L_0 = __this->___m_HasFinalPass;
|
|
if (L_0)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_1 = __this->___m_FilmGrain;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = FilmGrain_IsActive_m9251CA64E6E5E1FB8609260F85CEB07BA04B4BA9(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1566>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ___1_material;
|
|
NullCheck(L_3);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_3, _stringLiteral7C8A9CDCED86A60FD0F851FA85CC97B1294E90E3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1567>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1568>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1569>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1570>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1571>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1572>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_4 = __this->___m_Data;
|
|
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_5 = __this->___m_FilmGrain;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___0_cameraData;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___pixelWidth;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___0_cameraData;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___pixelHeight;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = ___1_material;
|
|
PostProcessUtils_ConfigureFilmGrain_m9AFEDA4B679AB1D1D47F8EC440BADA369715A85B(L_4, L_5, L_7, L_9, L_10, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1574>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34078
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupDithering_mC74EFEF0226D57DD1FE0EF9AAE87C5DC5F1E873C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___0_cameraData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC63BF584EC84B09C83B2FA44AAC177A1275D05FB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1582>
|
|
bool L_0 = __this->___m_HasFinalPass;
|
|
if (L_0)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___0_cameraData;
|
|
NullCheck(L_1);
|
|
bool L_2 = L_1->___isDitheringEnabled;
|
|
if (!L_2)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1584>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ___1_material;
|
|
NullCheck(L_3);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_3, _stringLiteralC63BF584EC84B09C83B2FA44AAC177A1275D05FB, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1585>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1586>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1587>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1588>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1589>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1590>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_4 = __this->___m_Data;
|
|
int32_t L_5 = __this->___m_DitheringTextureIndex;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_6 = ___0_cameraData;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = L_6->___pixelWidth;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___0_cameraData;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___pixelHeight;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = ___1_material;
|
|
int32_t L_11;
|
|
L_11 = PostProcessUtils_ConfigureDithering_m4EDD6C3D556383E75451522FF1E51E3B47DACD9C(L_4, L_5, L_7, L_9, L_10, NULL);
|
|
__this->___m_DitheringTextureIndex = L_11;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1592>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34079
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_SetupHDROutput_m507C0A89BAD1815DA7C19C3FFE398FC968A8D565 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F ___0_hdrDisplayInformation, int32_t ___1_hdrDisplayColorGamut, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_material, int32_t ___3_hdrOperations, bool ___4_rendersOverlayUI, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_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));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1600>
|
|
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_0 = ___0_hdrDisplayInformation;
|
|
int32_t L_1 = ___1_hdrDisplayColorGamut;
|
|
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* L_2 = __this->___m_Tonemapping;
|
|
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
|
|
UniversalRenderPipeline_GetHDROutputLuminanceParameters_m7B6AA8D3D1732578FC4D3CE196A11B3996FE3433(L_0, L_1, L_2, (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1601>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = ___2_material;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_StaticFields*)il2cpp_codegen_static_fields_for(ShaderPropertyId_tAA7B64E0C225CFD70D9837D0733FDE84DC3310D2_il2cpp_TypeInfo_var))->___hdrOutputLuminanceParams;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5 = V_0;
|
|
NullCheck(L_3);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_3, L_4, L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1603>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = ___2_material;
|
|
int32_t L_7 = ___1_hdrDisplayColorGamut;
|
|
int32_t L_8 = ___3_hdrOperations;
|
|
HDROutputUtils_ConfigureHDROutput_mD69BEA580CE421FC29019C1A201C5ECE2C05A753(L_6, L_7, L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1604>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = ___2_material;
|
|
bool L_10 = ___4_rendersOverlayUI;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_9, _stringLiteral90095B739C8AE27DB65CD0706A4692207FE800A7, L_10, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1605>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34080
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalPass_m958473F527619A1BD87E1E36B0B6C9CE885377A1 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __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*)&Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
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);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09BA8A94B4C513A414C7DD6658D274799E89F6A4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30207A616BADD6D85FBCA565477F79E7A09D8F2E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B8F50B4BD809534C2FD79953BC26C6C0D47DEC1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral971C7301C98006E7CCCA69A81F210FB1AB4E0BF8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC7CD17C3BF559F84788259BE1C80D4E497F581F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA9426B1D0D23E990FA90B3DC54BC0EA3D1A86C1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4C2AC339442DA96851AFEA1B8E6145896B53187);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_4 = NULL;
|
|
bool V_5 = false;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
float V_19 = 0.0f;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* V_20 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B12_0 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
int32_t G_B20_0 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
bool G_B27_0 = false;
|
|
bool G_B26_0 = false;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B35_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B34_0 = NULL;
|
|
String_t* G_B36_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B36_1 = NULL;
|
|
float G_B52_0 = 0.0f;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B55_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B54_0 = NULL;
|
|
String_t* G_B56_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B56_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1612>
|
|
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/PostProcessPass.cs:1613>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_3 = __this->___m_Materials;
|
|
NullCheck(L_3);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = L_3->___finalPass;
|
|
V_1 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1614>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_5, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1618>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_6 = ___0_cmd;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_8 = L_7->___renderer;
|
|
NullCheck(L_8);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9;
|
|
L_9 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_8, NULL);
|
|
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_6, L_9, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1621>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_10 = ___1_renderingData;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_11 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_10->___cameraData);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12;
|
|
L_12 = CameraData_get_universalCameraData_mD67FBE2CAADDBA930E7DDD9F44ED8C5F10E24AC2(L_11, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = V_1;
|
|
PostProcessPass_SetupGrain_mB86019E3BC6194A3B87ABA62A3F8E42474F0055D(__this, L_12, L_13, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1622>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_14 = ___1_renderingData;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_15 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_14->___cameraData);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16;
|
|
L_16 = CameraData_get_universalCameraData_mD67FBE2CAADDBA930E7DDD9F44ED8C5F10E24AC2(L_15, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_17 = V_1;
|
|
PostProcessPass_SetupDithering_mC74EFEF0226D57DD1FE0EF9AAE87C5DC5F1E873C(__this, L_16, L_17, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1624>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_18 = ___1_renderingData;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_19 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_18->___cameraData);
|
|
bool L_20;
|
|
L_20 = CameraData_get_requireSrgbConversion_m6C5E8C4E67811A673E01D79E79B719216EE53139(L_19, NULL);
|
|
bool L_21;
|
|
L_21 = PostProcessPass_RequireSRGBConversionBlitToBackBuffer_mB81453D3B536BE42AA503F616EDF562B3C80E892(__this, L_20, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1625>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_22, _stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1627>
|
|
V_2 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1628>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_23 = ___1_renderingData;
|
|
CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E* L_24 = (CameraData_tC27AE109CD20677486A4AC19C0CF014AE0F50C3E*)(&L_23->___cameraData);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_25;
|
|
L_25 = CameraData_get_universalCameraData_mD67FBE2CAADDBA930E7DDD9F44ED8C5F10E24AC2(L_24, NULL);
|
|
bool L_26;
|
|
L_26 = PostProcessPass_RequireHDROutput_m92D4E42C607D3396EDD01C4752203387BEB45A1E(__this, L_25, NULL);
|
|
V_3 = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1629>
|
|
bool L_27 = V_3;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1632>
|
|
bool L_28 = __this->___m_EnableColorEncodingIfNeeded;
|
|
if (L_28)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
G_B6_0 = 2;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
V_2 = G_B6_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1634>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_29 = V_0;
|
|
NullCheck(L_29);
|
|
bool L_30 = L_29->___postProcessEnabled;
|
|
if (L_30)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1635>
|
|
int32_t L_31 = V_2;
|
|
V_2 = ((int32_t)((int32_t)L_31|1));
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1637>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_32 = V_0;
|
|
NullCheck(L_32);
|
|
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_33;
|
|
L_33 = UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD(L_32, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_34 = V_0;
|
|
NullCheck(L_34);
|
|
int32_t L_35;
|
|
L_35 = UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD(L_34, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_36 = V_1;
|
|
int32_t L_37 = V_2;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_38 = V_0;
|
|
NullCheck(L_38);
|
|
bool L_39;
|
|
L_39 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_38, NULL);
|
|
PostProcessPass_SetupHDROutput_m507C0A89BAD1815DA7C19C3FFE398FC968A8D565(__this, L_33, L_35, L_36, L_37, L_39, NULL);
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1640>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_40 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_41 = V_0;
|
|
NullCheck(L_41);
|
|
bool L_42 = L_41->___isAlphaOutputEnabled;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_40, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_42, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1642>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_43 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_44;
|
|
L_44 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_43, NULL);
|
|
V_4 = L_44;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1643>
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_45 = V_4;
|
|
if (!L_45)
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_46 = V_4;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_47 = V_0;
|
|
NullCheck(L_47);
|
|
bool L_48 = L_47->___resolveFinalTarget;
|
|
NullCheck(L_46);
|
|
bool L_49;
|
|
L_49 = DebugHandler_WriteToDebugScreenTexture_m238B0FD053CE5540FD5A64BF47C06456486A31B7(L_46, L_48, NULL);
|
|
G_B12_0 = ((int32_t)(L_49));
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
G_B12_0 = 0;
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
V_5 = (bool)G_B12_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1646>
|
|
bool L_50 = __this->___m_UseSwapBuffer;
|
|
if (!L_50)
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1650>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_51 = V_0;
|
|
NullCheck(L_51);
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_52 = L_51->___renderer;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_53 = ___0_cmd;
|
|
NullCheck(L_52);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_54;
|
|
L_54 = VirtualFuncInvoker1< RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(10, L_52, L_53);
|
|
__this->___m_Source = L_54;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Source), (void*)L_54);
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1654>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_55 = __this->___m_Source;
|
|
V_6 = L_55;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1656>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_56 = V_0;
|
|
NullCheck(L_56);
|
|
bool L_57 = L_56->___isDefaultViewport;
|
|
if (L_57)
|
|
{
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
{
|
|
G_B17_0 = 0;
|
|
goto IL_0119;
|
|
}
|
|
|
|
IL_0118:
|
|
{
|
|
G_B17_0 = 2;
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
V_7 = G_B17_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1658>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_58 = V_0;
|
|
NullCheck(L_58);
|
|
int32_t L_59 = L_58->___antialiasing;
|
|
V_8 = (bool)((((int32_t)L_59) == ((int32_t)1))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1661>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_60 = V_0;
|
|
NullCheck(L_60);
|
|
int32_t L_61 = L_60->___imageScalingMode;
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)1))))
|
|
{
|
|
goto IL_013a;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_62 = V_0;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = L_62->___upscalingFilter;
|
|
G_B20_0 = ((((int32_t)L_63) == ((int32_t)2))? 1 : 0);
|
|
goto IL_013b;
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
G_B20_0 = 0;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
V_9 = (bool)G_B20_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1666>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_64 = V_0;
|
|
NullCheck(L_64);
|
|
bool L_65;
|
|
L_65 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(L_64, NULL);
|
|
if (!L_65)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_66 = V_0;
|
|
NullCheck(L_66);
|
|
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_67 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&L_66->___taaSettings);
|
|
float L_68;
|
|
L_68 = Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline(L_67, NULL);
|
|
if ((!(((float)L_68) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
{
|
|
bool L_69 = V_9;
|
|
G_B24_0 = ((((int32_t)L_69) == ((int32_t)0))? 1 : 0);
|
|
goto IL_015f;
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
G_B24_0 = 0;
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
V_10 = (bool)G_B24_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1669>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_70 = V_0;
|
|
NullCheck(L_70);
|
|
bool L_71 = L_70->___isAlphaOutputEnabled;
|
|
V_11 = L_71;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1671>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_72 = V_0;
|
|
NullCheck(L_72);
|
|
int32_t L_73 = L_72->___imageScalingMode;
|
|
if (!L_73)
|
|
{
|
|
goto IL_0409;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1680>
|
|
bool L_74 = V_8;
|
|
bool L_75 = V_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1683>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_76 = V_0;
|
|
NullCheck(L_76);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_77 = L_76->___cameraTargetDescriptor;
|
|
V_13 = L_77;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1684>
|
|
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_13), 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1685>
|
|
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_13), 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1689>
|
|
bool L_78 = V_3;
|
|
if (L_78)
|
|
{
|
|
G_B27_0 = ((bool)(((int32_t)((int32_t)L_74|(int32_t)L_75))));
|
|
goto IL_01a0;
|
|
}
|
|
G_B26_0 = ((bool)(((int32_t)((int32_t)L_74|(int32_t)L_75))));
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1690>
|
|
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
|
|
int32_t L_79;
|
|
L_79 = UniversalRenderPipeline_MakeUnormRenderTextureGraphicsFormat_m5A892392C145D69986270554E3E8B281E18168A8(NULL);
|
|
RenderTextureDescriptor_set_graphicsFormat_m037DA25F9A8B956D830C7B7E5C6E258DC1133A13((&V_13), L_79, NULL);
|
|
G_B27_0 = G_B26_0;
|
|
}
|
|
|
|
IL_01a0:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1692>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_80 = __this->___m_Materials;
|
|
NullCheck(L_80);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_81 = L_80->___scalingSetup;
|
|
NullCheck(L_81);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_81, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1694>
|
|
if (!G_B27_0)
|
|
{
|
|
goto IL_0286;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1696>
|
|
bool L_82 = V_3;
|
|
if (!L_82)
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1698>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_83 = V_0;
|
|
NullCheck(L_83);
|
|
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_84;
|
|
L_84 = UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD(L_83, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_85 = V_0;
|
|
NullCheck(L_85);
|
|
int32_t L_86;
|
|
L_86 = UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD(L_85, NULL);
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_87 = __this->___m_Materials;
|
|
NullCheck(L_87);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_88 = L_87->___scalingSetup;
|
|
int32_t L_89 = V_2;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_90 = V_0;
|
|
NullCheck(L_90);
|
|
bool L_91;
|
|
L_91 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_90, NULL);
|
|
PostProcessPass_SetupHDROutput_m507C0A89BAD1815DA7C19C3FFE398FC968A8D565(__this, L_84, L_86, L_88, L_89, L_91, NULL);
|
|
}
|
|
|
|
IL_01dd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1701>
|
|
bool L_92 = V_8;
|
|
if (!L_92)
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1703>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_93 = __this->___m_Materials;
|
|
NullCheck(L_93);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_94 = L_93->___scalingSetup;
|
|
NullCheck(L_94);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_94, _stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89, NULL);
|
|
}
|
|
|
|
IL_01f6:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1706>
|
|
bool L_95 = V_9;
|
|
if (!L_95)
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1708>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_96 = __this->___m_Materials;
|
|
NullCheck(L_96);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_97 = L_96->___scalingSetup;
|
|
int32_t L_98 = V_2;
|
|
int32_t L_99 = L_98;
|
|
int32_t L_100 = 2;
|
|
bool L_101 = il2cpp_codegen_enum_has_flag((int32_t)L_99, (int32_t)L_100);
|
|
if (L_101)
|
|
{
|
|
G_B35_0 = L_97;
|
|
goto IL_021f;
|
|
}
|
|
G_B34_0 = L_97;
|
|
}
|
|
{
|
|
G_B36_0 = _stringLiteral5B8F50B4BD809534C2FD79953BC26C6C0D47DEC1;
|
|
G_B36_1 = G_B34_0;
|
|
goto IL_0224;
|
|
}
|
|
|
|
IL_021f:
|
|
{
|
|
G_B36_0 = _stringLiteralDA9426B1D0D23E990FA90B3DC54BC0EA3D1A86C1;
|
|
G_B36_1 = G_B35_0;
|
|
}
|
|
|
|
IL_0224:
|
|
{
|
|
NullCheck(G_B36_1);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B36_1, G_B36_0, NULL);
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1711>
|
|
bool L_102 = V_11;
|
|
if (!L_102)
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1713>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_103 = __this->___m_Materials;
|
|
NullCheck(L_103);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_104 = L_103->___scalingSetup;
|
|
NullCheck(L_104);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_104, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, NULL);
|
|
}
|
|
|
|
IL_0242:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1716>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_105 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_ScalingSetupTarget);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_106;
|
|
L_106 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_105, (&V_13), 0, 1, 1, (0.0f), _stringLiteralF4C2AC339442DA96851AFEA1B8E6145896B53187, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1717>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_107 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_108 = __this->___m_Source;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_109 = __this->___m_ScalingSetupTarget;
|
|
int32_t L_110 = V_7;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_111 = __this->___m_Materials;
|
|
NullCheck(L_111);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_112 = L_111->___scalingSetup;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_107, L_108, L_109, L_110, 0, L_112, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1719>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_113 = __this->___m_ScalingSetupTarget;
|
|
V_6 = L_113;
|
|
}
|
|
|
|
IL_0286:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1722>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_114 = V_0;
|
|
NullCheck(L_114);
|
|
int32_t L_115 = L_114->___imageScalingMode;
|
|
V_14 = L_115;
|
|
int32_t L_116 = V_14;
|
|
if ((((int32_t)L_116) == ((int32_t)1)))
|
|
{
|
|
goto IL_02a0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_117 = V_14;
|
|
if ((((int32_t)L_117) == ((int32_t)2)))
|
|
{
|
|
goto IL_0404;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0418;
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1730>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_118 = V_0;
|
|
NullCheck(L_118);
|
|
int32_t L_119 = L_118->___upscalingFilter;
|
|
V_15 = L_119;
|
|
int32_t L_120 = V_15;
|
|
switch (L_120)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0418;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_02c0;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_02d7;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0418;
|
|
}
|
|
|
|
IL_02c0:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1735>
|
|
bool L_121 = V_10;
|
|
if (L_121)
|
|
{
|
|
goto IL_0418;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1736>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_122 = V_1;
|
|
NullCheck(L_122);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_122, _stringLiteral30207A616BADD6D85FBCA565477F79E7A09D8F2E, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1737>
|
|
goto IL_0418;
|
|
}
|
|
|
|
IL_02d7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1748>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_123 = __this->___m_Materials;
|
|
NullCheck(L_123);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_124 = L_123->___easu;
|
|
NullCheck(L_124);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_124, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1750>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_125 = V_0;
|
|
NullCheck(L_125);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_126 = L_125->___cameraTargetDescriptor;
|
|
V_16 = L_126;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1751>
|
|
RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline((&V_16), 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1752>
|
|
RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline((&V_16), 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1753>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_127 = V_0;
|
|
NullCheck(L_127);
|
|
int32_t L_128 = L_127->___pixelWidth;
|
|
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline((&V_16), L_128, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1754>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_129 = V_0;
|
|
NullCheck(L_129);
|
|
int32_t L_130 = L_129->___pixelHeight;
|
|
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline((&V_16), L_130, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1757>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_131 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_UpscaledTarget);
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_132;
|
|
L_132 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_131, (&V_16), 0, 1, 1, (0.0f), _stringLiteralCC7CD17C3BF559F84788259BE1C80D4E497F581F, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1758>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_133 = V_0;
|
|
NullCheck(L_133);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_134 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_133->___cameraTargetDescriptor);
|
|
int32_t L_135;
|
|
L_135 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_134, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_136 = V_0;
|
|
NullCheck(L_136);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_137 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_136->___cameraTargetDescriptor);
|
|
int32_t L_138;
|
|
L_138 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_137, NULL);
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_17), ((float)L_135), ((float)L_138), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1759>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_139 = V_0;
|
|
NullCheck(L_139);
|
|
int32_t L_140 = L_139->___pixelWidth;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_141 = V_0;
|
|
NullCheck(L_141);
|
|
int32_t L_142 = L_141->___pixelHeight;
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_18), ((float)L_140), ((float)L_142), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1760>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_143 = ___0_cmd;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_144 = V_17;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_145 = V_17;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_146 = V_18;
|
|
FSRUtils_SetEasuConstants_m4373BF3971B6566F0268321809B267DDE1480BAD(L_143, L_144, L_145, L_146, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1762>
|
|
bool L_147 = V_11;
|
|
if (!L_147)
|
|
{
|
|
goto IL_0390;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1763>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_148 = __this->___m_Materials;
|
|
NullCheck(L_148);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_149 = L_148->___easu;
|
|
bool L_150 = V_11;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_149, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_150, NULL);
|
|
}
|
|
|
|
IL_0390:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1765>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_151 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_152 = V_6;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_153 = __this->___m_UpscaledTarget;
|
|
int32_t L_154 = V_7;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_155 = __this->___m_Materials;
|
|
NullCheck(L_155);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_156 = L_155->___easu;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_151, L_152, L_153, L_154, 0, L_156, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1769>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_157 = V_0;
|
|
NullCheck(L_157);
|
|
bool L_158 = L_157->___fsrOverrideSharpness;
|
|
if (L_158)
|
|
{
|
|
goto IL_03bc;
|
|
}
|
|
}
|
|
{
|
|
G_B52_0 = (0.920000017f);
|
|
goto IL_03c2;
|
|
}
|
|
|
|
IL_03bc:
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_159 = V_0;
|
|
NullCheck(L_159);
|
|
float L_160 = L_159->___fsrSharpness;
|
|
G_B52_0 = L_160;
|
|
}
|
|
|
|
IL_03c2:
|
|
{
|
|
V_19 = G_B52_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1772>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_161 = V_0;
|
|
NullCheck(L_161);
|
|
float L_162 = L_161->___fsrSharpness;
|
|
if ((!(((float)L_162) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_03ee;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1775>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_163 = V_1;
|
|
bool L_164 = V_3;
|
|
if (L_164)
|
|
{
|
|
G_B55_0 = L_163;
|
|
goto IL_03dc;
|
|
}
|
|
G_B54_0 = L_163;
|
|
}
|
|
{
|
|
G_B56_0 = _stringLiteral09BA8A94B4C513A414C7DD6658D274799E89F6A4;
|
|
G_B56_1 = G_B54_0;
|
|
goto IL_03e1;
|
|
}
|
|
|
|
IL_03dc:
|
|
{
|
|
G_B56_0 = _stringLiteral971C7301C98006E7CCCA69A81F210FB1AB4E0BF8;
|
|
G_B56_1 = G_B55_0;
|
|
}
|
|
|
|
IL_03e1:
|
|
{
|
|
NullCheck(G_B56_1);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B56_1, G_B56_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1776>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_165 = ___0_cmd;
|
|
float L_166 = V_19;
|
|
FSRUtils_SetRcasConstantsLinear_m066B411BECFFD2D8267F0A03A695D0CA49657254(L_165, L_166, NULL);
|
|
}
|
|
|
|
IL_03ee:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1780>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_167 = __this->___m_UpscaledTarget;
|
|
V_6 = L_167;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1781>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_168 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_169 = __this->___m_UpscaledTarget;
|
|
PostProcessUtils_SetSourceSize_m653D0FA4D4A67E84A0B00A5B7A38F5113B83E417(L_168, L_169, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1783>
|
|
goto IL_0418;
|
|
}
|
|
|
|
IL_0404:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1796>
|
|
V_10 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1798>
|
|
goto IL_0418;
|
|
}
|
|
|
|
IL_0409:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1802>
|
|
bool L_170 = V_8;
|
|
if (!L_170)
|
|
{
|
|
goto IL_0418;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1805>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_171 = V_1;
|
|
NullCheck(L_171);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_171, _stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89, NULL);
|
|
}
|
|
|
|
IL_0418:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1810>
|
|
bool L_172 = V_10;
|
|
if (!L_172)
|
|
{
|
|
goto IL_0438;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1812>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_173 = V_1;
|
|
NullCheck(L_173);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_173, _stringLiteral09BA8A94B4C513A414C7DD6658D274799E89F6A4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1813>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_174 = ___0_cmd;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_175 = V_0;
|
|
NullCheck(L_175);
|
|
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_176 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&L_175->___taaSettings);
|
|
float L_177;
|
|
L_177 = Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline(L_176, NULL);
|
|
FSRUtils_SetRcasConstantsLinear_m066B411BECFFD2D8267F0A03A695D0CA49657254(L_174, L_177, NULL);
|
|
}
|
|
|
|
IL_0438:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1816>
|
|
RenderingData_tAAA01190551D6D5954314E3E1E85B58DD45EED71* L_178 = ___1_renderingData;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_179;
|
|
L_179 = RenderingUtils_GetCameraTargetIdentifier_mABBE09223B7ED980FA58D98476B05D84C8DB836B(L_178, NULL);
|
|
V_12 = L_179;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1818>
|
|
bool L_180 = V_5;
|
|
if (!L_180)
|
|
{
|
|
goto IL_0474;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1821>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_181 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_182 = V_6;
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_183 = V_4;
|
|
NullCheck(L_183);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_184;
|
|
L_184 = DebugHandler_get_DebugScreenColorHandle_m704B6C8442CDB6B1DC0E368BD6CFDB24DC8612F4(L_183, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_185 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_184);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_186 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitCameraTexture_m99A0342A9AF484F3883BDBFDFAA132BBCD099D29(L_181, L_182, L_185, 0, 0, L_186, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1824>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_187 = V_0;
|
|
NullCheck(L_187);
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_188 = L_187->___renderer;
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_189 = V_4;
|
|
NullCheck(L_189);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_190;
|
|
L_190 = DebugHandler_get_DebugScreenColorHandle_m704B6C8442CDB6B1DC0E368BD6CFDB24DC8612F4(L_189, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_191 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_190);
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_192 = V_4;
|
|
NullCheck(L_192);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_193;
|
|
L_193 = DebugHandler_get_DebugScreenDepthHandle_mB80C399D6659D8E356EDC58D48EA71D17979548B(L_192, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_194 = *((RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)L_193);
|
|
NullCheck(L_188);
|
|
ScriptableRenderer_ConfigureCameraTarget_m0C906EED874B7FFB6DC9A1C34EFD714A9B96333B(L_188, L_191, L_194, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0474:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1830>
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_195 = V_12;
|
|
RTHandleStaticHelpers_SetRTHandleStaticWrapper_mF0746A1D008A6FB7998485AD1BB33055F81C727D(L_195, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1831>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_196 = ((RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_StaticFields*)il2cpp_codegen_static_fields_for(RTHandleStaticHelpers_tA2D12842AC5D6F53DC6BE4808B2D49BC5DD532BC_il2cpp_TypeInfo_var))->___s_RTHandleWrapper;
|
|
V_20 = L_196;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1832>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_197 = ___0_cmd;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_198 = V_0;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_199 = V_6;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_200 = V_20;
|
|
int32_t L_201 = V_7;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_202 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
RenderingUtils_FinalBlit_m2E1DA43735F4576B4B37FF7D40AAA609C6B39240(L_197, L_198, L_199, L_200, L_201, 0, L_202, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1834>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34081
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_UpdateCameraResolution_m050530A4B48407153E7069555E34E3B0CB1A6445 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___2_newCameraTargetSize, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisUpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD_mA9709D40140165495E6F993F4A5FF08FC282C319_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisUpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD_m33D98C8E91102D82D91C9D6D0A8D728797CBF1A8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CUpdateCameraResolutionU3Eb__124_0_mF017A76D518E700A99D788283B3A6D0F147B4FE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6762E7787FFCF53F735F1F8AB67A312B7A892117);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD* V_1 = NULL;
|
|
BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* G_B2_0 = NULL;
|
|
RuntimeObject* G_B2_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:22>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_0 = ___1_cameraData;
|
|
NullCheck(L_0);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_1 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_0->___cameraTargetDescriptor);
|
|
int32_t L_2;
|
|
L_2 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&___2_newCameraTargetSize), NULL);
|
|
RenderTextureDescriptor_set_width_m3B2494007BFE3AD4D14403407C9B24F5045E7E10_inline(L_1, L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:23>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_3 = ___1_cameraData;
|
|
NullCheck(L_3);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_4 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_3->___cameraTargetDescriptor);
|
|
int32_t L_5;
|
|
L_5 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&___2_newCameraTargetSize), NULL);
|
|
RenderTextureDescriptor_set_height_m1FE41111472DAA9B5E80FFAF3445004D72A3CFA5_inline(L_4, L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:26>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___0_renderGraph;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = RenderGraph_AddUnsafePass_TisUpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD_m33D98C8E91102D82D91C9D6D0A8D728797CBF1A8(L_6, _stringLiteral6762E7787FFCF53F735F1F8AB67A312B7A892117, (&V_1), _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)26), RenderGraph_AddUnsafePass_TisUpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD_m33D98C8E91102D82D91C9D6D0A8D728797CBF1A8_RuntimeMethod_var);
|
|
V_0 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006e:
|
|
{
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:28>
|
|
UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD* L_10 = V_1;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_11 = ___2_newCameraTargetSize;
|
|
NullCheck(L_10);
|
|
L_10->___newCameraTargetSize = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:31>
|
|
RuntimeObject* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_12, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:33>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:34>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:35>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:36>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:37>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:38>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:39>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:40>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:41>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:42>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:43>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:44>
|
|
RuntimeObject* L_13 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* L_14 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__124_0;
|
|
BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* L_15 = L_14;
|
|
if (L_15)
|
|
{
|
|
G_B3_0 = L_15;
|
|
G_B3_1 = L_13;
|
|
goto IL_0067_1;
|
|
}
|
|
G_B2_0 = L_15;
|
|
G_B2_1 = L_13;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_16 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* L_17 = (BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC*)il2cpp_codegen_object_new(BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m88761F655D0897D01DA28CFE2C549879E01ADCFE(L_17, L_16, (intptr_t)((void*)U3CU3Ec_U3CUpdateCameraResolutionU3Eb__124_0_mF017A76D518E700A99D788283B3A6D0F147B4FE2_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* L_18 = L_17;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__124_0 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__124_0), (void*)L_18);
|
|
G_B3_0 = L_18;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_0067_1:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t7ADDF5C3816B03F7994EF10B8512326101194CEC* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisUpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD_mA9709D40140165495E6F993F4A5FF08FC282C319_RuntimeMethod_var, G_B3_1, G_B3_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:45>
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:46>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34082
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 PostProcessPass_CreateCompatibleTexture_m40B558450317649E5B30C4ADD06F93E863A9CDFF (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___1_source, String_t* ___2_name, bool ___3_clear, int32_t ___4_filterMode, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:50>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = ___1_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_0);
|
|
V_1 = L_1;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_2 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_3;
|
|
L_3 = TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D((&V_1), L_2, NULL);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:51>
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
PostProcessPass_MakeCompatible_m7B455F7A3924BE86441379D72A184B137F294D32((&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:52>
|
|
String_t* L_4 = ___2_name;
|
|
(&V_0)->___name = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)L_4);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:53>
|
|
bool L_5 = ___3_clear;
|
|
(&V_0)->___clearBuffer = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:54>
|
|
int32_t L_6 = ___4_filterMode;
|
|
(&V_0)->___filterMode = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:55>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_7 = ___0_renderGraph;
|
|
NullCheck(L_7);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8;
|
|
L_8 = RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF(L_7, (&V_0), NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 34083
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___1_desc, String_t* ___2_name, bool ___3_clear, int32_t ___4_filterMode, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:60>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_0 = ___1_desc;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_1 = (*(TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673*)L_0);
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_2;
|
|
L_2 = PostProcessPass_GetCompatibleDescriptor_m86720AA2E3CC4C8971E75C68FA7DAB1E8F19BB97(L_1, NULL);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:61>
|
|
String_t* L_3 = ___2_name;
|
|
(&V_0)->___name = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)L_3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:62>
|
|
bool L_4 = ___3_clear;
|
|
(&V_0)->___clearBuffer = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:63>
|
|
int32_t L_5 = ___4_filterMode;
|
|
(&V_0)->___filterMode = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:64>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___0_renderGraph;
|
|
NullCheck(L_6);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7;
|
|
L_7 = RenderGraph_CreateTexture_mE0A9984084C7DE997FF0898ED678AA2E80812BCF(L_6, (&V_0), NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 34084
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699 (TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 ___0_desc, int32_t ___1_width, int32_t ___2_height, int32_t ___3_format, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:69>
|
|
int32_t L_0 = ___1_width;
|
|
(&___0_desc)->___width = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:70>
|
|
int32_t L_1 = ___2_height;
|
|
(&___0_desc)->___height = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:71>
|
|
int32_t L_2 = ___3_format;
|
|
(&___0_desc)->___format = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:73>
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
PostProcessPass_MakeCompatible_m7B455F7A3924BE86441379D72A184B137F294D32((&___0_desc), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:75>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_3 = ___0_desc;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 34085
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 PostProcessPass_GetCompatibleDescriptor_m86720AA2E3CC4C8971E75C68FA7DAB1E8F19BB97 (TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 ___0_desc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:80>
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
PostProcessPass_MakeCompatible_m7B455F7A3924BE86441379D72A184B137F294D32((&___0_desc), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:82>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_0 = ___0_desc;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 34086
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_MakeCompatible_m7B455F7A3924BE86441379D72A184B137F294D32 (TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___0_desc, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:87>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_0 = ___0_desc;
|
|
L_0->___msaaSamples = 1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:88>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_1 = ___0_desc;
|
|
L_1->___useMipMap = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:89>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_2 = ___0_desc;
|
|
L_2->___autoGenerateMips = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:90>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_3 = ___0_desc;
|
|
L_3->___anisoLevel = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:91>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_4 = ___0_desc;
|
|
L_4->___discardBuffer = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:92>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34087
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderStopNaN_m1823B802AE22C5BF3565835C705858BE33CB3B24 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___1_activeCameraColor, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_stopNaNTarget, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173_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_TisStopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE_mAFB9E8D301B36DF08C9274FD209AF9178CC46195_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisStopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE_m05E5145995A1BE5F2D71518B3C8C4A49CEC5E7DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderStopNaNU3Eb__131_0_m367764B6EBA6847D2AAFC3CB03D942ECB7D5F139_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral609710E93BDDCE4C7304411A9642DE82BD3DFD98);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9A648DDB8567744CC00A6EA8088768861EA9699);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE* V_1 = NULL;
|
|
BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* G_B2_0 = NULL;
|
|
RuntimeObject* G_B2_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:104>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = ___2_stopNaNTarget;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_1 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_2 = ___1_activeCameraColor;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3;
|
|
L_3 = PostProcessPass_CreateCompatibleTexture_m40B558450317649E5B30C4ADD06F93E863A9CDFF(L_1, L_2, _stringLiteralD9A648DDB8567744CC00A6EA8088768861EA9699, (bool)1, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:106>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:107>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_5;
|
|
L_5 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)33), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_6;
|
|
L_6 = RenderGraph_AddRasterRenderPass_TisStopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE_m05E5145995A1BE5F2D71518B3C8C4A49CEC5E7DA(L_4, _stringLiteral609710E93BDDCE4C7304411A9642DE82BD3DFD98, (&V_1), L_5, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)106), RenderGraph_AddRasterRenderPass_TisStopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE_m05E5145995A1BE5F2D71518B3C8C4A49CEC5E7DA_RuntimeMethod_var);
|
|
V_0 = L_6;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0096:
|
|
{
|
|
{
|
|
RuntimeObject* L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:109>
|
|
StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE* L_9 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_10 = ___2_stopNaNTarget;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_10);
|
|
NullCheck(L_9);
|
|
L_9->___stopNaNTarget = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:110>
|
|
RuntimeObject* L_12 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_13 = ___2_stopNaNTarget;
|
|
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, 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:111>
|
|
StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE* L_15 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_16 = ___1_activeCameraColor;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_16);
|
|
NullCheck(L_15);
|
|
L_15->___sourceTexture = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:112>
|
|
RuntimeObject* L_18 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_19 = ___1_activeCameraColor;
|
|
NullCheck(L_18);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_18, L_19, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:113>
|
|
StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE* L_20 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_21 = __this->___m_Materials;
|
|
NullCheck(L_21);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = L_21->___stopNaN;
|
|
NullCheck(L_20);
|
|
L_20->___stopNaN = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___stopNaN), (void*)L_22);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:114>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:115>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:116>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:117>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:118>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:119>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:120>
|
|
RuntimeObject* L_23 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* L_24 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__131_0;
|
|
BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* L_25 = L_24;
|
|
if (L_25)
|
|
{
|
|
G_B3_0 = L_25;
|
|
G_B3_1 = L_23;
|
|
goto IL_008f_1;
|
|
}
|
|
G_B2_0 = L_25;
|
|
G_B2_1 = L_23;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_26 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* L_27 = (BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173*)il2cpp_codegen_object_new(BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_mEBF0C63E587506543B2819F8423A2E201EBB9460(L_27, L_26, (intptr_t)((void*)U3CU3Ec_U3CRenderStopNaNU3Eb__131_0_m367764B6EBA6847D2AAFC3CB03D942ECB7D5F139_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* L_28 = L_27;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__131_0 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__131_0), (void*)L_28);
|
|
G_B3_0 = L_28;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_008f_1:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t338C2CE945F777FCC22E5627D918C0F0FAD40173* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisStopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE_mAFB9E8D301B36DF08C9274FD209AF9178CC46195_RuntimeMethod_var, G_B3_1, G_B3_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:121>
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:122>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34088
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderSMAA_m916727AFF4931FA81F74551C22B2987D9F767F2A (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, int32_t ___2_antialiasingQuality, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_SMAATarget, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_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_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_mF1D965E7A4AF116FAD84E53C1C1D8E0A58ED8C93_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisSMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1_m86325BBA74E730296EA9DC09EF574AEF767E220A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisSMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1_mC7D81F512AA1811485DF1342C476A2201A8FB488_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderSMAAU3Eb__134_0_mBE006E4E39D59A56F96EA81E6CA54F4F0E20D402_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderSMAAU3Eb__134_1_m118139DB11A6476F08FE03B46B10EF43A1DBA84F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderSMAAU3Eb__134_2_m22EAA82D1BD02874E36C036D9E6A2E8F51B4AB96_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderSMAAU3Eb__134_3_m0953419C4159D35CE0CB365FEEF2837E4C0C0B95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F3769FF2E17F76CE2B8A32D296C4D48506EA6C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1831D6AF0034BFD62502B7DAAE7F161CCE2152E9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B9EFBFC3B2698A75AE9060E2CA3F4703BAA46DB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30000D260010D582626C1B1738F91B680844B804);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral367DC83CF8FAAB0E35DC0AACA757FF49D6E45971);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral75CA3D6AA1DA78AFC0B5F59CF878B4E939A84984);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3410967192A7D83AD5768EE0DBB2DCD97F0F158);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE989F8F19D1E07CBDE17CE6AB2828191DD1C5D3E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_7 = NULL;
|
|
RuntimeObject* V_8 = NULL;
|
|
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* V_9 = NULL;
|
|
RuntimeObject* V_10 = NULL;
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* V_11 = NULL;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
RuntimeObject* V_13 = NULL;
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* V_14 = NULL;
|
|
RuntimeObject* V_15 = NULL;
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* V_16 = NULL;
|
|
BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* G_B2_0 = NULL;
|
|
RuntimeObject* G_B2_1 = NULL;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* G_B10_0 = NULL;
|
|
RuntimeObject* G_B10_1 = NULL;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* G_B9_0 = NULL;
|
|
RuntimeObject* G_B9_1 = NULL;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* G_B17_0 = NULL;
|
|
RuntimeObject* G_B17_1 = NULL;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* G_B16_0 = NULL;
|
|
RuntimeObject* G_B16_1 = NULL;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* G_B24_0 = NULL;
|
|
RuntimeObject* G_B24_1 = NULL;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* G_B23_0 = NULL;
|
|
RuntimeObject* G_B23_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:147>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_1 = ___3_source;
|
|
NullCheck(L_0);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_2;
|
|
L_2 = RenderGraph_GetTextureDesc_m54CBA2F485C8E9A04A1C227ACC25D386949ECA51(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:149>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_3 = ___4_SMAATarget;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5;
|
|
L_5 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_4, (&V_0), _stringLiteral0F3769FF2E17F76CE2B8A32D296C4D48506EA6C6, (bool)1, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_3 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:151>
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6;
|
|
L_6 = Color_get_black_mB50217951591A045844C61E7FF31EEE3FEF16737_inline(NULL);
|
|
(&V_0)->___clearColor = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:152>
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_7 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&(&V_0)->___clearColor);
|
|
L_7->___a = (0.0f);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:154>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_8 = V_0;
|
|
V_1 = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:155>
|
|
int32_t L_9 = __this->___m_SMAAEdgeFormat;
|
|
(&V_1)->___format = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:156>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_10 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11;
|
|
L_11 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_10, (&V_1), _stringLiteral75CA3D6AA1DA78AFC0B5F59CF878B4E939A84984, (bool)1, 1, NULL);
|
|
V_2 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:158>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_12 = V_0;
|
|
V_3 = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:159>
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
int32_t L_13;
|
|
L_13 = GraphicsFormatUtility_GetDepthStencilFormat_m76EEE7255F874FD3AC8E149830EE48F345DF8425(((int32_t)24), NULL);
|
|
(&V_3)->___format = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:160>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_14 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_15;
|
|
L_15 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_14, (&V_3), _stringLiteral1831D6AF0034BFD62502B7DAAE7F161CCE2152E9, (bool)1, 1, NULL);
|
|
V_4 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:162>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_16 = V_0;
|
|
V_5 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:163>
|
|
(&V_5)->___format = 8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:164>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_17 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18;
|
|
L_18 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_17, (&V_5), _stringLiteral1B9EFBFC3B2698A75AE9060E2CA3F4703BAA46DB, (bool)1, 0, NULL);
|
|
V_6 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:167>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_19 = __this->___m_Materials;
|
|
NullCheck(L_19);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = L_19->___subpixelMorphologicalAntialiasing;
|
|
V_7 = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:169>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_21 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_22;
|
|
L_22 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)34), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_21);
|
|
RuntimeObject* L_23;
|
|
L_23 = RenderGraph_AddRasterRenderPass_TisSMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1_mC7D81F512AA1811485DF1342C476A2201A8FB488(L_21, _stringLiteral30000D260010D582626C1B1738F91B680844B804, (&V_9), L_22, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)169), RenderGraph_AddRasterRenderPass_TisSMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1_mC7D81F512AA1811485DF1342C476A2201A8FB488_RuntimeMethod_var);
|
|
V_8 = L_23;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0180:
|
|
{
|
|
{
|
|
RuntimeObject* L_24 = V_8;
|
|
if (!L_24)
|
|
{
|
|
goto IL_018b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_25 = V_8;
|
|
NullCheck(L_25);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_25);
|
|
}
|
|
|
|
IL_018b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:173>
|
|
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_26 = V_9;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_27 = V_0;
|
|
int32_t L_28 = L_27.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_29 = V_0;
|
|
int32_t L_30 = L_29.___height;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_31 = V_0;
|
|
int32_t L_32 = L_31.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_33 = V_0;
|
|
int32_t L_34 = L_33.___height;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_35;
|
|
memset((&L_35), 0, sizeof(L_35));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_35), ((float)((1.0f)/((float)L_28))), ((float)((1.0f)/((float)L_30))), ((float)L_32), ((float)L_34), NULL);
|
|
NullCheck(L_26);
|
|
L_26->___metrics = L_35;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:174>
|
|
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_36 = V_9;
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_37 = __this->___m_Data;
|
|
NullCheck(L_37);
|
|
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* L_38 = L_37->___textures;
|
|
NullCheck(L_38);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_39 = L_38->___smaaAreaTex;
|
|
NullCheck(L_36);
|
|
L_36->___areaTexture = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_36->___areaTexture), (void*)L_39);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:175>
|
|
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_40 = V_9;
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_41 = __this->___m_Data;
|
|
NullCheck(L_41);
|
|
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* L_42 = L_41->___textures;
|
|
NullCheck(L_42);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_43 = L_42->___smaaSearchTex;
|
|
NullCheck(L_40);
|
|
L_40->___searchTexture = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_40->___searchTexture), (void*)L_43);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:176>
|
|
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_44 = V_9;
|
|
NullCheck(L_44);
|
|
L_44->___stencilRef = (64.0f);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:177>
|
|
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_45 = V_9;
|
|
NullCheck(L_45);
|
|
L_45->___stencilMask = (64.0f);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:178>
|
|
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_46 = V_9;
|
|
int32_t L_47 = ___2_antialiasingQuality;
|
|
NullCheck(L_46);
|
|
L_46->___antialiasingQuality = L_47;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:179>
|
|
SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* L_48 = V_9;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_49 = V_7;
|
|
NullCheck(L_48);
|
|
L_48->___material = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_48->___material), (void*)L_49);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:181>
|
|
RuntimeObject* L_50 = V_8;
|
|
NullCheck(L_50);
|
|
InterfaceActionInvoker1< bool >::Invoke(11, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_50, (bool)0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:183>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:184>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:185>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:186>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:187>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:188>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:189>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:190>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:191>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:192>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:193>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:194>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:195>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:196>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:197>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:198>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:199>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:200>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:201>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:202>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:203>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:204>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:205>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:206>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:207>
|
|
RuntimeObject* L_51 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* L_52 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_0;
|
|
BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* L_53 = L_52;
|
|
if (L_53)
|
|
{
|
|
G_B3_0 = L_53;
|
|
G_B3_1 = L_51;
|
|
goto IL_0179_1;
|
|
}
|
|
G_B2_0 = L_53;
|
|
G_B2_1 = L_51;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_54 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* L_55 = (BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA*)il2cpp_codegen_object_new(BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m28A61542419AB3FE64D428150113625230673B23(L_55, L_54, (intptr_t)((void*)U3CU3Ec_U3CRenderSMAAU3Eb__134_0_mBE006E4E39D59A56F96EA81E6CA54F4F0E20D402_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* L_56 = L_55;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_0 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_0), (void*)L_56);
|
|
G_B3_0 = L_56;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_0179_1:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t4F2147ACE0360082FB73A4ECD83769A3DD1BC9CA* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisSMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1_m86325BBA74E730296EA9DC09EF574AEF767E220A_RuntimeMethod_var, G_B3_1, G_B3_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:208>
|
|
goto IL_018c;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_018c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:210>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_57 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_58;
|
|
L_58 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)35), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_57);
|
|
RuntimeObject* L_59;
|
|
L_59 = RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679(L_57, _stringLiteralA3410967192A7D83AD5768EE0DBB2DCD97F0F158, (&V_11), L_58, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)210), RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679_RuntimeMethod_var);
|
|
V_10 = L_59;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0224:
|
|
{
|
|
{
|
|
RuntimeObject* L_60 = V_10;
|
|
if (!L_60)
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_61 = V_10;
|
|
NullCheck(L_61);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_61);
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:212>
|
|
RuntimeObject* L_62 = V_10;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_63 = V_2;
|
|
NullCheck(L_62);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_62, L_63, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:213>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_64 = V_11;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_65 = V_4;
|
|
NullCheck(L_64);
|
|
L_64->___depthStencilTexture = L_65;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:214>
|
|
RuntimeObject* L_66 = V_10;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_67 = V_4;
|
|
NullCheck(L_66);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_66, L_67, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:215>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_68 = V_11;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_69 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_70 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_69);
|
|
NullCheck(L_68);
|
|
L_68->___sourceTexture = L_70;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:216>
|
|
RuntimeObject* L_71 = V_10;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_72 = ___3_source;
|
|
NullCheck(L_71);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_71, L_72, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:217>
|
|
RuntimeObject* L_73 = V_10;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_74 = ___1_resourceData;
|
|
NullCheck(L_74);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_75;
|
|
L_75 = UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020(L_74, NULL);
|
|
V_12 = L_75;
|
|
NullCheck(L_73);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_73, (&V_12), 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:218>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_76 = V_11;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_77 = V_7;
|
|
NullCheck(L_76);
|
|
L_76->___material = L_77;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_76->___material), (void*)L_77);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:220>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:221>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:222>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:223>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:224>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:225>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:226>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:227>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:228>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:229>
|
|
RuntimeObject* L_78 = V_10;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_79 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_1;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_80 = L_79;
|
|
if (L_80)
|
|
{
|
|
G_B10_0 = L_80;
|
|
G_B10_1 = L_78;
|
|
goto IL_021d_1;
|
|
}
|
|
G_B9_0 = L_80;
|
|
G_B9_1 = L_78;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_81 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_82 = (BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC*)il2cpp_codegen_object_new(BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m0D2FE0FA85A106F13382B2882CC10AB18B26A6D0(L_82, L_81, (intptr_t)((void*)U3CU3Ec_U3CRenderSMAAU3Eb__134_1_m118139DB11A6476F08FE03B46B10EF43A1DBA84F_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_83 = L_82;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_1 = L_83;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_1), (void*)L_83);
|
|
G_B10_0 = L_83;
|
|
G_B10_1 = G_B9_1;
|
|
}
|
|
|
|
IL_021d_1:
|
|
{
|
|
NullCheck(G_B10_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_mF1D965E7A4AF116FAD84E53C1C1D8E0A58ED8C93_RuntimeMethod_var, G_B10_1, G_B10_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:230>
|
|
goto IL_0230;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0230:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:232>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_84 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_85;
|
|
L_85 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)36), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_84);
|
|
RuntimeObject* L_86;
|
|
L_86 = RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679(L_84, _stringLiteral367DC83CF8FAAB0E35DC0AACA757FF49D6E45971, (&V_14), L_85, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)232), RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679_RuntimeMethod_var);
|
|
V_13 = L_86;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02b1:
|
|
{
|
|
{
|
|
RuntimeObject* L_87 = V_13;
|
|
if (!L_87)
|
|
{
|
|
goto IL_02bc;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_88 = V_13;
|
|
NullCheck(L_88);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_88);
|
|
}
|
|
|
|
IL_02bc:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:234>
|
|
RuntimeObject* L_89 = V_13;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_90 = V_6;
|
|
NullCheck(L_89);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_89, L_90, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:235>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_91 = V_14;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_92 = V_4;
|
|
NullCheck(L_91);
|
|
L_91->___depthStencilTexture = L_92;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:236>
|
|
RuntimeObject* L_93 = V_13;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_94 = V_4;
|
|
NullCheck(L_93);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t >::Invoke(4, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_93, L_94, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:237>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_95 = V_14;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_96 = V_2;
|
|
NullCheck(L_95);
|
|
L_95->___sourceTexture = L_96;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:238>
|
|
RuntimeObject* L_97 = V_13;
|
|
NullCheck(L_97);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_97, (&V_2), 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:239>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_98 = V_14;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_99 = V_7;
|
|
NullCheck(L_98);
|
|
L_98->___material = L_99;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_98->___material), (void*)L_99);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:241>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:242>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:243>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:244>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:245>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:246>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:247>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:248>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:249>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:250>
|
|
RuntimeObject* L_100 = V_13;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_101 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_2;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_102 = L_101;
|
|
if (L_102)
|
|
{
|
|
G_B17_0 = L_102;
|
|
G_B17_1 = L_100;
|
|
goto IL_02aa_1;
|
|
}
|
|
G_B16_0 = L_102;
|
|
G_B16_1 = L_100;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_103 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_104 = (BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC*)il2cpp_codegen_object_new(BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m0D2FE0FA85A106F13382B2882CC10AB18B26A6D0(L_104, L_103, (intptr_t)((void*)U3CU3Ec_U3CRenderSMAAU3Eb__134_2_m22EAA82D1BD02874E36C036D9E6A2E8F51B4AB96_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_105 = L_104;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_2 = L_105;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_2), (void*)L_105);
|
|
G_B17_0 = L_105;
|
|
G_B17_1 = G_B16_1;
|
|
}
|
|
|
|
IL_02aa_1:
|
|
{
|
|
NullCheck(G_B17_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_mF1D965E7A4AF116FAD84E53C1C1D8E0A58ED8C93_RuntimeMethod_var, G_B17_1, G_B17_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:251>
|
|
goto IL_02bd;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02bd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:253>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_106 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_107;
|
|
L_107 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)37), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_106);
|
|
RuntimeObject* L_108;
|
|
L_108 = RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679(L_106, _stringLiteralE989F8F19D1E07CBDE17CE6AB2828191DD1C5D3E, (&V_16), L_107, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)253), RenderGraph_AddRasterRenderPass_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_m56B473CC2D56F0FEEDFE3D0A276D947EB02F4679_RuntimeMethod_var);
|
|
V_15 = L_108;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0351:
|
|
{
|
|
{
|
|
RuntimeObject* L_109 = V_15;
|
|
if (!L_109)
|
|
{
|
|
goto IL_035c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_110 = V_15;
|
|
NullCheck(L_110);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_110);
|
|
}
|
|
|
|
IL_035c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:255>
|
|
RuntimeObject* L_111 = V_15;
|
|
NullCheck(L_111);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_111, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:256>
|
|
RuntimeObject* L_112 = V_15;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_113 = ___4_SMAATarget;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_114 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_113);
|
|
NullCheck(L_112);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_112, L_114, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:257>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_115 = V_16;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_116 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_117 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_116);
|
|
NullCheck(L_115);
|
|
L_115->___sourceTexture = L_117;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:258>
|
|
RuntimeObject* L_118 = V_15;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_119 = ___3_source;
|
|
NullCheck(L_118);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_118, L_119, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:259>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_120 = V_16;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_121 = V_6;
|
|
NullCheck(L_120);
|
|
L_120->___blendTexture = L_121;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:260>
|
|
RuntimeObject* L_122 = V_15;
|
|
NullCheck(L_122);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_122, (&V_6), 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:261>
|
|
SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* L_123 = V_16;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_124 = V_7;
|
|
NullCheck(L_123);
|
|
L_123->___material = L_124;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_123->___material), (void*)L_124);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:263>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:264>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:265>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:266>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:267>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:268>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:269>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:270>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:271>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:272>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:273>
|
|
RuntimeObject* L_125 = V_15;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_126 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_3;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_127 = L_126;
|
|
if (L_127)
|
|
{
|
|
G_B24_0 = L_127;
|
|
G_B24_1 = L_125;
|
|
goto IL_034a_1;
|
|
}
|
|
G_B23_0 = L_127;
|
|
G_B23_1 = L_125;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_128 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_129 = (BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC*)il2cpp_codegen_object_new(BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m0D2FE0FA85A106F13382B2882CC10AB18B26A6D0(L_129, L_128, (intptr_t)((void*)U3CU3Ec_U3CRenderSMAAU3Eb__134_3_m0953419C4159D35CE0CB365FEEF2837E4C0C0B95_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* L_130 = L_129;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_3 = L_130;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__134_3), (void*)L_130);
|
|
G_B24_0 = L_130;
|
|
G_B24_1 = G_B23_1;
|
|
}
|
|
|
|
IL_034a_1:
|
|
{
|
|
NullCheck(G_B24_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tB24AEA0FA9CA4C80AA4DEFD10DDDA1BBC3DD32EC* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisSMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4_mF1D965E7A4AF116FAD84E53C1C1D8E0A58ED8C93_RuntimeMethod_var, G_B24_1, G_B24_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:274>
|
|
goto IL_035d;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_035d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:275>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34089
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_UberPostSetupBloomPass_mD830812C70DF864E44C0E8D4687240368C1BC023 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_rendergraph, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_uberMaterial, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___2_srcDesc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColorUtils_t8DE09CC60FE5A7C28984134BC712DD1B5104AC18_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6AA9A19E7B8BC95B576C0503904363A04EA0F0D8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE65050C228ECABB9CBD86099AB7F8F87C0F237C2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF506F438B61EEC547677212A5FE31CF84AE376DE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float V_2 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_4 = NULL;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
float V_8 = 0.0f;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F G_B4_0;
|
|
memset((&G_B4_0), 0, sizeof(G_B4_0));
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* G_B7_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B14_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B13_0 = NULL;
|
|
String_t* G_B15_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B15_1 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B18_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B17_0 = NULL;
|
|
String_t* G_B19_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B19_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:292>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0;
|
|
L_0 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)53), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_0), L_0, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01d1:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_0), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:295>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_1 = __this->___m_Bloom;
|
|
NullCheck(L_1);
|
|
ColorParameter_t367FD9EBE5DAA0ADB44F7DD0C260E9CDE3827CC0* L_2 = L_1->___tint;
|
|
NullCheck(L_2);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
|
|
L_3 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(14, L_2);
|
|
V_9 = L_3;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
|
|
L_4 = Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline((&V_9), NULL);
|
|
V_1 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:296>
|
|
il2cpp_codegen_runtime_class_init_inline(ColorUtils_t8DE09CC60FE5A7C28984134BC712DD1B5104AC18_il2cpp_TypeInfo_var);
|
|
float L_5;
|
|
L_5 = ColorUtils_Luminance_mFDC649B1AE8F94D798AB492DDF0ECC7BE8E34477((&V_1), NULL);
|
|
V_2 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:297>
|
|
float L_6 = V_2;
|
|
if ((((float)L_6) > ((float)(0.0f))))
|
|
{
|
|
goto IL_003f_1;
|
|
}
|
|
}
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
|
L_7 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
|
|
G_B4_0 = L_7;
|
|
goto IL_004c_1;
|
|
}
|
|
|
|
IL_003f_1:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = V_1;
|
|
float L_9 = V_2;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
|
|
L_10 = Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline(L_8, ((float)((1.0f)/L_9)), NULL);
|
|
G_B4_0 = L_10;
|
|
}
|
|
|
|
IL_004c_1:
|
|
{
|
|
V_1 = G_B4_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:298>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_11 = __this->___m_Bloom;
|
|
NullCheck(L_11);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_12 = L_11->___intensity;
|
|
NullCheck(L_12);
|
|
float L_13;
|
|
L_13 = VirtualFuncInvoker0< float >::Invoke(14, L_12);
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = V_1;
|
|
float L_15 = L_14.___r;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16 = V_1;
|
|
float L_17 = L_16.___g;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_18 = V_1;
|
|
float L_19 = L_18.___b;
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_3), L_13, L_15, L_17, L_19, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:303>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_20 = __this->___m_Bloom;
|
|
NullCheck(L_20);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_21 = L_20->___dirtTexture;
|
|
NullCheck(L_21);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_22;
|
|
L_22 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_21);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_23;
|
|
L_23 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_22, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (L_23)
|
|
{
|
|
goto IL_00a0_1;
|
|
}
|
|
}
|
|
{
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_24 = __this->___m_Bloom;
|
|
NullCheck(L_24);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_25 = L_24->___dirtTexture;
|
|
NullCheck(L_25);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_26;
|
|
L_26 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_25);
|
|
G_B7_0 = L_26;
|
|
goto IL_00a5_1;
|
|
}
|
|
|
|
IL_00a0_1:
|
|
{
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_27;
|
|
L_27 = Texture2D_get_blackTexture_mBEF97F64AD650DAAC1EEC84EB34F9CF22B56A08C(NULL);
|
|
G_B7_0 = ((Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700*)(L_27));
|
|
}
|
|
|
|
IL_00a5_1:
|
|
{
|
|
V_4 = G_B7_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:304>
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_28 = V_4;
|
|
NullCheck(L_28);
|
|
int32_t L_29;
|
|
L_29 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_28);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_30 = V_4;
|
|
NullCheck(L_30);
|
|
int32_t L_31;
|
|
L_31 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_30);
|
|
V_5 = ((float)(((float)L_29)/((float)L_31)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:305>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_32 = ___2_srcDesc;
|
|
int32_t L_33 = L_32->___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_34 = ___2_srcDesc;
|
|
int32_t L_35 = L_34->___height;
|
|
V_6 = ((float)(((float)L_33)/((float)L_35)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:306>
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_7), (1.0f), (1.0f), (0.0f), (0.0f), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:307>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_36 = __this->___m_Bloom;
|
|
NullCheck(L_36);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_37 = L_36->___dirtIntensity;
|
|
NullCheck(L_37);
|
|
float L_38;
|
|
L_38 = VirtualFuncInvoker0< float >::Invoke(14, L_37);
|
|
V_8 = L_38;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:309>
|
|
float L_39 = V_5;
|
|
float L_40 = V_6;
|
|
if ((!(((float)L_39) > ((float)L_40))))
|
|
{
|
|
goto IL_0126_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:311>
|
|
float L_41 = V_6;
|
|
float L_42 = V_5;
|
|
(&V_7)->___x = ((float)(L_41/L_42));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:312>
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_43 = V_7;
|
|
float L_44 = L_43.___x;
|
|
(&V_7)->___z = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract((1.0f), L_44)), (0.5f)));
|
|
goto IL_0152_1;
|
|
}
|
|
|
|
IL_0126_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:314>
|
|
float L_45 = V_6;
|
|
float L_46 = V_5;
|
|
if ((!(((float)L_45) > ((float)L_46))))
|
|
{
|
|
goto IL_0152_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:316>
|
|
float L_47 = V_5;
|
|
float L_48 = V_6;
|
|
(&V_7)->___y = ((float)(L_47/L_48));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:317>
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_49 = V_7;
|
|
float L_50 = L_49.___y;
|
|
(&V_7)->___w = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract((1.0f), L_50)), (0.5f)));
|
|
}
|
|
|
|
IL_0152_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:320>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_51 = __this->___m_Bloom;
|
|
NullCheck(L_51);
|
|
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_52 = L_51->___highQualityFiltering;
|
|
NullCheck(L_52);
|
|
bool L_53;
|
|
L_53 = VirtualFuncInvoker0< bool >::Invoke(14, L_52);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:322>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_54 = ___1_uberMaterial;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_55 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Bloom_Params;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_56 = V_3;
|
|
NullCheck(L_54);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_54, L_55, L_56, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:323>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_57 = ___1_uberMaterial;
|
|
int32_t L_58 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Params;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_59 = V_7;
|
|
NullCheck(L_57);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_57, L_58, L_59, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:324>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_60 = ___1_uberMaterial;
|
|
int32_t L_61 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Intensity;
|
|
float L_62 = V_8;
|
|
NullCheck(L_60);
|
|
Material_SetFloat_m3ECFD92072347A8620254F014865984FA68211A8(L_60, L_61, L_62, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:325>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_63 = ___1_uberMaterial;
|
|
int32_t L_64 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Texture;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_65 = V_4;
|
|
NullCheck(L_63);
|
|
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_63, L_64, L_65, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:328>
|
|
if (!L_53)
|
|
{
|
|
goto IL_01b4_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:329>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_66 = ___1_uberMaterial;
|
|
float L_67 = V_8;
|
|
if ((((float)L_67) > ((float)(0.0f))))
|
|
{
|
|
G_B14_0 = L_66;
|
|
goto IL_01a8_1;
|
|
}
|
|
G_B13_0 = L_66;
|
|
}
|
|
{
|
|
G_B15_0 = _stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E;
|
|
G_B15_1 = G_B13_0;
|
|
goto IL_01ad_1;
|
|
}
|
|
|
|
IL_01a8_1:
|
|
{
|
|
G_B15_0 = _stringLiteralF506F438B61EEC547677212A5FE31CF84AE376DE;
|
|
G_B15_1 = G_B14_0;
|
|
}
|
|
|
|
IL_01ad_1:
|
|
{
|
|
NullCheck(G_B15_1);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B15_1, G_B15_0, NULL);
|
|
goto IL_01df;
|
|
}
|
|
|
|
IL_01b4_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:331>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_68 = ___1_uberMaterial;
|
|
float L_69 = V_8;
|
|
if ((((float)L_69) > ((float)(0.0f))))
|
|
{
|
|
G_B18_0 = L_68;
|
|
goto IL_01c5_1;
|
|
}
|
|
G_B17_0 = L_68;
|
|
}
|
|
{
|
|
G_B19_0 = _stringLiteral6AA9A19E7B8BC95B576C0503904363A04EA0F0D8;
|
|
G_B19_1 = G_B17_0;
|
|
goto IL_01ca_1;
|
|
}
|
|
|
|
IL_01c5_1:
|
|
{
|
|
G_B19_0 = _stringLiteralE65050C228ECABB9CBD86099AB7F8F87C0F237C2;
|
|
G_B19_1 = G_B18_0;
|
|
}
|
|
|
|
IL_01ca_1:
|
|
{
|
|
NullCheck(G_B19_1);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B19_1, G_B19_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:332>
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01df:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:333>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34090
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderBloomTexture_m886E22BDB06A2DB645EBB908D4ECB49360D6D458 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___1_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_destination, bool ___3_enableAlphaOutput, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisBloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA_mD7CC9BB0E2E56C7E7266C8287D2CBE2C04ED7722_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisBloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA_mB55C3E109188D2EB506AE24ED84240D6A3E72865_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderBloomTextureU3Eb__139_0_mA8DF66D16B26ED76D32BD92A5E3AA8976BD42D88_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60F21A2D3EB96C4D4DEB04D3F0A0E45B27E29129);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
ProfilingScope_t57898BA31E8EF8F083EF84E0DA2737AC61CBC5BD V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
float V_8 = 0.0f;
|
|
float V_9 = 0.0f;
|
|
float V_10 = 0.0f;
|
|
float V_11 = 0.0f;
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_13 = NULL;
|
|
bool V_14 = false;
|
|
uint32_t V_15 = 0;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
int32_t V_17 = 0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* V_18 = NULL;
|
|
RuntimeObject* V_19 = NULL;
|
|
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* V_20 = NULL;
|
|
int32_t V_21 = 0;
|
|
BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* G_B24_0 = NULL;
|
|
RuntimeObject* G_B24_1 = NULL;
|
|
BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* G_B23_0 = NULL;
|
|
RuntimeObject* G_B23_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:364>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = ___1_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_0);
|
|
V_5 = L_1;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_2 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_3;
|
|
L_3 = TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D((&V_5), L_2, NULL);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:367>
|
|
V_1 = 1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:368>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_4 = __this->___m_Bloom;
|
|
NullCheck(L_4);
|
|
DownscaleParameter_tAA33D81B74A0FEE6B729CA536FDFD62E1C083C21* L_5 = L_4->___downscale;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_5);
|
|
V_6 = L_6;
|
|
int32_t L_7 = V_6;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_6;
|
|
if ((((int32_t)L_8) == ((int32_t)1)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:371>
|
|
V_1 = 1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:372>
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:374>
|
|
V_1 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:375>
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:377>
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mB596C51BFA864B65C2CED275458FAE90F7CD29C9(L_9, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PostProcessPass_RenderBloomTexture_m886E22BDB06A2DB645EBB908D4ECB49360D6D458_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:382>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_10 = V_0;
|
|
int32_t L_11 = L_10.___width;
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13;
|
|
L_13 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, ((int32_t)(L_11>>((int32_t)(L_12&((int32_t)31))))), NULL);
|
|
V_2 = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:383>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_14 = V_0;
|
|
int32_t L_15 = L_14.___height;
|
|
int32_t L_16 = V_1;
|
|
int32_t L_17;
|
|
L_17 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, ((int32_t)(L_15>>((int32_t)(L_16&((int32_t)31))))), NULL);
|
|
V_3 = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:386>
|
|
int32_t L_18 = V_2;
|
|
int32_t L_19 = V_3;
|
|
int32_t L_20;
|
|
L_20 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_18, L_19, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:387>
|
|
float L_21;
|
|
L_21 = Mathf_Log_m116F062EEBF1C53EC8D18C9B1748E999EF9424EF_inline(((float)L_20), (2.0f), NULL);
|
|
int32_t L_22;
|
|
L_22 = Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline(((float)il2cpp_codegen_subtract(L_21, (1.0f))), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:388>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_23 = __this->___m_Bloom;
|
|
NullCheck(L_23);
|
|
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_24 = L_23->___maxIterations;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_24);
|
|
int32_t L_26;
|
|
L_26 = Mathf_Clamp_m4DC36EEFDBE5F07C16249DA568023C5ECCFF0E7B_inline(L_22, 1, L_25, NULL);
|
|
V_4 = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:391>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_27;
|
|
L_27 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)49), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
ProfilingScope__ctor_m4B73587A2295443A73B64DDD3D484D8EAECC0D65((&V_7), L_27, NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02cf:
|
|
{
|
|
ProfilingScope_Dispose_m4231A2ACA1F8E345BB0078310A9F7601704C8BE4((&V_7), NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:394>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_28 = __this->___m_Bloom;
|
|
NullCheck(L_28);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_29 = L_28->___clamp;
|
|
NullCheck(L_29);
|
|
float L_30;
|
|
L_30 = VirtualFuncInvoker0< float >::Invoke(14, L_29);
|
|
V_8 = L_30;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:395>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_31 = __this->___m_Bloom;
|
|
NullCheck(L_31);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_32 = L_31->___threshold;
|
|
NullCheck(L_32);
|
|
float L_33;
|
|
L_33 = VirtualFuncInvoker0< float >::Invoke(14, L_32);
|
|
float L_34;
|
|
L_34 = Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F(L_33, NULL);
|
|
V_9 = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:396>
|
|
float L_35 = V_9;
|
|
V_10 = ((float)il2cpp_codegen_multiply(L_35, (0.5f)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:399>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_36 = __this->___m_Bloom;
|
|
NullCheck(L_36);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_37 = L_36->___scatter;
|
|
NullCheck(L_37);
|
|
float L_38;
|
|
L_38 = VirtualFuncInvoker0< float >::Invoke(14, L_37);
|
|
float L_39;
|
|
L_39 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline((0.0500000007f), (0.949999988f), L_38, NULL);
|
|
V_11 = L_39;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:401>
|
|
il2cpp_codegen_initobj((&V_12), sizeof(BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:402>
|
|
float L_40 = V_11;
|
|
float L_41 = V_8;
|
|
float L_42 = V_9;
|
|
float L_43 = V_10;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_44;
|
|
memset((&L_44), 0, sizeof(L_44));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_44), L_40, L_41, L_42, L_43, NULL);
|
|
(&V_12)->___parameters = L_44;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:403>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_45 = __this->___m_Bloom;
|
|
NullCheck(L_45);
|
|
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_46 = L_45->___highQualityFiltering;
|
|
NullCheck(L_46);
|
|
bool L_47;
|
|
L_47 = VirtualFuncInvoker0< bool >::Invoke(14, L_46);
|
|
(&V_12)->___highQualityFiltering = L_47;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:404>
|
|
bool L_48 = ___3_enableAlphaOutput;
|
|
(&V_12)->___enableAlphaOutput = L_48;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:408>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_49 = __this->___m_Materials;
|
|
NullCheck(L_49);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_50 = L_49->___bloom;
|
|
V_13 = L_50;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:409>
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88* L_51 = (BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88*)(&__this->___m_BloomParamsPrev);
|
|
bool L_52;
|
|
L_52 = BloomMaterialParams_Equals_m724B2E19DCCD76542F1640EE6EA61F30D5DBBC84(L_51, (&V_12), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:410>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_53 = V_13;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_54 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Params;
|
|
NullCheck(L_53);
|
|
bool L_55;
|
|
L_55 = Material_HasProperty_m52E2D3BC3049B8B228149E023CD73C34B05A5222(L_53, L_54, NULL);
|
|
V_14 = L_55;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:411>
|
|
if (((((int32_t)L_52) == ((int32_t)0))? 1 : 0))
|
|
{
|
|
goto IL_0169_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_56 = V_14;
|
|
if (L_56)
|
|
{
|
|
goto IL_01fe_1;
|
|
}
|
|
}
|
|
|
|
IL_0169_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:413>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_57 = V_13;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_58 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Params;
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 L_59 = V_12;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_60 = L_59.___parameters;
|
|
NullCheck(L_57);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_57, L_58, L_60, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:414>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_61 = V_13;
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 L_62 = V_12;
|
|
bool L_63 = L_62.___highQualityFiltering;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_61, _stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E, L_63, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:415>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_64 = V_13;
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 L_65 = V_12;
|
|
bool L_66 = L_65.___enableAlphaOutput;
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_64, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_66, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:418>
|
|
V_15 = 0;
|
|
goto IL_01f0_1;
|
|
}
|
|
|
|
IL_01a7_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:420>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_67 = __this->___m_Materials;
|
|
NullCheck(L_67);
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_68 = L_67->___bloomUpsample;
|
|
uint32_t L_69 = V_15;
|
|
NullCheck(L_68);
|
|
uint32_t L_70 = L_69;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:421>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_72 = L_71;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
int32_t L_73 = ((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Params;
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 L_74 = V_12;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_75 = L_74.___parameters;
|
|
NullCheck(L_72);
|
|
Material_SetVector_m44CD02D4555E2AF391C30700F0AEC36BA04CFEA7(L_72, L_73, L_75, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:422>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_76 = L_72;
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 L_77 = V_12;
|
|
bool L_78 = L_77.___highQualityFiltering;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_76, _stringLiteralCB2F7A398A3F14D70AC80C946D7B5B692234446E, L_78, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:423>
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 L_79 = V_12;
|
|
bool L_80 = L_79.___enableAlphaOutput;
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_76, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_80, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:418>
|
|
uint32_t L_81 = V_15;
|
|
V_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, 1));
|
|
}
|
|
|
|
IL_01f0_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:418>
|
|
uint32_t L_82 = V_15;
|
|
if ((!(((uint32_t)L_82) >= ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_01a7_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:426>
|
|
BloomMaterialParams_t50B009091DE862CF0F644479DCD461E57C871C88 L_83 = V_12;
|
|
__this->___m_BloomParamsPrev = L_83;
|
|
}
|
|
|
|
IL_01fe_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:431>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_84 = V_0;
|
|
int32_t L_85 = V_2;
|
|
int32_t L_86 = V_3;
|
|
int32_t L_87 = __this->___m_DefaultColorFormat;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_88;
|
|
L_88 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_84, L_85, L_86, L_87, NULL);
|
|
V_16 = L_88;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:432>
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_89 = __this->____BloomMipDown;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_90 = ___0_renderGraph;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_91 = __this->___m_BloomMipDownName;
|
|
NullCheck(L_91);
|
|
int32_t L_92 = 0;
|
|
String_t* L_93 = (L_91)->GetAt(static_cast<il2cpp_array_size_t>(L_92));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_94;
|
|
L_94 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_90, (&V_16), L_93, (bool)0, 1, NULL);
|
|
NullCheck(L_89);
|
|
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(0), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_94);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:433>
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_95 = __this->____BloomMipUp;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_96 = ___0_renderGraph;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_97 = __this->___m_BloomMipUpName;
|
|
NullCheck(L_97);
|
|
int32_t L_98 = 0;
|
|
String_t* L_99 = (L_97)->GetAt(static_cast<il2cpp_array_size_t>(L_98));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_100;
|
|
L_100 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_96, (&V_16), L_99, (bool)0, 1, NULL);
|
|
NullCheck(L_95);
|
|
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(0), (TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388)L_100);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:435>
|
|
V_17 = 1;
|
|
goto IL_02c7_1;
|
|
}
|
|
|
|
IL_024f_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:437>
|
|
int32_t L_101 = V_2;
|
|
int32_t L_102;
|
|
L_102 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, ((int32_t)(L_101>>1)), NULL);
|
|
V_2 = L_102;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:438>
|
|
int32_t L_103 = V_3;
|
|
int32_t L_104;
|
|
L_104 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(1, ((int32_t)(L_103>>1)), NULL);
|
|
V_3 = L_104;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:439>
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_105 = __this->____BloomMipDown;
|
|
int32_t L_106 = V_17;
|
|
NullCheck(L_105);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:440>
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_107 = __this->____BloomMipUp;
|
|
int32_t L_108 = V_17;
|
|
NullCheck(L_107);
|
|
V_18 = ((L_107)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_108)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:442>
|
|
int32_t L_109 = V_2;
|
|
(&V_16)->___width = L_109;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:443>
|
|
int32_t L_110 = V_3;
|
|
(&V_16)->___height = L_110;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:445>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_111 = ___0_renderGraph;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_112 = __this->___m_BloomMipDownName;
|
|
int32_t L_113 = V_17;
|
|
NullCheck(L_112);
|
|
int32_t L_114 = L_113;
|
|
String_t* L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_116;
|
|
L_116 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_111, (&V_16), L_115, (bool)0, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)((L_105)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_106))) = L_116;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:446>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_117 = V_18;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_118 = ___0_renderGraph;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_119 = __this->___m_BloomMipUpName;
|
|
int32_t L_120 = V_17;
|
|
NullCheck(L_119);
|
|
int32_t L_121 = L_120;
|
|
String_t* L_122 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_123;
|
|
L_123 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_118, (&V_16), L_122, (bool)0, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_117 = L_123;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:435>
|
|
int32_t L_124 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_124, 1));
|
|
}
|
|
|
|
IL_02c7_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:435>
|
|
int32_t L_125 = V_17;
|
|
int32_t L_126 = V_4;
|
|
if ((((int32_t)L_125) < ((int32_t)L_126)))
|
|
{
|
|
goto IL_024f_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:449>
|
|
goto IL_02dd;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:451>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_127 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_128;
|
|
L_128 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)26), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_127);
|
|
RuntimeObject* L_129;
|
|
L_129 = RenderGraph_AddUnsafePass_TisBloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA_mB55C3E109188D2EB506AE24ED84240D6A3E72865(L_127, _stringLiteral60F21A2D3EB96C4D4DEB04D3F0A0E45B27E29129, (&V_20), L_128, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)451), RenderGraph_AddUnsafePass_TisBloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA_mB55C3E109188D2EB506AE24ED84240D6A3E72865_RuntimeMethod_var);
|
|
V_19 = L_129;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_03d8:
|
|
{
|
|
{
|
|
RuntimeObject* L_130 = V_19;
|
|
if (!L_130)
|
|
{
|
|
goto IL_03e3;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_131 = V_19;
|
|
NullCheck(L_131);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_131);
|
|
}
|
|
|
|
IL_03e3:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:453>
|
|
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_132 = V_20;
|
|
int32_t L_133 = V_4;
|
|
NullCheck(L_132);
|
|
L_132->___mipCount = L_133;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:454>
|
|
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_134 = V_20;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_135 = __this->___m_Materials;
|
|
NullCheck(L_135);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_136 = L_135->___bloom;
|
|
NullCheck(L_134);
|
|
L_134->___material = L_136;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_134->___material), (void*)L_136);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:455>
|
|
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_137 = V_20;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_138 = __this->___m_Materials;
|
|
NullCheck(L_138);
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_139 = L_138->___bloomUpsample;
|
|
NullCheck(L_137);
|
|
L_137->___upsampleMaterials = L_139;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_137->___upsampleMaterials), (void*)L_139);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:456>
|
|
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_140 = V_20;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_141 = ___1_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_142 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_141);
|
|
NullCheck(L_140);
|
|
L_140->___sourceTexture = L_142;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:457>
|
|
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_143 = V_20;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_144 = __this->____BloomMipDown;
|
|
NullCheck(L_143);
|
|
L_143->___bloomMipDown = L_144;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_143->___bloomMipDown), (void*)L_144);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:458>
|
|
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_145 = V_20;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_146 = __this->____BloomMipUp;
|
|
NullCheck(L_145);
|
|
L_145->___bloomMipUp = L_146;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_145->___bloomMipUp), (void*)L_146);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:461>
|
|
RuntimeObject* L_147 = V_19;
|
|
NullCheck(L_147);
|
|
InterfaceActionInvoker1< bool >::Invoke(11, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_147, (bool)0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:463>
|
|
RuntimeObject* L_148 = V_19;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_149 = ___1_source;
|
|
NullCheck(L_148);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_148, L_149, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:464>
|
|
V_21 = 0;
|
|
goto IL_0397_1;
|
|
}
|
|
|
|
IL_0367_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:466>
|
|
RuntimeObject* L_150 = V_19;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_151 = __this->____BloomMipDown;
|
|
int32_t L_152 = V_21;
|
|
NullCheck(L_151);
|
|
NullCheck(L_150);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_150, ((L_151)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_152))), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:467>
|
|
RuntimeObject* L_153 = V_19;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_154 = __this->____BloomMipUp;
|
|
int32_t L_155 = V_21;
|
|
NullCheck(L_154);
|
|
NullCheck(L_153);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_153, ((L_154)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_155))), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:464>
|
|
int32_t L_156 = V_21;
|
|
V_21 = ((int32_t)il2cpp_codegen_add(L_156, 1));
|
|
}
|
|
|
|
IL_0397_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:464>
|
|
int32_t L_157 = V_21;
|
|
int32_t L_158 = V_4;
|
|
if ((((int32_t)L_157) < ((int32_t)L_158)))
|
|
{
|
|
goto IL_0367_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:470>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:471>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:472>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:473>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:474>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:475>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:476>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:477>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:478>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:479>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:480>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:481>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:482>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:483>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:484>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:485>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:486>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:487>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:488>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:489>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:490>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:491>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:492>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:493>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:494>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:495>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:496>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:497>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:498>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:499>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:500>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:501>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:502>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:503>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:504>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:505>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:506>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:507>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:508>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:509>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:510>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:511>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:512>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:513>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:514>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:515>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:516>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:517>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:518>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:519>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:520>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:521>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:522>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:523>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:524>
|
|
RuntimeObject* L_159 = V_19;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* L_160 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__139_0;
|
|
BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* L_161 = L_160;
|
|
if (L_161)
|
|
{
|
|
G_B24_0 = L_161;
|
|
G_B24_1 = L_159;
|
|
goto IL_03be_1;
|
|
}
|
|
G_B23_0 = L_161;
|
|
G_B23_1 = L_159;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_162 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* L_163 = (BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81*)il2cpp_codegen_object_new(BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_mA344EAD20AF2D8206908828272516D8081BB92CC(L_163, L_162, (intptr_t)((void*)U3CU3Ec_U3CRenderBloomTextureU3Eb__139_0_mA8DF66D16B26ED76D32BD92A5E3AA8976BD42D88_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* L_164 = L_163;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__139_0 = L_164;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__139_0), (void*)L_164);
|
|
G_B24_0 = L_164;
|
|
G_B24_1 = G_B23_1;
|
|
}
|
|
|
|
IL_03be_1:
|
|
{
|
|
NullCheck(G_B24_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tBCB733FFFEA7F408764B79987D8A33A04EC26A81* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisBloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA_mD7CC9BB0E2E56C7E7266C8287D2CBE2C04ED7722_RuntimeMethod_var, G_B24_1, G_B24_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:526>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_165 = ___2_destination;
|
|
BloomPassData_t6705FFC0FC525B62D15251C99F236BA4705D2EFA* L_166 = V_20;
|
|
NullCheck(L_166);
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_167 = L_166->___bloomMipUp;
|
|
NullCheck(L_167);
|
|
int32_t L_168 = 0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_169 = (L_167)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_165 = L_169;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:527>
|
|
goto IL_03e4;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_03e4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:528>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34091
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderDoF_m32D5E105234E199A571BB7747D780B80C3CF94E5 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8EAA4E2B83BEFC2F93E51E426AAD19C8955DEA2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B3_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:534>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_0 = __this->___m_DepthOfField;
|
|
NullCheck(L_0);
|
|
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_1 = L_0->___mode;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_1);
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_3 = __this->___m_Materials;
|
|
NullCheck(L_3);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = L_3->___bokehDepthOfField;
|
|
G_B3_0 = L_4;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_5 = __this->___m_Materials;
|
|
NullCheck(L_5);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = L_5->___gaussianDepthOfField;
|
|
G_B3_0 = L_6;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
V_0 = G_B3_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:536>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_7 = ___4_destination;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_8 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_9 = ___3_source;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10;
|
|
L_10 = PostProcessPass_CreateCompatibleTexture_m40B558450317649E5B30C4ADD06F93E863A9CDFF(L_8, L_9, _stringLiteralE8EAA4E2B83BEFC2F93E51E426AAD19C8955DEA2, (bool)1, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_7 = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:538>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_12 = ___2_cameraData;
|
|
NullCheck(L_12);
|
|
bool L_13 = L_12->___isAlphaOutputEnabled;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_11, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_13, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:540>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_14 = __this->___m_DepthOfField;
|
|
NullCheck(L_14);
|
|
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_15 = L_14->___mode;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_15);
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)1))))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:542>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_17 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_18 = ___1_resourceData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_19 = ___2_cameraData;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_20 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_21 = ___4_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_22 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_21);
|
|
PostProcessPass_RenderDoFGaussian_m8992438BD352B9A46CD456622297E5C8B3B63C81(__this, L_17, L_18, L_19, L_20, L_22, (&V_0), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:544>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_23 = __this->___m_DepthOfField;
|
|
NullCheck(L_23);
|
|
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_24 = L_23->___mode;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_24);
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)2))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:546>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_26 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_27 = ___1_resourceData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_28 = ___2_cameraData;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_29 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_30 = ___4_destination;
|
|
PostProcessPass_RenderDoFBokeh_m5D2C4464504B5E2AEC708052B0241FBCB50F9869(__this, L_26, L_27, L_28, L_29, L_30, (&V_0), NULL);
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:548>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34092
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderDoFGaussian_m8992438BD352B9A46CD456622297E5C8B3B63C81 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_destination, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___5_dofMaterial, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisDoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3_m5327F9E3982A29B3E6159AFF9629A20F7BB1D4EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisDoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3_mD97B26D05F379BDD733B68A34DB8B0F22153CE16_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderDoFGaussianU3Eb__142_0_m3BCE6B283CC6604944D22E4D3FF7F93DBE93C1B3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0173C84123AEDD7B4E0D4233369BF586DAB88B40);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F839ECBA8AC470BFFE9349EECF4319425E9777E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral817B818885135BEF736D2338DB6B5420E379E536);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE078582BB0F722460DE31693A931059066547B83);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
RuntimeObject* V_14 = NULL;
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* V_15 = NULL;
|
|
float V_16 = 0.0f;
|
|
float V_17 = 0.0f;
|
|
float V_18 = 0.0f;
|
|
BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* G_B2_0 = NULL;
|
|
RuntimeObject* G_B2_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:574>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_0);
|
|
V_13 = L_1;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_2 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_3;
|
|
L_3 = TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D((&V_13), L_2, NULL);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:576>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_4 = ___5_dofMaterial;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_4);
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:577>
|
|
V_2 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:578>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_6 = V_0;
|
|
int32_t L_7 = L_6.___width;
|
|
int32_t L_8 = V_2;
|
|
V_3 = ((int32_t)(L_7/L_8));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:579>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_9 = V_0;
|
|
int32_t L_10 = L_9.___height;
|
|
int32_t L_11 = V_2;
|
|
V_4 = ((int32_t)(L_10/L_11));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:582>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_12 = V_0;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_13 = V_0;
|
|
int32_t L_14 = L_13.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_15 = V_0;
|
|
int32_t L_16 = L_15.___height;
|
|
int32_t L_17 = __this->___m_GaussianCoCFormat;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_18;
|
|
L_18 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_12, L_14, L_16, L_17, NULL);
|
|
V_5 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:583>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_19 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_20;
|
|
L_20 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_19, (&V_5), _stringLiteral817B818885135BEF736D2338DB6B5420E379E536, (bool)1, 1, NULL);
|
|
V_6 = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:584>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_21 = V_0;
|
|
int32_t L_22 = V_3;
|
|
int32_t L_23 = V_4;
|
|
int32_t L_24 = __this->___m_GaussianCoCFormat;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_25;
|
|
L_25 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_21, L_22, L_23, L_24, NULL);
|
|
V_7 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:585>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_26 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_27;
|
|
L_27 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_26, (&V_7), _stringLiteral3F839ECBA8AC470BFFE9349EECF4319425E9777E, (bool)1, 1, NULL);
|
|
V_8 = L_27;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:586>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_28 = V_0;
|
|
int32_t L_29 = V_3;
|
|
int32_t L_30 = V_4;
|
|
int32_t L_31 = __this->___m_DefaultColorFormat;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_32;
|
|
L_32 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_28, L_29, L_30, L_31, NULL);
|
|
V_9 = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:587>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_33 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_34;
|
|
L_34 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_33, (&V_9), _stringLiteralE078582BB0F722460DE31693A931059066547B83, (bool)1, 1, NULL);
|
|
V_10 = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:588>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_35 = V_0;
|
|
int32_t L_36 = V_3;
|
|
int32_t L_37 = V_4;
|
|
int32_t L_38 = __this->___m_DefaultColorFormat;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_39;
|
|
L_39 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_35, L_36, L_37, L_38, NULL);
|
|
V_11 = L_39;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:589>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_40 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_41;
|
|
L_41 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_40, (&V_11), _stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E, (bool)1, 1, NULL);
|
|
V_12 = L_41;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:591>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_42 = ___0_renderGraph;
|
|
NullCheck(L_42);
|
|
RuntimeObject* L_43;
|
|
L_43 = RenderGraph_AddUnsafePass_TisDoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3_mD97B26D05F379BDD733B68A34DB8B0F22153CE16(L_42, _stringLiteral0173C84123AEDD7B4E0D4233369BF586DAB88B40, (&V_15), _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)591), RenderGraph_AddUnsafePass_TisDoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3_mD97B26D05F379BDD733B68A34DB8B0F22153CE16_RuntimeMethod_var);
|
|
V_14 = L_43;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0232:
|
|
{
|
|
{
|
|
RuntimeObject* L_44 = V_14;
|
|
if (!L_44)
|
|
{
|
|
goto IL_023d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_45 = V_14;
|
|
NullCheck(L_45);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_45);
|
|
}
|
|
|
|
IL_023d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:594>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_46 = __this->___m_DepthOfField;
|
|
NullCheck(L_46);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_47 = L_46->___gaussianStart;
|
|
NullCheck(L_47);
|
|
float L_48;
|
|
L_48 = VirtualFuncInvoker0< float >::Invoke(14, L_47);
|
|
V_16 = L_48;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:595>
|
|
float L_49 = V_16;
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_50 = __this->___m_DepthOfField;
|
|
NullCheck(L_50);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_51 = L_50->___gaussianEnd;
|
|
NullCheck(L_51);
|
|
float L_52;
|
|
L_52 = VirtualFuncInvoker0< float >::Invoke(14, L_51);
|
|
float L_53;
|
|
L_53 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_49, L_52, NULL);
|
|
V_17 = L_53;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:600>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_54 = __this->___m_DepthOfField;
|
|
NullCheck(L_54);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_55 = L_54->___gaussianMaxRadius;
|
|
NullCheck(L_55);
|
|
float L_56;
|
|
L_56 = VirtualFuncInvoker0< float >::Invoke(14, L_55);
|
|
int32_t L_57 = V_3;
|
|
V_18 = ((float)il2cpp_codegen_multiply(L_56, ((float)(((float)L_57)/(1080.0f)))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:601>
|
|
float L_58 = V_18;
|
|
float L_59;
|
|
L_59 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_58, (2.0f), NULL);
|
|
V_18 = L_59;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:603>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_60 = V_15;
|
|
int32_t L_61 = V_2;
|
|
NullCheck(L_60);
|
|
L_60->___downsample = L_61;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:604>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_62 = V_15;
|
|
float L_63 = V_16;
|
|
float L_64 = V_17;
|
|
float L_65 = V_18;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_66;
|
|
memset((&L_66), 0, sizeof(L_66));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_66), L_63, L_64, L_65, NULL);
|
|
NullCheck(L_62);
|
|
L_62->___cocParams = L_66;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:605>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_67 = V_15;
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_68 = __this->___m_DepthOfField;
|
|
NullCheck(L_68);
|
|
BoolParameter_tAA460C5A72ADBDDB4519BFF0BA040EC202E14E95* L_69 = L_68->___highQualitySampling;
|
|
NullCheck(L_69);
|
|
bool L_70;
|
|
L_70 = VirtualFuncInvoker0< bool >::Invoke(14, L_69);
|
|
NullCheck(L_67);
|
|
L_67->___highQualitySamplingValue = L_70;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:607>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_71 = V_15;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_72 = V_1;
|
|
NullCheck(L_71);
|
|
L_71->___material = L_72;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_71->___material), (void*)L_72);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:608>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_73 = V_15;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_74 = __this->___m_Materials;
|
|
NullCheck(L_74);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_75 = L_74->___gaussianDepthOfFieldCoC;
|
|
NullCheck(L_73);
|
|
L_73->___materialCoC = L_75;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_73->___materialCoC), (void*)L_75);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:611>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_76 = V_15;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_77 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_78 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_77);
|
|
NullCheck(L_76);
|
|
L_76->___sourceTexture = L_78;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:612>
|
|
RuntimeObject* L_79 = V_14;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_80 = ___3_source;
|
|
NullCheck(L_79);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_79, L_80, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:614>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_81 = V_15;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_82 = ___1_resourceData;
|
|
NullCheck(L_82);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_83;
|
|
L_83 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_82, NULL);
|
|
NullCheck(L_81);
|
|
L_81->___depthTexture = L_83;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:615>
|
|
RuntimeObject* L_84 = V_14;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_85 = ___1_resourceData;
|
|
NullCheck(L_85);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_86;
|
|
L_86 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_85, NULL);
|
|
V_13 = L_86;
|
|
NullCheck(L_84);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_84, (&V_13), 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:618>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_87 = V_15;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_88 = V_6;
|
|
NullCheck(L_87);
|
|
L_87->___fullCoCTexture = L_88;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:619>
|
|
RuntimeObject* L_89 = V_14;
|
|
NullCheck(L_89);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_89, (&V_6), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:621>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_90 = V_15;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_91 = V_8;
|
|
NullCheck(L_90);
|
|
L_90->___halfCoCTexture = L_91;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:622>
|
|
RuntimeObject* L_92 = V_14;
|
|
NullCheck(L_92);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_92, (&V_8), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:624>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_93 = V_15;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_94 = V_10;
|
|
NullCheck(L_93);
|
|
L_93->___pingTexture = L_94;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:625>
|
|
RuntimeObject* L_95 = V_14;
|
|
NullCheck(L_95);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_95, (&V_10), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:627>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_96 = V_15;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_97 = V_12;
|
|
NullCheck(L_96);
|
|
L_96->___pongTexture = L_97;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:628>
|
|
RuntimeObject* L_98 = V_14;
|
|
NullCheck(L_98);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_98, (&V_12), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:631>
|
|
DoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3* L_99 = V_15;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_100 = ___4_destination;
|
|
NullCheck(L_99);
|
|
L_99->___destination = L_100;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:632>
|
|
RuntimeObject* L_101 = V_14;
|
|
NullCheck(L_101);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_101, (&___4_destination), 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:634>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:635>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:636>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:637>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:638>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:639>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:640>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:641>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:642>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:643>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:644>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:645>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:646>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:647>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:648>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:649>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:650>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:651>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:652>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:653>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:654>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:655>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:656>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:657>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:658>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:659>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:660>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:661>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:662>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:663>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:664>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:665>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:666>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:667>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:668>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:669>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:670>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:671>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:672>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:673>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:674>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:675>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:676>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:677>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:678>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:679>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:680>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:681>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:682>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:683>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:684>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:685>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:686>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:687>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:688>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:689>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:690>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:691>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:692>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:693>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:694>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:695>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:696>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:697>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:698>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:699>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:700>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:701>
|
|
RuntimeObject* L_102 = V_14;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* L_103 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__142_0;
|
|
BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* L_104 = L_103;
|
|
if (L_104)
|
|
{
|
|
G_B3_0 = L_104;
|
|
G_B3_1 = L_102;
|
|
goto IL_022b_1;
|
|
}
|
|
G_B2_0 = L_104;
|
|
G_B2_1 = L_102;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_105 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* L_106 = (BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5*)il2cpp_codegen_object_new(BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_mA96EF770B984547F7C4DACE3A63A3E8D749BE0D0(L_106, L_105, (intptr_t)((void*)U3CU3Ec_U3CRenderDoFGaussianU3Eb__142_0_m3BCE6B283CC6604944D22E4D3FF7F93DBE93C1B3_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* L_107 = L_106;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__142_0 = L_107;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__142_0), (void*)L_107);
|
|
G_B3_0 = L_107;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_022b_1:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t45889AAA8122016AB4531CAACD37A45BF2E9F7E5* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisDoFGaussianPassData_tB7F061F059A31E8515BC87587FABBA75783EF2C3_m5327F9E3982A29B3E6159AFF9629A20F7BB1D4EE_RuntimeMethod_var, G_B3_1, G_B3_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:702>
|
|
goto IL_023e;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_023e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:703>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34093
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderDoFBokeh_m5D2C4464504B5E2AEC708052B0241FBCB50F9869 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** ___5_dofMaterial, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisDoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565_m3EA960A82673036992A1BB0D5D259C7F29F6503A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisDoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565_m19B2EB696ED1B2292AD3861E5149EB6B4B5470D8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderDoFBokehU3Eb__144_0_m7C6A54D4698742D33BEB76804C8F833FF82CA12B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F89D7CC656CA804492D77DE3D942570AB2D6A00);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral817B818885135BEF736D2338DB6B5420E379E536);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE078582BB0F722460DE31693A931059066547B83);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
RuntimeObject* V_12 = NULL;
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* V_13 = NULL;
|
|
float V_14 = 0.0f;
|
|
float V_15 = 0.0f;
|
|
float V_16 = 0.0f;
|
|
float V_17 = 0.0f;
|
|
float V_18 = 0.0f;
|
|
int32_t V_19 = 0;
|
|
float V_20 = 0.0f;
|
|
BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* G_B7_0 = NULL;
|
|
RuntimeObject* G_B7_1 = NULL;
|
|
BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* G_B6_0 = NULL;
|
|
RuntimeObject* G_B6_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:729>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_0);
|
|
V_11 = L_1;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_2 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_3;
|
|
L_3 = TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D((&V_11), L_2, NULL);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:731>
|
|
V_1 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:732>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3** L_4 = ___5_dofMaterial;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = *((Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3**)L_4);
|
|
V_2 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:733>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_6 = V_0;
|
|
int32_t L_7 = L_6.___width;
|
|
int32_t L_8 = V_1;
|
|
V_3 = ((int32_t)(L_7/L_8));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:734>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_9 = V_0;
|
|
int32_t L_10 = L_9.___height;
|
|
int32_t L_11 = V_1;
|
|
V_4 = ((int32_t)(L_10/L_11));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:737>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_12 = V_0;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_13 = V_0;
|
|
int32_t L_14 = L_13.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_15 = V_0;
|
|
int32_t L_16 = L_15.___height;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_17;
|
|
L_17 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_12, L_14, L_16, 5, NULL);
|
|
V_5 = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:738>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_18 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_19;
|
|
L_19 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_18, (&V_5), _stringLiteral817B818885135BEF736D2338DB6B5420E379E536, (bool)1, 1, NULL);
|
|
V_6 = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:739>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_20 = V_0;
|
|
int32_t L_21 = V_3;
|
|
int32_t L_22 = V_4;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_23;
|
|
L_23 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_20, L_21, L_22, ((int32_t)48), NULL);
|
|
V_7 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:740>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_24 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_25;
|
|
L_25 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_24, (&V_7), _stringLiteralE078582BB0F722460DE31693A931059066547B83, (bool)1, 1, NULL);
|
|
V_8 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:741>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_26 = V_0;
|
|
int32_t L_27 = V_3;
|
|
int32_t L_28 = V_4;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_29;
|
|
L_29 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_26, L_27, L_28, ((int32_t)48), NULL);
|
|
V_9 = L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:742>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_30 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_31;
|
|
L_31 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_30, (&V_9), _stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E, (bool)1, 1, NULL);
|
|
V_10 = L_31;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:744>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_32 = ___0_renderGraph;
|
|
NullCheck(L_32);
|
|
RuntimeObject* L_33;
|
|
L_33 = RenderGraph_AddUnsafePass_TisDoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565_m19B2EB696ED1B2292AD3861E5149EB6B4B5470D8(L_32, _stringLiteral1F89D7CC656CA804492D77DE3D942570AB2D6A00, (&V_13), _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)744), RenderGraph_AddUnsafePass_TisDoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565_m19B2EB696ED1B2292AD3861E5149EB6B4B5470D8_RuntimeMethod_var);
|
|
V_12 = L_33;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0280:
|
|
{
|
|
{
|
|
RuntimeObject* L_34 = V_12;
|
|
if (!L_34)
|
|
{
|
|
goto IL_028b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_35 = V_12;
|
|
NullCheck(L_35);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_35);
|
|
}
|
|
|
|
IL_028b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:748>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_36 = __this->___m_DepthOfField;
|
|
NullCheck(L_36);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_37 = L_36->___focalLength;
|
|
NullCheck(L_37);
|
|
float L_38;
|
|
L_38 = VirtualFuncInvoker0< float >::Invoke(14, L_37);
|
|
V_14 = ((float)(L_38/(1000.0f)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:749>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_39 = __this->___m_DepthOfField;
|
|
NullCheck(L_39);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_40 = L_39->___focalLength;
|
|
NullCheck(L_40);
|
|
float L_41;
|
|
L_41 = VirtualFuncInvoker0< float >::Invoke(14, L_40);
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_42 = __this->___m_DepthOfField;
|
|
NullCheck(L_42);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_43 = L_42->___aperture;
|
|
NullCheck(L_43);
|
|
float L_44;
|
|
L_44 = VirtualFuncInvoker0< float >::Invoke(14, L_43);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:750>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_45 = __this->___m_DepthOfField;
|
|
NullCheck(L_45);
|
|
MinFloatParameter_tA4BCE8AF64068D3761A8689DB27D0B04238525F9* L_46 = L_45->___focusDistance;
|
|
NullCheck(L_46);
|
|
float L_47;
|
|
L_47 = VirtualFuncInvoker0< float >::Invoke(14, L_46);
|
|
V_15 = L_47;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:751>
|
|
float L_48 = V_14;
|
|
float L_49 = V_15;
|
|
float L_50 = V_14;
|
|
V_16 = ((float)(((float)il2cpp_codegen_multiply(((float)(L_41/L_44)), L_48))/((float)il2cpp_codegen_subtract(L_49, L_50))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:752>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_51 = V_0;
|
|
int32_t L_52 = L_51.___height;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
float L_53;
|
|
L_53 = PostProcessPass_GetMaxBokehRadiusInPixels_m0E7D6B59C1CCF11E8108CC14B49AD72A9CDBFF02_inline(((float)L_52), NULL);
|
|
V_17 = L_53;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:753>
|
|
int32_t L_54 = V_3;
|
|
int32_t L_55 = V_4;
|
|
V_18 = ((float)((1.0f)/((float)(((float)L_54)/((float)L_55)))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:756>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_56 = __this->___m_DepthOfField;
|
|
NullCheck(L_56);
|
|
int32_t L_57;
|
|
L_57 = VirtualFuncInvoker0< int32_t >::Invoke(2, L_56);
|
|
V_19 = L_57;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:757>
|
|
int32_t L_58 = V_19;
|
|
int32_t L_59 = __this->___m_BokehHash;
|
|
if ((!(((uint32_t)L_58) == ((uint32_t)L_59))))
|
|
{
|
|
goto IL_0143_1;
|
|
}
|
|
}
|
|
{
|
|
float L_60 = V_17;
|
|
float L_61 = __this->___m_BokehMaxRadius;
|
|
if ((!(((float)L_60) == ((float)L_61))))
|
|
{
|
|
goto IL_0143_1;
|
|
}
|
|
}
|
|
{
|
|
float L_62 = V_18;
|
|
float L_63 = __this->___m_BokehRCPAspect;
|
|
if ((((float)L_62) == ((float)L_63)))
|
|
{
|
|
goto IL_0165_1;
|
|
}
|
|
}
|
|
|
|
IL_0143_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:759>
|
|
int32_t L_64 = V_19;
|
|
__this->___m_BokehHash = L_64;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:760>
|
|
float L_65 = V_17;
|
|
__this->___m_BokehMaxRadius = L_65;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:761>
|
|
float L_66 = V_18;
|
|
__this->___m_BokehRCPAspect = L_66;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:762>
|
|
float L_67 = V_17;
|
|
float L_68 = V_18;
|
|
PostProcessPass_PrepareBokehKernel_m4F8BFFE42B75074B06529F97E66E9F6186C2A6BC(__this, L_67, L_68, NULL);
|
|
}
|
|
|
|
IL_0165_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:764>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_69 = V_0;
|
|
int32_t L_70 = L_69.___height;
|
|
int32_t L_71 = V_1;
|
|
V_20 = ((float)il2cpp_codegen_multiply(((float)((1.0f)/((float)L_70))), ((float)L_71)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:766>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_72 = V_13;
|
|
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* L_73 = __this->___m_BokehKernel;
|
|
NullCheck(L_72);
|
|
L_72->___bokehKernel = L_73;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_72->___bokehKernel), (void*)L_73);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:767>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_74 = V_13;
|
|
int32_t L_75 = V_1;
|
|
NullCheck(L_74);
|
|
L_74->___downSample = L_75;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:768>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_76 = V_13;
|
|
float L_77 = V_20;
|
|
NullCheck(L_76);
|
|
L_76->___uvMargin = L_77;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:769>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_78 = V_13;
|
|
float L_79 = V_15;
|
|
float L_80 = V_16;
|
|
float L_81 = V_17;
|
|
float L_82 = V_18;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_83;
|
|
memset((&L_83), 0, sizeof(L_83));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_83), L_79, L_80, L_81, L_82, NULL);
|
|
NullCheck(L_78);
|
|
L_78->___cocParams = L_83;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:770>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_84 = V_13;
|
|
bool L_85 = __this->___m_UseFastSRGBLinearConversion;
|
|
NullCheck(L_84);
|
|
L_84->___useFastSRGBLinearConversion = L_85;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:773>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_86 = V_13;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_87 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_88 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_87);
|
|
NullCheck(L_86);
|
|
L_86->___sourceTexture = L_88;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:774>
|
|
RuntimeObject* L_89 = V_12;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_90 = ___3_source;
|
|
NullCheck(L_89);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_89, L_90, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:776>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_91 = V_13;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_92 = ___1_resourceData;
|
|
NullCheck(L_92);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_93;
|
|
L_93 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_92, NULL);
|
|
NullCheck(L_91);
|
|
L_91->___depthTexture = L_93;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:777>
|
|
RuntimeObject* L_94 = V_12;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_95 = ___1_resourceData;
|
|
NullCheck(L_95);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_96;
|
|
L_96 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_95, NULL);
|
|
V_11 = L_96;
|
|
NullCheck(L_94);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_94, (&V_11), 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:779>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_97 = V_13;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_98 = V_2;
|
|
NullCheck(L_97);
|
|
L_97->___material = L_98;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_97->___material), (void*)L_98);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:780>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_99 = V_13;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_100 = __this->___m_Materials;
|
|
NullCheck(L_100);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_101 = L_100->___bokehDepthOfFieldCoC;
|
|
NullCheck(L_99);
|
|
L_99->___materialCoC = L_101;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_99->___materialCoC), (void*)L_101);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:783>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_102 = V_13;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_103 = V_6;
|
|
NullCheck(L_102);
|
|
L_102->___fullCoCTexture = L_103;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:784>
|
|
RuntimeObject* L_104 = V_12;
|
|
NullCheck(L_104);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_104, (&V_6), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:785>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_105 = V_13;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_106 = V_8;
|
|
NullCheck(L_105);
|
|
L_105->___pingTexture = L_106;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:786>
|
|
RuntimeObject* L_107 = V_12;
|
|
NullCheck(L_107);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_107, (&V_8), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:787>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_108 = V_13;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_109 = V_10;
|
|
NullCheck(L_108);
|
|
L_108->___pongTexture = L_109;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:788>
|
|
RuntimeObject* L_110 = V_12;
|
|
NullCheck(L_110);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_110, (&V_10), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:791>
|
|
DoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565* L_111 = V_13;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_112 = ___4_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_113 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_112);
|
|
NullCheck(L_111);
|
|
L_111->___destination = L_113;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:792>
|
|
RuntimeObject* L_114 = V_12;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_115 = ___4_destination;
|
|
NullCheck(L_114);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_114, L_115, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:795>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:796>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:797>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:798>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:799>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:800>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:801>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:802>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:803>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:804>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:805>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:806>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:807>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:808>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:809>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:810>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:811>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:812>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:813>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:814>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:815>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:816>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:817>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:818>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:819>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:820>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:821>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:822>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:823>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:824>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:825>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:826>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:827>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:828>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:829>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:830>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:831>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:832>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:833>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:834>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:835>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:836>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:837>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:838>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:839>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:840>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:841>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:842>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:843>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:844>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:845>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:846>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:847>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:848>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:849>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:850>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:851>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:852>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:853>
|
|
RuntimeObject* L_116 = V_12;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* L_117 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__144_0;
|
|
BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* L_118 = L_117;
|
|
if (L_118)
|
|
{
|
|
G_B7_0 = L_118;
|
|
G_B7_1 = L_116;
|
|
goto IL_0279_1;
|
|
}
|
|
G_B6_0 = L_118;
|
|
G_B6_1 = L_116;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_119 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* L_120 = (BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5*)il2cpp_codegen_object_new(BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m08C058BB6617D706B0BA32A33F8AF5D4B5AE0739(L_120, L_119, (intptr_t)((void*)U3CU3Ec_U3CRenderDoFBokehU3Eb__144_0_m7C6A54D4698742D33BEB76804C8F833FF82CA12B_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* L_121 = L_120;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__144_0 = L_121;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__144_0), (void*)L_121);
|
|
G_B7_0 = L_121;
|
|
G_B7_1 = G_B6_1;
|
|
}
|
|
|
|
IL_0279_1:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t99F6C3662739A677A3740168A9B39B83F7C3C7F5* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisDoFBokehPassData_tA08CC8AAB7A8CBF5FDC2004BC7D3ACC593227565_m3EA960A82673036992A1BB0D5D259C7F29F6503A_RuntimeMethod_var, G_B7_1, G_B7_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:854>
|
|
goto IL_028c;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_028c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:855>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34094
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderPaniniProjection_mAA8DDBB21C6A7B91304CDFAE7D5B5009DB4334EE (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_destination, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B_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_TisPaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF_m1A054F6F7B72C7C900666D82280CAA322CEED2C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF_mC2D3DEAD4D1D47D68E6D7FDFC42D091F7C45250B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderPaniniProjectionU3Eb__146_0_mAE39A74EA1DDF286CD6BCABC4549D2374CE8B347_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C6BD73E0F789EE3BB3E9E4A1DA621384478AFDD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral400C0542FBD5766E91BAD0BBC3756906EE77600B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float V_1 = 0.0f;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
RuntimeObject* V_9 = NULL;
|
|
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* V_10 = NULL;
|
|
BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* G_B2_0 = NULL;
|
|
RuntimeObject* G_B2_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:870>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = ___3_destination;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_1 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_2 = ___2_source;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3;
|
|
L_3 = PostProcessPass_CreateCompatibleTexture_m40B558450317649E5B30C4ADD06F93E863A9CDFF(L_1, L_2, _stringLiteral400C0542FBD5766E91BAD0BBC3756906EE77600B, (bool)1, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:873>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_4 = ___2_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_4);
|
|
V_8 = L_5;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_6 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_7;
|
|
L_7 = TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D((&V_8), L_6, NULL);
|
|
V_0 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:874>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_8 = __this->___m_PaniniProjection;
|
|
NullCheck(L_8);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_9 = L_8->___distance;
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = VirtualFuncInvoker0< float >::Invoke(14, L_9);
|
|
V_1 = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:875>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_11 = ___1_camera;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_12 = V_0;
|
|
int32_t L_13 = L_12.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_14 = V_0;
|
|
int32_t L_15 = L_14.___height;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16;
|
|
L_16 = PostProcessPass_CalcViewExtents_m70487D27E54665160580674EB5732D9C9F05B8EF(__this, L_11, L_13, L_15, NULL);
|
|
V_2 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:876>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_17 = ___1_camera;
|
|
float L_18 = V_1;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_19 = V_0;
|
|
int32_t L_20 = L_19.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_21 = V_0;
|
|
int32_t L_22 = L_21.___height;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
|
|
L_23 = PostProcessPass_CalcCropExtents_m51DB9C1186BD72606EBA0A0E69DF01A25DC577F7(__this, L_17, L_18, L_20, L_22, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:878>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = L_23;
|
|
float L_25 = L_24.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26 = V_2;
|
|
float L_27 = L_26.___x;
|
|
V_3 = ((float)(L_25/L_27));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:879>
|
|
float L_28 = L_24.___y;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29 = V_2;
|
|
float L_30 = L_29.___y;
|
|
V_4 = ((float)(L_28/L_30));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:880>
|
|
float L_31 = V_3;
|
|
float L_32 = V_4;
|
|
float L_33;
|
|
L_33 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline(L_31, L_32, NULL);
|
|
V_5 = L_33;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:882>
|
|
float L_34 = V_1;
|
|
V_6 = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:883>
|
|
float L_35 = V_5;
|
|
float L_36;
|
|
L_36 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_35, NULL);
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_37 = __this->___m_PaniniProjection;
|
|
NullCheck(L_37);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_38 = L_37->___cropToFit;
|
|
NullCheck(L_38);
|
|
float L_39;
|
|
L_39 = VirtualFuncInvoker0< float >::Invoke(14, L_38);
|
|
float L_40;
|
|
L_40 = Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline((1.0f), L_36, L_39, NULL);
|
|
V_7 = L_40;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:885>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_41 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_42;
|
|
L_42 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)24), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_41);
|
|
RuntimeObject* L_43;
|
|
L_43 = RenderGraph_AddRasterRenderPass_TisPaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF_mC2D3DEAD4D1D47D68E6D7FDFC42D091F7C45250B(L_41, _stringLiteral1C6BD73E0F789EE3BB3E9E4A1DA621384478AFDD, (&V_10), L_42, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)885), RenderGraph_AddRasterRenderPass_TisPaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF_mC2D3DEAD4D1D47D68E6D7FDFC42D091F7C45250B_RuntimeMethod_var);
|
|
V_9 = L_43;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0178:
|
|
{
|
|
{
|
|
RuntimeObject* L_44 = V_9;
|
|
if (!L_44)
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_45 = V_9;
|
|
NullCheck(L_45);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_45);
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:887>
|
|
RuntimeObject* L_46 = V_9;
|
|
NullCheck(L_46);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_46, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:888>
|
|
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_47 = V_10;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_48 = ___3_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_49 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_48);
|
|
NullCheck(L_47);
|
|
L_47->___destinationTexture = L_49;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:889>
|
|
RuntimeObject* L_50 = V_9;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_51 = ___3_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_52 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_51);
|
|
NullCheck(L_50);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_50, L_52, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:890>
|
|
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_53 = V_10;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_54 = ___2_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_55 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_54);
|
|
NullCheck(L_53);
|
|
L_53->___sourceTexture = L_55;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:891>
|
|
RuntimeObject* L_56 = V_9;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_57 = ___2_source;
|
|
NullCheck(L_56);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_56, L_57, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:892>
|
|
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_58 = V_10;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_59 = __this->___m_Materials;
|
|
NullCheck(L_59);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_60 = L_59->___paniniProjection;
|
|
NullCheck(L_58);
|
|
L_58->___material = L_60;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_58->___material), (void*)L_60);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:893>
|
|
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_61 = V_10;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_62 = V_2;
|
|
float L_63 = L_62.___x;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64 = V_2;
|
|
float L_65 = L_64.___y;
|
|
float L_66 = V_6;
|
|
float L_67 = V_7;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_68;
|
|
memset((&L_68), 0, sizeof(L_68));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_68), L_63, L_65, L_66, L_67, NULL);
|
|
NullCheck(L_61);
|
|
L_61->___paniniParams = L_68;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:894>
|
|
PaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF* L_69 = V_10;
|
|
float L_70 = V_6;
|
|
float L_71;
|
|
L_71 = fabsf(L_70);
|
|
NullCheck(L_69);
|
|
L_69->___isPaniniGeneric = (bool)((((float)((float)il2cpp_codegen_subtract((1.0f), L_71))) > ((float)(1.40129846E-45f)))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:896>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:897>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:898>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:899>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:900>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:901>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:902>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:903>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:904>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:905>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:906>
|
|
RuntimeObject* L_72 = V_9;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* L_73 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__146_0;
|
|
BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* L_74 = L_73;
|
|
if (L_74)
|
|
{
|
|
G_B3_0 = L_74;
|
|
G_B3_1 = L_72;
|
|
goto IL_0171_1;
|
|
}
|
|
G_B2_0 = L_74;
|
|
G_B2_1 = L_72;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_75 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* L_76 = (BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B*)il2cpp_codegen_object_new(BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m7D9DA631D9799C37E02F6D3E19E61AC17A955C55(L_76, L_75, (intptr_t)((void*)U3CU3Ec_U3CRenderPaniniProjectionU3Eb__146_0_mAE39A74EA1DDF286CD6BCABC4549D2374CE8B347_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* L_77 = L_76;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__146_0 = L_77;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__146_0), (void*)L_77);
|
|
G_B3_0 = L_77;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_0171_1:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tD5233D093486455207E99654B7638A7C1286913B* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPaniniProjectionPassData_t2E356933523B3EC8A5813CDD7AD509378C7605DF_m1A054F6F7B72C7C900666D82280CAA322CEED2C9_RuntimeMethod_var, G_B3_1, G_B3_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:908>
|
|
goto IL_0184;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0184:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:910>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34095
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderTemporalAA_mE9D7B577EF44EF76DC9B81E3D3A17F53227438FB (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D951D0D39F6D39DA57A13F69CE06EF1A1532437);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:918>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_0 = ___4_destination;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_1 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_2 = ___3_source;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3;
|
|
L_3 = PostProcessPass_CreateCompatibleTexture_m40B558450317649E5B30C4ADD06F93E863A9CDFF(L_1, L_2, _stringLiteral8D951D0D39F6D39DA57A13F69CE06EF1A1532437, (bool)0, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:920>
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_4 = ___1_resourceData;
|
|
NullCheck(L_4);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5;
|
|
L_5 = UniversalResourceData_get_cameraDepth_m93D5DD173C1BEFCB5036268B3BA755C242BFB020(L_4, NULL);
|
|
V_0 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:921>
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_6 = ___1_resourceData;
|
|
NullCheck(L_6);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7;
|
|
L_7 = UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22(L_6, NULL);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:925>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_8 = ___0_renderGraph;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_9 = __this->___m_Materials;
|
|
NullCheck(L_9);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = L_9->___temporalAntialiasing;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = ___2_cameraData;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_12 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_13 = ___4_destination;
|
|
il2cpp_codegen_runtime_class_init_inline(TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
|
|
TemporalAA_Render_m0263602D171BA0DE9024876173ABB3E924C20555(L_8, L_10, L_11, L_12, (&V_0), (&V_1), L_13, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:926>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34096
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderSTP_m58DA92872FF219C2EF1F3E750B19F4FD7735B9A3 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, 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*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StpUtils_t474727CF8F564E53ED88E255F37A6A4FC3752FC0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93C32888B3ED1C8FB577DC3041C22B452646F8FD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_5 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:935>
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_0 = ___1_resourceData;
|
|
NullCheck(L_0);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
|
|
L_1 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:936>
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_2 = ___1_resourceData;
|
|
NullCheck(L_2);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_3;
|
|
L_3 = UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22(L_2, NULL);
|
|
V_1 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:940>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_4 = ___3_source;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_5 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_6;
|
|
L_6 = TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:942>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:943>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:944>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:945>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:946>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_7 = V_2;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_8 = ___2_cameraData;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___pixelWidth;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_10 = ___2_cameraData;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___pixelHeight;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_12 = V_2;
|
|
int32_t L_13 = L_12.___format;
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsFormatUtility_t3DAD8CAC84EA38F28613F98184F871773CB282FD_il2cpp_TypeInfo_var);
|
|
int32_t L_14;
|
|
L_14 = GraphicsFormatUtility_GetLinearFormat_m4A0172B7E0D08BE4E8A012610DB4E68EE28A2898(L_13, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_15;
|
|
L_15 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_7, L_9, L_11, L_14, NULL);
|
|
V_3 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:949>
|
|
(&V_3)->___enableRandomWrite = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:951>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_16 = ___4_destination;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_17 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18;
|
|
L_18 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_17, (&V_3), _stringLiteral93C32888B3ED1C8FB577DC3041C22B452646F8FD, (bool)0, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_16 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:953>
|
|
int32_t L_19;
|
|
L_19 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
|
|
V_4 = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:954>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_20 = __this->___m_Data;
|
|
NullCheck(L_20);
|
|
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* L_21 = L_20->___textures;
|
|
NullCheck(L_21);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_22 = L_21->___blueNoise16LTex;
|
|
int32_t L_23 = V_4;
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_24 = __this->___m_Data;
|
|
NullCheck(L_24);
|
|
TextureResources_t9220AC464374C6AA55163CD0AC71C62B85E6C122* L_25 = L_24->___textures;
|
|
NullCheck(L_25);
|
|
Texture2DU5BU5D_t05332F1E3F7D4493E304C702201F9BE4F9236191* L_26 = L_25->___blueNoise16LTex;
|
|
NullCheck(L_26);
|
|
NullCheck(L_22);
|
|
int32_t L_27 = ((int32_t)(L_23&((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_26)->max_length)), 1))));
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_28 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
V_5 = L_28;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:956>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_29 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_30 = ___1_resourceData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_31 = ___2_cameraData;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_32 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_33 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_32);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_34 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_35 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_36 = ___4_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_37 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_36);
|
|
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_38 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(StpUtils_t474727CF8F564E53ED88E255F37A6A4FC3752FC0_il2cpp_TypeInfo_var);
|
|
StpUtils_Execute_mF772ACEADAB2153D4BEF80A48D852EF589657D50(L_29, L_30, L_31, L_33, L_34, L_35, L_37, L_38, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:959>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_39 = ___0_renderGraph;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_40 = ___2_cameraData;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_41 = V_3;
|
|
int32_t L_42 = L_41.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_43 = V_3;
|
|
int32_t L_44 = L_43.___height;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_45;
|
|
memset((&L_45), 0, sizeof(L_45));
|
|
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_45), L_42, L_44, NULL);
|
|
PostProcessPass_UpdateCameraResolution_m050530A4B48407153E7069555E34E3B0CB1A6445(__this, L_39, L_40, L_45, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:960>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34097
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderMotionBlur_m5B57F210246A3FAE4115A935D27794ACD816ECBF (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_destination, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23_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_TisMotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE_m332307013D32CC7293D60D1602AB1B291F40E775_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisMotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE_m9F7539065A8DC2165D5C8FC3F616E83BAA1A543E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderMotionBlurU3Eb__152_0_m7AF45FBB93763E5406C083BF0CB39E232C3A931C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4E38D26AD2DD9D1A4A48F09CFAE77C1833E84741);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8401E6CF3937A2C9602AC534713F9DAC381F179E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
RuntimeObject* V_5 = NULL;
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* V_6 = NULL;
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* G_B9_0 = NULL;
|
|
RuntimeObject* G_B9_1 = NULL;
|
|
BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* G_B8_0 = NULL;
|
|
RuntimeObject* G_B8_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:979>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_0 = __this->___m_Materials;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___cameraMotionBlur;
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:981>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_2 = ___4_destination;
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_3 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_4 = ___3_source;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_5;
|
|
L_5 = PostProcessPass_CreateCompatibleTexture_m40B558450317649E5B30C4ADD06F93E863A9CDFF(L_3, L_4, _stringLiteral8401E6CF3937A2C9602AC534713F9DAC381F179E, (bool)1, 1, NULL);
|
|
*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_2 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:983>
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_6 = ___1_resourceData;
|
|
NullCheck(L_6);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7;
|
|
L_7 = UniversalResourceData_get_motionVectorColor_mFF0B0F33B107E1D753AC3B8EAE05F985422B1F22(L_6, NULL);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:984>
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_8 = ___1_resourceData;
|
|
NullCheck(L_8);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_9;
|
|
L_9 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_8, NULL);
|
|
V_2 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:986>
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_10 = __this->___m_MotionBlur;
|
|
NullCheck(L_10);
|
|
MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* L_11 = L_10->___mode;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_11);
|
|
V_3 = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:987>
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_13 = __this->___m_MotionBlur;
|
|
NullCheck(L_13);
|
|
MotionBlurQualityParameter_tD50C3C4531FB58AB4B8C2917F41668C3EE54A637* L_14 = L_13->___quality;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_14);
|
|
V_4 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:988>
|
|
int32_t L_16 = V_4;
|
|
int32_t L_17 = V_3;
|
|
if ((((int32_t)L_17) == ((int32_t)1)))
|
|
{
|
|
G_B2_0 = L_16;
|
|
goto IL_005c;
|
|
}
|
|
G_B1_0 = L_16;
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
G_B3_0 = 3;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
V_4 = ((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:990>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_18 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_19;
|
|
L_19 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)48), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_20;
|
|
L_20 = RenderGraph_AddRasterRenderPass_TisMotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE_m9F7539065A8DC2165D5C8FC3F616E83BAA1A543E(L_18, _stringLiteral4E38D26AD2DD9D1A4A48F09CFAE77C1833E84741, (&V_6), L_19, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)990), RenderGraph_AddRasterRenderPass_TisMotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE_m9F7539065A8DC2165D5C8FC3F616E83BAA1A543E_RuntimeMethod_var);
|
|
V_5 = L_20;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_016c:
|
|
{
|
|
{
|
|
RuntimeObject* L_21 = V_5;
|
|
if (!L_21)
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_22 = V_5;
|
|
NullCheck(L_22);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_22);
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:992>
|
|
RuntimeObject* L_23 = V_5;
|
|
NullCheck(L_23);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_23, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:993>
|
|
RuntimeObject* L_24 = V_5;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_25 = ___4_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_26 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_25);
|
|
NullCheck(L_24);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_24, L_26, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:994>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_27 = V_6;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_28 = ___3_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_29 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_28);
|
|
NullCheck(L_27);
|
|
L_27->___sourceTexture = L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:995>
|
|
RuntimeObject* L_30 = V_5;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_31 = ___3_source;
|
|
NullCheck(L_30);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_30, L_31, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:997>
|
|
int32_t L_32 = V_3;
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00c8_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1002>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_33 = V_6;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_34 = V_1;
|
|
NullCheck(L_33);
|
|
L_33->___motionVectors = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1003>
|
|
RuntimeObject* L_35 = V_5;
|
|
NullCheck(L_35);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_35, (&V_1), 1);
|
|
goto IL_00d4_1;
|
|
}
|
|
|
|
IL_00c8_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1007>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_36 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_37;
|
|
L_37 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
|
|
NullCheck(L_36);
|
|
L_36->___motionVectors = L_37;
|
|
}
|
|
|
|
IL_00d4_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1011>
|
|
RuntimeObject* L_38 = V_5;
|
|
NullCheck(L_38);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_38, (&V_2), 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1012>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_39 = V_6;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_40 = V_0;
|
|
NullCheck(L_39);
|
|
L_39->___material = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_39->___material), (void*)L_40);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1013>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_41 = V_6;
|
|
int32_t L_42 = V_4;
|
|
NullCheck(L_41);
|
|
L_41->___passIndex = L_42;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1014>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_43 = V_6;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_44 = ___2_cameraData;
|
|
NullCheck(L_44);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_45 = L_44->___camera;
|
|
NullCheck(L_43);
|
|
L_43->___camera = L_45;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_43->___camera), (void*)L_45);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1015>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_46 = V_6;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_47 = ___2_cameraData;
|
|
NullCheck(L_47);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_48;
|
|
L_48 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_47, NULL);
|
|
NullCheck(L_46);
|
|
L_46->___xr = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_46->___xr), (void*)L_48);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1016>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_49 = V_6;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_50 = ___2_cameraData;
|
|
NullCheck(L_50);
|
|
bool L_51 = L_50->___isAlphaOutputEnabled;
|
|
NullCheck(L_49);
|
|
L_49->___enableAlphaOutput = L_51;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1017>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_52 = V_6;
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_53 = __this->___m_MotionBlur;
|
|
NullCheck(L_53);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_54 = L_53->___intensity;
|
|
NullCheck(L_54);
|
|
float L_55;
|
|
L_55 = VirtualFuncInvoker0< float >::Invoke(14, L_54);
|
|
NullCheck(L_52);
|
|
L_52->___intensity = L_55;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1018>
|
|
MotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE* L_56 = V_6;
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_57 = __this->___m_MotionBlur;
|
|
NullCheck(L_57);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_58 = L_57->___clamp;
|
|
NullCheck(L_58);
|
|
float L_59;
|
|
L_59 = VirtualFuncInvoker0< float >::Invoke(14, L_58);
|
|
NullCheck(L_56);
|
|
L_56->___clamp = L_59;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1019>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1020>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1021>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1022>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1023>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1024>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1025>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1026>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1027>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1028>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1029>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1030>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1031>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1032>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1033>
|
|
RuntimeObject* L_60 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* L_61 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__152_0;
|
|
BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* L_62 = L_61;
|
|
if (L_62)
|
|
{
|
|
G_B9_0 = L_62;
|
|
G_B9_1 = L_60;
|
|
goto IL_0165_1;
|
|
}
|
|
G_B8_0 = L_62;
|
|
G_B8_1 = L_60;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_63 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* L_64 = (BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23*)il2cpp_codegen_object_new(BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m037033F683E551C73C3F71170B11CED578C02162(L_64, L_63, (intptr_t)((void*)U3CU3Ec_U3CRenderMotionBlurU3Eb__152_0_m7AF45FBB93763E5406C083BF0CB39E232C3A931C_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* L_65 = L_64;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__152_0 = L_65;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__152_0), (void*)L_65);
|
|
G_B9_0 = L_65;
|
|
G_B9_1 = G_B8_1;
|
|
}
|
|
|
|
IL_0165_1:
|
|
{
|
|
NullCheck(G_B9_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tBAE33AE96F585E8121A95232D008642F5C769B23* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisMotionBlurPassData_t8CB5C9C4A1D288DEF7FD8A790754FC30EC6975BE_m332307013D32CC7293D60D1602AB1B291F40E775_RuntimeMethod_var, G_B9_1, G_B9_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1035>
|
|
goto IL_0178;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1037>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34098
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_LensFlareDataDrivenComputeOcclusion_m9AF3C1EC0B0ABC8B108DB5BE4264256DCB504F0C (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___3_srcDesc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m7CF8B2462DF5678139ECABE65B104FFDD5542C23_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m55F0E8951715DE94AA481131F7EE800758FF6987_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CLensFlareDataDrivenComputeOcclusionU3Eb__154_0_m4553111C43A59454E2D321A00F02186FB8A66979_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4D84C97C43C33FE7F7FA00B8A51EE18A76760D5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* V_1 = NULL;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* G_B8_0 = NULL;
|
|
RuntimeObject* G_B8_1 = NULL;
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* G_B7_0 = NULL;
|
|
RuntimeObject* G_B7_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1056>
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = LensFlareCommonSRP_IsOcclusionRTCompatible_m619A837237673491D07FB9050A274C8ACBE4A80D(NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1057>
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1059>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_1 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_2;
|
|
L_2 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)27), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_3;
|
|
L_3 = RenderGraph_AddUnsafePass_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m55F0E8951715DE94AA481131F7EE800758FF6987(L_1, _stringLiteralE4D84C97C43C33FE7F7FA00B8A51EE18A76760D5, (&V_1), L_2, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)1059), RenderGraph_AddUnsafePass_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m55F0E8951715DE94AA481131F7EE800758FF6987_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_011f:
|
|
{
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1061>
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1062>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_7 = ___0_renderGraph;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT;
|
|
NullCheck(L_7);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_9;
|
|
L_9 = RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7(L_7, L_8, NULL);
|
|
V_2 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1063>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_10 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11 = V_2;
|
|
NullCheck(L_10);
|
|
L_10->___destinationTexture = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1064>
|
|
RuntimeObject* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_12, (&V_2), 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1065>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_13 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_14 = ___2_cameraData;
|
|
NullCheck(L_13);
|
|
L_13->___cameraData = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___cameraData), (void*)L_14);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1066>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_15 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = ___2_cameraData;
|
|
NullCheck(L_16);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_17 = L_16->___pixelRect;
|
|
NullCheck(L_15);
|
|
L_15->___viewport = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1067>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_18 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_19 = __this->___m_Materials;
|
|
NullCheck(L_19);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_20 = L_19->___lensFlareDataDriven;
|
|
NullCheck(L_18);
|
|
L_18->___material = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___material), (void*)L_20);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1068>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_21 = V_1;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_22 = ___3_srcDesc;
|
|
int32_t L_23 = L_22->___width;
|
|
NullCheck(L_21);
|
|
L_21->___width = ((float)L_23);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1069>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_24 = V_1;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_25 = ___3_srcDesc;
|
|
int32_t L_26 = L_25->___height;
|
|
NullCheck(L_24);
|
|
L_24->___height = ((float)L_26);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1070>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_27 = __this->___m_PaniniProjection;
|
|
NullCheck(L_27);
|
|
bool L_28;
|
|
L_28 = PaniniProjection_IsActive_m91BB6BE780D3AFFCFD863B97195EECAB659BF2B0(L_27, NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_00cb_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1072>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
L_29->___usePanini = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1073>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_30 = V_1;
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_31 = __this->___m_PaniniProjection;
|
|
NullCheck(L_31);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_32 = L_31->___distance;
|
|
NullCheck(L_32);
|
|
float L_33;
|
|
L_33 = VirtualFuncInvoker0< float >::Invoke(14, L_32);
|
|
NullCheck(L_30);
|
|
L_30->___paniniDistance = L_33;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1074>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_34 = V_1;
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_35 = __this->___m_PaniniProjection;
|
|
NullCheck(L_35);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_36 = L_35->___cropToFit;
|
|
NullCheck(L_36);
|
|
float L_37;
|
|
L_37 = VirtualFuncInvoker0< float >::Invoke(14, L_36);
|
|
NullCheck(L_34);
|
|
L_34->___paniniCropToFit = L_37;
|
|
goto IL_00e8_1;
|
|
}
|
|
|
|
IL_00cb_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1078>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
L_38->___usePanini = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1079>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_39 = V_1;
|
|
NullCheck(L_39);
|
|
L_39->___paniniDistance = (1.0f);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1080>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_40 = V_1;
|
|
NullCheck(L_40);
|
|
L_40->___paniniCropToFit = (1.0f);
|
|
}
|
|
|
|
IL_00e8_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1083>
|
|
RuntimeObject* L_41 = V_0;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_42 = ___1_resourceData;
|
|
NullCheck(L_42);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_43;
|
|
L_43 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_42, NULL);
|
|
V_3 = L_43;
|
|
NullCheck(L_41);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_41, (&V_3), 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1085>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1086>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1087>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1088>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1089>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1090>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1091>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1092>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1093>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1094>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1095>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1096>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1097>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1098>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1099>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1100>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1101>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1102>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1103>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1104>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1105>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1106>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1107>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1108>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1109>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1110>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1111>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1112>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1113>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1114>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1115>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1116>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1117>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1118>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1119>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1120>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1121>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1122>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1123>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1124>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1125>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1126>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1127>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1128>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1129>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1130>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1131>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1132>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1133>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1134>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1135>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1136>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1137>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1138>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1139>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1140>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1141>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1142>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1143>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1144>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1145>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1146>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1147>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1148>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1149>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1150>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1151>
|
|
RuntimeObject* L_44 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* L_45 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__154_0;
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* L_46 = L_45;
|
|
if (L_46)
|
|
{
|
|
G_B8_0 = L_46;
|
|
G_B8_1 = L_44;
|
|
goto IL_0118_1;
|
|
}
|
|
G_B7_0 = L_46;
|
|
G_B7_1 = L_44;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_47 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* L_48 = (BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF*)il2cpp_codegen_object_new(BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m039923DCF96D4CE413F9A561026003681817D6B6(L_48, L_47, (intptr_t)((void*)U3CU3Ec_U3CLensFlareDataDrivenComputeOcclusionU3Eb__154_0_m4553111C43A59454E2D321A00F02186FB8A66979_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* L_49 = L_48;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__154_0 = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__154_0), (void*)L_49);
|
|
G_B8_0 = L_49;
|
|
G_B8_1 = G_B7_1;
|
|
}
|
|
|
|
IL_0118_1:
|
|
{
|
|
NullCheck(G_B8_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m7CF8B2462DF5678139ECABE65B104FFDD5542C23_RuntimeMethod_var, G_B8_1, G_B8_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1152>
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1153>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34099
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderLensFlareDataDriven_mCAACFD6572C1019D2FD63AB41B3386F6D7D976FD (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* ___1_resourceData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_destination, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___4_srcDesc, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m7CF8B2462DF5678139ECABE65B104FFDD5542C23_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m55F0E8951715DE94AA481131F7EE800758FF6987_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_0_m208C3353CD2202686CB06CE96C722752841F3870_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC20675F593ECD8D80B84DBD1E1F97D156C31B607);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* V_1 = NULL;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* G_B9_0 = NULL;
|
|
RuntimeObject* G_B9_1 = NULL;
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* G_B8_0 = NULL;
|
|
RuntimeObject* G_B8_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1157>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1;
|
|
L_1 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)28), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = RenderGraph_AddUnsafePass_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m55F0E8951715DE94AA481131F7EE800758FF6987(L_0, _stringLiteralC20675F593ECD8D80B84DBD1E1F97D156C31B607, (&V_1), L_1, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)1157), RenderGraph_AddUnsafePass_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m55F0E8951715DE94AA481131F7EE800758FF6987_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0163:
|
|
{
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1161>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_5 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_6 = ___3_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_6);
|
|
NullCheck(L_5);
|
|
L_5->___destinationTexture = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1162>
|
|
RuntimeObject* L_8 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_9 = ___3_destination;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_8, L_9, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1163>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_10 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = ___2_cameraData;
|
|
NullCheck(L_10);
|
|
L_10->___cameraData = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___cameraData), (void*)L_11);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1164>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_12 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_13 = __this->___m_Materials;
|
|
NullCheck(L_13);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = L_13->___lensFlareDataDriven;
|
|
NullCheck(L_12);
|
|
L_12->___material = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_12->___material), (void*)L_14);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1165>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_15 = V_1;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_16 = ___4_srcDesc;
|
|
int32_t L_17 = L_16->___width;
|
|
NullCheck(L_15);
|
|
L_15->___width = ((float)L_17);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1166>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_18 = V_1;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_19 = ___4_srcDesc;
|
|
int32_t L_20 = L_19->___height;
|
|
NullCheck(L_18);
|
|
L_18->___height = ((float)L_20);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1167>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_22 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&L_21->___viewport);
|
|
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline(L_22, (0.0f), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1168>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_24 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&L_23->___viewport);
|
|
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline(L_24, (0.0f), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1169>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_26 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&L_25->___viewport);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_27 = ___4_srcDesc;
|
|
int32_t L_28 = L_27->___width;
|
|
Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline(L_26, ((float)L_28), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1170>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_30 = (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D*)(&L_29->___viewport);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_31 = ___4_srcDesc;
|
|
int32_t L_32 = L_31->___height;
|
|
Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline(L_30, ((float)L_32), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1171>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_33 = __this->___m_PaniniProjection;
|
|
NullCheck(L_33);
|
|
bool L_34;
|
|
L_34 = PaniniProjection_IsActive_m91BB6BE780D3AFFCFD863B97195EECAB659BF2B0(L_33, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00f1_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1173>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
L_35->___usePanini = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1174>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_36 = V_1;
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_37 = __this->___m_PaniniProjection;
|
|
NullCheck(L_37);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_38 = L_37->___distance;
|
|
NullCheck(L_38);
|
|
float L_39;
|
|
L_39 = VirtualFuncInvoker0< float >::Invoke(14, L_38);
|
|
NullCheck(L_36);
|
|
L_36->___paniniDistance = L_39;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1175>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_40 = V_1;
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_41 = __this->___m_PaniniProjection;
|
|
NullCheck(L_41);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_42 = L_41->___cropToFit;
|
|
NullCheck(L_42);
|
|
float L_43;
|
|
L_43 = VirtualFuncInvoker0< float >::Invoke(14, L_42);
|
|
NullCheck(L_40);
|
|
L_40->___paniniCropToFit = L_43;
|
|
goto IL_010e_1;
|
|
}
|
|
|
|
IL_00f1_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1179>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_44 = V_1;
|
|
NullCheck(L_44);
|
|
L_44->___usePanini = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1180>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_45 = V_1;
|
|
NullCheck(L_45);
|
|
L_45->___paniniDistance = (1.0f);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1181>
|
|
LensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24* L_46 = V_1;
|
|
NullCheck(L_46);
|
|
L_46->___paniniCropToFit = (1.0f);
|
|
}
|
|
|
|
IL_010e_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1183>
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
bool L_47;
|
|
L_47 = LensFlareCommonSRP_IsOcclusionRTCompatible_m619A837237673491D07FB9050A274C8ACBE4A80D(NULL);
|
|
if (!L_47)
|
|
{
|
|
goto IL_012c_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1185>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_48 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_49 = ((LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_StaticFields*)il2cpp_codegen_static_fields_for(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var))->___occlusionRT;
|
|
NullCheck(L_48);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_50;
|
|
L_50 = RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7(L_48, L_49, NULL);
|
|
V_2 = L_50;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1186>
|
|
RuntimeObject* L_51 = V_0;
|
|
NullCheck(L_51);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_51, (&V_2), 1);
|
|
goto IL_013c_1;
|
|
}
|
|
|
|
IL_012c_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1190>
|
|
RuntimeObject* L_52 = V_0;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_53 = ___1_resourceData;
|
|
NullCheck(L_53);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_54;
|
|
L_54 = UniversalResourceData_get_cameraDepthTexture_m0823722AD418FDA57ECDC5EBDF79842DA3ED33A4(L_53, NULL);
|
|
V_3 = L_54;
|
|
NullCheck(L_52);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_52, (&V_3), 1);
|
|
}
|
|
|
|
IL_013c_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1193>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1194>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1195>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1196>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1197>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1198>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1199>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1200>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1201>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1202>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1203>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1204>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1205>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1206>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1207>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1208>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1209>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1210>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1211>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1212>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1213>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1214>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1215>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1216>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1217>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1218>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1219>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1220>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1221>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1222>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1223>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1224>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1225>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1226>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1227>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1228>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1229>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1230>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1231>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1232>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1233>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1234>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1235>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1236>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1237>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1238>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1239>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1240>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1241>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1242>
|
|
RuntimeObject* L_55 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* L_56 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_0;
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* L_57 = L_56;
|
|
if (L_57)
|
|
{
|
|
G_B9_0 = L_57;
|
|
G_B9_1 = L_55;
|
|
goto IL_015c_1;
|
|
}
|
|
G_B8_0 = L_57;
|
|
G_B8_1 = L_55;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_58 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* L_59 = (BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF*)il2cpp_codegen_object_new(BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m039923DCF96D4CE413F9A561026003681817D6B6(L_59, L_58, (intptr_t)((void*)U3CU3Ec_U3CRenderLensFlareDataDrivenU3Eb__155_0_m208C3353CD2202686CB06CE96C722752841F3870_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* L_60 = L_59;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_0 = L_60;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__155_0), (void*)L_60);
|
|
G_B9_0 = L_60;
|
|
G_B9_1 = G_B8_1;
|
|
}
|
|
|
|
IL_015c_1:
|
|
{
|
|
NullCheck(G_B9_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tC569CAA8D8A15EB193F9079D7996921E63DBD8FF* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisLensFlarePassData_tDE59E244AD21EEED6E9B013C8038D43B627C7A24_m7CF8B2462DF5678139ECABE65B104FFDD5542C23_RuntimeMethod_var, G_B9_1, G_B9_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1243>
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1244>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34100
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 PostProcessPass_RenderLensFlareScreenSpace_m2918225666DEC163338D4EC5D4B9896E2D9A0EA8 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___2_srcDesc, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_originalBloomTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_screenSpaceLensFlareBloomMipTexture, bool ___5_sameInputOutputTex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IUnsafeRenderGraphBuilder_SetRenderFunc_TisLensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0_m2CD858582AC72BF8B4A559F00A2909E0EEEEA369_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddUnsafePass_TisLensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0_m62D396EB60DB44204C647FEE9E74C458E34F6719_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderLensFlareScreenSpaceU3Eb__157_0_mD9A575C219A0C66696C7D5B92CFDF16F5CC738DB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral770BD955B9529B05F1CB5BE120E75FA3B620F684);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral847677B4D411B01A031C7AEB71B37F5E6EB47539);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC44D5776F02BAA6F7FB9F2A70BAE3DA1D4EC9CA1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCD8B54FE29DCEC66BD40E56921D4C3327FCF7FC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
RuntimeObject* V_7 = NULL;
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* V_8 = NULL;
|
|
BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* G_B5_0 = NULL;
|
|
RuntimeObject* G_B5_1 = NULL;
|
|
BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* G_B4_0 = NULL;
|
|
RuntimeObject* G_B4_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1266>
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_0 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_0);
|
|
ScreenSpaceLensFlareResolutionParameter_t57009C0C61BC9C733883510DA9705B431AFA867D* L_1 = L_0->___resolution;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_1);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1268>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_3 = ___2_srcDesc;
|
|
int32_t L_4 = L_3->___width;
|
|
int32_t L_5 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_6;
|
|
L_6 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(((int32_t)(L_4/L_5)), 1, NULL);
|
|
V_1 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1269>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_7 = ___2_srcDesc;
|
|
int32_t L_8 = L_7->___height;
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10;
|
|
L_10 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(((int32_t)(L_8/L_9)), 1, NULL);
|
|
V_2 = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1271>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_11 = ___2_srcDesc;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_12 = (*(TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673*)L_11);
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_2;
|
|
int32_t L_15 = __this->___m_DefaultColorFormat;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_16;
|
|
L_16 = PostProcessPass_GetCompatibleDescriptor_mD250063B81C818CB77864548DF7BC56893404699(L_12, L_13, L_14, L_15, NULL);
|
|
V_3 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1272>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_17 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_18;
|
|
L_18 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_17, (&V_3), _stringLiteralCCD8B54FE29DCEC66BD40E56921D4C3327FCF7FC, (bool)1, 1, NULL);
|
|
V_4 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1273>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_19 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_20;
|
|
L_20 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_19, (&V_3), _stringLiteralC44D5776F02BAA6F7FB9F2A70BAE3DA1D4EC9CA1, (bool)1, 1, NULL);
|
|
V_5 = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1276>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_21 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_22;
|
|
L_22 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_21, (&V_3), _stringLiteral770BD955B9529B05F1CB5BE120E75FA3B620F684, (bool)1, 1, NULL);
|
|
V_6 = L_22;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1278>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_23 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_24;
|
|
L_24 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)29), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_23);
|
|
RuntimeObject* L_25;
|
|
L_25 = RenderGraph_AddUnsafePass_TisLensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0_m62D396EB60DB44204C647FEE9E74C458E34F6719(L_23, _stringLiteral847677B4D411B01A031C7AEB71B37F5E6EB47539, (&V_8), L_24, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)1278), RenderGraph_AddUnsafePass_TisLensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0_m62D396EB60DB44204C647FEE9E74C458E34F6719_RuntimeMethod_var);
|
|
V_7 = L_25;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_016a:
|
|
{
|
|
{
|
|
RuntimeObject* L_26 = V_7;
|
|
if (!L_26)
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_27 = V_7;
|
|
NullCheck(L_27);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_27);
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1282>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_28 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_29 = V_4;
|
|
NullCheck(L_28);
|
|
L_28->___streakTmpTexture = L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1283>
|
|
RuntimeObject* L_30 = V_7;
|
|
NullCheck(L_30);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_30, (&V_4), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1284>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_31 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_32 = V_5;
|
|
NullCheck(L_31);
|
|
L_31->___streakTmpTexture2 = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1285>
|
|
RuntimeObject* L_33 = V_7;
|
|
NullCheck(L_33);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_33, (&V_5), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1286>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_34 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_35 = ___4_screenSpaceLensFlareBloomMipTexture;
|
|
NullCheck(L_34);
|
|
L_34->___screenSpaceLensFlareBloomMipTexture = L_35;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1287>
|
|
RuntimeObject* L_36 = V_7;
|
|
NullCheck(L_36);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_36, (&___4_screenSpaceLensFlareBloomMipTexture), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1288>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_37 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_38 = ___3_originalBloomTexture;
|
|
NullCheck(L_37);
|
|
L_37->___originalBloomTexture = L_38;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1289>
|
|
bool L_39 = ___5_sameInputOutputTex;
|
|
if (L_39)
|
|
{
|
|
goto IL_00e6_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1290>
|
|
RuntimeObject* L_40 = V_7;
|
|
NullCheck(L_40);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_40, (&___3_originalBloomTexture), 3);
|
|
}
|
|
|
|
IL_00e6_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1291>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_41 = V_8;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_42 = ___2_srcDesc;
|
|
int32_t L_43 = L_42->___width;
|
|
NullCheck(L_41);
|
|
L_41->___actualWidth = L_43;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1292>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_44 = V_8;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_45 = ___2_srcDesc;
|
|
int32_t L_46 = L_45->___height;
|
|
NullCheck(L_44);
|
|
L_44->___actualHeight = L_46;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1293>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_47 = V_8;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_48 = ___1_camera;
|
|
NullCheck(L_47);
|
|
L_47->___camera = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_47->___camera), (void*)L_48);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1294>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_49 = V_8;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_50 = __this->___m_Materials;
|
|
NullCheck(L_50);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_51 = L_50->___lensFlareScreenSpace;
|
|
NullCheck(L_49);
|
|
L_49->___material = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_49->___material), (void*)L_51);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1295>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_52 = V_8;
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_53 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_52);
|
|
L_52->___lensFlareScreenSpace = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_52->___lensFlareScreenSpace), (void*)L_53);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1296>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_54 = V_8;
|
|
int32_t L_55 = V_0;
|
|
NullCheck(L_54);
|
|
L_54->___downsample = L_55;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1297>
|
|
LensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0* L_56 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_57 = V_6;
|
|
NullCheck(L_56);
|
|
L_56->___result = L_57;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1298>
|
|
RuntimeObject* L_58 = V_7;
|
|
NullCheck(L_58);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_58, (&V_6), 3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1300>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1301>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1302>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1303>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1304>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1305>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1306>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1307>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1308>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1309>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1310>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1311>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1312>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1313>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1314>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1315>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1316>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1317>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1318>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1319>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1320>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1321>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1322>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1323>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1324>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1325>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1326>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1327>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1328>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1329>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1330>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1331>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1332>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1333>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1334>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1335>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1336>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1337>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1338>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1339>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1340>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1341>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1342>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1343>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1344>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1345>
|
|
RuntimeObject* L_59 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* L_60 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__157_0;
|
|
BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* L_61 = L_60;
|
|
if (L_61)
|
|
{
|
|
G_B5_0 = L_61;
|
|
G_B5_1 = L_59;
|
|
goto IL_0163_1;
|
|
}
|
|
G_B4_0 = L_61;
|
|
G_B4_1 = L_59;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_62 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* L_63 = (BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3*)il2cpp_codegen_object_new(BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_mB852080439BEC8859934D4FC634587945A361225(L_63, L_62, (intptr_t)((void*)U3CU3Ec_U3CRenderLensFlareScreenSpaceU3Eb__157_0_mD9A575C219A0C66696C7D5B92CFDF16F5CC738DB_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* L_64 = L_63;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__157_0 = L_64;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__157_0), (void*)L_64);
|
|
G_B5_0 = L_64;
|
|
G_B5_1 = G_B4_1;
|
|
}
|
|
|
|
IL_0163_1:
|
|
{
|
|
NullCheck(G_B5_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tBD5E5FBE14AFA7C5C5A37D2436381567D428CAC3* >::Invoke(IUnsafeRenderGraphBuilder_SetRenderFunc_TisLensFlareScreenSpacePassData_t933968160CC54D3DD371E85534B78B2E2BF180D0_m2CD858582AC72BF8B4A559F00A2909E0EEEEA369_RuntimeMethod_var, G_B5_1, G_B5_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1346>
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1347>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_65 = ___3_originalBloomTexture;
|
|
return L_65;
|
|
}
|
|
}
|
|
// Method Definition Index: 34101
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_ScaleViewport_m84FD30DC68E896E8B158F2C9AA045A267A996427 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTextureHdl, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_dest, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, bool ___4_hasFinalPass, 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*)&RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1354>
|
|
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_0;
|
|
L_0 = RenderTargetIdentifier_op_Implicit_m3E2366E36F14173DBEED75591978EBE1F01A1325(2, NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1356>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_1 = ___3_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_0020;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1357>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_4 = ___3_cameraData;
|
|
NullCheck(L_4);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_5;
|
|
L_5 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_4, NULL);
|
|
NullCheck(L_5);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_6;
|
|
L_6 = XRPass_get_renderTarget_m4183955FBAB06A0CD30DAAC60DFC51AD18466F48_inline(L_5, NULL);
|
|
V_0 = L_6;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1359>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = ___2_dest;
|
|
NullCheck(L_7);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_8;
|
|
L_8 = RTHandle_get_nameID_m30AF2567853494DB845D83A8B37D0FB523DA76E9_inline(L_7, NULL);
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B L_9 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = RenderTargetIdentifier_op_Equality_mD9FD6667F4C385F2379E9DEAAA8F91B7A1D50A1F(L_8, L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_11 = ___3_cameraData;
|
|
NullCheck(L_11);
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_12 = L_11->___targetTexture;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_12, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1361>
|
|
bool L_14 = ___4_hasFinalPass;
|
|
if (L_14)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_15 = ___3_cameraData;
|
|
NullCheck(L_15);
|
|
bool L_16 = L_15->___resolveFinalTarget;
|
|
if (L_16)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1371>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = ___3_cameraData;
|
|
NullCheck(L_17);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_18 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_17->___cameraTargetDescriptor);
|
|
int32_t L_19;
|
|
L_19 = RenderTextureDescriptor_get_width_mB159E4EB08B23B19CCCFADB465864361FB840BFF_inline(L_18, NULL);
|
|
V_1 = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1372>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_20 = ___3_cameraData;
|
|
NullCheck(L_20);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_21 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&L_20->___cameraTargetDescriptor);
|
|
int32_t L_22;
|
|
L_22 = RenderTextureDescriptor_get_height_m1006F9AA45029715C552C8A8C2F102F63D3A91EC_inline(L_21, NULL);
|
|
V_2 = L_22;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1373>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1374>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1375>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1376>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1377>
|
|
int32_t L_23 = V_1;
|
|
int32_t L_24 = V_2;
|
|
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline((&V_3), (0.0f), (0.0f), ((float)L_23), ((float)L_24), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1378>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_25 = ___0_cmd;
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_26 = V_3;
|
|
NullCheck(L_25);
|
|
RasterCommandBuffer_SetViewport_mCC43D00D3A49FF4179249DC0A9C5AF417589C74D(L_25, L_26, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1381>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_27 = ___0_cmd;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_28 = ___3_cameraData;
|
|
NullCheck(L_28);
|
|
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_29 = L_28->___pixelRect;
|
|
NullCheck(L_27);
|
|
RasterCommandBuffer_SetViewport_mCC43D00D3A49FF4179249DC0A9C5AF417589C74D(L_27, L_29, NULL);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1383>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34102
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_ScaleViewportAndBlit_mFD19A7DD5FA6EB7655DA21A850637712DD65D792 (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTextureHdl, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_dest, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, bool ___5_hasFinalPass, const RuntimeMethod* method)
|
|
{
|
|
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*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_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/Passes/PostProcessPassRenderGraph.cs:1387>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___1_sourceTextureHdl;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___2_dest;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___3_cameraData;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3;
|
|
L_3 = RenderingUtils_GetFinalBlitScaleBias_mE1A5885F1B4215EA710CC4004938934461614762(L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1388>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_4 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = ___1_sourceTextureHdl;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = ___2_dest;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___3_cameraData;
|
|
bool L_8 = ___5_hasFinalPass;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
PostProcessPass_ScaleViewport_m84FD30DC68E896E8B158F2C9AA045A267A996427(L_4, L_5, L_6, L_7, L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1390>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_9 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_10 = ___1_sourceTextureHdl;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11 = V_0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_12 = ___4_material;
|
|
il2cpp_codegen_runtime_class_init_inline(Blitter_t33DF283FBD19A8EE25C460B6D9B3087648A456A7_il2cpp_TypeInfo_var);
|
|
Blitter_BlitTexture_mA9F3E59BB26ED3403590B0E2E7E0C005A5925BF2(L_9, L_10, L_11, L_12, 0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1391>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34103
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_ScaleViewportAndDrawVisibilityMesh_m1070A3023505F2DEB4B7513E49809BDAEFC5405C (RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* ___0_cmd, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___1_sourceTextureHdl, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___2_dest, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___3_cameraData, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___4_material, bool ___5_hasFinalPass, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1446FA8B3EF6BF5F9E5BE903A40F07ADB3D49E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFC2A368EC6B09D7670707343672D60E45A4F60A1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* V_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1396>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___1_sourceTextureHdl;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = ___2_dest;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_2 = ___3_cameraData;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_3;
|
|
L_3 = RenderingUtils_GetFinalBlitScaleBias_mE1A5885F1B4215EA710CC4004938934461614762(L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1397>
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_4 = ___0_cmd;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = ___1_sourceTextureHdl;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = ___2_dest;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7 = ___3_cameraData;
|
|
bool L_8 = ___5_hasFinalPass;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
PostProcessPass_ScaleViewport_m84FD30DC68E896E8B158F2C9AA045A267A996427(L_4, L_5, L_6, L_7, L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1400>
|
|
il2cpp_codegen_runtime_class_init_inline(XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var);
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_9;
|
|
L_9 = XRSystemUniversal_GetMaterialPropertyBlock_mD8A6FCCB8580823E1289454F5800BA4868D90026_inline(NULL);
|
|
V_1 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1401>
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_10 = V_1;
|
|
int32_t L_11;
|
|
L_11 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1F1446FA8B3EF6BF5F9E5BE903A40F07ADB3D49E, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = V_0;
|
|
NullCheck(L_10);
|
|
MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_10, L_11, L_12, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1402>
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_13 = V_1;
|
|
int32_t L_14;
|
|
L_14 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralFC2A368EC6B09D7670707343672D60E45A4F60A1, NULL);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_15 = ___1_sourceTextureHdl;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_16;
|
|
L_16 = RTHandle_op_Implicit_mEF75557100B4F5D5BD918A60C85060711687CD43(L_15, NULL);
|
|
NullCheck(L_13);
|
|
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_13, L_14, L_16, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1403>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_17 = ___3_cameraData;
|
|
NullCheck(L_17);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_18;
|
|
L_18 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_17, NULL);
|
|
RasterCommandBuffer_t4300C4F080EA3CF43C7ACFDBD4F94EA633FE98E8* L_19 = ___0_cmd;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_20 = ___3_cameraData;
|
|
NullCheck(L_20);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_21;
|
|
L_21 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_20, NULL);
|
|
NullCheck(L_21);
|
|
float L_22;
|
|
L_22 = XRPass_get_occlusionMeshScale_m046F8625F75A7801D7A5D217FB020411140731A5_inline(L_21, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_23 = ___4_material;
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_24 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_25 = ___3_cameraData;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_26 = ___2_dest;
|
|
NullCheck(L_25);
|
|
bool L_27;
|
|
L_27 = UniversalCameraData_IsRenderTargetProjectionMatrixFlipped_m4BE75838B7F341A0EEE859ED9EFB3B341B99974D(L_25, L_26, (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL, NULL);
|
|
NullCheck(L_18);
|
|
XRPass_RenderVisibleMeshCustomMaterial_m6C53423D2EAE44417FC48743BB1BC15C4BF060DD(L_18, L_19, L_22, L_23, L_24, 1, L_27, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1405>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34104
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalSetup_mA68B3DC17E3065FD78E680CFCC1305995253CD2E (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_destination, FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* ___4_settings, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_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_TisPostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A_m94B569E42967CD663654E2C7F4A6D6F4E61CB7D2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A_mB04A8712E72ADE67D84A033ADD564D549611B91D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderFinalSetupU3Eb__162_0_mC5F080185478B5E4E6A0F01661B66A6B585C8231_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B8F50B4BD809534C2FD79953BC26C6C0D47DEC1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC02C9C59EB90D59413114CD60347FE5294F0273A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA9426B1D0D23E990FA90B3DC54BC0EA3D1A86C1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* V_1 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_2 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B6_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B5_0 = NULL;
|
|
String_t* G_B7_0 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B7_1 = NULL;
|
|
BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* G_B14_0 = NULL;
|
|
RuntimeObject* G_B14_1 = NULL;
|
|
BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* G_B13_0 = NULL;
|
|
RuntimeObject* G_B13_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1419>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1;
|
|
L_1 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)55), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = RenderGraph_AddRasterRenderPass_TisPostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A_mB04A8712E72ADE67D84A033ADD564D549611B91D(L_0, _stringLiteralC02C9C59EB90D59413114CD60347FE5294F0273A, (&V_1), L_1, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)1419), RenderGraph_AddRasterRenderPass_TisPostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A_mB04A8712E72ADE67D84A033ADD564D549611B91D_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_013a:
|
|
{
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1421>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_5 = __this->___m_Materials;
|
|
NullCheck(L_5);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = L_5->___scalingSetup;
|
|
V_2 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1422>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_7, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1424>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_8 = ___4_settings;
|
|
bool L_9 = L_8->___isFxaaEnabled;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0046_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1425>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_10, _stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89, NULL);
|
|
}
|
|
|
|
IL_0046_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1427>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_11 = ___4_settings;
|
|
bool L_12 = L_11->___isFsrEnabled;
|
|
if (!L_12)
|
|
{
|
|
goto IL_007a_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1428>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = V_2;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_14 = ___4_settings;
|
|
int32_t L_15 = L_14->___hdrOperations;
|
|
int32_t L_16 = L_15;
|
|
int32_t L_17 = 2;
|
|
bool L_18 = il2cpp_codegen_enum_has_flag((int32_t)L_16, (int32_t)L_17);
|
|
if (L_18)
|
|
{
|
|
G_B6_0 = L_13;
|
|
goto IL_0070_1;
|
|
}
|
|
G_B5_0 = L_13;
|
|
}
|
|
{
|
|
G_B7_0 = _stringLiteral5B8F50B4BD809534C2FD79953BC26C6C0D47DEC1;
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_0075_1;
|
|
}
|
|
|
|
IL_0070_1:
|
|
{
|
|
G_B7_0 = _stringLiteralDA9426B1D0D23E990FA90B3DC54BC0EA3D1A86C1;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_0075_1:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(G_B7_1, G_B7_0, NULL);
|
|
}
|
|
|
|
IL_007a_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1430>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_19 = ___4_settings;
|
|
int32_t L_20 = L_19->___hdrOperations;
|
|
int32_t L_21 = L_20;
|
|
int32_t L_22 = 2;
|
|
bool L_23 = il2cpp_codegen_enum_has_flag((int32_t)L_21, (int32_t)L_22);
|
|
if (!L_23)
|
|
{
|
|
goto IL_00b3_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1431>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_24 = ___1_cameraData;
|
|
NullCheck(L_24);
|
|
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_25;
|
|
L_25 = UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD(L_24, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_26 = ___1_cameraData;
|
|
NullCheck(L_26);
|
|
int32_t L_27;
|
|
L_27 = UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD(L_26, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_28 = V_2;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_29 = ___4_settings;
|
|
int32_t L_30 = L_29->___hdrOperations;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_31 = ___1_cameraData;
|
|
NullCheck(L_31);
|
|
bool L_32;
|
|
L_32 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_31, NULL);
|
|
PostProcessPass_SetupHDROutput_m507C0A89BAD1815DA7C19C3FFE398FC968A8D565(__this, L_25, L_27, L_28, L_30, L_32, NULL);
|
|
}
|
|
|
|
IL_00b3_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1433>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_33 = ___4_settings;
|
|
bool L_34 = L_33->___isAlphaOutputEnabled;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00ce_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1434>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35 = V_2;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_36 = ___4_settings;
|
|
bool L_37 = L_36->___isAlphaOutputEnabled;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_SetKeyword_m7F886C529A9DEC48A568FA4FFD4CF789AA294239(L_35, _stringLiteralC89065ACEA5EDC24B6A448DE0F842CF7560604A0, L_37, NULL);
|
|
}
|
|
|
|
IL_00ce_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1436>
|
|
RuntimeObject* L_38 = V_0;
|
|
NullCheck(L_38);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_38, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1437>
|
|
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* L_39 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_40 = ___3_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_41 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_40);
|
|
NullCheck(L_39);
|
|
L_39->___destinationTexture = L_41;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1438>
|
|
RuntimeObject* L_42 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_43 = ___3_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_44 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_43);
|
|
NullCheck(L_42);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_42, L_44, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1439>
|
|
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* L_45 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_46 = ___2_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_47 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_46);
|
|
NullCheck(L_45);
|
|
L_45->___sourceTexture = L_47;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1440>
|
|
RuntimeObject* L_48 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_49 = ___2_source;
|
|
NullCheck(L_48);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_48, L_49, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1441>
|
|
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* L_50 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_51 = ___1_cameraData;
|
|
NullCheck(L_50);
|
|
L_50->___cameraData = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_50->___cameraData), (void*)L_51);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1442>
|
|
PostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A* L_52 = V_1;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_53 = V_2;
|
|
NullCheck(L_52);
|
|
L_52->___material = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_52->___material), (void*)L_53);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1444>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1445>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1446>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1447>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1448>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1449>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1450>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1451>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1452>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1453>
|
|
RuntimeObject* L_54 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* L_55 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__162_0;
|
|
BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* L_56 = L_55;
|
|
if (L_56)
|
|
{
|
|
G_B14_0 = L_56;
|
|
G_B14_1 = L_54;
|
|
goto IL_0133_1;
|
|
}
|
|
G_B13_0 = L_56;
|
|
G_B13_1 = L_54;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_57 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* L_58 = (BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770*)il2cpp_codegen_object_new(BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m3C8148A73EA59BA5354F749ADC18DB70D8B6210B(L_58, L_57, (intptr_t)((void*)U3CU3Ec_U3CRenderFinalSetupU3Eb__162_0_mC5F080185478B5E4E6A0F01661B66A6B585C8231_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* L_59 = L_58;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__162_0 = L_59;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__162_0), (void*)L_59);
|
|
G_B14_0 = L_59;
|
|
G_B14_1 = G_B13_1;
|
|
}
|
|
|
|
IL_0133_1:
|
|
{
|
|
NullCheck(G_B14_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t7EA8D51129F9902903BD3C2EC2000AFBE8440770* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPostProcessingFinalSetupPassData_tEED6DD482D258C53205DE3762468D64404E2C36A_m94B569E42967CD663654E2C7F4A6D6F4E61CB7D2_RuntimeMethod_var, G_B14_1, G_B14_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1454>
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1456>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34105
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalFSRScale_mAD1CA04DF14A778C762B7EBE3289ECCD598D1A04 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___1_source, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___2_srcDesc, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_destination, TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* ___4_dstDesc, bool ___5_enableAlphaOutput, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22_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_TisPostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E_m54277A1492A258246746EFAC9580B43FFC7D25C8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E_m7BEC2406E82A3A7A756820CBE9E2C77A57C8E514_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderFinalFSRScaleU3Eb__164_0_m584F225D979FB6B5DE5EF124A26D18BE0C96E38A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73D7E0B9CE44AC9516FAA7B5E5D9996F0406AF50);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* V_1 = NULL;
|
|
BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* G_B3_0 = NULL;
|
|
RuntimeObject* G_B3_1 = NULL;
|
|
BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* G_B2_0 = NULL;
|
|
RuntimeObject* G_B2_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1470>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_0 = __this->___m_Materials;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___easu;
|
|
NullCheck(L_1);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_1, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1472>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_2 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_3;
|
|
L_3 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)56), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_4;
|
|
L_4 = RenderGraph_AddRasterRenderPass_TisPostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E_m7BEC2406E82A3A7A756820CBE9E2C77A57C8E514(L_2, _stringLiteral73D7E0B9CE44AC9516FAA7B5E5D9996F0406AF50, (&V_1), L_3, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)1472), RenderGraph_AddRasterRenderPass_TisPostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E_m7BEC2406E82A3A7A756820CBE9E2C77A57C8E514_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ce:
|
|
{
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1474>
|
|
RuntimeObject* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_7, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1475>
|
|
RuntimeObject* L_8 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_9 = ___3_destination;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_10 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_9);
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_8, L_10, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1476>
|
|
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_11 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_12 = ___1_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_13 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_12);
|
|
NullCheck(L_11);
|
|
L_11->___sourceTexture = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1477>
|
|
RuntimeObject* L_14 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_15 = ___1_source;
|
|
NullCheck(L_14);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_14, L_15, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1478>
|
|
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_16 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_17 = __this->___m_Materials;
|
|
NullCheck(L_17);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18 = L_17->___easu;
|
|
NullCheck(L_16);
|
|
L_16->___material = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_16->___material), (void*)L_18);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1479>
|
|
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_19 = V_1;
|
|
bool L_20 = ___5_enableAlphaOutput;
|
|
NullCheck(L_19);
|
|
L_19->___enableAlphaOutput = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1480>
|
|
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_21 = V_1;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_22 = ___2_srcDesc;
|
|
int32_t L_23 = L_22->___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_24 = ___2_srcDesc;
|
|
int32_t L_25 = L_24->___height;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
|
|
memset((&L_26), 0, sizeof(L_26));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_26), ((float)L_23), ((float)L_25), NULL);
|
|
NullCheck(L_21);
|
|
L_21->___fsrInputSize = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1481>
|
|
PostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E* L_27 = V_1;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_28 = ___4_dstDesc;
|
|
int32_t L_29 = L_28->___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673* L_30 = ___4_dstDesc;
|
|
int32_t L_31 = L_30->___height;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32;
|
|
memset((&L_32), 0, sizeof(L_32));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_32), ((float)L_29), ((float)L_31), NULL);
|
|
NullCheck(L_27);
|
|
L_27->___fsrOutputSize = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1483>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1484>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1485>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1486>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1487>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1488>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1489>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1490>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1491>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1492>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1493>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1494>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1495>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1496>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1497>
|
|
RuntimeObject* L_33 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* L_34 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__164_0;
|
|
BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* L_35 = L_34;
|
|
if (L_35)
|
|
{
|
|
G_B3_0 = L_35;
|
|
G_B3_1 = L_33;
|
|
goto IL_00c7_1;
|
|
}
|
|
G_B2_0 = L_35;
|
|
G_B2_1 = L_33;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_36 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* L_37 = (BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22*)il2cpp_codegen_object_new(BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m55531B761CC6F935995DC509842BD992D7877B79(L_37, L_36, (intptr_t)((void*)U3CU3Ec_U3CRenderFinalFSRScaleU3Eb__164_0_m584F225D979FB6B5DE5EF124A26D18BE0C96E38A_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* L_38 = L_37;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__164_0 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__164_0), (void*)L_38);
|
|
G_B3_0 = L_38;
|
|
G_B3_1 = G_B2_1;
|
|
}
|
|
|
|
IL_00c7_1:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t8063DAA443ED605908436DB9A9131007582E0A22* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPostProcessingFinalFSRScalePassData_tC474D6D9DB92F4768C8A8460A4893ECCB5F5126E_m54277A1492A258246746EFAC9580B43FFC7D25C8_RuntimeMethod_var, G_B3_1, G_B3_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1498>
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1500>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34106
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalBlit_mAC211B2E933D5684EA8F43C07D09AEF5B441F0D7 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___1_cameraData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_overlayUITexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_postProcessingTarget, FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* ___5_settings, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E_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_TisPostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108_m0A6251CAD3930FF6DFCE468F708D164719FFB6D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108_mC93B49545C95DBDD432205653B8CAA94BF2E1C5F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderFinalBlitU3Eb__167_0_mFC16A1A92A531E01BA9D2DC5ACCA35978394C9A9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D03371A2C53CBCFD1FB53BA3B282145884969E4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* V_1 = NULL;
|
|
bool V_2 = false;
|
|
BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* G_B9_0 = NULL;
|
|
RuntimeObject* G_B9_1 = NULL;
|
|
BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* G_B8_0 = NULL;
|
|
RuntimeObject* G_B8_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1554>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_0 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1;
|
|
L_1 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)57), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = RenderGraph_AddRasterRenderPass_TisPostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108_mC93B49545C95DBDD432205653B8CAA94BF2E1C5F(L_0, _stringLiteral0D03371A2C53CBCFD1FB53BA3B282145884969E4, (&V_1), L_1, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)1554), RenderGraph_AddRasterRenderPass_TisPostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108_mC93B49545C95DBDD432205653B8CAA94BF2E1C5F_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00fd:
|
|
{
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1556>
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_5, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1557>
|
|
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_6 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_7 = ___4_postProcessingTarget;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_7);
|
|
NullCheck(L_6);
|
|
L_6->___destinationTexture = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1558>
|
|
RuntimeObject* L_9 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_10 = ___4_postProcessingTarget;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_11 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_10);
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_9, L_11, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1559>
|
|
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_12 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_13 = ___2_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_14 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_13);
|
|
NullCheck(L_12);
|
|
L_12->___sourceTexture = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1560>
|
|
RuntimeObject* L_15 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_16 = ___2_source;
|
|
NullCheck(L_15);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_15, L_16, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1561>
|
|
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_17 = V_1;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_18 = ___1_cameraData;
|
|
NullCheck(L_17);
|
|
L_17->___cameraData = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_17->___cameraData), (void*)L_18);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1562>
|
|
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_19 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_20 = __this->___m_Materials;
|
|
NullCheck(L_20);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_21 = L_20->___finalPass;
|
|
NullCheck(L_19);
|
|
L_19->___material = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_19->___material), (void*)L_21);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1563>
|
|
PostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108* L_22 = V_1;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_23 = ___5_settings;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_24 = (*(FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3*)L_23);
|
|
NullCheck(L_22);
|
|
L_22->___settings = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1565>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* L_25 = ___5_settings;
|
|
bool L_26 = L_25->___requireHDROutput;
|
|
if (!L_26)
|
|
{
|
|
goto IL_009d_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_27 = __this->___m_EnableColorEncodingIfNeeded;
|
|
if (!L_27)
|
|
{
|
|
goto IL_009d_1;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_28 = ___1_cameraData;
|
|
NullCheck(L_28);
|
|
bool L_29;
|
|
L_29 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_28, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_009d_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1566>
|
|
RuntimeObject* L_30 = V_0;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_31 = ___3_overlayUITexture;
|
|
NullCheck(L_30);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_30, L_31, 1);
|
|
}
|
|
|
|
IL_009d_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1569>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_32 = ___1_cameraData;
|
|
NullCheck(L_32);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_33;
|
|
L_33 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_32, NULL);
|
|
NullCheck(L_33);
|
|
bool L_34;
|
|
L_34 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_33, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00d6_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1572>
|
|
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
|
|
int32_t L_35;
|
|
L_35 = XRSystem_get_foveatedRenderingCaps_m2B4B6BD6E1BFD298DD8A66DB2294FA27A0F6F989_inline(NULL);
|
|
int32_t L_36 = L_35;
|
|
int32_t L_37 = 2;
|
|
bool L_38 = il2cpp_codegen_enum_has_flag((int32_t)L_36, (int32_t)L_37);
|
|
V_2 = (bool)((((int32_t)L_38) == ((int32_t)0))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1573>
|
|
RuntimeObject* L_39 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_40 = ___1_cameraData;
|
|
NullCheck(L_40);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_41;
|
|
L_41 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_40, NULL);
|
|
NullCheck(L_41);
|
|
bool L_42;
|
|
L_42 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_41, NULL);
|
|
bool L_43 = V_2;
|
|
NullCheck(L_39);
|
|
InterfaceActionInvoker1< bool >::Invoke(13, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_39, (bool)((int32_t)((int32_t)L_42&(int32_t)L_43)));
|
|
}
|
|
|
|
IL_00d6_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1577>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1578>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1579>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1580>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1581>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1582>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1583>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1584>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1585>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1586>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1587>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1588>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1589>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1590>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1591>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1592>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1593>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1594>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1595>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1596>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1597>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1598>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1599>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1600>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1601>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1602>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1603>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1604>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1605>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1606>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1607>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1608>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1609>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1610>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1611>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1612>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1613>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1614>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1615>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1616>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1617>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1618>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1619>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1620>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1621>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1622>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1623>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1624>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1625>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1626>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1627>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1628>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1629>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1630>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1631>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1632>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1633>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1634>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1635>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1636>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1637>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1638>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1639>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1640>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1641>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1642>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1643>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1644>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1645>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1646>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1647>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1648>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1649>
|
|
RuntimeObject* L_44 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* L_45 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__167_0;
|
|
BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* L_46 = L_45;
|
|
if (L_46)
|
|
{
|
|
G_B9_0 = L_46;
|
|
G_B9_1 = L_44;
|
|
goto IL_00f6_1;
|
|
}
|
|
G_B8_0 = L_46;
|
|
G_B8_1 = L_44;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_47 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* L_48 = (BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E*)il2cpp_codegen_object_new(BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m7BD8210E7AA6066811EF003A813C2F58C2748265(L_48, L_47, (intptr_t)((void*)U3CU3Ec_U3CRenderFinalBlitU3Eb__167_0_mFC16A1A92A531E01BA9D2DC5ACCA35978394C9A9_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* L_49 = L_48;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__167_0 = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__167_0), (void*)L_49);
|
|
G_B9_0 = L_49;
|
|
G_B9_1 = G_B8_1;
|
|
}
|
|
|
|
IL_00f6_1:
|
|
{
|
|
NullCheck(G_B9_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tC616E09C076744396DFDE350F64B0D8E729B516E* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPostProcessingFinalBlitPassData_t515A795FF7D4AF9CB1B3BAF5B3839DF867D09108_m0A6251CAD3930FF6DFCE468F708D164719FFB6D7_RuntimeMethod_var, G_B9_1, G_B9_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1651>
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0107:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1653>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34107
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderFinalPassRenderGraph_mAAF6D040030D4381AFDDD50D46D99C39054715FB (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_source, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_overlayUITexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_postProcessingTarget, bool ___5_enableColorEncodingIfNeeded, 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*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
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_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral30207A616BADD6D85FBCA565477F79E7A09D8F2E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8CA867EA127EAD204225A6123BF05CFE9F3AA6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C8A9CDCED86A60FD0F851FA85CC97B1294E90E3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC63BF584EC84B09C83B2FA44AAC177A1275D05FB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC7CD17C3BF559F84788259BE1C80D4E497F581F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* V_0 = NULL;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_2 = NULL;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* V_6 = NULL;
|
|
bool V_7 = false;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B9_0 = NULL;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B8_0 = NULL;
|
|
int32_t G_B10_0 = 0;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B10_1 = NULL;
|
|
int32_t G_B16_0 = 0;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B18_0 = NULL;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B17_0 = NULL;
|
|
int32_t G_B19_0 = 0;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B19_1 = NULL;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B23_0 = NULL;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B20_0 = NULL;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B21_0 = NULL;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B22_0 = NULL;
|
|
int32_t G_B24_0 = 0;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3* G_B24_1 = NULL;
|
|
int32_t G_B30_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1657>
|
|
il2cpp_codegen_runtime_class_init_inline(VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
|
|
VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* L_0;
|
|
L_0 = VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C(NULL);
|
|
NullCheck(L_0);
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_1;
|
|
L_1 = VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1658>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* L_3;
|
|
L_3 = VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E(L_2, VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var);
|
|
__this->___m_Tonemapping = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Tonemapping), (void*)L_3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1659>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_5;
|
|
L_5 = VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D(L_4, VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D_RuntimeMethod_var);
|
|
__this->___m_FilmGrain = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FilmGrain), (void*)L_5);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1661>
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6 = ___1_frameData;
|
|
NullCheck(L_6);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_7;
|
|
L_7 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_6, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1663>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_8 = __this->___m_Materials;
|
|
NullCheck(L_8);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = L_8->___finalPass;
|
|
V_2 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1665>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_10, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1667>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_11;
|
|
L_11 = FinalBlitSettings_Create_mF2F4455DF587A90A3D040D9DF097764FDBB7A6C4(NULL);
|
|
V_3 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1669>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_12 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_13 = ___2_source;
|
|
NullCheck(L_12);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_14;
|
|
L_14 = RenderGraph_GetTextureDesc_m54CBA2F485C8E9A04A1C227ACC25D386949ECA51(L_12, L_13, NULL);
|
|
V_4 = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1671>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_15 = V_4;
|
|
V_5 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1672>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = L_16->___pixelWidth;
|
|
(&V_5)->___width = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1673>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = L_18->___pixelHeight;
|
|
(&V_5)->___height = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1677>
|
|
__this->___m_HasFinalPass = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1679>
|
|
__this->___m_IsFinalPass = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1680>
|
|
bool L_20 = ___5_enableColorEncodingIfNeeded;
|
|
__this->___m_EnableColorEncodingIfNeeded = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1682>
|
|
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_21 = __this->___m_FilmGrain;
|
|
NullCheck(L_21);
|
|
bool L_22;
|
|
L_22 = FilmGrain_IsActive_m9251CA64E6E5E1FB8609260F85CEB07BA04B4BA9(L_21, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1684>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_23, _stringLiteral7C8A9CDCED86A60FD0F851FA85CC97B1294E90E3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1685>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1686>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1687>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1688>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1689>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1690>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_24 = __this->___m_Data;
|
|
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_25 = __this->___m_FilmGrain;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_26 = V_5;
|
|
int32_t L_27 = L_26.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_28 = V_5;
|
|
int32_t L_29 = L_28.___height;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_30 = V_2;
|
|
PostProcessUtils_ConfigureFilmGrain_m9AFEDA4B679AB1D1D47F8EC440BADA369715A85B(L_24, L_25, L_27, L_29, L_30, NULL);
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1693>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_31 = V_1;
|
|
NullCheck(L_31);
|
|
bool L_32 = L_31->___isDitheringEnabled;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1695>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_33 = V_2;
|
|
NullCheck(L_33);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_33, _stringLiteralC63BF584EC84B09C83B2FA44AAC177A1275D05FB, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1696>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1697>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1698>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1699>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1700>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1701>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_34 = __this->___m_Data;
|
|
int32_t L_35 = __this->___m_DitheringTextureIndex;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_36 = V_5;
|
|
int32_t L_37 = L_36.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_38 = V_5;
|
|
int32_t L_39 = L_38.___height;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_40 = V_2;
|
|
int32_t L_41;
|
|
L_41 = PostProcessUtils_ConfigureDithering_m4EDD6C3D556383E75451522FF1E51E3B47DACD9C(L_34, L_35, L_37, L_39, L_40, NULL);
|
|
__this->___m_DitheringTextureIndex = L_41;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1704>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_42 = V_1;
|
|
NullCheck(L_42);
|
|
bool L_43;
|
|
L_43 = UniversalCameraData_get_requireSrgbConversion_m09836AD17C2F9377EB91208CFE48FD6E6787D6FF(L_42, NULL);
|
|
bool L_44;
|
|
L_44 = PostProcessPass_RequireSRGBConversionBlitToBackBuffer_mB81453D3B536BE42AA503F616EDF562B3C80E892(__this, L_43, NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1705>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_45 = V_2;
|
|
NullCheck(L_45);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_45, _stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7, NULL);
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1707>
|
|
(&V_3)->___hdrOperations = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1708>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_46 = V_1;
|
|
bool L_47;
|
|
L_47 = PostProcessPass_RequireHDROutput_m92D4E42C607D3396EDD01C4752203387BEB45A1E(__this, L_46, NULL);
|
|
(&V_3)->___requireHDROutput = L_47;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1709>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_48 = V_3;
|
|
bool L_49 = L_48.___requireHDROutput;
|
|
if (!L_49)
|
|
{
|
|
goto IL_016e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1712>
|
|
bool L_50 = __this->___m_EnableColorEncodingIfNeeded;
|
|
if (L_50)
|
|
{
|
|
G_B9_0 = (&V_3);
|
|
goto IL_0135;
|
|
}
|
|
G_B8_0 = (&V_3);
|
|
}
|
|
{
|
|
G_B10_0 = 0;
|
|
G_B10_1 = G_B8_0;
|
|
goto IL_0136;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
G_B10_0 = 2;
|
|
G_B10_1 = G_B9_0;
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
G_B10_1->___hdrOperations = G_B10_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1714>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_51 = V_1;
|
|
NullCheck(L_51);
|
|
bool L_52 = L_51->___postProcessEnabled;
|
|
if (L_52)
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1715>
|
|
int32_t* L_53 = (int32_t*)(&(&V_3)->___hdrOperations);
|
|
int32_t* L_54 = L_53;
|
|
int32_t L_55 = *((int32_t*)L_54);
|
|
*((int32_t*)L_54) = (int32_t)((int32_t)(L_55|1));
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1717>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_56 = V_1;
|
|
NullCheck(L_56);
|
|
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_57;
|
|
L_57 = UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD(L_56, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_58 = V_1;
|
|
NullCheck(L_58);
|
|
int32_t L_59;
|
|
L_59 = UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD(L_58, NULL);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_60 = V_2;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_61 = V_3;
|
|
int32_t L_62 = L_61.___hdrOperations;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_63 = V_1;
|
|
NullCheck(L_63);
|
|
bool L_64;
|
|
L_64 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_63, NULL);
|
|
PostProcessPass_SetupHDROutput_m507C0A89BAD1815DA7C19C3FFE398FC968A8D565(__this, L_57, L_59, L_60, L_62, L_64, NULL);
|
|
}
|
|
|
|
IL_016e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1719>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_65 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_66;
|
|
L_66 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_65, NULL);
|
|
V_6 = L_66;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1720>
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_67 = V_6;
|
|
if (!L_67)
|
|
{
|
|
goto IL_0189;
|
|
}
|
|
}
|
|
{
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_68 = V_6;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_69 = V_1;
|
|
NullCheck(L_69);
|
|
bool L_70 = L_69->___resolveFinalTarget;
|
|
NullCheck(L_68);
|
|
bool L_71;
|
|
L_71 = DebugHandler_WriteToDebugScreenTexture_m238B0FD053CE5540FD5A64BF47C06456486A31B7(L_68, L_70, NULL);
|
|
G_B16_0 = ((int32_t)(L_71));
|
|
goto IL_018a;
|
|
}
|
|
|
|
IL_0189:
|
|
{
|
|
G_B16_0 = 0;
|
|
}
|
|
|
|
IL_018a:
|
|
{
|
|
V_7 = (bool)G_B16_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1723>
|
|
bool L_72 = V_7;
|
|
(&V_3)->___resolveToDebugScreen = L_72;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1724>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_73 = V_1;
|
|
NullCheck(L_73);
|
|
bool L_74 = L_73->___isAlphaOutputEnabled;
|
|
(&V_3)->___isAlphaOutputEnabled = L_74;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1725>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_75 = V_1;
|
|
NullCheck(L_75);
|
|
int32_t L_76 = L_75->___antialiasing;
|
|
(&V_3)->___isFxaaEnabled = (bool)((((int32_t)L_76) == ((int32_t)1))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1726>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_77 = V_1;
|
|
NullCheck(L_77);
|
|
int32_t L_78 = L_77->___imageScalingMode;
|
|
if ((!(((uint32_t)L_78) == ((uint32_t)1))))
|
|
{
|
|
G_B18_0 = (&V_3);
|
|
goto IL_01c8;
|
|
}
|
|
G_B17_0 = (&V_3);
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_79 = V_1;
|
|
NullCheck(L_79);
|
|
int32_t L_80 = L_79->___upscalingFilter;
|
|
G_B19_0 = ((((int32_t)L_80) == ((int32_t)2))? 1 : 0);
|
|
G_B19_1 = G_B17_0;
|
|
goto IL_01c9;
|
|
}
|
|
|
|
IL_01c8:
|
|
{
|
|
G_B19_0 = 0;
|
|
G_B19_1 = G_B18_0;
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
G_B19_1->___isFsrEnabled = (bool)G_B19_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1732>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_81 = V_1;
|
|
NullCheck(L_81);
|
|
bool L_82;
|
|
L_82 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(L_81, NULL);
|
|
if (!L_82)
|
|
{
|
|
G_B23_0 = (&V_3);
|
|
goto IL_01fd;
|
|
}
|
|
G_B20_0 = (&V_3);
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_83 = V_1;
|
|
NullCheck(L_83);
|
|
Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* L_84 = (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92*)(&L_83->___taaSettings);
|
|
float L_85;
|
|
L_85 = Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline(L_84, NULL);
|
|
if ((!(((float)L_85) > ((float)(0.0f)))))
|
|
{
|
|
G_B23_0 = G_B20_0;
|
|
goto IL_01fd;
|
|
}
|
|
G_B21_0 = G_B20_0;
|
|
}
|
|
{
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_86 = V_3;
|
|
bool L_87 = L_86.___isFsrEnabled;
|
|
if (L_87)
|
|
{
|
|
G_B23_0 = G_B21_0;
|
|
goto IL_01fd;
|
|
}
|
|
G_B22_0 = G_B21_0;
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_88 = V_1;
|
|
NullCheck(L_88);
|
|
bool L_89;
|
|
L_89 = UniversalCameraData_IsSTPEnabled_m80D14EF3FEB9F992B5CAB79DBD980A0488C2B595(L_88, NULL);
|
|
G_B24_0 = ((((int32_t)L_89) == ((int32_t)0))? 1 : 0);
|
|
G_B24_1 = G_B22_0;
|
|
goto IL_01fe;
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
G_B24_0 = 0;
|
|
G_B24_1 = G_B23_0;
|
|
}
|
|
|
|
IL_01fe:
|
|
{
|
|
G_B24_1->___isTaaSharpeningEnabled = (bool)G_B24_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1734>
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_90 = V_4;
|
|
V_8 = L_90;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1738>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_91 = V_3;
|
|
bool L_92 = L_91.___requireHDROutput;
|
|
if (L_92)
|
|
{
|
|
goto IL_021b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1739>
|
|
il2cpp_codegen_runtime_class_init_inline(UniversalRenderPipeline_t54B4737DC500C08628C5BE283D8C583C14DED98F_il2cpp_TypeInfo_var);
|
|
int32_t L_93;
|
|
L_93 = UniversalRenderPipeline_MakeUnormRenderTextureGraphicsFormat_m5A892392C145D69986270554E3E8B281E18168A8(NULL);
|
|
(&V_8)->___format = L_93;
|
|
}
|
|
|
|
IL_021b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1741>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_94 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_95;
|
|
L_95 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_94, (&V_8), _stringLiteral4D8CA867EA127EAD204225A6123BF05CFE9F3AA6, (bool)1, 0, NULL);
|
|
V_9 = L_95;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1743>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_96 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_97;
|
|
L_97 = PostProcessPass_CreateCompatibleTexture_m47D801EF7570C9DA5A922AB114B9D6648ED905FB(L_96, (&V_5), _stringLiteralCC7CD17C3BF559F84788259BE1C80D4E497F581F, (bool)1, 0, NULL);
|
|
V_10 = L_97;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1745>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_98 = ___2_source;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_99 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_98);
|
|
V_11 = L_99;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1746>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_100 = V_1;
|
|
NullCheck(L_100);
|
|
int32_t L_101 = L_100->___imageScalingMode;
|
|
if (!L_101)
|
|
{
|
|
goto IL_02e8;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1755>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_102 = V_3;
|
|
bool L_103 = L_102.___isFxaaEnabled;
|
|
if (L_103)
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_104 = V_3;
|
|
bool L_105 = L_104.___isFsrEnabled;
|
|
G_B30_0 = ((int32_t)(L_105));
|
|
goto IL_0261;
|
|
}
|
|
|
|
IL_0260:
|
|
{
|
|
G_B30_0 = 1;
|
|
}
|
|
|
|
IL_0261:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1758>
|
|
if (!G_B30_0)
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1760>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_106 = ___0_renderGraph;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_107 = V_1;
|
|
PostProcessPass_RenderFinalSetup_mA68B3DC17E3065FD78E680CFCC1305995253CD2E(__this, L_106, L_107, (&V_11), (&V_9), (&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1761>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_108 = V_9;
|
|
V_11 = L_108;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1764>
|
|
(&V_3)->___isFxaaEnabled = (bool)0;
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1767>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_109 = V_1;
|
|
NullCheck(L_109);
|
|
int32_t L_110 = L_109->___imageScalingMode;
|
|
V_12 = L_110;
|
|
int32_t L_111 = V_12;
|
|
if ((((int32_t)L_111) == ((int32_t)1)))
|
|
{
|
|
goto IL_0291;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_112 = V_12;
|
|
if ((((int32_t)L_112) == ((int32_t)2)))
|
|
{
|
|
goto IL_02de;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02fb;
|
|
}
|
|
|
|
IL_0291:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1771>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_113 = V_1;
|
|
NullCheck(L_113);
|
|
int32_t L_114 = L_113->___upscalingFilter;
|
|
V_13 = L_114;
|
|
int32_t L_115 = V_13;
|
|
switch (L_115)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_02fb;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_02ae;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_02fb;
|
|
}
|
|
|
|
IL_02ae:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1776>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_116 = V_3;
|
|
bool L_117 = L_116.___isTaaSharpeningEnabled;
|
|
if (L_117)
|
|
{
|
|
goto IL_02fb;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1777>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_118 = V_2;
|
|
NullCheck(L_118);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_118, _stringLiteral30207A616BADD6D85FBCA565477F79E7A09D8F2E, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1778>
|
|
goto IL_02fb;
|
|
}
|
|
|
|
IL_02c3:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1786>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_119 = ___0_renderGraph;
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_120 = V_3;
|
|
bool L_121 = L_120.___isAlphaOutputEnabled;
|
|
PostProcessPass_RenderFinalFSRScale_mAD1CA04DF14A778C762B7EBE3289ECCD598D1A04(__this, L_119, (&V_11), (&V_4), (&V_10), (&V_5), L_121, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1787>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_122 = V_10;
|
|
V_11 = L_122;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1788>
|
|
goto IL_02fb;
|
|
}
|
|
|
|
IL_02de:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1799>
|
|
(&V_3)->___isTaaSharpeningEnabled = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1800>
|
|
goto IL_02fb;
|
|
}
|
|
|
|
IL_02e8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1804>
|
|
FinalBlitSettings_t1F56035805E7B68EF84F0E20C1879777F01D6EF3 L_123 = V_3;
|
|
bool L_124 = L_123.___isFxaaEnabled;
|
|
if (!L_124)
|
|
{
|
|
goto IL_02fb;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1807>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_125 = V_2;
|
|
NullCheck(L_125);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_125, _stringLiteral6DC777D8F03362B6114BDDEE249B846C5B687B89, NULL);
|
|
}
|
|
|
|
IL_02fb:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1810>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_126 = ___0_renderGraph;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_127 = V_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_128 = ___3_overlayUITexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_129 = ___4_postProcessingTarget;
|
|
PostProcessPass_RenderFinalBlit_mAC211B2E933D5684EA8F43C07D09AEF5B441F0D7(__this, L_126, L_127, (&V_11), L_128, L_129, (&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1811>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34108
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 PostProcessPass_TryGetCachedUserLutTextureHandle_mD1058DED22713CBD93783350FBD8EC2E2CE82BB8 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, 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*)&RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B7_0 = NULL;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* G_B6_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1835>
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_0 = __this->___m_ColorLookup;
|
|
NullCheck(L_0);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_1 = L_0->___texture;
|
|
NullCheck(L_1);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_2;
|
|
L_2 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_1);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1837>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_4 = __this->___m_UserLut;
|
|
if (!L_4)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1839>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_5 = __this->___m_UserLut;
|
|
NullCheck(L_5);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1840>
|
|
__this->___m_UserLut = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_UserLut), (void*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)NULL);
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1845>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = __this->___m_UserLut;
|
|
if (!L_6)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_7 = __this->___m_UserLut;
|
|
NullCheck(L_7);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_8;
|
|
L_8 = RTHandle_get_externalTexture_m6564AD326286CE5E8CDAD24BDC6AB3E6CE84405D_inline(L_7, NULL);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_9 = __this->___m_ColorLookup;
|
|
NullCheck(L_9);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_10 = L_9->___texture;
|
|
NullCheck(L_10);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_11;
|
|
L_11 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_10);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1847>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_13 = __this->___m_UserLut;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_14 = L_13;
|
|
if (L_14)
|
|
{
|
|
G_B7_0 = L_14;
|
|
goto IL_006a;
|
|
}
|
|
G_B6_0 = L_14;
|
|
}
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
NullCheck(G_B7_0);
|
|
RTHandle_Release_m743C2A22FD95D177D2D425E9DF1F3088161F387B(G_B7_0, NULL);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1848>
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_15 = __this->___m_ColorLookup;
|
|
NullCheck(L_15);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_16 = L_15->___texture;
|
|
NullCheck(L_16);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_17;
|
|
L_17 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_16);
|
|
il2cpp_codegen_runtime_class_init_inline(RTHandles_t84D932A74064E591F31E9813FBED5D64F5CC888C_il2cpp_TypeInfo_var);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18;
|
|
L_18 = RTHandles_Alloc_m5FB7BA0DA42EED1A471BC719DEE9F8390319276A(L_17, NULL);
|
|
__this->___m_UserLut = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_UserLut), (void*)L_18);
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1851>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_19 = __this->___m_UserLut;
|
|
if (L_19)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_20;
|
|
L_20 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_21 = ___0_renderGraph;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_22 = __this->___m_UserLut;
|
|
NullCheck(L_21);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_23;
|
|
L_23 = RenderGraph_ImportTexture_mD16598DFF31FCAFBC8ED2DD30F3E3575B6164CA7(L_21, L_22, NULL);
|
|
return L_23;
|
|
}
|
|
}
|
|
// Method Definition Index: 34109
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderUberPost_m92C4196142B0ECE5CED3776B8B4CB60F93BEB799 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* ___2_cameraData, UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* ___3_postProcessingData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_sourceTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___5_destTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___6_lutTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___7_bloomTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___8_overlayUITexture, bool ___9_requireHDROutput, bool ___10_enableAlphaOutput, bool ___11_resolveToDebugScreen, bool ___12_hasFinalPass, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1_il2cpp_TypeInfo_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_TisUberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2_m6B1727A4838443C72CC31596C52B239B4E363BE5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisUberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2_mDE139D2FF817FFE2FF5E2A324EA68C4884E3BD4F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderUberPostU3Eb__171_0_mD925FD111A2923C6C5B347660A670E90B6A221A2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31B5AA9639AD43C7FCD88DC0AFDCE82B53563600);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
float V_4 = 0.0f;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
RuntimeObject* V_8 = NULL;
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* V_9 = NULL;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_10 = NULL;
|
|
bool V_11 = false;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
int32_t G_B8_0 = 0;
|
|
BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* G_B19_0 = NULL;
|
|
RuntimeObject* G_B19_1 = NULL;
|
|
BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* G_B18_0 = NULL;
|
|
RuntimeObject* G_B18_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1858>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_0 = __this->___m_Materials;
|
|
NullCheck(L_0);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = L_0->___uber;
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1859>
|
|
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_2 = ___3_postProcessingData;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = L_2->___gradingMode;
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1860>
|
|
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_4 = ___3_postProcessingData;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___lutSize;
|
|
V_2 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1861>
|
|
int32_t L_6 = V_2;
|
|
int32_t L_7 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_multiply(L_6, L_7));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1864>
|
|
ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* L_8 = __this->___m_ColorAdjustments;
|
|
NullCheck(L_8);
|
|
FloatParameter_t566B623CD21B2F957A20BA790ACEF6684A712106* L_9 = L_8->___postExposure;
|
|
NullCheck(L_9);
|
|
float L_10;
|
|
L_10 = VirtualFuncInvoker0< float >::Invoke(14, L_9);
|
|
float L_11;
|
|
L_11 = powf((2.0f), L_10);
|
|
V_4 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1865>
|
|
int32_t L_12 = V_3;
|
|
int32_t L_13 = V_2;
|
|
int32_t L_14 = V_2;
|
|
float L_15 = V_4;
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&V_5), ((float)((1.0f)/((float)L_12))), ((float)((1.0f)/((float)L_13))), ((float)il2cpp_codegen_subtract(((float)L_14), (1.0f))), L_15, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1867>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_16 = ___0_renderGraph;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_17;
|
|
L_17 = PostProcessPass_TryGetCachedUserLutTextureHandle_mD1058DED22713CBD93783350FBD8EC2E2CE82BB8(__this, L_16, NULL);
|
|
V_6 = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1868>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1869>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1870>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1871>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1872>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1873>
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_18 = __this->___m_ColorLookup;
|
|
NullCheck(L_18);
|
|
bool L_19;
|
|
L_19 = ColorLookup_IsActive_m7264066E811F24C5EAEFAFB79F2110C089F2465A(L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_00e1;
|
|
}
|
|
}
|
|
{
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_20 = __this->___m_ColorLookup;
|
|
NullCheck(L_20);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_21 = L_20->___texture;
|
|
NullCheck(L_21);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_22;
|
|
L_22 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_21);
|
|
NullCheck(L_22);
|
|
int32_t L_23;
|
|
L_23 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_22);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_24 = __this->___m_ColorLookup;
|
|
NullCheck(L_24);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_25 = L_24->___texture;
|
|
NullCheck(L_25);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_26;
|
|
L_26 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_25);
|
|
NullCheck(L_26);
|
|
int32_t L_27;
|
|
L_27 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_26);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_28 = __this->___m_ColorLookup;
|
|
NullCheck(L_28);
|
|
TextureParameter_t8989581983DE4A463CBB1A19F90D9E27BF7EC28A* L_29 = L_28->___texture;
|
|
NullCheck(L_29);
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_30;
|
|
L_30 = VirtualFuncInvoker0< Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* >::Invoke(14, L_29);
|
|
NullCheck(L_30);
|
|
int32_t L_31;
|
|
L_31 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_30);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_32 = __this->___m_ColorLookup;
|
|
NullCheck(L_32);
|
|
ClampedFloatParameter_tCD9F742962EAA50F658BC77595AB025D9EF8DEB8* L_33 = L_32->___contribution;
|
|
NullCheck(L_33);
|
|
float L_34;
|
|
L_34 = VirtualFuncInvoker0< float >::Invoke(14, L_33);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_35;
|
|
memset((&L_35), 0, sizeof(L_35));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_35), ((float)((1.0f)/((float)L_23))), ((float)((1.0f)/((float)L_27))), ((float)il2cpp_codegen_subtract(((float)L_31), (1.0f))), L_34, NULL);
|
|
G_B3_0 = L_35;
|
|
goto IL_00e6;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_36;
|
|
L_36 = Vector4_get_zero_m3D61F5FA9483CD9C08977D9D8852FB448B4CE6D1_inline(NULL);
|
|
G_B3_0 = L_36;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
V_7 = G_B3_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1875>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_37 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_38;
|
|
L_38 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)54), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_37);
|
|
RuntimeObject* L_39;
|
|
L_39 = RenderGraph_AddRasterRenderPass_TisUberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2_mDE139D2FF817FFE2FF5E2A324EA68C4884E3BD4F(L_37, _stringLiteral31B5AA9639AD43C7FCD88DC0AFDCE82B53563600, (&V_9), L_38, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)1875), RenderGraph_AddRasterRenderPass_TisUberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2_mDE139D2FF817FFE2FF5E2A324EA68C4884E3BD4F_RuntimeMethod_var);
|
|
V_8 = L_39;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02a2:
|
|
{
|
|
{
|
|
RuntimeObject* L_40 = V_8;
|
|
if (!L_40)
|
|
{
|
|
goto IL_02ad;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_41 = V_8;
|
|
NullCheck(L_41);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_41);
|
|
}
|
|
|
|
IL_02ad:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1877>
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_42 = ___1_frameData;
|
|
NullCheck(L_42);
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_43;
|
|
L_43 = ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_inline(L_42, ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
|
|
V_10 = L_43;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1880>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_44 = ___2_cameraData;
|
|
NullCheck(L_44);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_45;
|
|
L_45 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_44, NULL);
|
|
NullCheck(L_45);
|
|
bool L_46;
|
|
L_46 = XRPass_get_enabled_m488D52C18CC6B83FDC3212E98864BA02116A64A3(L_45, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_0168_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1882>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_47 = ___2_cameraData;
|
|
NullCheck(L_47);
|
|
XRPassUniversal_t8D4B40107F5DBC12D39470D87D108D3D2A8FB8D1* L_48;
|
|
L_48 = UniversalCameraData_get_xrUniversal_mD28B65BB477E408AF63DCA582FA63CB9FDCC01E0(L_47, NULL);
|
|
NullCheck(L_48);
|
|
bool L_49;
|
|
L_49 = XRPassUniversal_get_canFoveateIntermediatePasses_m03BF762BCF4DB4F35723BD3B5D0537CCD76CD716_inline(L_48, NULL);
|
|
if (L_49)
|
|
{
|
|
goto IL_0133_1;
|
|
}
|
|
}
|
|
{
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_50 = V_10;
|
|
NullCheck(L_50);
|
|
bool L_51;
|
|
L_51 = UniversalResourceData_get_isActiveTargetBackBuffer_mDE46C8611DF6BE430C31BA0988CD0E63AC918190(L_50, NULL);
|
|
G_B8_0 = ((int32_t)(L_51));
|
|
goto IL_0134_1;
|
|
}
|
|
|
|
IL_0133_1:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_0134_1:
|
|
{
|
|
V_11 = (bool)G_B8_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1884>
|
|
bool L_52 = V_11;
|
|
il2cpp_codegen_runtime_class_init_inline(XRSystem_tF767981574E3DA643F7A67A995F12DB1C4A97096_il2cpp_TypeInfo_var);
|
|
int32_t L_53;
|
|
L_53 = XRSystem_get_foveatedRenderingCaps_m2B4B6BD6E1BFD298DD8A66DB2294FA27A0F6F989_inline(NULL);
|
|
int32_t L_54 = L_53;
|
|
int32_t L_55 = 2;
|
|
bool L_56 = il2cpp_codegen_enum_has_flag((int32_t)L_54, (int32_t)L_55);
|
|
V_11 = (bool)((int32_t)((int32_t)L_52&((((int32_t)L_56) == ((int32_t)0))? 1 : 0)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1885>
|
|
RuntimeObject* L_57 = V_8;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_58 = ___2_cameraData;
|
|
NullCheck(L_58);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_59;
|
|
L_59 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_58, NULL);
|
|
NullCheck(L_59);
|
|
bool L_60;
|
|
L_60 = XRPass_get_supportsFoveatedRendering_mC6E13A1C877BBEE86D48AEEA9A552074C2452B73(L_59, NULL);
|
|
bool L_61 = V_11;
|
|
NullCheck(L_57);
|
|
InterfaceActionInvoker1< bool >::Invoke(13, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_57, (bool)((int32_t)((int32_t)L_60&(int32_t)L_61)));
|
|
}
|
|
|
|
IL_0168_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1889>
|
|
RuntimeObject* L_62 = V_8;
|
|
NullCheck(L_62);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_62, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1890>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_63 = V_9;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_64 = ___5_destTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_65 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_64);
|
|
NullCheck(L_63);
|
|
L_63->___destinationTexture = L_65;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1891>
|
|
RuntimeObject* L_66 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_67 = ___5_destTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_68 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_67);
|
|
NullCheck(L_66);
|
|
InterfaceActionInvoker3< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388, int32_t, int32_t >::Invoke(0, IRasterRenderGraphBuilder_t607F94718848D836CFEEF0DE553E4A79CABD9372_il2cpp_TypeInfo_var, L_66, L_68, 0, 2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1892>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_69 = V_9;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_70 = ___4_sourceTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_71 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_70);
|
|
NullCheck(L_69);
|
|
L_69->___sourceTexture = L_71;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1893>
|
|
RuntimeObject* L_72 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_73 = ___4_sourceTexture;
|
|
NullCheck(L_72);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_72, L_73, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1894>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_74 = V_9;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_75 = ___6_lutTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_76 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_75);
|
|
NullCheck(L_74);
|
|
L_74->___lutTexture = L_76;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1895>
|
|
RuntimeObject* L_77 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_78 = ___6_lutTexture;
|
|
NullCheck(L_77);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_77, L_78, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1896>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_79 = V_9;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_80 = V_5;
|
|
NullCheck(L_79);
|
|
L_79->___lutParams = L_80;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1897>
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
bool L_81;
|
|
L_81 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_6), NULL);
|
|
if (!L_81)
|
|
{
|
|
goto IL_01e3_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1899>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_82 = V_9;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_83 = V_6;
|
|
NullCheck(L_82);
|
|
L_82->___userLutTexture = L_83;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1900>
|
|
RuntimeObject* L_84 = V_8;
|
|
NullCheck(L_84);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_84, (&V_6), 1);
|
|
}
|
|
|
|
IL_01e3_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1903>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_85 = __this->___m_Bloom;
|
|
NullCheck(L_85);
|
|
bool L_86;
|
|
L_86 = Bloom_IsActive_m18CD0E121D17E2D4B20D6E944433CDEEA9C970C3(L_85, NULL);
|
|
if (!L_86)
|
|
{
|
|
goto IL_0208_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1905>
|
|
RuntimeObject* L_87 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_88 = ___7_bloomTexture;
|
|
NullCheck(L_87);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_87, L_88, 1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1906>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_89 = V_9;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_90 = ___7_bloomTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_91 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_90);
|
|
NullCheck(L_89);
|
|
L_89->___bloomTexture = L_91;
|
|
}
|
|
|
|
IL_0208_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1909>
|
|
bool L_92 = ___9_requireHDROutput;
|
|
if (!L_92)
|
|
{
|
|
goto IL_0230_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_93 = __this->___m_EnableColorEncodingIfNeeded;
|
|
if (!L_93)
|
|
{
|
|
goto IL_0230_1;
|
|
}
|
|
}
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_94 = ___8_overlayUITexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_95 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_94);
|
|
V_12 = L_95;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
bool L_96;
|
|
L_96 = TextureHandle_IsValid_mECFF64B8BAC6402F0D37B67BB79FFB3AB3C7F3C2_inline((&V_12), NULL);
|
|
if (!L_96)
|
|
{
|
|
goto IL_0230_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1910>
|
|
RuntimeObject* L_97 = V_8;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_98 = ___8_overlayUITexture;
|
|
NullCheck(L_97);
|
|
InterfaceActionInvoker2< TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*, int32_t >::Invoke(0, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_97, L_98, 1);
|
|
}
|
|
|
|
IL_0230_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1912>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_99 = V_9;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_100 = V_7;
|
|
NullCheck(L_99);
|
|
L_99->___userLutParams = L_100;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1913>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_101 = V_9;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_102 = ___2_cameraData;
|
|
NullCheck(L_101);
|
|
L_101->___cameraData = L_102;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_101->___cameraData), (void*)L_102);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1914>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_103 = V_9;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_104 = V_0;
|
|
NullCheck(L_103);
|
|
L_103->___material = L_104;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_103->___material), (void*)L_104);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1915>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_105 = V_9;
|
|
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* L_106 = __this->___m_Tonemapping;
|
|
NullCheck(L_106);
|
|
TonemappingModeParameter_t0F6AAE0B6FFB371E2035BB0C739AF87C37E1760A* L_107 = L_106->___mode;
|
|
NullCheck(L_107);
|
|
int32_t L_108;
|
|
L_108 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_107);
|
|
NullCheck(L_105);
|
|
L_105->___toneMappingMode = L_108;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1916>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_109 = V_9;
|
|
bool L_110 = V_1;
|
|
NullCheck(L_109);
|
|
L_109->___isHdrGrading = L_110;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1917>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_111 = V_9;
|
|
bool L_112 = ___10_enableAlphaOutput;
|
|
NullCheck(L_111);
|
|
L_111->___enableAlphaOutput = L_112;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1918>
|
|
UberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2* L_113 = V_9;
|
|
bool L_114 = ___12_hasFinalPass;
|
|
NullCheck(L_113);
|
|
L_113->___hasFinalPass = L_114;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1920>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1921>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1922>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1923>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1924>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1925>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1926>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1927>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1928>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1929>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1930>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1931>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1932>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1933>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1934>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1935>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1936>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1937>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1938>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1939>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1940>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1941>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1942>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1943>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1944>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1945>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1946>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1947>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1948>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1949>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1950>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1951>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1952>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1953>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1954>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1955>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1956>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1957>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1958>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1959>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1960>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1961>
|
|
RuntimeObject* L_115 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* L_116 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__171_0;
|
|
BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* L_117 = L_116;
|
|
if (L_117)
|
|
{
|
|
G_B19_0 = L_117;
|
|
G_B19_1 = L_115;
|
|
goto IL_029b_1;
|
|
}
|
|
G_B18_0 = L_117;
|
|
G_B18_1 = L_115;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_118 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* L_119 = (BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1*)il2cpp_codegen_object_new(BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m16D456E02958BA118724C3F23AC29DBFAC5803CE(L_119, L_118, (intptr_t)((void*)U3CU3Ec_U3CRenderUberPostU3Eb__171_0_mD925FD111A2923C6C5B347660A670E90B6A221A2_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* L_120 = L_119;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__171_0 = L_120;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__171_0), (void*)L_120);
|
|
G_B19_0 = L_120;
|
|
G_B19_1 = G_B18_1;
|
|
}
|
|
|
|
IL_029b_1:
|
|
{
|
|
NullCheck(G_B19_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_tEB1A102997033096DBE587ABF0A86F70C54194C1* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisUberPostPassData_tB8F8F8CF31E59920D6DA70553C010843A529CEB2_m6B1727A4838443C72CC31596C52B239B4E363BE5_RuntimeMethod_var, G_B19_1, G_B19_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1963>
|
|
goto IL_02ae;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02ae:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1965>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34110
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_RenderPostProcessingRenderGraph_m6AA24A8A5B56B8E4213F06ED719E8C39B98F6367 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* ___1_frameData, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___2_activeCameraColorTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___3_lutTexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___4_overlayUITexture, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* ___5_postProcessingTarget, bool ___6_hasFinalPass, bool ___7_resolveToDebugScreen, bool ___8_enableColorEndingIfNeeded, 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*)&BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67_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_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextContainer_Get_TisUniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626_m1CAD9250ED48A65B3DE774336F9221928EB054B4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IRasterRenderGraphBuilder_SetRenderFunc_TisPostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B_mC42ECC9F670991CD368A62E3CBBAD288B2226164_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddRasterRenderPass_TisPostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B_m1C1DED673DC9DA65E7489DF2AC79D760A09F8918_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CRenderPostProcessingRenderGraphU3Eb__173_0_mD0DDEADB62AF98CAB8102A595CEE00431B96B58B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisBloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225_m25682DCE38F204E0B4062C3F2D9132BDA2C5BF0D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F_mF488DC971011EE15740583673AA8BB56BE10A9E4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86_m3B00FEBB9197BDF606018D15AB7202D813CC653E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C_mBC5D3E47DCADB0AF1F944EE238C6188CD3B308F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisDepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF_m6CC04C172E6C70C6446B6644BC25CBC3C1A691E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisLensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6_m7AA5B34C2EB5A633802388F0CA1139092EEC2E18_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisPaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA_mB589E14BB73F90314BF582164232143C575C93C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076_m3FBB34570DF71F3597D16C9A5F20F4A4F6C32926_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VolumeStack_GetComponent_TisVignette_t77147DD5FEEB4476AF22BD98255F8010738985DC_mB42423B71631D13196913871E448FC0B90422DC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AE938D8A9232E2E4B8049BE3DC1982713D87BA0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59585177F5BD20BC1BED611DF59514402A1208C1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* V_0 = NULL;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* V_1 = NULL;
|
|
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* V_2 = NULL;
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* V_3 = NULL;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** V_4 = NULL;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_8 = NULL;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
String_t* V_18 = NULL;
|
|
RuntimeObject* V_19 = NULL;
|
|
PostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B* V_20 = NULL;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_22;
|
|
memset((&V_22), 0, sizeof(V_22));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_23;
|
|
memset((&V_23), 0, sizeof(V_23));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_25;
|
|
memset((&V_25), 0, sizeof(V_25));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_26;
|
|
memset((&V_26), 0, sizeof(V_26));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_27;
|
|
memset((&V_27), 0, sizeof(V_27));
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 V_28;
|
|
memset((&V_28), 0, sizeof(V_28));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 V_29;
|
|
memset((&V_29), 0, sizeof(V_29));
|
|
bool V_30 = false;
|
|
bool V_31 = false;
|
|
int32_t V_32 = 0;
|
|
bool V_33 = false;
|
|
int32_t V_34 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B6_0 = NULL;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B19_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* G_B39_0 = NULL;
|
|
RuntimeObject* G_B39_1 = NULL;
|
|
BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* G_B38_0 = NULL;
|
|
RuntimeObject* G_B38_1 = NULL;
|
|
int32_t G_B72_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1972>
|
|
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/PostProcessPassRenderGraph.cs:1973>
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_2 = ___1_frameData;
|
|
NullCheck(L_2);
|
|
UniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6* L_3;
|
|
L_3 = ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_inline(L_2, ContextContainer_Get_TisUniversalRenderingData_t045D13A1E051DF623B170223B7CBF1161DDA94E6_m71849CEFB9C023EDE026A0F38CE6044274505C06_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1974>
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_4 = ___1_frameData;
|
|
NullCheck(L_4);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_5;
|
|
L_5 = ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_inline(L_4, ContextContainer_Get_TisUniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7_mE62F7903614384541B770CC0B9A99BD2E608A0F8_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1975>
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_6 = ___1_frameData;
|
|
NullCheck(L_6);
|
|
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_7;
|
|
L_7 = ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_inline(L_6, ContextContainer_Get_TisUniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C_m753CB398AA6F5991AD6C1C43B7142DDC449CAAED_RuntimeMethod_var);
|
|
V_2 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1977>
|
|
il2cpp_codegen_runtime_class_init_inline(VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621_il2cpp_TypeInfo_var);
|
|
VolumeManager_tC1135CDD73B47230FE58646CB8242E6B324DA621* L_8;
|
|
L_8 = VolumeManager_get_instance_m3D5ADFC04553CE0658A86B642CC9690C537DFA5C(NULL);
|
|
NullCheck(L_8);
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_9;
|
|
L_9 = VolumeManager_get_stack_m5F7B366D1E7FE168EF4CA04A17531D34DD200266_inline(L_8, NULL);
|
|
V_3 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1978>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_10 = V_3;
|
|
NullCheck(L_10);
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_11;
|
|
L_11 = VolumeStack_GetComponent_TisDepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF_m6CC04C172E6C70C6446B6644BC25CBC3C1A691E2(L_10, VolumeStack_GetComponent_TisDepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF_m6CC04C172E6C70C6446B6644BC25CBC3C1A691E2_RuntimeMethod_var);
|
|
__this->___m_DepthOfField = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DepthOfField), (void*)L_11);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1979>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_12 = V_3;
|
|
NullCheck(L_12);
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_13;
|
|
L_13 = VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99(L_12, VolumeStack_GetComponent_TisMotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161_mCF77251617E769053BB46F8844649FDBE0006D99_RuntimeMethod_var);
|
|
__this->___m_MotionBlur = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MotionBlur), (void*)L_13);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1980>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_14 = V_3;
|
|
NullCheck(L_14);
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_15;
|
|
L_15 = VolumeStack_GetComponent_TisPaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA_mB589E14BB73F90314BF582164232143C575C93C2(L_14, VolumeStack_GetComponent_TisPaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA_mB589E14BB73F90314BF582164232143C575C93C2_RuntimeMethod_var);
|
|
__this->___m_PaniniProjection = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PaniniProjection), (void*)L_15);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1981>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_16 = V_3;
|
|
NullCheck(L_16);
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_17;
|
|
L_17 = VolumeStack_GetComponent_TisBloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225_m25682DCE38F204E0B4062C3F2D9132BDA2C5BF0D(L_16, VolumeStack_GetComponent_TisBloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225_m25682DCE38F204E0B4062C3F2D9132BDA2C5BF0D_RuntimeMethod_var);
|
|
__this->___m_Bloom = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Bloom), (void*)L_17);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1982>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_18 = V_3;
|
|
NullCheck(L_18);
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_19;
|
|
L_19 = VolumeStack_GetComponent_TisScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076_m3FBB34570DF71F3597D16C9A5F20F4A4F6C32926(L_18, VolumeStack_GetComponent_TisScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076_m3FBB34570DF71F3597D16C9A5F20F4A4F6C32926_RuntimeMethod_var);
|
|
__this->___m_LensFlareScreenSpace = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LensFlareScreenSpace), (void*)L_19);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1983>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_20 = V_3;
|
|
NullCheck(L_20);
|
|
LensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6* L_21;
|
|
L_21 = VolumeStack_GetComponent_TisLensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6_m7AA5B34C2EB5A633802388F0CA1139092EEC2E18(L_20, VolumeStack_GetComponent_TisLensDistortion_t54FF310512B37DD2D9DBEEF9DA9DDF1F0A2082C6_m7AA5B34C2EB5A633802388F0CA1139092EEC2E18_RuntimeMethod_var);
|
|
__this->___m_LensDistortion = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LensDistortion), (void*)L_21);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1984>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_22 = V_3;
|
|
NullCheck(L_22);
|
|
ChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F* L_23;
|
|
L_23 = VolumeStack_GetComponent_TisChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F_mF488DC971011EE15740583673AA8BB56BE10A9E4(L_22, VolumeStack_GetComponent_TisChromaticAberration_t84EAB576773C3AD4DE77A13952B487F9DA10DA9F_mF488DC971011EE15740583673AA8BB56BE10A9E4_RuntimeMethod_var);
|
|
__this->___m_ChromaticAberration = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ChromaticAberration), (void*)L_23);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1985>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_24 = V_3;
|
|
NullCheck(L_24);
|
|
Vignette_t77147DD5FEEB4476AF22BD98255F8010738985DC* L_25;
|
|
L_25 = VolumeStack_GetComponent_TisVignette_t77147DD5FEEB4476AF22BD98255F8010738985DC_mB42423B71631D13196913871E448FC0B90422DC1(L_24, VolumeStack_GetComponent_TisVignette_t77147DD5FEEB4476AF22BD98255F8010738985DC_mB42423B71631D13196913871E448FC0B90422DC1_RuntimeMethod_var);
|
|
__this->___m_Vignette = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Vignette), (void*)L_25);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1986>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_26 = V_3;
|
|
NullCheck(L_26);
|
|
ColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C* L_27;
|
|
L_27 = VolumeStack_GetComponent_TisColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C_mBC5D3E47DCADB0AF1F944EE238C6188CD3B308F5(L_26, VolumeStack_GetComponent_TisColorLookup_t01A600A6D30CFBF1BA4A82FE2C2E97586B5D393C_mBC5D3E47DCADB0AF1F944EE238C6188CD3B308F5_RuntimeMethod_var);
|
|
__this->___m_ColorLookup = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorLookup), (void*)L_27);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1987>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_28 = V_3;
|
|
NullCheck(L_28);
|
|
ColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86* L_29;
|
|
L_29 = VolumeStack_GetComponent_TisColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86_m3B00FEBB9197BDF606018D15AB7202D813CC653E(L_28, VolumeStack_GetComponent_TisColorAdjustments_t97EE64C6DB384E5F6BC48C3FA13C207E8FC87A86_m3B00FEBB9197BDF606018D15AB7202D813CC653E_RuntimeMethod_var);
|
|
__this->___m_ColorAdjustments = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ColorAdjustments), (void*)L_29);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1988>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_30 = V_3;
|
|
NullCheck(L_30);
|
|
Tonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA* L_31;
|
|
L_31 = VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E(L_30, VolumeStack_GetComponent_TisTonemapping_tB71CED262B25FC58B0259FD05DD32821C2858DBA_mF484658FD16186D510BE1828DE343B029ECE2F0E_RuntimeMethod_var);
|
|
__this->___m_Tonemapping = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Tonemapping), (void*)L_31);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1989>
|
|
VolumeStack_t5DE94743BDB63D97EF5587DBDAE46468233F36E8* L_32 = V_3;
|
|
NullCheck(L_32);
|
|
FilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172* L_33;
|
|
L_33 = VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D(L_32, VolumeStack_GetComponent_TisFilmGrain_t87D5F559E2E345EE7BD347456D99BC8E232A5172_mFAC921A292413CAF7B64BED0822B24DA7C60530D_RuntimeMethod_var);
|
|
__this->___m_FilmGrain = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FilmGrain), (void*)L_33);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1990>
|
|
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_34 = V_2;
|
|
NullCheck(L_34);
|
|
bool L_35 = L_34->___useFastSRGBLinearConversion;
|
|
__this->___m_UseFastSRGBLinearConversion = L_35;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1991>
|
|
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_36 = V_2;
|
|
NullCheck(L_36);
|
|
bool L_37 = L_36->___supportDataDrivenLensFlare;
|
|
__this->___m_SupportDataDrivenLensFlare = L_37;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1992>
|
|
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
bool L_39 = L_38->___supportScreenSpaceLensFlare;
|
|
__this->___m_SupportScreenSpaceLensFlare = L_39;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1994>
|
|
bool L_40 = ___6_hasFinalPass;
|
|
__this->___m_HasFinalPass = L_40;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1995>
|
|
bool L_41 = ___8_enableColorEndingIfNeeded;
|
|
__this->___m_EnableColorEncodingIfNeeded = L_41;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1997>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_42 = V_1;
|
|
NullCheck(L_42);
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_43 = (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)(&L_42->___renderer);
|
|
V_4 = L_43;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:1998>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_44 = V_1;
|
|
NullCheck(L_44);
|
|
bool L_45;
|
|
L_45 = UniversalCameraData_get_isSceneViewCamera_m385DE910D3F39786A904537A58A7FE9849CBFA2D(L_44, NULL);
|
|
V_5 = L_45;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2001>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_46 = V_1;
|
|
NullCheck(L_46);
|
|
bool L_47 = L_46->___isStopNaNEnabled;
|
|
if (!L_47)
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_48 = __this->___m_Materials;
|
|
NullCheck(L_48);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_49 = L_48->___stopNaN;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_50;
|
|
L_50 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_49, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B3_0 = ((int32_t)(L_50));
|
|
goto IL_0117;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
V_6 = (bool)G_B3_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2002>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_51 = V_1;
|
|
NullCheck(L_51);
|
|
int32_t L_52 = L_51->___antialiasing;
|
|
V_7 = (bool)((((int32_t)L_52) == ((int32_t)2))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2003>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_53 = __this->___m_DepthOfField;
|
|
NullCheck(L_53);
|
|
DepthOfFieldModeParameter_t2AC87B0A41A5C9BB872A9E9D7913C262F9DA4E26* L_54 = L_53->___mode;
|
|
NullCheck(L_54);
|
|
int32_t L_55;
|
|
L_55 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_54);
|
|
if ((((int32_t)L_55) == ((int32_t)1)))
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_56 = __this->___m_Materials;
|
|
NullCheck(L_56);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_57 = L_56->___bokehDepthOfField;
|
|
G_B6_0 = L_57;
|
|
goto IL_014f;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_58 = __this->___m_Materials;
|
|
NullCheck(L_58);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_59 = L_58->___gaussianDepthOfField;
|
|
G_B6_0 = L_59;
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
V_8 = G_B6_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2004>
|
|
DepthOfField_t7CFE75BDAF1877EF64F50E70D621A893CF3637EF* L_60 = __this->___m_DepthOfField;
|
|
NullCheck(L_60);
|
|
bool L_61;
|
|
L_61 = DepthOfField_IsActive_mAEEBA8A02BC313AA621C4C197CF4A8A0A7352C0E(L_60, NULL);
|
|
if (!L_61)
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
bool L_62 = V_5;
|
|
if (L_62)
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_63 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_64;
|
|
L_64 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_63, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
G_B10_0 = ((int32_t)(L_64));
|
|
goto IL_016d;
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
G_B10_0 = 0;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
V_9 = (bool)G_B10_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2005>
|
|
il2cpp_codegen_runtime_class_init_inline(LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135_il2cpp_TypeInfo_var);
|
|
LensFlareCommonSRP_t216404EC3242B43B3A8486A9D03A70302E79C135* L_65;
|
|
L_65 = LensFlareCommonSRP_get_Instance_mF64DA65427B459BE5C9A648FAA697AE8B6DD479B(NULL);
|
|
NullCheck(L_65);
|
|
bool L_66;
|
|
L_66 = LensFlareCommonSRP_IsEmpty_m10C9D536E29439EA829486AA85748609DD7106E0(L_65, NULL);
|
|
if (L_66)
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
}
|
|
{
|
|
bool L_67 = __this->___m_SupportDataDrivenLensFlare;
|
|
G_B13_0 = ((int32_t)(L_67));
|
|
goto IL_0184;
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_0184:
|
|
{
|
|
V_10 = (bool)G_B13_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2006>
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_68 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_68);
|
|
bool L_69;
|
|
L_69 = ScreenSpaceLensFlare_IsActive_mB3358CF1D7484E84F2675DECCADF0A8F94EF6150(L_68, NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_019b;
|
|
}
|
|
}
|
|
{
|
|
bool L_70 = __this->___m_SupportScreenSpaceLensFlare;
|
|
G_B16_0 = ((int32_t)(L_70));
|
|
goto IL_019c;
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
G_B16_0 = 0;
|
|
}
|
|
|
|
IL_019c:
|
|
{
|
|
V_11 = (bool)G_B16_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2007>
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_71 = __this->___m_MotionBlur;
|
|
NullCheck(L_71);
|
|
bool L_72;
|
|
L_72 = MotionBlur_IsActive_mB06475DA53BAABEA9E9D53D0DA4CC4117E8C9768(L_71, NULL);
|
|
if (!L_72)
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
{
|
|
bool L_73 = V_5;
|
|
G_B19_0 = ((((int32_t)L_73) == ((int32_t)0))? 1 : 0);
|
|
goto IL_01b3;
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
G_B19_0 = 0;
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
V_12 = (bool)G_B19_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2008>
|
|
PaniniProjection_t1E2B2CBC65D2E9BC9D4C6C07163D742F1FE85BDA* L_74 = __this->___m_PaniniProjection;
|
|
NullCheck(L_74);
|
|
bool L_75;
|
|
L_75 = PaniniProjection_IsActive_m91BB6BE780D3AFFCFD863B97195EECAB659BF2B0(L_74, NULL);
|
|
if (!L_75)
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
bool L_76 = V_5;
|
|
G_B22_0 = ((((int32_t)L_76) == ((int32_t)0))? 1 : 0);
|
|
goto IL_01ca;
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
G_B22_0 = 0;
|
|
}
|
|
|
|
IL_01ca:
|
|
{
|
|
V_13 = (bool)G_B22_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2009>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_77 = V_1;
|
|
NullCheck(L_77);
|
|
int32_t L_78 = L_77->___imageScalingMode;
|
|
if ((!(((uint32_t)L_78) == ((uint32_t)1))))
|
|
{
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_79 = V_1;
|
|
NullCheck(L_79);
|
|
int32_t L_80 = L_79->___upscalingFilter;
|
|
G_B25_0 = ((((int32_t)L_80) == ((int32_t)2))? 1 : 0);
|
|
goto IL_01e1;
|
|
}
|
|
|
|
IL_01e0:
|
|
{
|
|
G_B25_0 = 0;
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2014>
|
|
bool L_81 = V_12;
|
|
if (!L_81)
|
|
{
|
|
goto IL_01ed;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
bool L_82;
|
|
L_82 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
|
|
G_B28_0 = ((int32_t)(L_82));
|
|
goto IL_01ee;
|
|
}
|
|
|
|
IL_01ed:
|
|
{
|
|
G_B28_0 = 0;
|
|
}
|
|
|
|
IL_01ee:
|
|
{
|
|
V_12 = (bool)G_B28_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2015>
|
|
bool L_83 = V_12;
|
|
if (!L_83)
|
|
{
|
|
goto IL_0230;
|
|
}
|
|
}
|
|
{
|
|
MotionBlur_tCC3C4B1EDF692B22533C0ADBCE5D92101E566161* L_84 = __this->___m_MotionBlur;
|
|
NullCheck(L_84);
|
|
MotionBlurModeParameter_tB166307F460D4DF85A966BE6EDA29279F6B4FF14* L_85 = L_84->___mode;
|
|
NullCheck(L_85);
|
|
int32_t L_86;
|
|
L_86 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_85);
|
|
if ((!(((uint32_t)L_86) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0230;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2017>
|
|
bool L_87 = V_12;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_88 = V_4;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_89 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_88);
|
|
NullCheck(L_89);
|
|
bool L_90;
|
|
L_90 = VirtualFuncInvoker0< bool >::Invoke(6, L_89);
|
|
V_12 = (bool)((int32_t)((int32_t)L_87&(int32_t)L_90));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2018>
|
|
bool L_91 = V_12;
|
|
if (L_91)
|
|
{
|
|
goto IL_0230;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2020>
|
|
V_18 = _stringLiteral1AE938D8A9232E2E4B8049BE3DC1982713D87BA0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2022>
|
|
int32_t L_92;
|
|
L_92 = Time_get_frameCount_m4A42E558A71301A216BDC49EC402D62F19C79667(NULL);
|
|
if (((int32_t)(L_92%((int32_t)60))))
|
|
{
|
|
goto IL_0230;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2023>
|
|
String_t* L_93 = V_18;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_93, NULL);
|
|
}
|
|
|
|
IL_0230:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2030>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_94 = V_1;
|
|
NullCheck(L_94);
|
|
bool L_95;
|
|
L_95 = UniversalCameraData_IsTemporalAAEnabled_mC954743AF984E4FF7409408DD33FD2D800727163(L_94, NULL);
|
|
V_14 = L_95;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2034>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_96 = V_1;
|
|
NullCheck(L_96);
|
|
bool L_97;
|
|
L_97 = UniversalCameraData_IsSTPRequested_mDBEEA071C3291322C2C03F47D5ED1445A93FA30D(L_96, NULL);
|
|
V_15 = L_97;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2035>
|
|
bool L_98 = V_14;
|
|
bool L_99 = V_15;
|
|
V_16 = (bool)((int32_t)((int32_t)L_98&(int32_t)L_99));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2038>
|
|
bool L_100 = V_14;
|
|
if (L_100)
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_101 = V_1;
|
|
NullCheck(L_101);
|
|
bool L_102;
|
|
L_102 = UniversalCameraData_IsTemporalAARequested_m0D027D8EECCA1CEBEC20801A5A2621215861B12D(L_101, NULL);
|
|
if (!L_102)
|
|
{
|
|
goto IL_025c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2039>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_103 = V_1;
|
|
bool L_104 = V_15;
|
|
il2cpp_codegen_runtime_class_init_inline(TemporalAA_t9495EEB5DEE3C075B518C9C516C63C1E61C6B662_il2cpp_TypeInfo_var);
|
|
String_t* L_105;
|
|
L_105 = TemporalAA_ValidateAndWarn_m23D4289F3F1A1DDC35A075ED7096AB9BA98BF29E(L_103, L_104, NULL);
|
|
}
|
|
|
|
IL_025c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2041>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2042>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_106 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_107;
|
|
L_107 = ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661(((int32_t)32), ProfilingSampler_Get_TisURPProfileId_tA83520239B6C0F10A73CCC6CEC7D3DA1F1932481_m9F3104BDEBD70A287E8F4BAC86579564A19A5661_RuntimeMethod_var);
|
|
NullCheck(L_106);
|
|
RuntimeObject* L_108;
|
|
L_108 = RenderGraph_AddRasterRenderPass_TisPostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B_m1C1DED673DC9DA65E7489DF2AC79D760A09F8918(L_106, _stringLiteral59585177F5BD20BC1BED611DF59514402A1208C1, (&V_20), L_107, _stringLiteralC775763AB58E4CD3895866C32B7E6DF10EB45DF4, ((int32_t)2041), RenderGraph_AddRasterRenderPass_TisPostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B_m1C1DED673DC9DA65E7489DF2AC79D760A09F8918_RuntimeMethod_var);
|
|
V_19 = L_108;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02ac:
|
|
{
|
|
{
|
|
RuntimeObject* L_109 = V_19;
|
|
if (!L_109)
|
|
{
|
|
goto IL_02b7;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_110 = V_19;
|
|
NullCheck(L_110);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_110);
|
|
}
|
|
|
|
IL_02b7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2044>
|
|
RuntimeObject* L_111 = V_19;
|
|
NullCheck(L_111);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_111, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2045>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2046>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2047>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2048>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2049>
|
|
RuntimeObject* L_112 = V_19;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* L_113 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__173_0;
|
|
BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* L_114 = L_113;
|
|
if (L_114)
|
|
{
|
|
G_B39_0 = L_114;
|
|
G_B39_1 = L_112;
|
|
goto IL_02a5_1;
|
|
}
|
|
G_B38_0 = L_114;
|
|
G_B38_1 = L_112;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197* L_115 = ((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* L_116 = (BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67*)il2cpp_codegen_object_new(BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_m83B57C0BAA5E7C206A2C7CE289FB2A7B94A5BAF8(L_116, L_115, (intptr_t)((void*)U3CU3Ec_U3CRenderPostProcessingRenderGraphU3Eb__173_0_mD0DDEADB62AF98CAB8102A595CEE00431B96B58B_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* L_117 = L_116;
|
|
((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__173_0 = L_117;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6A9DA8DCD02B81B2B7615B695C08143E151E7197_il2cpp_TypeInfo_var))->___U3CU3E9__173_0), (void*)L_117);
|
|
G_B39_0 = L_117;
|
|
G_B39_1 = G_B38_1;
|
|
}
|
|
|
|
IL_02a5_1:
|
|
{
|
|
NullCheck(G_B39_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t869F8B8BBC65AADEAD8165680AA7D06CF812FE67* >::Invoke(IRasterRenderGraphBuilder_SetRenderFunc_TisPostFXSetupPassData_t0B70DE2190E19A4436D9FCA0C2E545EDC421960B_mC42ECC9F670991CD368A62E3CBBAD288B2226164_RuntimeMethod_var, G_B39_1, G_B39_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2050>
|
|
goto IL_02b8;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02b8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2052>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_118 = ___2_activeCameraColorTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_119 = (*(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388*)L_118);
|
|
V_17 = L_119;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2056>
|
|
bool L_120 = V_6;
|
|
if (!L_120)
|
|
{
|
|
goto IL_02d3;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2058>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_121 = ___0_renderGraph;
|
|
PostProcessPass_RenderStopNaN_m1823B802AE22C5BF3565835C705858BE33CB3B24(__this, L_121, (&V_17), (&V_21), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2059>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_122 = V_21;
|
|
V_17 = L_122;
|
|
}
|
|
|
|
IL_02d3:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2062>
|
|
bool L_123 = V_7;
|
|
if (!L_123)
|
|
{
|
|
goto IL_02ed;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2064>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_124 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_125 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_126 = V_1;
|
|
NullCheck(L_126);
|
|
int32_t L_127 = L_126->___antialiasingQuality;
|
|
PostProcessPass_RenderSMAA_m916727AFF4931FA81F74551C22B2987D9F767F2A(__this, L_124, L_125, L_127, (&V_17), (&V_22), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2065>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_128 = V_22;
|
|
V_17 = L_128;
|
|
}
|
|
|
|
IL_02ed:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2071>
|
|
bool L_129 = V_9;
|
|
if (!L_129)
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2073>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_130 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_131 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_132 = V_1;
|
|
PostProcessPass_RenderDoF_m32D5E105234E199A571BB7747D780B80C3CF94E5(__this, L_130, L_131, L_132, (&V_17), (&V_23), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2074>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_133 = V_23;
|
|
V_17 = L_133;
|
|
}
|
|
|
|
IL_0302:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2078>
|
|
bool L_134 = V_14;
|
|
if (!L_134)
|
|
{
|
|
goto IL_032e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2080>
|
|
bool L_135 = V_16;
|
|
if (!L_135)
|
|
{
|
|
goto IL_031d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2082>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_136 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_137 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_138 = V_1;
|
|
PostProcessPass_RenderSTP_m58DA92872FF219C2EF1F3E750B19F4FD7735B9A3(__this, L_136, L_137, L_138, (&V_17), (&V_24), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2083>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_139 = V_24;
|
|
V_17 = L_139;
|
|
goto IL_032e;
|
|
}
|
|
|
|
IL_031d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2087>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_140 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_141 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_142 = V_1;
|
|
PostProcessPass_RenderTemporalAA_mE9D7B577EF44EF76DC9B81E3D3A17F53227438FB(__this, L_140, L_141, L_142, (&V_17), (&V_25), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2088>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_143 = V_25;
|
|
V_17 = L_143;
|
|
}
|
|
|
|
IL_032e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2092>
|
|
bool L_144 = V_12;
|
|
if (!L_144)
|
|
{
|
|
goto IL_0343;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2094>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_145 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_146 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_147 = V_1;
|
|
PostProcessPass_RenderMotionBlur_m5B57F210246A3FAE4115A935D27794ACD816ECBF(__this, L_145, L_146, L_147, (&V_17), (&V_26), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2095>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_148 = V_26;
|
|
V_17 = L_148;
|
|
}
|
|
|
|
IL_0343:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2098>
|
|
bool L_149 = V_13;
|
|
if (!L_149)
|
|
{
|
|
goto IL_035c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2100>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_150 = ___0_renderGraph;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_151 = V_1;
|
|
NullCheck(L_151);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_152 = L_151->___camera;
|
|
PostProcessPass_RenderPaniniProjection_mAA8DDBB21C6A7B91304CDFAE7D5B5009DB4334EE(__this, L_150, L_152, (&V_17), (&V_27), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2101>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_153 = V_27;
|
|
V_17 = L_153;
|
|
}
|
|
|
|
IL_035c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2107>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_154 = __this->___m_Materials;
|
|
NullCheck(L_154);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_155 = L_154->___uber;
|
|
NullCheck(L_155);
|
|
Material_set_shaderKeywords_mD650CF82B2DBB75F001E373E2E1ACA30876F3AB8(L_155, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2109>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_156 = ___0_renderGraph;
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_157;
|
|
L_157 = TextureHandle_GetDescriptor_m80F76DAC125F49B4538B3EE1EFCCB952A6D7F17D((&V_17), L_156, NULL);
|
|
V_28 = L_157;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2112>
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_158;
|
|
L_158 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
|
|
V_29 = L_158;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2113>
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_159 = __this->___m_Bloom;
|
|
NullCheck(L_159);
|
|
bool L_160;
|
|
L_160 = Bloom_IsActive_m18CD0E121D17E2D4B20D6E944433CDEEA9C970C3(L_159, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2115>
|
|
bool L_161 = V_11;
|
|
if (!((int32_t)((int32_t)L_160|(int32_t)L_161)))
|
|
{
|
|
goto IL_040a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2117>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_162 = ___0_renderGraph;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_163 = V_1;
|
|
NullCheck(L_163);
|
|
bool L_164 = L_163->___isAlphaOutputEnabled;
|
|
PostProcessPass_RenderBloomTexture_m886E22BDB06A2DB645EBB908D4ECB49360D6D458(__this, L_162, (&V_17), (&V_29), L_164, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2119>
|
|
bool L_165 = V_11;
|
|
if (!L_165)
|
|
{
|
|
goto IL_03f6;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2121>
|
|
ScreenSpaceLensFlare_tD7947C3729433473EC2581203353CB6106239076* L_166 = __this->___m_LensFlareScreenSpace;
|
|
NullCheck(L_166);
|
|
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_167 = L_166->___bloomMip;
|
|
NullCheck(L_167);
|
|
int32_t L_168;
|
|
L_168 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_167);
|
|
Bloom_t0C806C947E1D104DC95E933B3FB9A307CBB5B225* L_169 = __this->___m_Bloom;
|
|
NullCheck(L_169);
|
|
ClampedIntParameter_tAF77FC44E522B137734644AE2E3F702580033B8E* L_170 = L_169->___maxIterations;
|
|
NullCheck(L_170);
|
|
int32_t L_171;
|
|
L_171 = VirtualFuncInvoker0< int32_t >::Invoke(14, L_170);
|
|
int32_t L_172;
|
|
L_172 = Mathf_Clamp_m4DC36EEFDBE5F07C16249DA568023C5ECCFF0E7B_inline(L_168, 0, ((int32_t)(L_171/2)), NULL);
|
|
V_32 = L_172;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2122>
|
|
int32_t L_173 = V_32;
|
|
V_33 = (bool)((((int32_t)L_173) == ((int32_t)0))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2123>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_174 = ___0_renderGraph;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_175 = V_1;
|
|
NullCheck(L_175);
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_176 = L_175->___camera;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_177 = V_29;
|
|
TextureHandleU5BU5D_t544FFA6F5A0E1E5F24EB3C5E5F8547CCE9498BD7* L_178 = __this->____BloomMipUp;
|
|
int32_t L_179 = V_32;
|
|
NullCheck(L_178);
|
|
int32_t L_180 = L_179;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_181 = (L_178)->GetAt(static_cast<il2cpp_array_size_t>(L_180));
|
|
bool L_182 = V_33;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_183;
|
|
L_183 = PostProcessPass_RenderLensFlareScreenSpace_m2918225666DEC163338D4EC5D4B9896E2D9A0EA8(__this, L_174, L_176, (&V_28), L_177, L_181, L_182, NULL);
|
|
V_29 = L_183;
|
|
}
|
|
|
|
IL_03f6:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2126>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_184 = ___0_renderGraph;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_185 = __this->___m_Materials;
|
|
NullCheck(L_185);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_186 = L_185->___uber;
|
|
PostProcessPass_UberPostSetupBloomPass_mD830812C70DF864E44C0E8D4687240368C1BC023(__this, L_184, L_186, (&V_28), NULL);
|
|
}
|
|
|
|
IL_040a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2129>
|
|
bool L_187 = V_10;
|
|
if (!L_187)
|
|
{
|
|
goto IL_0426;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2131>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_188 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_189 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_190 = V_1;
|
|
PostProcessPass_LensFlareDataDrivenComputeOcclusion_m9AF3C1EC0B0ABC8B108DB5BE4264256DCB504F0C(__this, L_188, L_189, L_190, (&V_28), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2132>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_191 = ___0_renderGraph;
|
|
UniversalResourceData_t1F1DE4101BE122578EAA5E4750D00ACAF1042626* L_192 = V_0;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_193 = V_1;
|
|
PostProcessPass_RenderLensFlareDataDriven_mCAACFD6572C1019D2FD63AB41B3386F6D7D976FD(__this, L_191, L_192, L_193, (&V_17), (&V_28), NULL);
|
|
}
|
|
|
|
IL_0426:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2137>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_194 = __this->___m_Materials;
|
|
NullCheck(L_194);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_195 = L_194->___uber;
|
|
bool L_196 = V_5;
|
|
PostProcessPass_SetupLensDistortion_m33532B813022AFE252DA55162741415B1838D88C(__this, L_195, L_196, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2138>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_197 = __this->___m_Materials;
|
|
NullCheck(L_197);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_198 = L_197->___uber;
|
|
PostProcessPass_SetupChromaticAberration_m15763D99D4778C730EC32CA4C1A8341C40718962(__this, L_198, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2139>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_199 = __this->___m_Materials;
|
|
NullCheck(L_199);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_200 = L_199->___uber;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_201 = V_1;
|
|
NullCheck(L_201);
|
|
XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* L_202;
|
|
L_202 = UniversalCameraData_get_xr_mC600E667BA2B92EADF2CF60CD49E15242FA83C4D_inline(L_201, NULL);
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_203 = V_28;
|
|
int32_t L_204 = L_203.___width;
|
|
TextureDesc_t396D28DED9DDC89189E68F41C3D169B249BEE673 L_205 = V_28;
|
|
int32_t L_206 = L_205.___height;
|
|
PostProcessPass_SetupVignette_mC7A2C760C57A319664F7C3B95D4011B5ABFE3019(__this, L_200, L_202, L_204, L_206, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2140>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_207 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_208 = __this->___m_Materials;
|
|
NullCheck(L_208);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_209 = L_208->___uber;
|
|
PostProcessPass_SetupGrain_mB86019E3BC6194A3B87ABA62A3F8E42474F0055D(__this, L_207, L_209, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2141>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_210 = V_1;
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_211 = __this->___m_Materials;
|
|
NullCheck(L_211);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_212 = L_211->___uber;
|
|
PostProcessPass_SetupDithering_mC74EFEF0226D57DD1FE0EF9AAE87C5DC5F1E873C(__this, L_210, L_212, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2143>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_213 = V_1;
|
|
NullCheck(L_213);
|
|
bool L_214;
|
|
L_214 = UniversalCameraData_get_requireSrgbConversion_m09836AD17C2F9377EB91208CFE48FD6E6787D6FF(L_213, NULL);
|
|
bool L_215;
|
|
L_215 = PostProcessPass_RequireSRGBConversionBlitToBackBuffer_mB81453D3B536BE42AA503F616EDF562B3C80E892(__this, L_214, NULL);
|
|
if (!L_215)
|
|
{
|
|
goto IL_04b6;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2144>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_216 = __this->___m_Materials;
|
|
NullCheck(L_216);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_217 = L_216->___uber;
|
|
NullCheck(L_217);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_217, _stringLiteralD9A8D96F1EA9A30DB19C64B14AEE2EC05AC166E7, NULL);
|
|
}
|
|
|
|
IL_04b6:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2146>
|
|
bool L_218 = __this->___m_UseFastSRGBLinearConversion;
|
|
if (!L_218)
|
|
{
|
|
goto IL_04d3;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2148>
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_219 = __this->___m_Materials;
|
|
NullCheck(L_219);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_220 = L_219->___uber;
|
|
NullCheck(L_220);
|
|
Material_EnableKeyword_mE8523EF6CF694284DF976D47ADEDE9363A1174AC(L_220, _stringLiteral5E56E7FB29A8E77EEE978F3711B38658D7B2B6F9, NULL);
|
|
}
|
|
|
|
IL_04d3:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2151>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_221 = V_1;
|
|
bool L_222;
|
|
L_222 = PostProcessPass_RequireHDROutput_m92D4E42C607D3396EDD01C4752203387BEB45A1E(__this, L_221, NULL);
|
|
V_30 = L_222;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2152>
|
|
bool L_223 = V_30;
|
|
if (!L_223)
|
|
{
|
|
goto IL_051b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2156>
|
|
bool L_224 = __this->___m_HasFinalPass;
|
|
if (L_224)
|
|
{
|
|
goto IL_04f0;
|
|
}
|
|
}
|
|
{
|
|
bool L_225 = __this->___m_EnableColorEncodingIfNeeded;
|
|
if (L_225)
|
|
{
|
|
goto IL_04f3;
|
|
}
|
|
}
|
|
|
|
IL_04f0:
|
|
{
|
|
G_B72_0 = 0;
|
|
goto IL_04f4;
|
|
}
|
|
|
|
IL_04f3:
|
|
{
|
|
G_B72_0 = 2;
|
|
}
|
|
|
|
IL_04f4:
|
|
{
|
|
V_34 = G_B72_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2158>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_226 = V_1;
|
|
NullCheck(L_226);
|
|
HDRDisplayInformation_t22395AF57046F138C9D274380020D9DC16BED58F L_227;
|
|
L_227 = UniversalCameraData_get_hdrDisplayInformation_m5DB53600EF8A608BD9B0858916F5423D876DAFDD(L_226, NULL);
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_228 = V_1;
|
|
NullCheck(L_228);
|
|
int32_t L_229;
|
|
L_229 = UniversalCameraData_get_hdrDisplayColorGamut_m510BAD9BB4872749DAD2AD4A7CAF3305FCC31EBD(L_228, NULL);
|
|
MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* L_230 = __this->___m_Materials;
|
|
NullCheck(L_230);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_231 = L_230->___uber;
|
|
int32_t L_232 = V_34;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_233 = V_1;
|
|
NullCheck(L_233);
|
|
bool L_234;
|
|
L_234 = UniversalCameraData_get_rendersOverlayUI_mD04D3019C319093915651EF1F5B1F4E62E0EA79B(L_233, NULL);
|
|
PostProcessPass_SetupHDROutput_m507C0A89BAD1815DA7C19C3FFE398FC968A8D565(__this, L_227, L_229, L_231, L_232, L_234, NULL);
|
|
}
|
|
|
|
IL_051b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2161>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_235 = V_1;
|
|
NullCheck(L_235);
|
|
bool L_236 = L_235->___isAlphaOutputEnabled;
|
|
V_31 = L_236;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2163>
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_237 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0_il2cpp_TypeInfo_var);
|
|
DebugHandler_t3A09E2CFD1CA6F5C192968A6FF19EE4863F44DA4* L_238;
|
|
L_238 = ScriptableRenderPass_GetActiveDebugHandler_m2787C3C1EEC1632A4E7E2A5C35C7D9216ACF4343(L_237, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2166>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_239 = ___0_renderGraph;
|
|
ContextContainer_t384E08F63FABEFF6A7F1A753F5EF02699DAD414C* L_240 = ___1_frameData;
|
|
UniversalCameraData_t7904AE9D68B973761A72DFAA7CA3DE915696E1C7* L_241 = V_1;
|
|
UniversalPostProcessingData_tBCA7E18614BDDFBC3E7326D7B977B74401E4E98C* L_242 = V_2;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_243 = ___5_postProcessingTarget;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_244 = ___3_lutTexture;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388* L_245 = ___4_overlayUITexture;
|
|
bool L_246 = V_30;
|
|
bool L_247 = V_31;
|
|
bool L_248 = ___7_resolveToDebugScreen;
|
|
bool L_249 = ___6_hasFinalPass;
|
|
PostProcessPass_RenderUberPost_m92C4196142B0ECE5CED3776B8B4CB60F93BEB799(__this, L_239, L_240, L_241, L_242, (&V_17), L_243, L_244, (&V_29), L_245, L_246, L_247, L_248, L_249, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:2168>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34111
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass__cctor_mAC1972A19A42768FF5CB974A62063470D34E601D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DB1F1B6C8DBF6236F1F97FF50A52D5C675BBAC2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral731B552DFA43AAB097DE738D6C929FA08D6461A1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7E1B3170D2A69D51AB83A28A28CF750307D92B3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB22B59490C30C06D45315B7E4293DAD5075AFFE0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0F684CC32C6C2B1013F4CEA0458611A4195E4C0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF76755EE87190747F59FEB05E1DBA00FB86D1B6A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:41>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_0 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_0, _stringLiteralA7E1B3170D2A69D51AB83A28A28CF750307D92B3, NULL);
|
|
((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___m_ProfilingRenderPostProcessing = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___m_ProfilingRenderPostProcessing), (void*)L_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:42>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_1 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_1, _stringLiteralC0F684CC32C6C2B1013F4CEA0458611A4195E4C0, NULL);
|
|
((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___m_ProfilingRenderFinalPostProcessing = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___m_ProfilingRenderFinalPostProcessing), (void*)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1189>
|
|
int32_t L_2;
|
|
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB22B59490C30C06D45315B7E4293DAD5075AFFE0, NULL);
|
|
((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___k_ShaderPropertyId_ViewProjM = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1190>
|
|
int32_t L_3;
|
|
L_3 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3DB1F1B6C8DBF6236F1F97FF50A52D5C675BBAC2, NULL);
|
|
((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___k_ShaderPropertyId_PrevViewProjM = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1191>
|
|
int32_t L_4;
|
|
L_4 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF76755EE87190747F59FEB05E1DBA00FB86D1B6A, NULL);
|
|
((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___k_ShaderPropertyId_ViewProjMStereo = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1192>
|
|
int32_t L_5;
|
|
L_5 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral731B552DFA43AAB097DE738D6C929FA08D6461A1, NULL);
|
|
((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___k_ShaderPropertyId_PrevViewProjMStereo = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPassRenderGraph.cs:10>
|
|
int32_t L_6;
|
|
L_6 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral547AC61E241FAE943F5C7A2B2B3DECDDB15A36D6, NULL);
|
|
((PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_StaticFields*)il2cpp_codegen_static_fields_for(PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C_il2cpp_TypeInfo_var))->___s_CameraDepthTextureID = L_6;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34112
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPass_U3CRenderU3Eg__GetSourceU7C91_0_m2979C688077A161A8E8F215F421613FEF1C548DC (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:457>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_0 = ___0_p;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = L_0->___source;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 34113
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* PostProcessPass_U3CRenderU3Eg__GetDestinationU7C91_1_m80B08D36A1E03CEC51A23B63D24A613381214C1D (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* ___0_p, 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*)&_stringLiteral236EF4A9D84C6C0908DB95675FDA65CBA7AB2165);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7605E990BDF3D9FE837E8A654F08CA6BEA25F21E);
|
|
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/Passes/PostProcessPass.cs:461>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_0 = ___0_p;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_1 = L_0->___destination;
|
|
if (L_1)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:463>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_2 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_TempTarget);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_3;
|
|
L_3 = PostProcessPass_GetCompatibleDescriptor_m5754B9DAF7C95272C9319F5A5E43241B67E1D70F(__this, NULL);
|
|
V_0 = L_3;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_2, (&V_0), 1, 1, 1, (0.0f), _stringLiteral7605E990BDF3D9FE837E8A654F08CA6BEA25F21E, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:464>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_5 = ___0_p;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_6 = __this->___m_TempTarget;
|
|
L_5->___destination = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___destination), (void*)L_6);
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:466>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_7 = ___0_p;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_8 = L_7->___destination;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_9 = __this->___m_Source;
|
|
if ((!(((RuntimeObject*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_8) == ((RuntimeObject*)(RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*)L_9))))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* L_10 = (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46*)(&__this->___m_Descriptor);
|
|
int32_t L_11;
|
|
L_11 = RenderTextureDescriptor_get_msaaSamples_mFCC33643AFF2265C8305DCFD79ED8774A1A8FA22_inline(L_10, NULL);
|
|
if ((((int32_t)L_11) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:469>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_12 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&__this->___m_TempTarget2);
|
|
RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46 L_13;
|
|
L_13 = PostProcessPass_GetCompatibleDescriptor_m5754B9DAF7C95272C9319F5A5E43241B67E1D70F(__this, NULL);
|
|
V_0 = L_13;
|
|
il2cpp_codegen_runtime_class_init_inline(RenderingUtils_t4E40200449A82FA3A172A563C490DF11FADA2BE1_il2cpp_TypeInfo_var);
|
|
bool L_14;
|
|
L_14 = RenderingUtils_ReAllocateHandleIfNeeded_mB2BC0F5A65EFBBD73D29B7C5AA081D84FECED9EF(L_12, (&V_0), 1, 1, 1, (0.0f), _stringLiteral236EF4A9D84C6C0908DB95675FDA65CBA7AB2165, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:470>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_15 = ___0_p;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_16 = __this->___m_TempTarget2;
|
|
L_15->___destination = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___destination), (void*)L_16);
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:472>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_17 = ___0_p;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_18 = L_17->___destination;
|
|
return L_18;
|
|
}
|
|
}
|
|
// Method Definition Index: 34114
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PostProcessPass_U3CRenderU3Eg__SwapU7C91_2_mED771B30F96F55ECA0A28737E19315C4E52BF1C1 (PostProcessPass_t146B366124B6BB9597B9E9299DA4391FDE159F5C* __this, ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** ___0_r, U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* ___1_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_Swap_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m90EAC541E53A878FAD361EEA8BC135CEB507E9E6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:477>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_0 = ___1_p;
|
|
int32_t L_1 = L_0->___amountOfPassesRemaining;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_2 = ___1_p;
|
|
int32_t L_3 = V_0;
|
|
L_2->___amountOfPassesRemaining = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:478>
|
|
bool L_4 = __this->___m_UseSwapBuffer;
|
|
if (!L_4)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:480>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_5 = ___0_r;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_6 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_5);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_7 = ___1_p;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_8 = L_7->___cmd;
|
|
NullCheck(L_6);
|
|
VirtualActionInvoker1< CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(21, L_6, L_8);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:484>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_9 = ___1_p;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_10 = ___0_r;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_11 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_10);
|
|
NullCheck(L_11);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_12;
|
|
L_12 = ScriptableRenderer_get_cameraColorTargetHandle_mB0B32CF50F711E4B41822F4F6BBCE2091C608A6D(L_11, NULL);
|
|
L_9->___source = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_9->___source), (void*)L_12);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:488>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_13 = ___1_p;
|
|
int32_t L_14 = L_13->___amountOfPassesRemaining;
|
|
if (L_14)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = __this->___m_HasFinalPass;
|
|
if (L_15)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:489>
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_16 = ___0_r;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_17 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_16);
|
|
NullCheck(L_17);
|
|
VirtualActionInvoker1< bool >::Invoke(22, L_17, (bool)1);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:493>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_18 = ___1_p;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892** L_19 = ___0_r;
|
|
ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* L_20 = *((ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892**)L_19);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_21 = ___1_p;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_22 = L_21->___cmd;
|
|
NullCheck(L_20);
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_23;
|
|
L_23 = VirtualFuncInvoker1< RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B*, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* >::Invoke(9, L_20, L_22);
|
|
L_18->___destination = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___destination), (void*)L_23);
|
|
return;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:498>
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_24 = ___1_p;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_25 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&L_24->___source);
|
|
U3CU3Ec__DisplayClass91_0_tAFED404101203FFC8D594077983EE90AA3FE8266* L_26 = ___1_p;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B** L_27 = (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B**)(&L_26->___destination);
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_Swap_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m90EAC541E53A878FAD361EEA8BC135CEB507E9E6(L_25, L_27, CoreUtils_Swap_TisRTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B_m90EAC541E53A878FAD361EEA8BC135CEB507E9E6_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:500>
|
|
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: 34115
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialLibrary__ctor_m6AD726AFEA761CA8C7D328A0EF3722FD8DB38B1B (MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* __this, PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1860>
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1866>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_0 = ___0_data;
|
|
NullCheck(L_0);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_1 = L_0->___shaders;
|
|
NullCheck(L_1);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = L_1->___stopNanPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3;
|
|
L_3 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_2, NULL);
|
|
__this->___stopNaN = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___stopNaN), (void*)L_3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1867>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_4 = ___0_data;
|
|
NullCheck(L_4);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_5 = L_4->___shaders;
|
|
NullCheck(L_5);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_6 = L_5->___subpixelMorphologicalAntialiasingPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7;
|
|
L_7 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_6, NULL);
|
|
__this->___subpixelMorphologicalAntialiasing = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___subpixelMorphologicalAntialiasing), (void*)L_7);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1868>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_8 = ___0_data;
|
|
NullCheck(L_8);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_9 = L_8->___shaders;
|
|
NullCheck(L_9);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_10 = L_9->___gaussianDepthOfFieldPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11;
|
|
L_11 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_10, NULL);
|
|
__this->___gaussianDepthOfField = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___gaussianDepthOfField), (void*)L_11);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1869>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_12 = ___0_data;
|
|
NullCheck(L_12);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_13 = L_12->___shaders;
|
|
NullCheck(L_13);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_14 = L_13->___gaussianDepthOfFieldPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15;
|
|
L_15 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_14, NULL);
|
|
__this->___gaussianDepthOfFieldCoC = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___gaussianDepthOfFieldCoC), (void*)L_15);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1870>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_16 = ___0_data;
|
|
NullCheck(L_16);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_17 = L_16->___shaders;
|
|
NullCheck(L_17);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_18 = L_17->___bokehDepthOfFieldPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19;
|
|
L_19 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_18, NULL);
|
|
__this->___bokehDepthOfField = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___bokehDepthOfField), (void*)L_19);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1871>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_20 = ___0_data;
|
|
NullCheck(L_20);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_21 = L_20->___shaders;
|
|
NullCheck(L_21);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_22 = L_21->___bokehDepthOfFieldPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_23;
|
|
L_23 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_22, NULL);
|
|
__this->___bokehDepthOfFieldCoC = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___bokehDepthOfFieldCoC), (void*)L_23);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1872>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_24 = ___0_data;
|
|
NullCheck(L_24);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_25 = L_24->___shaders;
|
|
NullCheck(L_25);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_26 = L_25->___cameraMotionBlurPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_27;
|
|
L_27 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_26, NULL);
|
|
__this->___cameraMotionBlur = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cameraMotionBlur), (void*)L_27);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1873>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_28 = ___0_data;
|
|
NullCheck(L_28);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_29 = L_28->___shaders;
|
|
NullCheck(L_29);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_30 = L_29->___paniniProjectionPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_31;
|
|
L_31 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_30, NULL);
|
|
__this->___paniniProjection = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___paniniProjection), (void*)L_31);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1874>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_32 = ___0_data;
|
|
NullCheck(L_32);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_33 = L_32->___shaders;
|
|
NullCheck(L_33);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_34 = L_33->___bloomPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_35;
|
|
L_35 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_34, NULL);
|
|
__this->___bloom = L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___bloom), (void*)L_35);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1875>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_36 = ___0_data;
|
|
NullCheck(L_36);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_37 = L_36->___shaders;
|
|
NullCheck(L_37);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_38 = L_37->___temporalAntialiasingPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_39;
|
|
L_39 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_38, NULL);
|
|
__this->___temporalAntialiasing = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___temporalAntialiasing), (void*)L_39);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1876>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_40 = ___0_data;
|
|
NullCheck(L_40);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_41 = L_40->___shaders;
|
|
NullCheck(L_41);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_42 = L_41->___scalingSetupPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_43;
|
|
L_43 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_42, NULL);
|
|
__this->___scalingSetup = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___scalingSetup), (void*)L_43);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1877>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_44 = ___0_data;
|
|
NullCheck(L_44);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_45 = L_44->___shaders;
|
|
NullCheck(L_45);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_46 = L_45->___easuPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_47;
|
|
L_47 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_46, NULL);
|
|
__this->___easu = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___easu), (void*)L_47);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1878>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_48 = ___0_data;
|
|
NullCheck(L_48);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_49 = L_48->___shaders;
|
|
NullCheck(L_49);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_50 = L_49->___uberPostPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_51;
|
|
L_51 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_50, NULL);
|
|
__this->___uber = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uber), (void*)L_51);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1879>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_52 = ___0_data;
|
|
NullCheck(L_52);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_53 = L_52->___shaders;
|
|
NullCheck(L_53);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_54 = L_53->___finalPostPassPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_55;
|
|
L_55 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_54, NULL);
|
|
__this->___finalPass = L_55;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___finalPass), (void*)L_55);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1880>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_56 = ___0_data;
|
|
NullCheck(L_56);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_57 = L_56->___shaders;
|
|
NullCheck(L_57);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_58 = L_57->___LensFlareDataDrivenPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_59;
|
|
L_59 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_58, NULL);
|
|
__this->___lensFlareDataDriven = L_59;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lensFlareDataDriven), (void*)L_59);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1881>
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_60 = ___0_data;
|
|
NullCheck(L_60);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_61 = L_60->___shaders;
|
|
NullCheck(L_61);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_62 = L_61->___LensFlareScreenSpacePS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_63;
|
|
L_63 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_62, NULL);
|
|
__this->___lensFlareScreenSpace = L_63;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lensFlareScreenSpace), (void*)L_63);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1883>
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_64 = (MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D*)(MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D*)SZArrayNew(MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
|
|
__this->___bloomUpsample = L_64;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___bloomUpsample), (void*)L_64);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1884>
|
|
V_0 = 0;
|
|
goto IL_01a4;
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1885>
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_65 = __this->___bloomUpsample;
|
|
uint32_t L_66 = V_0;
|
|
PostProcessData_t106B5638205D5CBAF18F2573047F2DC23BDB2F05* L_67 = ___0_data;
|
|
NullCheck(L_67);
|
|
ShaderResources_t5CFF4C7697343EC59BAE5094B637F9EC23CE6D59* L_68 = L_67->___shaders;
|
|
NullCheck(L_68);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_69 = L_68->___bloomPS;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_70;
|
|
L_70 = MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D(__this, L_69, NULL);
|
|
NullCheck(L_65);
|
|
ArrayElementTypeCheck (L_65, L_70);
|
|
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(L_66), (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)L_70);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1884>
|
|
uint32_t L_71 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_71, 1));
|
|
}
|
|
|
|
IL_01a4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1884>
|
|
uint32_t L_72 = V_0;
|
|
if ((!(((uint32_t)L_72) >= ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_0187;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1886>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 34116
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* MaterialLibrary_Load_m5974FE21C3903C733F97BA0AC58B1568011B619D (MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EC08D77EC8CD343979195C445DF41E7AC79ECF6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1890>
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = ___0_shader;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1892>
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2;
|
|
L_2 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogErrorFormat_m96690322C941D23A125E5769C9803606859A707C(_stringLiteral6EC08D77EC8CD343979195C445DF41E7AC79ECF6, L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1893>
|
|
return (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1895>
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_3 = ___0_shader;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = Shader_get_isSupported_m21C3D0F1819054101DFE0C0C062A24464FA5CAE5(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1897>
|
|
return (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1900>
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = ___0_shader;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6;
|
|
L_6 = CoreUtils_CreateEngineMaterial_m81DECC0AF6901F95B5041A00ED588F5230546AD2(L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// Method Definition Index: 34117
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialLibrary_Cleanup_mF81F0F2B17E8EEB17FB93A696642DE66013D3E42 (MaterialLibrary_t8053C51029AC815F75559B570CE50FDB4ADB7562* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1905>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___stopNaN;
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1906>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_1 = __this->___subpixelMorphologicalAntialiasing;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1907>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = __this->___gaussianDepthOfField;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1908>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_3 = __this->___gaussianDepthOfFieldCoC;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1909>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = __this->___bokehDepthOfField;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1910>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = __this->___bokehDepthOfFieldCoC;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1911>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = __this->___cameraMotionBlur;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_6, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1912>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___paniniProjection;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_7, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1913>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = __this->___bloom;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1914>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = __this->___temporalAntialiasing;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_9, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1915>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = __this->___scalingSetup;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_10, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1916>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = __this->___easu;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_11, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1917>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_12 = __this->___uber;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_12, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1918>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = __this->___finalPass;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_13, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1919>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = __this->___lensFlareDataDriven;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_14, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1920>
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15 = __this->___lensFlareScreenSpace;
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_15, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1922>
|
|
V_0 = 0;
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1923>
|
|
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* L_16 = __this->___bloomUpsample;
|
|
uint32_t L_17 = V_0;
|
|
NullCheck(L_16);
|
|
uint32_t L_18 = L_17;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
il2cpp_codegen_runtime_class_init_inline(CoreUtils_tEE57AB2B0DAE9561F4954B08800A8F957850B038_il2cpp_TypeInfo_var);
|
|
CoreUtils_Destroy_mD2FDD299C528530E4CC5F99EFBAF90ABC7B02C69(L_19, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1922>
|
|
uint32_t L_20 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, 1));
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1922>
|
|
uint32_t L_21 = V_0;
|
|
if ((!(((uint32_t)L_21) >= ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1924>
|
|
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: 34118
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderConstants__cctor_mC0E533B36B9AD7AA6D9311B1DAA459DAAEAB70A1 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02AA5CF1C80B0DF618D084F879CD23859F1E374B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07B171B1C8D7DBEA8D8A335E16FF04529ED4C296);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1831D6AF0034BFD62502B7DAAE7F161CCE2152E9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral187B550E326EA78EDB32157988FA6DE7B6BB5C85);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F9F20DBB46D16A736FD871D499B91C8B8AD52A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B9EFBFC3B2698A75AE9060E2CA3F4703BAA46DB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D6B2F5769B37B64ED1CF89C6872C4C70E115DA4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral228C7CE59F61DC4634C693698A1F1F9A09B84345);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral236EF4A9D84C6C0908DB95675FDA65CBA7AB2165);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D37F43E99EB6C0790ED0EA5E97AE868BD7DAD4A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral395532A2CA3FFB4E35DA4816E48F5D38866FD3A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F839ECBA8AC470BFFE9349EECF4319425E9777E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3FAF1DA4444E4B6AD59D12D507B263672C20EC08);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42E48670FB7AC0A2FDE591B7E2E6725B2F6A4BF7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral431B60EF974BB8E5F0F8EC2A455F97E801E2D0DB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44C2668500869CC2081E76ACB924F307C180BEFA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A0F84CABDBAA807ED74BAE97A3B37809D5BBDC3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8A139418EF0697974054E94254DECA0AE09AAC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral577B724681B6E49F462DA98700A79269E1C87123);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6271FB9F225C75A4B9F3843F0BCA65CBC7793AA3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral708F66D2AD87776F5B7E546381F1E73EB9DDB090);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7605E990BDF3D9FE837E8A654F08CA6BEA25F21E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7987DF7BA4C266E69980DE0831B635B3EF700BF2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral817B818885135BEF736D2338DB6B5420E379E536);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral862A9879517D02316ADA3EF22C673885DB64148D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8938AED977E803D8E07BA49BDBD9BE350D907CF1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97DD384485F1826C8BDA793DE10EBDF2F802A88A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA48E3026A883B72EC7928644F7CC3A8CB1CF4450);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9E6683E605E25CCA0564720D2361F0374DE6BD5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAEA2C29107B397E134D3442DBC70E1733AC3113A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB01016D4685B6A6555F7E20D2F432EE29F969DA2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB362EB5CD5FC34BC0C938BF79ACBF6DDAC632CE3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3E3DADCE6E7B32E1B630C2110EE36F91D6E999B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4EBE57C49598AA2CE2A6F4F37A57543F7D538EC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC1B8FEF67A4B5CEC7AF8D68A4845C6CEB59E9BE1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA67D590521B2AE2F3BD3F775DE1AB089187B32B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC2E32F2767D7908897EBC0EB050EBC46381662F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCD11BB1712DB6382A048B4AE3EADE730E885FFA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD107AB84C3C7CAEF9C83EC57E99F64A0D1D246C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2105439EFE4A4A8D6E5E9FCDFB969C23C532D04);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD51FF53FBBCE7298F312420D698228910BE37C28);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDE3D4B9AAA347D492D840D37A56CCE204D06B4CB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE078582BB0F722460DE31693A931059066547B83);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE97DC9C8E192370B0AD2F71BCAB9828CB1B88F0C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF933CA13CDF0D40118EC4F0A27CE7F086936DE3D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA2AF3C657E8CFA51F4969D5C814257C925AD3EF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1930>
|
|
int32_t L_0;
|
|
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral7605E990BDF3D9FE837E8A654F08CA6BEA25F21E, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____TempTarget = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1931>
|
|
int32_t L_1;
|
|
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral236EF4A9D84C6C0908DB95675FDA65CBA7AB2165, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____TempTarget2 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1933>
|
|
int32_t L_2;
|
|
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral4D8A139418EF0697974054E94254DECA0AE09AAC, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____StencilRef = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1934>
|
|
int32_t L_3;
|
|
L_3 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3FAF1DA4444E4B6AD59D12D507B263672C20EC08, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____StencilMask = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1936>
|
|
int32_t L_4;
|
|
L_4 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral817B818885135BEF736D2338DB6B5420E379E536, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullCoCTexture = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1937>
|
|
int32_t L_5;
|
|
L_5 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3F839ECBA8AC470BFFE9349EECF4319425E9777E, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____HalfCoCTexture = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1938>
|
|
int32_t L_6;
|
|
L_6 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralE97DC9C8E192370B0AD2F71BCAB9828CB1B88F0C, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____DofTexture = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1939>
|
|
int32_t L_7;
|
|
L_7 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral44C2668500869CC2081E76ACB924F307C180BEFA, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____CoCParams = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1940>
|
|
int32_t L_8;
|
|
L_8 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF933CA13CDF0D40118EC4F0A27CE7F086936DE3D, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BokehKernel = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1941>
|
|
int32_t L_9;
|
|
L_9 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral97DD384485F1826C8BDA793DE10EBDF2F802A88A, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BokehConstants = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1942>
|
|
int32_t L_10;
|
|
L_10 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralFFD55C761D363A2D2DE1D3DCCA7A3F010ADE1A1E, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____PongTexture = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1943>
|
|
int32_t L_11;
|
|
L_11 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralE078582BB0F722460DE31693A931059066547B83, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____PingTexture = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1945>
|
|
int32_t L_12;
|
|
L_12 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral577B724681B6E49F462DA98700A79269E1C87123, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Metrics = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1946>
|
|
int32_t L_13;
|
|
L_13 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral07B171B1C8D7DBEA8D8A335E16FF04529ED4C296, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____AreaTexture = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1947>
|
|
int32_t L_14;
|
|
L_14 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1D6B2F5769B37B64ED1CF89C6872C4C70E115DA4, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____SearchTexture = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1948>
|
|
int32_t L_15;
|
|
L_15 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1831D6AF0034BFD62502B7DAAE7F161CCE2152E9, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____EdgeTexture = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1949>
|
|
int32_t L_16;
|
|
L_16 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral1B9EFBFC3B2698A75AE9060E2CA3F4703BAA46DB, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____BlendTexture = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1951>
|
|
int32_t L_17;
|
|
L_17 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral228C7CE59F61DC4634C693698A1F1F9A09B84345, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____ColorTexture = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1952>
|
|
int32_t L_18;
|
|
L_18 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF873D6748545B7516CD56A7A617453AEC82E7C8D, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Params = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1953>
|
|
int32_t L_19;
|
|
L_19 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral431B60EF974BB8E5F0F8EC2A455F97E801E2D0DB, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____SourceTexLowMip = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1954>
|
|
int32_t L_20;
|
|
L_20 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral4A0F84CABDBAA807ED74BAE97A3B37809D5BBDC3, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Bloom_Params = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1955>
|
|
int32_t L_21;
|
|
L_21 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral42E48670FB7AC0A2FDE591B7E2E6725B2F6A4BF7, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Bloom_Texture = L_21;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1956>
|
|
int32_t L_22;
|
|
L_22 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC1B8FEF67A4B5CEC7AF8D68A4845C6CEB59E9BE1, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Texture = L_22;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1957>
|
|
int32_t L_23;
|
|
L_23 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral862A9879517D02316ADA3EF22C673885DB64148D, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Params = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1958>
|
|
int32_t L_24;
|
|
L_24 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralCA67D590521B2AE2F3BD3F775DE1AB089187B32B, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____LensDirt_Intensity = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1959>
|
|
int32_t L_25;
|
|
L_25 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralA48E3026A883B72EC7928644F7CC3A8CB1CF4450, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Distortion_Params1 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1960>
|
|
int32_t L_26;
|
|
L_26 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral395532A2CA3FFB4E35DA4816E48F5D38866FD3A0, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Distortion_Params2 = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1961>
|
|
int32_t L_27;
|
|
L_27 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral18F9F20DBB46D16A736FD871D499B91C8B8AD52A, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Chroma_Params = L_27;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1962>
|
|
int32_t L_28;
|
|
L_28 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral7987DF7BA4C266E69980DE0831B635B3EF700BF2, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Vignette_Params1 = L_28;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1963>
|
|
int32_t L_29;
|
|
L_29 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralDE3D4B9AAA347D492D840D37A56CCE204D06B4CB, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Vignette_Params2 = L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1964>
|
|
int32_t L_30;
|
|
L_30 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB01016D4685B6A6555F7E20D2F432EE29F969DA2, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Vignette_ParamsXR = L_30;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1965>
|
|
int32_t L_31;
|
|
L_31 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralA9E6683E605E25CCA0564720D2361F0374DE6BD5, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____Lut_Params = L_31;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1966>
|
|
int32_t L_32;
|
|
L_32 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB3E3DADCE6E7B32E1B630C2110EE36F91D6E999B, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____UserLut_Params = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1967>
|
|
int32_t L_33;
|
|
L_33 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB4EBE57C49598AA2CE2A6F4F37A57543F7D538EC, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____InternalLut = L_33;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1968>
|
|
int32_t L_34;
|
|
L_34 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD2105439EFE4A4A8D6E5E9FCDFB969C23C532D04, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____UserLut = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1969>
|
|
int32_t L_35;
|
|
L_35 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralCD107AB84C3C7CAEF9C83EC57E99F64A0D1D246C, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____DownSampleScaleFactor = L_35;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1971>
|
|
int32_t L_36;
|
|
L_36 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral6271FB9F225C75A4B9F3843F0BCA65CBC7793AA3, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareOcclusionRemapTex = L_36;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1972>
|
|
int32_t L_37;
|
|
L_37 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralB362EB5CD5FC34BC0C938BF79ACBF6DDAC632CE3, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareOcclusionTex = L_37;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1973>
|
|
int32_t L_38;
|
|
L_38 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral8938AED977E803D8E07BA49BDBD9BE350D907CF1, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareOcclusionIndex = L_38;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1974>
|
|
int32_t L_39;
|
|
L_39 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral708F66D2AD87776F5B7E546381F1E73EB9DDB090, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareTex = L_39;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1975>
|
|
int32_t L_40;
|
|
L_40 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralFA2AF3C657E8CFA51F4969D5C814257C925AD3EF, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareColorValue = L_40;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1976>
|
|
int32_t L_41;
|
|
L_41 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral187B550E326EA78EDB32157988FA6DE7B6BB5C85, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareData0 = L_41;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1977>
|
|
int32_t L_42;
|
|
L_42 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral02AA5CF1C80B0DF618D084F879CD23859F1E374B, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareData1 = L_42;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1978>
|
|
int32_t L_43;
|
|
L_43 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralAEA2C29107B397E134D3442DBC70E1733AC3113A, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareData2 = L_43;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1979>
|
|
int32_t L_44;
|
|
L_44 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralD51FF53FBBCE7298F312420D698228910BE37C28, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareData3 = L_44;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1980>
|
|
int32_t L_45;
|
|
L_45 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral2D37F43E99EB6C0790ED0EA5E97AE868BD7DAD4A, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareData4 = L_45;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1981>
|
|
int32_t L_46;
|
|
L_46 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralCC2E32F2767D7908897EBC0EB050EBC46381662F, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FlareData5 = L_46;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:1983>
|
|
int32_t L_47;
|
|
L_47 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralCCD11BB1712DB6382A048B4AE3EADE730E885FFA, NULL);
|
|
((ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_StaticFields*)il2cpp_codegen_static_fields_for(ShaderConstants_t03F3D1B26547E1ADA98EEA1C13CB8C9EF868B132_il2cpp_TypeInfo_var))->____FullscreenProjMat = L_47;
|
|
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: 34119
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateCameraResolutionPassData__ctor_m29A39213516600F4E21AD800AB0F34708F7CEFFA (UpdateCameraResolutionPassData_t268944A380D2D15E750BE3DA68ACFF24E82D26CD* __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: 34120
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StopNaNsPassData__ctor_mF803EC37DEC8F37C6B647655B68A801B60C23E65 (StopNaNsPassData_tCD3DBC7545F81A0A9901716868C579445E4155CE* __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: 34121
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SMAASetupPassData__ctor_mD3A87ECBAD36140825E02108DEF5DFAD758B0A77 (SMAASetupPassData_tABF2D936C0BE93BEF3D4042C3C8D42A87B114FE1* __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: 34122
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SMAAPassData__ctor_m48D064C706AEDABB8F01BE24B36BECE11D646397 (SMAAPassData_tC41BA6909725CF430249FA0846F010DCD9EF0FD4* __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: 34123
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UberSetupBloomPassData__ctor_m86E3A799E58DFD5D7FE9DA8C5DAD0DE7A8E1B87B (UberSetupBloomPassData_tFA0C541B41BA1AE388EF26CF2786BC2AF8A828F2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// 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: 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: 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: 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: 33288
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_ConfigureInput_m15D8C10FC37E33CD358F2E9665ECF5515CB9C687_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, int32_t ___0_passInput, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:409>
|
|
int32_t L_0 = ___0_passInput;
|
|
__this->___m_Input = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:410>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 30157
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* RTHandle_get_name_mF2E7B6B108477C76931BD1E5798BB1DA1F036B7A_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:130>
|
|
String_t* L_0 = __this->___m_Name;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 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: 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: 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: 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: 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: 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: 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: 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: 34794
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* UniversalAdditionalCameraData_get_motionVectorsPersistentData_mCA9799ADC4016661638AD15C5C30CA89C212B0BA_inline (UniversalAdditionalCameraData_t57B5D0F93C2D506E618E23187302C0FADE813B93* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/UniversalAdditionalCameraData.cs:838>
|
|
MotionVectorsPersistentData_t077A3BA28B75576C897E6C794FE0ABF9DB8EBBBB* L_0 = __this->___m_MotionVectorsPersistentData;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 29086
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* ProfilingSampler_get_name_mF1C3E7B9540171DD93186A4DFEF33CE331E92D79_inline (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/ProfilingScope.cs:154>
|
|
String_t* L_0 = __this->___U3CnameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 33277
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderPass_set_overrideCameraTarget_mC7A5FB7FB9D32C88226E81992DAD058174C99D95_inline (ScriptableRenderPass_tEA38F6C7AD8D111A2251E4C2A7530BCEE7D6D2B0* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/ScriptableRenderPass.cs:339>
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CoverrideCameraTargetU3Ek__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: 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: 37497
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_depthStencilFormat_m7EC335006743B59AAD1895AD06B2DD74333F9A03_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CdepthStencilFormatU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37488
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderTextureDescriptor_set_msaaSamples_m6910E09489372746391B14FBAF59A7237539D6C4_inline (RenderTextureDescriptor_t69845881CE6437E4E61F92074F2F84079F23FA46* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CmsaaSamplesU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 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: 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: 37850
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_m4DC36EEFDBE5F07C16249DA568023C5ECCFF0E7B_inline (int32_t ___0_value, int32_t ___1_min, int32_t ___2_max, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
int32_t L_1 = ___1_min;
|
|
V_0 = (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___1_min;
|
|
___0_value = L_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_4 = ___0_value;
|
|
int32_t L_5 = ___2_max;
|
|
V_1 = (bool)((((int32_t)L_4) > ((int32_t)L_5))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = ___2_max;
|
|
___0_value = L_7;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_8 = ___0_value;
|
|
V_2 = L_8;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_9 = V_2;
|
|
return L_9;
|
|
}
|
|
}
|
|
// 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: 33393
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScriptableRenderer_ConfigureCameraColorTarget_m591647884AAE0FEE1B92F6C01693D3DBB7E550D7_inline (ScriptableRenderer_tF15B95BB85F26BE4B4719901D909831B89DC8892* __this, RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___0_colorTarget, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:842>
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* L_0 = ___0_colorTarget;
|
|
__this->___m_CameraColorTarget = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CameraColorTarget), (void*)L_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/ScriptableRenderer.cs:843>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37900
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37870
|
|
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: 36436
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m503705FE0E4E413041E3CE7F09270489F401C675_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_position, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_size, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_position;
|
|
float L_1 = L_0.___x;
|
|
__this->___m_XMin = L_1;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___0_position;
|
|
float L_3 = L_2.___y;
|
|
__this->___m_YMin = L_3;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___1_size;
|
|
float L_5 = L_4.___x;
|
|
__this->___m_Width = L_5;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_size;
|
|
float L_7 = L_6.___y;
|
|
__this->___m_Height = L_7;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 30149
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RTHandle_get_useScaling_mCDB079A62CC15C0D0F47E3F49D5975202F7B12A1_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:106>
|
|
bool L_0 = __this->___U3CuseScalingU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 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: 37908
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_X;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37910
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Y;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37955
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
float L_3 = ___3_w;
|
|
__this->___w = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 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: 37835
|
|
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: 37833
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_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: 37743
|
|
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: 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: 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: 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: 34061
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PostProcessPass_GetMaxBokehRadiusInPixels_m0E7D6B59C1CCF11E8108CC14B49AD72A9CDBFF02_inline (float ___0_viewportHeight, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/Passes/PostProcessPass.cs:916>
|
|
float L_0 = ___0_viewportHeight;
|
|
float L_1;
|
|
L_1 = Mathf_Min_m747CA71A9483CDB394B13BD0AD048EE17E48FFE4_inline((0.0500000007f), ((float)((14.0f)/L_0)), NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37957
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m1FD55F67090B321AC9488CA325A72E454E6BCA37_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
__this->___z = (0.0f);
|
|
__this->___w = (0.0f);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 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: 37836
|
|
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: 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: 37851
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
{
|
|
float L_0 = ___0_value;
|
|
V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (0.0f);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
float L_2 = ___0_value;
|
|
V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (1.0f);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
float L_4 = ___0_value;
|
|
V_1 = L_4;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 37852
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Lerp_m47EF2FFB7647BD0A1FDC26DC03E28B19812139B5_inline (float ___0_a, float ___1_b, float ___2_t, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_a;
|
|
float L_1 = ___1_b;
|
|
float L_2 = ___0_a;
|
|
float L_3 = ___2_t;
|
|
float L_4;
|
|
L_4 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_3, NULL);
|
|
V_0 = ((float)il2cpp_codegen_add(L_0, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_1, L_2)), L_4))));
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
float L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// 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: 37839
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Log_m116F062EEBF1C53EC8D18C9B1748E999EF9424EF_inline (float ___0_f, float ___1_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = ___0_f;
|
|
float L_1 = ___1_p;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_2;
|
|
L_2 = Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054(((double)L_0), ((double)L_1), NULL);
|
|
V_0 = ((float)L_2);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 37846
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m2A39AE881CAEE6B6A4B3BFEF9CA1ED40625F5AB7_inline (float ___0_f, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
float L_0 = ___0_f;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = floor(((double)L_0));
|
|
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 37624
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
float L_0 = __this->___r;
|
|
float L_1;
|
|
L_1 = Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F(L_0, NULL);
|
|
float L_2 = __this->___g;
|
|
float L_3;
|
|
L_3 = Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F(L_2, NULL);
|
|
float L_4 = __this->___b;
|
|
float L_5;
|
|
L_5 = Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F(L_4, NULL);
|
|
float L_6 = __this->___a;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_7), L_1, L_3, L_5, L_6, NULL);
|
|
V_0 = L_7;
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// 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: 37618
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, float ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a;
|
|
float L_1 = L_0.___r;
|
|
float L_2 = ___1_b;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___0_a;
|
|
float L_4 = L_3.___g;
|
|
float L_5 = ___1_b;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___0_a;
|
|
float L_7 = L_6.___b;
|
|
float L_8 = ___1_b;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = ___0_a;
|
|
float L_10 = L_9.___a;
|
|
float L_11 = ___1_b;
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_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:
|
|
{
|
|
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// 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: 37981
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector4_op_Implicit_m6673D431FBCA5AFB6CF06CD9783D07A4C90CC2AA_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 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;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_4), L_1, L_3, NULL);
|
|
V_0 = L_4;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// 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: 34692
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Settings_get_contrastAdaptiveSharpening_m4F782F5B78A1BBB39D9C0E74F240F014FF0E8930_inline (Settings_t3BEFDFF2C1A3D3A215DAF7B76E735B1BFB946C92* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/TemporalAA.cs:157>
|
|
float L_0 = __this->___m_ContrastAdaptiveSharpening;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 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: 36441
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_XMin = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36443
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_YMin = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36452
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_width_m93B6217CF3EFF89F9B0C81F34D7345DE90B93E5A_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Width = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36454
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect_set_height_mD00038E6E06637137A5626CA8CD421924005BF03_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_value;
|
|
__this->___m_Height = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36435
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23_inline (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_x;
|
|
__this->___m_XMin = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___m_YMin = L_1;
|
|
float L_2 = ___2_width;
|
|
__this->___m_Width = L_2;
|
|
float L_3 = ___3_height;
|
|
__this->___m_Height = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 35247
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* XRSystemUniversal_GetMaterialPropertyBlock_mD8A6FCCB8580823E1289454F5800BA4868D90026_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.universal@a2829103b3d4/Runtime/XR/XRSystemUniversal.cs:14>
|
|
il2cpp_codegen_runtime_class_init_inline(XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var);
|
|
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_0 = ((XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_StaticFields*)il2cpp_codegen_static_fields_for(XRSystemUniversal_tC6D796087104B8263D12B71391A3147102BE3FF7_il2cpp_TypeInfo_var))->___s_XRSharedPropertyBlock;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 27318
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float XRPass_get_occlusionMeshScale_m046F8625F75A7801D7A5D217FB020411140731A5_inline (XRPass_tFC4577E97B88E0EAAAB2EB387AB3A92E9EB9C6DF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/XR/XRPass.cs:245>
|
|
float L_0 = __this->___U3CocclusionMeshScaleU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 30155
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* RTHandle_get_externalTexture_m6564AD326286CE5E8CDAD24BDC6AB3E6CE84405D_inline (RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Textures/RTHandle.cs:122>
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_0 = __this->___m_ExternalTexture;
|
|
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: 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: 2695
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method)
|
|
{
|
|
il2cpp_rgctx_method_init(method);
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Value;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 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: 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;
|
|
}
|
|
}
|