OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blit_width
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm/dist/shared-core/
radeon_state.c
1672
int size, dwords, tex_width,
blit_width
, spitch;
local
1704
blit_width
= image->width * 4;
1714
blit_width
= image->width * 2;
1720
blit_width
= image->width * 1;
1726
spitch =
blit_width
>> 6;
1743
blit_width
- 1)) {
1748
DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height,
blit_width
);
1761
size = height *
blit_width
;
1764
height = RADEON_MAX_TEXTURE_SIZE /
blit_width
;
1765
size = height *
blit_width
;
[
all
...]
Completed in 17 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026