OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sheet_bytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_surfacedefs.h
1400
* @
sheet_bytes
: Bytes required in the backing store for a sheet
1411
size_t
sheet_bytes
;
member in struct:svga3dsurface_cache
1489
cache->
sheet_bytes
= cache->mip_chain_bytes * num_layers;
1490
if (!cache->
sheet_bytes
)
1517
if (offset >= cache->
sheet_bytes
)
1518
offset %= cache->
sheet_bytes
;
svga3d_surfacedefs.h
1400
* @
sheet_bytes
: Bytes required in the backing store for a sheet
1411
size_t
sheet_bytes
;
member in struct:svga3dsurface_cache
1489
cache->
sheet_bytes
= cache->mip_chain_bytes * num_layers;
1490
if (!cache->
sheet_bytes
)
1517
if (offset >= cache->
sheet_bytes
)
1518
offset %= cache->
sheet_bytes
;
Completed in 146 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025