/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/TargetInfo/ |
AMDGPUTargetInfo.cpp | 24 RegisterTarget<Triple::r600, false> 25 R600(TheAMDGPUTarget, "r600", "AMD GPUs HD2XXX-HD6XXX");
|
/external/llvm/lib/Target/R600/TargetInfo/ |
AMDGPUTargetInfo.cpp | 24 RegisterTarget<Triple::r600, false> 25 R600(TheAMDGPUTarget, "r600", "AMD GPUs HD2XXX-HD6XXX");
|
/external/mesa3d/src/gallium/drivers/radeon/TargetInfo/ |
AMDGPUTargetInfo.cpp | 24 RegisterTarget<Triple::r600, false> 25 R600(TheAMDGPUTarget, "r600", "AMD GPUs HD2XXX-HD6XXX");
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.h | 38 R600,
|
radeon_drm_winsys.c | 234 ws->gen = R600; 273 else if (ws->gen >= R600) { 307 if (ws->gen == R600 && !debug_get_bool_option("RADEON_VA", FALSE)) 329 if (ws->gen >= R600) { 391 ws->gen < R600) { 421 if (ws->gen >= R600) {
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.h | 38 R600,
|
radeon_drm_winsys.c | 234 ws->gen = R600; 273 else if (ws->gen >= R600) { 307 if (ws->gen == R600 && !debug_get_bool_option("RADEON_VA", FALSE)) 329 if (ws->gen >= R600) { 391 ws->gen < R600) { 421 if (ws->gen >= R600) {
|
/external/llvm/lib/Target/R600/ |
AMDGPUSubtarget.cpp | 36 Gen(AMDGPUSubtarget::R600),
|
AMDGPUSubtarget.h | 36 R600 = 0,
|
/external/chromium_org/third_party/mesa/src/include/pci_ids/ |
r600_pci_ids.h | 1 CHIPSET(0x9400, R600_9400, R600) 2 CHIPSET(0x9401, R600_9401, R600) 3 CHIPSET(0x9402, R600_9402, R600) 4 CHIPSET(0x9403, R600_9403, R600) 5 CHIPSET(0x9405, R600_9405, R600) 6 CHIPSET(0x940A, R600_940A, R600) 7 CHIPSET(0x940B, R600_940B, R600) 8 CHIPSET(0x940F, R600_940F, R600)
|
/external/mesa3d/include/pci_ids/ |
r600_pci_ids.h | 1 CHIPSET(0x9400, R600_9400, R600) 2 CHIPSET(0x9401, R600_9401, R600) 3 CHIPSET(0x9402, R600_9402, R600) 4 CHIPSET(0x9403, R600_9403, R600) 5 CHIPSET(0x9405, R600_9405, R600) 6 CHIPSET(0x940A, R600_940A, R600) 7 CHIPSET(0x940B, R600_940B, R600) 8 CHIPSET(0x940F, R600_940F, R600)
|
/external/clang/include/clang/Basic/ |
TargetBuiltins.h | 75 /// \brief R600 builtins 76 namespace R600 {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600.h | 69 R600,
|
r600_pipe.c | 52 R600_ERR("r600: failed to create bo for fence objects\n"); 79 R600_ERR("r600: too many concurrent fences\n"); 249 case R600: 305 if (rctx->chip_class == R600) 335 case CHIP_R600: return "AMD R600"; 418 /* Supported except the original R600. */ 421 /* R600 doesn't support per-MRT blends */ 527 /* XXX: all these should be fixed, since r600 surely supports much more! */ 608 strcpy(ret, "r600--"); 917 fprintf(stderr, "r600: Unknown chipset 0x%04X\n", rscreen->info.pci_id) [all...] |
r600_asm.c | 42 case R600: 259 if ((chip_class == R600) && 345 case R600: 426 case R600: 447 case R600: 462 case R600: 496 case R600: 536 * R600: 552 case R600: 593 case R600 [all...] |
r600_state.c | 579 R600_ERR("r600: unsupported texture type %d\n", target); 591 if (rscreen->chip_class == R600 && 710 /* R600 does not support per-MRT blends */ 772 /* R600 does not support per-MRT blends */ [all...] |
r600_hw_context.c | 198 /* ignore regs not on R600 on R600 */ 240 /* R600/R700 configuration */ 911 if (ctx->chip_class == R600) { [all...] |
r600_blit.c | 153 if (rctx->chip_class == R600 && max_sample > 0) {
|
r600_state_common.c | 170 /* common state between evergreen and r600 */ 352 /* Workaround for a missing scissor enable on r600. */ 353 if (rctx->chip_class == R600) { [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600.h | 69 R600,
|
r600_pipe.c | 52 R600_ERR("r600: failed to create bo for fence objects\n"); 79 R600_ERR("r600: too many concurrent fences\n"); 249 case R600: 305 if (rctx->chip_class == R600) 335 case CHIP_R600: return "AMD R600"; 418 /* Supported except the original R600. */ 421 /* R600 doesn't support per-MRT blends */ 527 /* XXX: all these should be fixed, since r600 surely supports much more! */ 608 strcpy(ret, "r600--"); 917 fprintf(stderr, "r600: Unknown chipset 0x%04X\n", rscreen->info.pci_id) [all...] |
r600_asm.c | 42 case R600: 259 if ((chip_class == R600) && 345 case R600: 426 case R600: 447 case R600: 462 case R600: 496 case R600: 536 * R600: 552 case R600: 593 case R600 [all...] |
r600_state.c | 579 R600_ERR("r600: unsupported texture type %d\n", target); 591 if (rscreen->chip_class == R600 && 710 /* R600 does not support per-MRT blends */ 772 /* R600 does not support per-MRT blends */ [all...] |
r600_hw_context.c | 198 /* ignore regs not on R600 on R600 */ 240 /* R600/R700 configuration */ 911 if (ctx->chip_class == R600) { [all...] |
r600_blit.c | 153 if (rctx->chip_class == R600 && max_sample > 0) {
|