Home
last modified time | relevance | path

Searched refs:descriptorSetLayouts (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dpipeline_layout_loader.cpp96 vector<DescriptorSetLayout> descriptorSetLayouts; in Load() local
97 ParseArray<decltype(descriptorSetLayouts)::value_type>( in Load()
98 jsonData, "descriptorSetLayouts", descriptorSetLayouts, result); in Load()
99 if (!descriptorSetLayouts.empty()) { in Load()
100 const uint32_t inputDescriptorSetCount = static_cast<uint32_t>(descriptorSetLayouts.size()); in Load()
106 for (const auto& descRef : descriptorSetLayouts) { in Load()
123 const uint32_t setIndex = descriptorSetLayouts[idx].set; in Load()
125 pl.descriptorSetLayouts[setIndex] = move(descriptorSetLayouts[idx]); in Load()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_program_util.cpp76 auto& descriptorSetLayouts = outPl.descriptorSetLayouts; in CombinePipelineLayouts() local
79 if (plRef.descriptorSetLayouts[idx].set != PipelineLayoutConstants::INVALID_INDEX) { in CombinePipelineLayouts()
80 descriptorSetLayouts[idx].set = plRef.descriptorSetLayouts[idx].set; in CombinePipelineLayouts()
82 … GpuProgramUtil::AddBindings(plRef.descriptorSetLayouts[idx], descriptorSetLayouts[idx]); in CombinePipelineLayouts()
94 for (const DescriptorSetLayout& currLayout : outPl.descriptorSetLayouts) { in CombinePipelineLayouts()
102 for (DescriptorSetLayout& currSet : outPl.descriptorSetLayouts) { in CombinePipelineLayouts()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp86 …VkDescriptorSetLayout descriptorSetLayouts[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] { VK… member
103 const auto& descRef = pipelineLayout.descriptorSetLayouts[operationIdx]; in GetDescriptorSetFillData()
110 const auto& descSetLayoutData = pipelineLayoutDataVk.descriptorSetLayouts[setIdx]; in GetDescriptorSetFillData()
115 ds.descriptorSetLayouts[setIdx] = descSetLayoutData.descriptorSetLayout; in GetDescriptorSetFillData()
124 &ds.descriptorSetLayouts[setIdx])); // pSetLayout in GetDescriptorSetFillData()
156 &ds.descriptorSetLayouts[setIdx])); // pSetLayout in GetDescriptorSetFillData()
416 ds.descriptorSetLayouts, // pSetLayouts in GraphicsPipelineStateObjectVk()
505 const auto& descRef = ds.descriptorSetLayouts[idx]; in GraphicsPipelineStateObjectVk()
590 ds.descriptorSetLayouts, // pSetLayouts in ComputePipelineStateObjectVk()
620 const auto& descRef = ds.descriptorSetLayouts[idx]; in ComputePipelineStateObjectVk()
H A Dpipeline_create_functions_vk.h69 LowLevelDescriptorSetVk descriptorSetLayouts[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT]; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_bloom.cpp644 const auto& gBinds = pl.descriptorSetLayouts[globalSet].bindings; in CreateComputePsos()
647 const auto& lBinds = pl.descriptorSetLayouts[localSetIdx].bindings; in CreateComputePsos()
658 const auto& binds = pl.descriptorSetLayouts[localSetIdx].bindings; in CreateComputePsos()
671 const auto& binds = pl.descriptorSetLayouts[localSetIdx].bindings; in CreateComputePsos()
683 const auto& binds = pl.descriptorSetLayouts[localSetIdx].bindings; in CreateComputePsos()
762 const auto& gBinds = pipelineLayout.descriptorSetLayouts[globalSet].bindings; in CreateRenderPsos()
765 const auto& lBinds = pipelineLayout.descriptorSetLayouts[localSet].bindings; in CreateRenderPsos()
772 const auto& binds = pipelineLayout.descriptorSetLayouts[localSet].bindings; in CreateRenderPsos()
781 const auto& binds = pipelineLayout.descriptorSetLayouts[localSet].bindings; in CreateRenderPsos()
790 const auto& binds = pipelineLayout.descriptorSetLayouts[localSet].bindings; in CreateRenderPsos()
H A Drender_motion_blur.cpp113 … const auto& bindings = renderData_.pipelineLayout.descriptorSetLayouts[globalSet].bindings; in Init()
118 … const auto& bindings = renderData_.pipelineLayout.descriptorSetLayouts[localSet].bindings; in Init()
123 … const auto& bindings = renderTileMaxData_.pipelineLayout.descriptorSetLayouts[localSet].bindings; in Init()
128 …const auto& bindings = renderTileNeighborData_.pipelineLayout.descriptorSetLayouts[localSet].bindi… in Init()
H A Drender_node_shader_passes_generic.cpp214 const auto& currSet = pl.descriptorSetLayouts[setIdx]; in ExecuteFrameGraphics()
303 const auto& currSet = pl.descriptorSetLayouts[setIdx]; in ExecuteFrameCompute()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_morph.cpp103 descriptorSetHandle, pipelineLayout_.descriptorSetLayouts[SET_WEIGHTS].bindings); in PreExecuteFrame()
111 descriptorSetHandle, pipelineLayout_.descriptorSetLayouts[SET_INPUTS].bindings); in PreExecuteFrame()
120 … descriptorSetHandle, pipelineLayout_.descriptorSetLayouts[SET_OUTPUTS].bindings); in PreExecuteFrame()
H A Drender_node_default_shadows_blur.cpp308 descriptorSetHandle, reflPipelineLayout.descriptorSetLayouts[globalSet].bindings); in CreateDescriptorSets()
314 descriptorSetHandle, reflPipelineLayout.descriptorSetLayouts[localSet].bindings); in CreateDescriptorSets()
319 descriptorSetHandle, reflPipelineLayout.descriptorSetLayouts[localSet].bindings); in CreateDescriptorSets()
H A Drender_node_default_material_deferred_shading.cpp442 dc.counts.reserve(dc.counts.size() + plDef.descriptorSetLayouts[0U].bindings.size()); in CreateDescriptorSets()
443 for (const auto& bindingRef : plDef.descriptorSetLayouts[0U].bindings) { in CreateDescriptorSets()
453 …riptorSetMgr.CreateDescriptorSetBinder(descriptorSetHandle, plDef.descriptorSetLayouts[set].bindin… in CreateDescriptorSets()
460 descriptorSetHandle, pipelineLayout_.descriptorSetLayouts[set].bindings); in CreateDescriptorSets()
H A Drender_node_default_env.cpp256 const auto& descBindings = plRef.descriptorSetLayouts[FIXED_CUSTOM_SET2].bindings; in UpdateAndBindCustomSet()
420 descriptorSetHandle, defaultPipelineLayout_.descriptorSetLayouts[set].bindings); in CreateDescriptorSets()
426 descriptorSetHandle, defaultPipelineLayout_.descriptorSetLayouts[set].bindings); in CreateDescriptorSets()
H A Drender_node_camera_cubemap.cpp496 …renderNodeUtil.GetDescriptorCounts(pipelineLayout_.descriptorSetLayouts[LOCAL_POST_PROCESS_SET].bi… in InitCreateBinders()
506 … const auto& bindings = pipelineLayout_.descriptorSetLayouts[GLOBAL_POST_PROCESS_SET].bindings; in InitCreateBinders()
511 … const auto& bindings = pipelineLayout_.descriptorSetLayouts[LOCAL_POST_PROCESS_SET].bindings; in InitCreateBinders()
H A Drender_copy_helper.cpp67 const auto& bindings = renderData_.pipelineLayout.descriptorSetLayouts[0U].bindings; in Init()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/pipelinelayouts/
H A Dpost_process_common.shaderpl7 "descriptorSetLayouts": [
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/pipelinelayouts/
H A Dcore3d_dm_depth.shaderpl6 "descriptorSetLayouts": [
H A Dcore3d_dm_env.shaderpl6 "descriptorSetLayouts": [
H A Dcore3d_post_process.shaderpl7 "descriptorSetLayouts": [
H A Dcore3d_dm_fullscreen_deferred_shading.shaderpl7 "descriptorSetLayouts": [
H A Dcore3d_dm_fw.shaderpl6 "descriptorSetLayouts": [
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.cpp226 const auto& ref = pipelineLayout.descriptorSetLayouts[set]; in CreateDescriptorSet()
258 const auto& ref = pipelineLayout.descriptorSetLayouts[set]; in CreateOneFrameDescriptorSet()
281 …if (pipelineLayout.descriptorSetLayouts[idx].set < PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COU… in CreatePipelineDescriptorSetBinder()
282 … descriptorSetLayoutBindings[idx] = { pipelineLayout.descriptorSetLayouts[idx].bindings }; in CreatePipelineDescriptorSetBinder()
H A Drender_node_post_process_util.cpp1002 combineData_.pipelineLayout.descriptorSetLayouts[globalSetIdx].bindings); in InitCreateBinders()
1007 combineData_.pipelineLayout.descriptorSetLayouts[localSetIdx].bindings); in InitCreateBinders()
1010 fxaaData_.pipelineLayout.descriptorSetLayouts[localSetIdx].bindings); in InitCreateBinders()
1013 taaData_.pipelineLayout.descriptorSetLayouts[localSetIdx].bindings); in InitCreateBinders()
1016 dofBlurData_.pipelineLayout.descriptorSetLayouts[localSetIdx].bindings); in InitCreateBinders()
1019 dofData_.pipelineLayout.descriptorSetLayouts[localSetIdx].bindings); in InitCreateBinders()
1023 copyData_.pipelineLayout.descriptorSetLayouts[0u].bindings); in InitCreateBinders()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/templates/pipelinelayouts/
H A Dpipeline_layout.shaderpl7 "descriptorSetLayouts": [
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp56 for (const auto& set : pipeline.descriptorSetLayouts) { in CollectRes()
122 DescriptorSetLayout& currSet = pipelineLayout.descriptorSetLayouts[idx]; in SortSets()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_layout_desc.h223 DescriptorSetLayout descriptorSetLayouts[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] {};
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp477 DescriptorSetLayout descriptorSetLayouts[PipelineLayoutConstants::MAX_DESCRIPTOR_SET_COUNT] {}; member
609 auto& layout = pipelineLayout.descriptorSetLayouts[set]; in GetPipelineLayout()
1228 … reflectDescriptorSets(compiler, resources, shaderStateFlags, pipelineLayout.descriptorSetLayouts); in reflectSpvBinary()
1230 static_cast<uint32_t>(std::count_if(std::begin(pipelineLayout.descriptorSetLayouts), in reflectSpvBinary()
1231 std::end(pipelineLayout.descriptorSetLayouts), [](const DescriptorSetLayout& layout) { in reflectSpvBinary()
1314 auto begin = std::begin(pipelineLayout.descriptorSetLayouts); in reflectSpvBinary()
1387 DescriptorSetLayout& currSet = pipelineLayout.descriptorSetLayouts[idx]; in SortSets()

12