Searched refs:__vk_find_struct (Results 1 – 1 of 1) sorted by relevance
198 static inline void* __vk_find_struct(void* start, VkStructureType sType) { in __vk_find_struct() function209 return static_cast<T*>(__vk_find_struct(static_cast<void*>(head), vk_get_vk_struct_id<T>::id)); in vk_find_struct()215 return static_cast<const T*>(__vk_find_struct(const_cast<void*>(static_cast<const void*>(head)), in vk_find_struct()