Home
last modified time | relevance | path

Searched refs:PushConstantData (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp208 cmdList.PushConstantData(pc, arrayviewU8(uPc)); in ComputeDownscaleAndThreshold()
242 cmdList.PushConstantData(pc, arrayviewU8(uPc)); in ComputeDownscale()
277 cmdList.PushConstantData(pc, arrayviewU8(uPc)); in ComputeUpscale()
313 cmdList.PushConstantData(pc, arrayviewU8(uPc)); in ComputeCombine()
378 cmdList.PushConstantData(pc, arrayviewU8(uPc)); in RenderDownscaleAndThreshold()
418 cmdList.PushConstantData(pc, arrayviewU8(uPc)); in RenderDownscale()
472 cmdList.PushConstantData(pc, arrayviewU8(uPc)); in RenderUpscale()
516 cmdList.PushConstantData(pc, arrayviewU8(uPc)); in RenderCombine()
H A Drender_copy.cpp150 cmdList.PushConstantData(pl.pushConstant, arrayviewU8(pc)); in Execute()
H A Drender_node_single_post_process.cpp353 cmdList.PushConstantData(pipelineLayout_.pushConstant, arrayviewU8(pc)); in ExecuteSinglePostProcess()
370 cmdList.PushConstantData(pipelineLayout_.pushConstant, arrayviewU8(pc)); in ExecuteSinglePostProcess()
H A Drender_motion_blur.cpp226 cmdList.PushConstantData(renderData_.pipelineLayout.pushConstant, arrayviewU8(pc)); in Execute()
H A Drender_node_mip_chain_post_process.cpp412 … cmdList.PushConstantData(pipelineData_.pipelineLayoutData.pushConstant, arrayviewU8(pc)); in RenderGraphics()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h108 virtual void PushConstantData(
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.cpp561 cmdList.PushConstantData(effect.pipelineLayout.pushConstant, arrayviewU8(pc)); in ExecuteCombine()
612 cmdList.PushConstantData(fxaaData_.pipelineLayout.pushConstant, arrayviewU8(pc)); in ExecuteFXAA()
672 cmdList.PushConstantData(taaData_.pipelineLayout.pushConstant, arrayviewU8(pc)); in ExecuteTAA()
750 cmdList.PushConstantData(dofBlurData_.pipelineLayout.pushConstant, arrayviewU8(pc)); in ExecuteDofBlur()
813 cmdList.PushConstantData(dofData_.pipelineLayout.pushConstant, arrayviewU8(pc)); in ExecuteDof()
H A Drender_command_list.h510 void PushConstantData(
H A Drender_command_list.cpp733 void RenderCommandList::PushConstantData( in PushConstantData() function in RenderCommandList
769 PushConstantData(pushConstant, { data, pushConstant.byteSize }); in PushConstant()