OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_size
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c
826
srf->
base_size
= *srf->sizes;
1046
ret = copy_to_user(user_sizes, &srf->
base_size
,
1047
sizeof(srf->
base_size
));
1134
cmd3->body.size.width = srf->
base_size
.width;
1135
cmd3->body.size.height = srf->
base_size
.height;
1136
cmd3->body.size.depth = srf->
base_size
.depth;
1147
cmd2->body.size.width = srf->
base_size
.width;
1148
cmd2->body.size.height = srf->
base_size
.height;
1149
cmd2->body.size.depth = srf->
base_size
.depth;
1160
cmd->body.size.width = srf->
base_size
.width
[
all
...]
vmwgfx_stdu.c
598
dst_pitch = stdu->display_srf->
base_size
.width * stdu->cpp;
1063
if (new_vfbs && new_vfbs->surface->
base_size
.width == hdisplay &&
1064
new_vfbs->surface->
base_size
.height == vdisplay)
1114
struct drm_vmw_size cur_base_size = vps->surf->
base_size
;
1316
dst_pitch = stdu->display_srf->
base_size
.width * stdu->cpp;
vmwgfx_kms.c
918
surface->
base_size
.width < mode_cmd->width ||
919
surface->
base_size
.height < mode_cmd->height ||
920
surface->
base_size
.depth != 1)) {
2605
struct drm_vmw_size *size = &vmw_res_to_srf(res)->
base_size
;
vmwgfx_drv.h
240
struct drm_vmw_size
base_size
;
member in struct:vmw_surface
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
vmwgfx_drm.h
917
* @
base_size
Size of the base mip level for all faces.
933
struct drm_vmw_size
base_size
;
member in struct:drm_vmw_gb_surface_create_req
Completed in 17 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025