Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
Dvk_util.h186 static inline void* __vk_find_struct(void* start, VkStructureType sType) { in __vk_find_struct() function
197 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()
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/
Dvk_util.h268 __vk_find_struct(void *start, VkStructureType sType) in __vk_find_struct() function
279 (VK_STRUCTURE_TYPE_##__sType##_cast *)__vk_find_struct( \
283 (const VK_STRUCTURE_TYPE_##__sType##_cast *)__vk_find_struct( \
/hardware/google/gfxstream/host/vulkan/
Dvk_util.h197 static inline void* __vk_find_struct(void* start, VkStructureType sType) { in __vk_find_struct() function
208 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()