Searched refs:__vk_find_struct (Results 1 – 1 of 1) sorted by relevance
190 __vk_find_struct(void *start, VkStructureType sType) in __vk_find_struct() function203 return static_cast<T*>(__vk_find_struct(static_cast<void*>(head), vk_get_vk_struct_id<T>::id)); in vk_find_struct()209 return static_cast<const T*>(__vk_find_struct(const_cast<void*>(static_cast<const void*>(head)), in vk_find_struct()