Lines Matching refs:radeon_bo_gem
44 #include "radeon_bo_gem.h"
46 struct radeon_bo_gem {
67 struct radeon_bo_gem *bo;
70 bo = (struct radeon_bo_gem*)calloc(1, sizeof(struct radeon_bo_gem));
127 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)boi;
138 memset(bo_gem, 0, sizeof(struct radeon_bo_gem));
145 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)boi;
187 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)boi;
305 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)bo;
312 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)bo;
319 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)bo;
358 struct radeon_bo_gem *bo_gem = (struct radeon_bo_gem*)bo;
368 struct radeon_bo_gem *bo;
372 bo = (struct radeon_bo_gem*)calloc(1, sizeof(struct radeon_bo_gem));