HomeSort by: relevance | last modified time | path
    Searched refs:cube_info (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
r100_track.h 42 struct r100_cs_cube_info cube_info[5]; /* info for 5 non-primary faces */ member in struct:r100_cs_track_texture
radeon_r200.c 278 track->textures[i].cube_info[face - 1].offset = idx_value;
280 track->textures[i].cube_info[face - 1].robj = reloc->robj;
526 track->textures[i].cube_info[4].width = 1 << ((idx_value >> 16) & 0xf);
527 track->textures[i].cube_info[4].height = 1 << ((idx_value >> 20) & 0xf);
539 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf);
540 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf);
radeon_r100.c 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;
1889 track->textures[i].cube_info[4].width = 1 << ((idx_value >> 16) & 0xf);
1890 track->textures[i].cube_info[4].height = 1 << ((idx_value >> 20) & 0xf);
1899 track->textures[i].cube_info[face].width = 1 << ((tmp >> (face * 8)) & 0xf);
1900 track->textures[i].cube_info[face].height = 1 << ((tmp >> ((face * 8) + 4)) & 0xf)
    [all...]

Completed in 13 milliseconds