Lines Matching refs:content_srf
511 struct vmw_surface content_srf; in vmw_stdu_crtc_set_config() local
528 content_srf.format = SVGA3D_X8R8G8B8; in vmw_stdu_crtc_set_config()
532 content_srf.format = SVGA3D_R5G6B5; in vmw_stdu_crtc_set_config()
536 content_srf.format = SVGA3D_P8; in vmw_stdu_crtc_set_config()
545 content_srf.flags = 0; in vmw_stdu_crtc_set_config()
546 content_srf.mip_levels[0] = 1; in vmw_stdu_crtc_set_config()
547 content_srf.multisample_count = 0; in vmw_stdu_crtc_set_config()
553 content_srf = *new_vfbs->surface; in vmw_stdu_crtc_set_config()
559 content_srf.flags, in vmw_stdu_crtc_set_config()
560 content_srf.format, in vmw_stdu_crtc_set_config()
562 content_srf.mip_levels[0], in vmw_stdu_crtc_set_config()
563 content_srf.multisample_count, in vmw_stdu_crtc_set_config()