Searched refs:HashRange (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | hash.h | 163 inline uint64_t HashRange(Iter first, Iter last) in HashRange() function 174 inline void HashRange(uint64_t& seed, Iter first, Iter last) in HashRange() function
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | node_context_pool_manager_vk.cpp | 51 HashRange(seed, subpass.inputAttachmentIndices, subpass.inputAttachmentIndices + subpass.inputAttachmentCount); in hash() 52 HashRange(seed, subpass.colorAttachmentIndices, subpass.colorAttachmentIndices + subpass.colorAttachmentCount); in hash() 53 HashRange( in hash() 90 HashRange(hash, &subpasses, &subpasses + renderPassDesc.subpassCount); in HashRenderPassCompatibility()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | node_context_pool_manager_gles.cpp | 98 HashRange( in HashRPD() 100 HashRange( in HashRPD() 391 HashRange(subHash, sb.colorAttachmentIndices, sb.colorAttachmentIndices + sb.colorAttachmentCount); in HashAttachments()
|
Completed in 4 milliseconds