/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_bloom.cpp | 164 sizeof(LocalPostProcessPushConstantStruct) }; in ComputeBloom() 203 LocalPostProcessPushConstantStruct uPc; in ComputeDownscaleAndThreshold() 238 LocalPostProcessPushConstantStruct uPc; in ComputeDownscale() 273 LocalPostProcessPushConstantStruct uPc; in ComputeUpscale() 309 LocalPostProcessPushConstantStruct uPc; in ComputeCombine() 331 sizeof(LocalPostProcessPushConstantStruct) }; in GraphicsBloom() 373 LocalPostProcessPushConstantStruct uPc; in RenderDownscaleAndThreshold() 385 LocalPostProcessPushConstantStruct uPc; in RenderDownscale() 467 LocalPostProcessPushConstantStruct uPc; in RenderUpscale() 511 LocalPostProcessPushConstantStruct uPc; in RenderCombine()
|
H A D | render_blur.cpp | 246 const LocalPostProcessPushConstantStruct pc { in RenderData() 320 const LocalPostProcessPushConstantStruct& pc; 358 … LocalPostProcessPushConstantStruct pc { { 1.0f, 0.0f, 0.0f, 0.0f }, { 1.0f, 0.0f, 0.0f, 0.0f } }; in RenderGaussian()
|
H A D | render_motion_blur.cpp | 225 …const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, … in Execute() 263 …const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, … in ExecuteTileVelocity()
|
H A D | render_copy.cpp | 148 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in Execute()
|
H A D | render_node_single_post_process.cpp | 351 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess() 368 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess()
|
H A D | render_node_mip_chain_post_process.cpp | 410 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in RenderGraphics()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/ |
H A D | render_post_process_layout_common.h | 36 LocalPostProcessPushConstantStruct uPc; in layout()
|
H A D | render_post_process_structs_common.h | 95 struct LocalPostProcessPushConstantStruct { struct
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_copy.frag | 18 LocalPostProcessPushConstantStruct uPc;
|
H A D | fullscreen_copy_layer.frag | 18 LocalPostProcessPushConstantStruct uPc;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_post_process_util.cpp | 560 …const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, … in ExecuteCombine() 610 const LocalPostProcessPushConstantStruct pc { ti_.targetSize, in ExecuteFXAA() 670 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteTAA() 749 …const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, … in ExecuteDofBlur() 812 …const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, … in ExecuteDof()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_camera_single_post_process.cpp | 360 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess() 377 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess()
|
H A D | render_node_default_shadows_blur.cpp | 254 const LocalPostProcessPushConstantStruct pc { texSizeInvTexSize, dir }; in RenderBlur()
|
H A D | render_node_camera_cubemap.cpp | 297 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess()
|
H A D | render_node_default_material_deferred_shading.cpp | 214 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in RenderData()
|