Searched defs:r200_context (Results 1 – 1 of 1) sorted by relevance
577 struct r200_context { struct578 struct radeon_context radeon;582 struct r200_hw_state hw;583 struct r200_state state;584 struct r200_vertex_program *curr_vp_hw;588 struct radeon_ioctl ioctl;589 struct radeon_store store;593 GLuint prefer_gart_client_texturing;597 GLmatrix TexGenMatrix[R200_MAX_TEXTURE_UNITS];598 GLboolean recheck_texgen[R200_MAX_TEXTURE_UNITS];[all …]