Searched defs:radeon_context (Results 1 – 2 of 2) sorted by relevance
374 struct radeon_context { struct375 struct gl_context glCtx; /**< base class, must be first */376 __DRIcontext *driContext; /* DRI context */377 radeonScreenPtr radeonScreen; /* Screen private DRI data */381 int texture_depth;382 float initialMaxAnisotropy;383 uint32_t texture_row_align;384 uint32_t texture_rect_row_align;385 uint32_t texture_compressed_row_align;387 struct radeon_dma dma;[all …]