/external/llvm/test/CodeGen/R600/ |
schedule-fs-loop-nested.ll | 1 ;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched 54 call void @llvm.R600.store.swizzle(<4 x float> %37, i32 0, i32 0) 86 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
|
schedule-if-2.ll | 1 ;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched 69 call void @llvm.R600.store.swizzle(<4 x float> %47, i32 0, i32 0) 92 declare void @llvm.R600.store.swizzle(<4 x float>, i32, i32)
|
fdiv.ll | 1 ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
|
parallelandifcollapse.ll | 2 ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
|
parallelorifcollapse.ll | 2 ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
|
selectcc-opt.ll | 1 ; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
|
setcc.ll | 1 ;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck --check-prefix=EG-CHECK %s
|
/external/mesa3d/src/gallium/drivers/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...] |
/external/llvm/lib/Support/ |
Triple.cpp | 33 case r600: return "r600"; 74 case r600: return "r600"; 174 .Case("r600", r600) 209 .Case("r600", "r600") 240 .Case("r600", Triple::r600) [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.9.html | 44 <li>New, very experimental Gallium driver for R600-R700 Radeons. 53 <li>GL_ARB_depth_clamp and GL_NV_depth_clamp extensions (in nv50 and r600 55 <li>GL_ARB_half_float_vertex extension (in nvfx, r300, r600, softpipe, 57 <li>GL_EXT_draw_buffers2 (in nv50, r600, softpipe, and llvmpipe Gallium 59 <li>GL_EXT_texture_swizzle (in nvfx, r300, r600, softpipe, and llvmpipe 61 <li>GL_ATI_texture_mirror_once (in nvfx, nv50, r300, r600, softpipe, and
|
relnotes-8.0.html | 71 <li>Removed the classic Mesa r300 and r600 drivers, which are superseded
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
radeonsi_pipe.c | 46 #include "r600.h" 69 R600_ERR("r600: failed to create bo for fence objects\n"); 96 R600_ERR("r600: too many concurrent fences\n"); 433 /* TODO: all these should be fixed, since r600 surely supports much more! */ 671 fprintf(stderr, "r600: Unknown chipset 0x%04X\n", rscreen->info.pci_id); 680 fprintf(stderr, "r600: Unsupported family %d\n", rscreen->family);
|
/external/mesa3d/docs/ |
relnotes-7.9.html | 44 <li>New, very experimental Gallium driver for R600-R700 Radeons. 53 <li>GL_ARB_depth_clamp and GL_NV_depth_clamp extensions (in nv50 and r600 55 <li>GL_ARB_half_float_vertex extension (in nvfx, r300, r600, softpipe, 57 <li>GL_EXT_draw_buffers2 (in nv50, r600, softpipe, and llvmpipe Gallium 59 <li>GL_EXT_texture_swizzle (in nvfx, r300, r600, softpipe, and llvmpipe 61 <li>GL_ATI_texture_mirror_once (in nvfx, nv50, r300, r600, softpipe, and
|
relnotes-8.0.html | 71 <li>Removed the classic Mesa r300 and r600 drivers, which are superseded
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
radeonsi_pipe.c | 46 #include "r600.h" 69 R600_ERR("r600: failed to create bo for fence objects\n"); 96 R600_ERR("r600: too many concurrent fences\n"); 433 /* TODO: all these should be fixed, since r600 surely supports much more! */ 671 fprintf(stderr, "r600: Unknown chipset 0x%04X\n", rscreen->info.pci_id); 680 fprintf(stderr, "r600: Unsupported family %d\n", rscreen->family);
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/ |
Makefile | 122 # r600 124 ifneq ($(findstring r600,$(GALLIUM_DRIVERS_DIRS)),) 128 $(TOP)/src/gallium/drivers/r600/libr600.a
|
SConscript | 107 r600,
|
/external/mesa3d/src/gallium/targets/egl-static/ |
Makefile | 122 # r600 124 ifneq ($(findstring r600,$(GALLIUM_DRIVERS_DIRS)),) 128 $(TOP)/src/gallium/drivers/r600/libr600.a
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
evergreen_compute.h | 29 #include "r600.h"
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/ |
AMDGPUMCCodeEmitter.h | 10 // CodeEmitter interface for R600 and SI codegen.
|
/external/llvm/lib/Target/ |
LLVMBuild.txt | 19 subdirectories = AArch64 ARM CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore
|
/external/llvm/lib/Target/R600/ |
AMDGPUSubtarget.h | 32 R600 = 0,
|
AMDGPUTargetMachine.h | 65 /// \brief Register R600 analysis passes with a pass manager.
|
/external/llvm/test/CodeGen/SI/ |
sanity.ll | 1 ;RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s
|
/external/mesa3d/src/gallium/ |
Android.mk | 59 SUBDIRS += drivers/r600
|