Searched refs:bicubic_bo (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_textured_video.c | 332 if (!info->bicubic_bo) 694 &info->bicubic_bo, 704 ret = radeon_bo_map(info->bicubic_bo, 1); 708 bicubic_addr = info->bicubic_bo->ptr; 717 radeon_bo_unmap(info->bicubic_bo);
|
| H A D | radeon_textured_videofuncs.c | 66 radeon_cs_space_add_persistent_bo(info->cs, info->bicubic_bo, 438 radeon_cs_space_add_persistent_bo(info->cs, info->bicubic_bo, 965 radeon_cs_space_add_persistent_bo(info->cs, info->bicubic_bo, 1112 OUT_TEXTURE_REG(R300_TX_OFFSET_1, 0, info->bicubic_bo); 2385 radeon_cs_space_add_persistent_bo(info->cs, info->bicubic_bo, 2556 OUT_TEXTURE_REG(R300_TX_OFFSET_1, 0, info->bicubic_bo);
|
| H A D | radeon.h | 595 struct radeon_bo *bicubic_bo; member in struct:__anon5a499fe10208
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_textured_video.c | 772 info->bicubic_bo = info->bicubic_memory; 779 ret = radeon_bo_map(info->bicubic_bo, 1); 783 bicubic_addr = info->bicubic_bo->ptr; 795 radeon_bo_unmap(info->bicubic_bo);
|
| H A D | radeon_textured_videofuncs.c | 113 radeon_cs_space_add_persistent_bo(info->cs, info->bicubic_bo, RADEON_GEM_DOMAIN_GTT | RADEON_GEM_DOMAIN_VRAM, 0); 582 radeon_cs_space_add_persistent_bo(info->cs, info->bicubic_bo, RADEON_GEM_DOMAIN_GTT | RADEON_GEM_DOMAIN_VRAM, 0); 1201 radeon_cs_space_add_persistent_bo(info->cs, info->bicubic_bo, RADEON_GEM_DOMAIN_GTT | RADEON_GEM_DOMAIN_VRAM, 0); 1383 OUT_TEXTURE_REG(R300_TX_OFFSET_1, bicubic_offset, info->bicubic_bo); 2685 radeon_cs_space_add_persistent_bo(info->cs, info->bicubic_bo, RADEON_GEM_DOMAIN_GTT | RADEON_GEM_DOMAIN_VRAM, 0); 2891 OUT_TEXTURE_REG(R300_TX_OFFSET_1, bicubic_offset, info->bicubic_bo);
|
| H A D | radeon.h | 1038 struct radeon_bo *bicubic_bo; member in struct:__anonb194aea90e08
|
Completed in 16 milliseconds