Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcast_utils.h32 static inline HandleType CastFromUint(Uint untyped_handle) { in CastFromUint() argument
34 return *reinterpret_cast<HandleType *>(&untyped_handle); in CastFromUint()
44 static inline HandleType CastFromUint64(uint64_t untyped_handle) { in CastFromUint64() argument
51 return CastFromUint<HandleType, Uint>(static_cast<Uint>(untyped_handle)); in CastFromUint64()