Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcast_utils.h44 static inline HandleType CastFromUint64(uint64_t untyped_handle) { in CastFromUint64() function
71 *handle = CastFromUint64<HandleType>(CastToUint64<ValueType>(value)); in CastToHandle()
84 *value = CastFromUint64<ValueType>(CastToUint64<HandleType>(handle)); in CastFromHandle()
Dobject_tracker_utils.cpp91 const auto parent_pool = CastFromUint64<VkCommandPool>(pNode->parent_object); in ValidateCommandBuffer()
130 … const auto parent_pool = CastFromUint64<VkDescriptorPool>(dsItem->second->parent_object); in ValidateDescriptorSet()
/external/vulkan-validation-layers/layers/generated/
Dvk_object_types.h761 return CastFromUint64<Handle>(handle);
Dlayer_chassis_dispatch.cpp754 memcpy(destination, CastFromUint64<void *>(source), size); in BuildUnwrappedUpdateTemplateBuffer()
760 delete CastFromUint64<VkDescriptorImageInfo *>(source); in BuildUnwrappedUpdateTemplateBuffer()
764 *(CastFromUint64<VkDescriptorBufferInfo *>(source)); in BuildUnwrappedUpdateTemplateBuffer()
765 delete CastFromUint64<VkDescriptorBufferInfo *>(source); in BuildUnwrappedUpdateTemplateBuffer()
768 … *(reinterpret_cast<VkBufferView *>(destination)) = CastFromUint64<VkBufferView>(source); in BuildUnwrappedUpdateTemplateBuffer()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp1228 auto bad_memory = CastFromUint64<VkDeviceMemory>(CastToUint64(VulkanMemory) + 1); in ~VkBufferTest()