OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_size
(Results
1 - 6
of
6
) 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
/src/sys/dev/pci/
if_iwm.c
5940
int
base_size
= IWM_SCAN_REQ_UMAC_SIZE_V1;
local
5944
base_size
= IWM_SCAN_REQ_UMAC_SIZE_V8;
5946
base_size
= IWM_SCAN_REQ_UMAC_SIZE_V7;
5952
return
base_size
+ sizeof(struct iwm_scan_channel_cfg_umac) *
Completed in 104 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026