OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textures
(Results
1 - 6
of
6
) 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
/src/external/mit/xorg/lib/libxcb/files/
glx.h
7221
const uint32_t *
textures
);
7238
const uint32_t *
textures
);
7286
const uint32_t *
textures
);
7300
const uint32_t *
textures
);
glx.c
7908
/*
textures
*/
7928
const uint32_t *
textures
)
7948
/* uint32_t
textures
*/
7949
xcb_parts[4].iov_base = (char *)
textures
;
7962
const uint32_t *
textures
)
7982
/* uint32_t
textures
*/
7983
xcb_parts[4].iov_base = (char *)
textures
;
8037
/*
textures
*/
8057
const uint32_t *
textures
)
8077
/* uint32_t
textures
*/
[
all
...]
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026