Home
last modified time | relevance | path

Searched refs:arrayviewU8 (Results 1 – 19 of 19) 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_motion_blur.cpp226 cmdList.PushConstantData(renderData_.pipelineLayout.pushConstant, arrayviewU8(pc)); in Execute()
290 cmdList.PushConstant(renderData.pipelineLayout.pushConstant, arrayviewU8(pc).data()); in ExecuteTileVelocity()
323 … cmdList.PushConstant(renderData.pipelineLayout.pushConstant, arrayviewU8(pc).data()); in ExecuteTileVelocity()
352 … cmdList.PushConstant(renderData.pipelineLayout.pushConstant, arrayviewU8(pc).data()); in ExecuteTileVelocity()
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_node_mip_chain_post_process.cpp412 … cmdList.PushConstantData(pipelineData_.pipelineLayoutData.pushConstant, arrayviewU8(pc)); in RenderGraphics()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_data_loader.cpp75 … "PostProcess", loadedPP.name, arrayviewU8(loadedPP.postProcessConfiguration)); in RecurseDirectory()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.cpp611 dataStorePod->Set("NodeGraphBackBufferConfiguration", arrayviewU8(ngbbc)); in CreateSwapchainImpl()
684 dataStorePod->Set("NodeGraphBackBufferConfiguration", arrayviewU8(ngbbc)); in DestroySwapchainImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Darray_view.h151 constexpr array_view<const uint8_t> arrayviewU8(const T& arr) noexcept in arrayviewU8() function
/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()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Darray_view.h192 constexpr array_view<const uint8_t> arrayviewU8(const T& arr) noexcept in arrayviewU8() function
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/custom/
H A Dlume_custom_render.cpp118 dataStore->Set(SPECIALIZATION_CONFIG_NAME, BASE_NS::arrayviewU8(shaderSpecialization)); in UpdateShaderSpecialization()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_camera_single_post_process.cpp362 cmdList.PushConstant(pipelineLayout_.pushConstant, arrayviewU8(pc).data()); in ExecuteSinglePostProcess()
379 cmdList.PushConstant(pipelineLayout_.pushConstant, arrayviewU8(pc).data()); in ExecuteSinglePostProcess()
H A Drender_node_camera_cubemap.cpp299 cmdList.PushConstant(pipelineLayout_.pushConstant, arrayviewU8(pc).data()); in ExecuteSinglePostProcess()
H A Drender_node_default_material_deferred_shading.cpp216 cmdList.PushConstant(pipelineLayout_.pushConstant, arrayviewU8(pc).data()); in RenderData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp248 dataStorePod->Set(POD_NAME, arrayviewU8(ngbbc)); in ProcessFrameBackBufferConfiguration()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.cpp527 … POST_PROCESS_NAME, loadedPP.name, arrayviewU8(loadedPP.postProcessConfiguration)); in CreatePlugin3D()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.cpp139 … "NodeGraphConfiguration", "NodeGraphBackBufferConfiguration", arrayviewU8(backBufferConfig)); in CreateDefaultRenderDataStores()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_post_process.cpp361 … dataStorePod->CreatePod(RENDER_DATA_STORE_POST_PROCESS_TYPE_NAME, name, arrayviewU8(ppConfig)); in CreateFromPod()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp2213 dsPod->Set(ppName, arrayviewU8(ppConfig)); in ProcessPostProcesses()
2216 dsPod->CreatePod(POST_PROCESS_NAME, ppName, arrayviewU8(ppConfig)); in ProcessPostProcesses()