Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_handle_util.cpp51 const uint32_t index, const uint32_t generationIndex, const uint32_t hasNameId) in CreateGpuResourceHandle() argument
58 …return { ((static_cast<uint64_t>(hasNameId) << RES_HANDLE_HAS_NAME_SHIFT) & RES_HANDLE_HAS_NAME_MA… in CreateGpuResourceHandle()
H A Dgpu_resource_manager.cpp1225 const uint32_t hasNameId = RenderHandleUtil::GetHasNamePart(handle); in Destroy() local
1226 if (hasNameId != 0) { in Destroy()
2061 const ResourceDescriptor& resourceDescriptor, const uint64_t handleId, const uint32_t hasNameId, in CreateClientHandle() argument
2107 … handle = RenderHandleUtil::CreateGpuResourceHandle(type, 0, index, generationIndex, hasNameId); in CreateClientHandle()
2138 const uint32_t hasNameId = (!info.name.empty()) ? 1u : 0u; in StoreAllocation() local
2150 … CreateClientHandle(info.type, info.descriptor, handleId, hasNameId, info.addHandleFlags), in StoreAllocation()
2153 if (hasNameId) { in StoreAllocation()
2158 } else if (hasNameId != 0u) { in StoreAllocation()
2167 … CreateClientHandle(info.type, info.descriptor, handleId, hasNameId, info.addHandleFlags), in StoreAllocation()
2174 … CreateClientHandle(info.type, info.descriptor, handleId, hasNameId, info.addHandleFlags), in StoreAllocation()
[all …]
H A Dgpu_resource_handle_util.h72 const uint32_t index, const uint32_t generationIndex, const uint32_t hasNameId);
H A Dgpu_resource_manager.h513 const uint64_t handleId, const uint32_t hasNameId, const uint32_t additionalInfoFlags);