HomeSort by: relevance | last modified time | path
    Searched defs:content_base_size (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.c 1153 struct drm_vmw_size content_base_size = {0}; local in function:vmw_create_bo_proxy
1183 content_base_size.width = mode_cmd->pitches[0] / bytes_pp;
1184 content_base_size.height = mode_cmd->height;
1185 content_base_size.depth = 1;
1195 content_base_size,
vmwgfx_kms.c 1153 struct drm_vmw_size content_base_size = {0}; local in function:vmw_create_bo_proxy
1183 content_base_size.width = mode_cmd->pitches[0] / bytes_pp;
1184 content_base_size.height = mode_cmd->height;
1185 content_base_size.depth = 1;
1195 content_base_size,

Completed in 26 milliseconds