Lines Matching refs:base
593 screen->base.destroy = softpipe_destroy_screen;
595 screen->base.get_name = softpipe_get_name;
596 screen->base.get_vendor = softpipe_get_vendor;
597 screen->base.get_device_vendor = softpipe_get_vendor; // TODO should be the CPU vendor
598 screen->base.get_param = softpipe_get_param;
599 screen->base.get_shader_param = softpipe_get_shader_param;
600 screen->base.get_paramf = softpipe_get_paramf;
601 screen->base.get_timestamp = softpipe_get_timestamp;
602 screen->base.is_format_supported = softpipe_is_format_supported;
603 screen->base.context_create = softpipe_create_context;
604 screen->base.flush_frontbuffer = softpipe_flush_frontbuffer;
605 screen->base.get_compute_param = softpipe_get_compute_param;
606 screen->base.get_compiler_options = softpipe_get_compiler_options;
609 softpipe_init_screen_texture_funcs(&screen->base);
610 softpipe_init_screen_fence_funcs(&screen->base);
612 return &screen->base;