Home
last modified time | relevance | path

Searched refs:radeon_get_colorbuffer (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.h75 static inline struct radeon_renderbuffer *radeon_get_colorbuffer(radeonContextPtr rmesa) in radeon_get_colorbuffer() function
Dradeon_state_init.c302 rrb = radeon_get_colorbuffer(&r100->radeon); in check_always_ctx()
328 rrb = radeon_get_colorbuffer(&r100->radeon); in ctx_emit_cs()
Dradeon_state.c499 rrb = radeon_get_colorbuffer(&rmesa->radeon); in radeonColorMask()
2000 rrb = radeon_get_colorbuffer(&rmesa->radeon); in r100ValidateBuffers()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.h75 static inline struct radeon_renderbuffer *radeon_get_colorbuffer(radeonContextPtr rmesa) in radeon_get_colorbuffer() function
Dr200_state_init.c328 rrb = radeon_get_colorbuffer(&r200->radeon); in check_rrb()
417 rrb = radeon_get_colorbuffer(&r200->radeon); in check_always_ctx()
446 rrb = radeon_get_colorbuffer(&r200->radeon); in ctx_emit_cs()
Dr200_state.c684 rrb = radeon_get_colorbuffer(&rmesa->radeon); in r200ColorMask()
1589 rrb = radeon_get_colorbuffer(&r200->radeon); in r200_vtbl_update_scissor()
2224 rrb = radeon_get_colorbuffer(&rmesa->radeon); in r200ValidateBuffers()