Home
last modified time | relevance | path

Searched refs:LocalPostProcessPushConstantStruct (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp164 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 Drender_blur.cpp246 const LocalPostProcessPushConstantStruct pc { in RenderData()
320 const LocalPostProcessPushConstantStruct& pc;
358LocalPostProcessPushConstantStruct pc { { 1.0f, 0.0f, 0.0f, 0.0f }, { 1.0f, 0.0f, 0.0f, 0.0f } }; in RenderGaussian()
H A Drender_motion_blur.cpp225 …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 Drender_copy.cpp148 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in Execute()
H A Drender_node_single_post_process.cpp351 … 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 Drender_node_mip_chain_post_process.cpp410 … 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 Drender_post_process_layout_common.h36 LocalPostProcessPushConstantStruct uPc; in layout()
H A Drender_post_process_structs_common.h95 struct LocalPostProcessPushConstantStruct { struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/
H A Dfullscreen_copy.frag18 LocalPostProcessPushConstantStruct uPc;
H A Dfullscreen_copy_layer.frag18 LocalPostProcessPushConstantStruct uPc;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp560 …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 Drender_node_camera_single_post_process.cpp360 … 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 Drender_node_default_shadows_blur.cpp254 const LocalPostProcessPushConstantStruct pc { texSizeInvTexSize, dir }; in RenderBlur()
H A Drender_node_camera_cubemap.cpp297 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in ExecuteSinglePostProcess()
H A Drender_node_default_material_deferred_shading.cpp214 … const LocalPostProcessPushConstantStruct pc { { fWidth, fHeight, 1.0f / fWidth, 1.0f / fHeight }, in RenderData()