Searched defs:radeon_context (Results 1 – 2 of 2) sorted by relevance
386 struct radeon_context { struct387 struct gl_context *glCtx;388 radeonScreenPtr radeonScreen; /* Screen private DRI data */392 int texture_depth;393 float initialMaxAnisotropy;394 uint32_t texture_row_align;395 uint32_t texture_rect_row_align;396 uint32_t texture_compressed_row_align;398 struct radeon_dma dma;399 struct radeon_hw_state hw;[all …]