Home
last modified time | relevance | path

Searched refs:CreateDescriptorSet (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_node_context_descriptor_set_manager.h65 virtual RenderHandle CreateDescriptorSet(
71 …virtual RenderHandle CreateDescriptorSet(const uint32_t set, const PipelineLayout& pipelineLayout)…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp645 …binders_.globalSet0 = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(gBinds), gBind… in CreateComputePsos()
648 ….downscaleAndThreshold = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(lBinds), lB… in CreateComputePsos()
660 …binders_.downscale[idx] = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), bi… in CreateComputePsos()
673 …binders_.upscale[idx] = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), bind… in CreateComputePsos()
684 … binders_.combine = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), binds); in CreateComputePsos()
763 …binders_.globalSet0 = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(gBinds), gBind… in CreateRenderPsos()
766 ….downscaleAndThreshold = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(lBinds), lB… in CreateRenderPsos()
774 …binders_.downscale[idx] = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), bi… in CreateRenderPsos()
783 …binders_.upscale[idx] = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), bind… in CreateRenderPsos()
791 … binders_.combine = dSetMgr.CreateDescriptorSetBinder(dSetMgr.CreateDescriptorSet(binds), binds); in CreateRenderPsos()
H A Drender_motion_blur.cpp114 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
119 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
124 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
130 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
134 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
H A Drender_copy.cpp89 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
H A Drender_blur.cpp73 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
78 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
H A Drender_node_mip_chain_post_process.cpp156 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in InitNode()
161 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in InitNode()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_morph.cpp101 …const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(SET_WEIGHTS, pipelin… in PreExecuteFrame()
109 descriptorSetMgr.CreateDescriptorSet(SET_INPUTS, pipelineLayout_); in PreExecuteFrame()
118 descriptorSetMgr.CreateDescriptorSet(SET_OUTPUTS, pipelineLayout_); in PreExecuteFrame()
H A Drender_node_default_shadows_blur.cpp306 …const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(globalSet, reflPipel… in CreateDescriptorSets()
312 …const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(localSet, reflPipeli… in CreateDescriptorSets()
317 …const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(localSet, reflPipeli… in CreateDescriptorSets()
H A Drender_copy_helper.cpp68 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in Init()
H A Drender_node_default_env.cpp418 …const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(set, defaultPipeline… in CreateDescriptorSets()
424 …const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(set, defaultPipeline… in CreateDescriptorSets()
H A Drender_node_camera_cubemap.cpp507 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in InitCreateBinders()
513 const RenderHandle descHandle = descriptorSetMgr.CreateDescriptorSet(bindings); in InitCreateBinders()
H A Drender_node_default_material_deferred_shading.cpp451 const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(set, plDef); in CreateDescriptorSets()
458 …const RenderHandle descriptorSetHandle = descriptorSetMgr.CreateDescriptorSet(set, pipelineLayout_… in CreateDescriptorSets()
H A Drender_node_default_shadow_render_slot.cpp624 … descriptorSetMgr.CreateDescriptorSet(setIdx, allShaderData_.defaultPipelineLayout); in ProcessBuffersAndDescriptors()
631 … descriptorSetMgr.CreateDescriptorSet(setIdx, allShaderData_.defaultPipelineLayout); in ProcessBuffersAndDescriptors()
H A Drender_node_default_material_render_slot.cpp864 descriptorSetMgr.CreateDescriptorSet(setIdx, allShaderData_.defaultPipelineLayout); in ResetAndUpdateDescriptorSets()
874 descriptorSetMgr.CreateDescriptorSet(set, allShaderData_.defaultPipelineLayout); in ResetAndUpdateDescriptorSets()
H A Drender_node_default_depth_render_slot.cpp553 descriptorSetMgr.CreateDescriptorSet(setIdx, allShaderData_.defaultPipelineLayout); in ResetAndUpdateDescriptorSets()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.h56 virtual RenderHandle CreateDescriptorSet(
60 …RenderHandle CreateDescriptorSet(const uint32_t set, const PipelineLayout& pipelineLayout) overrid…
H A Dnode_context_descriptor_set_manager.cpp217 handles.push_back(CreateDescriptorSet(ref.binding)); in CreateDescriptorSets()
222 RenderHandle NodeContextDescriptorSetManager::CreateDescriptorSet( in CreateDescriptorSet() function in NodeContextDescriptorSetManager
234 return CreateDescriptorSet(ref.bindings); in CreateDescriptorSet()
283 handles[idx] = CreateDescriptorSet(descriptorSetLayoutBindings[idx].binding); in CreatePipelineDescriptorSetBinder()
H A Drender_node_post_process_util.cpp1001 descriptorSetMgr.CreateDescriptorSet(globalSetIdx, combineData_.pipelineLayout), in InitCreateBinders()
1006 descriptorSetMgr.CreateDescriptorSet(localSetIdx, combineData_.pipelineLayout), in InitCreateBinders()
1009 descriptorSetMgr.CreateDescriptorSet(localSetIdx, fxaaData_.pipelineLayout), in InitCreateBinders()
1012 descriptorSetMgr.CreateDescriptorSet(localSetIdx, taaData_.pipelineLayout), in InitCreateBinders()
1015 descriptorSetMgr.CreateDescriptorSet(localSetIdx, dofBlurData_.pipelineLayout), in InitCreateBinders()
1018 descriptorSetMgr.CreateDescriptorSet(localSetIdx, dofData_.pipelineLayout), in InitCreateBinders()
1022 …descriptorSetMgr.CreateDescriptorSetBinder(descriptorSetMgr.CreateDescriptorSet(0u, copyData_.pipe… in InitCreateBinders()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_descriptor_set_manager_gles.h39 RenderHandle CreateDescriptorSet(
H A Dnode_context_descriptor_set_manager_gles.cpp47 RenderHandle NodeContextDescriptorSetManagerGLES::CreateDescriptorSet( in CreateDescriptorSet() function in NodeContextDescriptorSetManagerGLES
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.h122 RenderHandle CreateDescriptorSet(
H A Dnode_context_descriptor_set_manager_vk.cpp388 RenderHandle NodeContextDescriptorSetManagerVk::CreateDescriptorSet( in CreateDescriptorSet() function in NodeContextDescriptorSetManagerVk