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