Searched defs:vk_shader_ops (Results 1 – 1 of 1) sorted by relevance
98 struct vk_shader_ops { struct100 void (*destroy)(struct vk_device *device,112 bool (*serialize)(struct vk_device *device,121 VkResult (*get_executable_properties)(struct vk_device *device,151 const struct vk_shader_ops *ops, argument