OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textures
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r200.c
236
track->
textures
[i].robj = reloc->robj;
278
track->
textures
[i].cube_info[face - 1].offset = idx_value;
280
track->
textures
[i].cube_info[face - 1].robj = reloc->robj;
379
track->
textures
[i].enabled = !!(temp & (1 << i));
403
track->
textures
[i].width = (idx_value & RADEON_TEX_USIZE_MASK) + 1;
404
track->
textures
[i].height = ((idx_value & RADEON_TEX_VSIZE_MASK) >> RADEON_TEX_VSIZE_SHIFT) + 1;
414
track->
textures
[i].pitch = idx_value + 32;
424
track->
textures
[i].num_levels = ((idx_value & R200_MAX_MIP_LEVEL_MASK)
428
track->
textures
[i].roundup_w = false;
431
track->
textures
[i].roundup_h = false
[
all
...]
radeon_r300.c
763
track->
textures
[i].robj = reloc->robj;
926
track->
textures
[i].enabled = enabled;
949
track->
textures
[i].tex_coord_type = tmp;
954
track->
textures
[i].cpp = 1;
955
track->
textures
[i].compress_format = R100_TRACK_COMP_NONE;
967
track->
textures
[i].cpp = 2;
968
track->
textures
[i].compress_format = R100_TRACK_COMP_NONE;
979
track->
textures
[i].cpp = 4;
980
track->
textures
[i].compress_format = R100_TRACK_COMP_NONE;
985
track->
textures
[i].cpp = 8
[
all
...]
radeon_r100.c
1654
track->
textures
[i].robj = reloc->robj;
1670
track->
textures
[0].cube_info[i].offset = idx_value;
1672
track->
textures
[0].cube_info[i].robj = reloc->robj;
1688
track->
textures
[1].cube_info[i].offset = idx_value;
1690
track->
textures
[1].cube_info[i].robj = reloc->robj;
1706
track->
textures
[2].cube_info[i].offset = idx_value;
1708
track->
textures
[2].cube_info[i].robj = reloc->robj;
1801
track->
textures
[i].enabled = !!(temp & (1 << i));
1815
track->
textures
[i].width = (idx_value & RADEON_TEX_USIZE_MASK) + 1;
1816
track->
textures
[i].height = ((idx_value & RADEON_TEX_VSIZE_MASK) >> RADEON_TEX_VSIZE_SHIFT) + 1
[
all
...]
r100_track.h
75
struct r100_cs_track_texture
textures
[R300_TRACK_MAX_TEXTURE];
member in struct:r100_cs_track
Completed in 107 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025