Home
last modified time | relevance | path

Searched refs:radeon_cs_space_check_with_bo (Results 1 – 11 of 11) sorted by relevance

/external/libdrm/radeon/
Dradeon-symbols.txt31 radeon_cs_space_check_with_bo
Dradeon_cs.h110 int radeon_cs_space_check_with_bo(struct radeon_cs *cs,
Dradeon_cs_space.c210 radeon_cs_space_check_with_bo(struct radeon_cs *cs, struct radeon_bo *bo, in radeon_cs_space_check_with_bo() function
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c224 ret = radeon_cs_space_check_with_bo(r100->radeon.cmdbuf.cs, in validate_buffers()
229 ret = radeon_cs_space_check_with_bo(r100->radeon.cmdbuf.cs, in validate_buffers()
Dradeon_queryobj.c140 radeon_cs_space_check_with_bo(radeon->cmdbuf.cs, in radeonEmitQueryEnd()
Dradeon_dma.c251 if (radeon_cs_space_check_with_bo(rmesa->cmdbuf.cs, in radeonRefillCurrentDmaRegion()
Dradeon_state.c1960 …ret = radeon_cs_space_check_with_bo(rmesa->radeon.cmdbuf.cs, first_elem(&rmesa->radeon.dma.reserve… in r100ValidateBuffers()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c375 ret = radeon_cs_space_check_with_bo(r200->radeon.cmdbuf.cs,
380 ret = radeon_cs_space_check_with_bo(r200->radeon.cmdbuf.cs,
Dradeon_queryobj.c140 radeon_cs_space_check_with_bo(radeon->cmdbuf.cs, in radeonEmitQueryEnd()
Dradeon_dma.c251 if (radeon_cs_space_check_with_bo(rmesa->cmdbuf.cs, in radeonRefillCurrentDmaRegion()
Dr200_state.c2180 …ret = radeon_cs_space_check_with_bo(rmesa->radeon.cmdbuf.cs, dma_bo->bo, RADEON_GEM_DOMAIN_GTT, 0); in r200ValidateBuffers()