Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp283 uint64_t getBoxedFromUnboxedLocked(uint64_t unboxed) { in getBoxedFromUnboxedLocked() argument
284 auto* res = android::base::find(reverseMap, unboxed); in getBoxedFromUnboxedLocked()
3021 auto unboxed = pDescriptorSets[i]; in on_vkAllocateDescriptorSets() local
3025 (uint64_t)(pDescriptorSets[i]), unboxed); in on_vkAllocateDescriptorSets()
6750 type unboxed_to_boxed_##type(type unboxed) { \
6752 return (type)sBoxedHandleManager.getBoxedFromUnboxedLocked((uint64_t)(uintptr_t)unboxed); \
6779 type unboxed_to_boxed_non_dispatchable_##type(type unboxed) { \
6781 return (type)sBoxedHandleManager.getBoxedFromUnboxedLocked((uint64_t)(uintptr_t)unboxed); \
8898 type VkDecoderGlobalState::unboxed_to_boxed_##type(type unboxed) { \
8899 return mImpl->unboxed_to_boxed_##type(unboxed); \
[all …]