Home
last modified time | relevance | path

Searched refs:descriptorSetBitmask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_pso_manager.cpp202 uint32_t descriptorSetBitmask = 0; in GetComputePsoHandle() local
205 descriptorSetBitmask |= (1 << idx); in GetComputePsoHandle()
208 …le = RenderHandleUtil::CreateHandle(RenderHandleType::COMPUTE_PSO, index, 0, descriptorSetBitmask); in GetComputePsoHandle()
274 uint32_t descriptorSetBitmask = 0; in GetGraphicsPsoHandleImpl() local
277 descriptorSetBitmask |= (1 << idx); in GetGraphicsPsoHandleImpl()
280 …e = RenderHandleUtil::CreateHandle(RenderHandleType::GRAPHICS_PSO, index, 0, descriptorSetBitmask); in GetGraphicsPsoHandleImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp1513 uint32_t descriptorSetBitmask = 0; in CreatePipelineLayout() local
1519 descriptorSetBitmask |= (1 << setIdx); in CreatePipelineLayout()
1524 …erHandleUtil::CreateHandle(RenderHandleType::PIPELINE_LAYOUT, arrayIndex, 0, descriptorSetBitmask); in CreatePipelineLayout()