Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_handle_util.cpp29 constexpr uint64_t HANDLE_ID_SIZE { RES_HANDLE_ID_MASK >> RES_HANDLE_ID_SHIFT }; variable
37 if (index >= HANDLE_ID_SIZE) { in CreateGpuResourceHandle()
38 … PLUGIN_LOG_E("index (%u), exceeds max index (%u)", index, static_cast<uint32_t>(HANDLE_ID_SIZE)); in CreateGpuResourceHandle()
54 if (index >= HANDLE_ID_SIZE) { in CreateGpuResourceHandle()
55 … PLUGIN_LOG_E("index (%u), exceeds max index (%u)", index, static_cast<uint32_t>(HANDLE_ID_SIZE)); in CreateGpuResourceHandle()
74 if (index >= HANDLE_ID_SIZE) { in CreateHandle()
75 … PLUGIN_LOG_E("index (%u), exceeds max index (%u)", index, static_cast<uint32_t>(HANDLE_ID_SIZE)); in CreateHandle()
96 if (index >= HANDLE_ID_SIZE) { in CreateEngineResourceHandle()
97 … PLUGIN_LOG_E("index (%u), exceeds max index (%u)", index, static_cast<uint32_t>(HANDLE_ID_SIZE)); in CreateEngineResourceHandle()