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.h74 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.c500 rrb = radeon_get_colorbuffer(&rmesa->radeon); in radeonColorMask()
1927 rrb = radeon_get_colorbuffer(&rmesa->radeon); in r100ValidateBuffers()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.h74 static inline struct radeon_renderbuffer *radeon_get_colorbuffer(radeonContextPtr rmesa) in radeon_get_colorbuffer() function
Dr200_state_init.c329 rrb = radeon_get_colorbuffer(&r200->radeon); in check_rrb()
418 rrb = radeon_get_colorbuffer(&r200->radeon); in check_always_ctx()
447 rrb = radeon_get_colorbuffer(&r200->radeon); in ctx_emit_cs()
Dr200_state.c687 rrb = radeon_get_colorbuffer(&rmesa->radeon); in r200ColorMask()
1591 rrb = radeon_get_colorbuffer(&r200->radeon); in r200_vtbl_update_scissor()
2148 rrb = radeon_get_colorbuffer(&rmesa->radeon); in r200ValidateBuffers()