Lines Matching defs:object
35 anv_shader_bin_serialize(struct vk_pipeline_cache_object *object,
44 anv_shader_bin_destroy(struct vk_pipeline_cache_object *object)
47 container_of(object->device, struct anv_device, vk);
49 container_of(object, struct anv_shader_bin, base);
184 anv_shader_bin_serialize(struct vk_pipeline_cache_object *object,
188 container_of(object, struct anv_shader_bin, base);
308 struct vk_pipeline_cache_object *object =
312 *user_cache_hit = object != NULL && cache_hit &&
315 if (object == NULL)
318 return container_of(object, struct anv_shader_bin, base);