Searched refs:__vk_find_struct (Results 1 – 3 of 3) sorted by relevance
186 static inline void* __vk_find_struct(void* start, VkStructureType sType) { in __vk_find_struct() function197 return static_cast<T*>(__vk_find_struct(static_cast<void*>(head), vk_get_vk_struct_id<T>::id)); in vk_find_struct()203 return static_cast<const T*>(__vk_find_struct(const_cast<void*>(static_cast<const void*>(head)), in vk_find_struct()
268 __vk_find_struct(void *start, VkStructureType sType) in __vk_find_struct() function279 (VK_STRUCTURE_TYPE_##__sType##_cast *)__vk_find_struct( \283 (const VK_STRUCTURE_TYPE_##__sType##_cast *)__vk_find_struct( \
197 static inline void* __vk_find_struct(void* start, VkStructureType sType) { in __vk_find_struct() function208 return static_cast<T*>(__vk_find_struct(static_cast<void*>(head), vk_get_vk_struct_id<T>::id)); in vk_find_struct()214 return static_cast<const T*>(__vk_find_struct(const_cast<void*>(static_cast<const void*>(head)), in vk_find_struct()