Home
last modified time | relevance | path

Searched refs:radeon_get_depthbuffer (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.h64 static inline struct radeon_renderbuffer *radeon_get_depthbuffer(radeonContextPtr rmesa) in radeon_get_depthbuffer() function
Dradeon_state_init.c307 drb = radeon_get_depthbuffer(&r100->radeon); in check_always_ctx()
360 drb = radeon_get_depthbuffer(&r100->radeon); in ctx_emit_cs()
Dradeon_common.c583 rrb = radeon_get_depthbuffer(radeon); in radeonFinish()
Dradeon_state.c1935 rrb = radeon_get_depthbuffer(&rmesa->radeon); in r100ValidateBuffers()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.h64 static inline struct radeon_renderbuffer *radeon_get_depthbuffer(radeonContextPtr rmesa) in radeon_get_depthbuffer() function
Dradeon_common.c583 rrb = radeon_get_depthbuffer(radeon); in radeonFinish()
Dr200_state_init.c423 drb = radeon_get_depthbuffer(&r200->radeon); in check_always_ctx()
479 drb = radeon_get_depthbuffer(&r200->radeon); in ctx_emit_cs()
Dr200_state.c2156 rrb = radeon_get_depthbuffer(&rmesa->radeon); in r200ValidateBuffers()