Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_pool_manager_vk.cpp116 const auto& attachRef = renderPassDesc.attachments[idx]; in HashRenderPassOps() local
117 const uint64_t opHash = (static_cast<uint64_t>(attachRef.loadOp) << 48ULL) | in HashRenderPassOps()
118 (static_cast<uint64_t>(attachRef.storeOp) << 32ULL) | in HashRenderPassOps()
119 (static_cast<uint64_t>(attachRef.stencilLoadOp) << 16ULL) | in HashRenderPassOps()
120 (static_cast<uint64_t>(attachRef.stencilStoreOp)); in HashRenderPassOps()