Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dvk_util.h190 __vk_find_struct(void *start, VkStructureType sType) in __vk_find_struct() function
203 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()