Home
last modified time | relevance | path

Searched defs:radeon_context (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common_context.h386 struct radeon_context { struct
387 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 …]
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common_context.h386 struct radeon_context { struct
387 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 …]