/external/mesa3d/src/amd/compiler/ |
D | README.md | 1 # Welcome to ACO 3 ACO (short for *AMD compiler*) is a back-end compiler for AMD GCN / RDNA GPUs, based on the NIR com… 4 Simply put, ACO translates shader programs from the NIR intermediate representation into a GCN / RD… 27 ACO deals with divergent control flow by maintaining two control flow graphs (CFG): 56 and every NIR instruction that gets emitted as multiple ACO instructions also has potential for CSE. 112 The assembler emits the actual binary that will be sent to the hardware for execution. ACO's assemb… 176 | GFX6-8 HW stages: | LS | HS | ES | GS | VS | PS | ACO terminology | 189 | GFX9+ HW stages: | LSHS | ESGS | VS | PS | ACO terminology | 201 | GFX10/NGG HW stages: | LSHS | NGG GS | PS | ACO terminology | 214 | GFX6-10 HW stage | CS | ACO terminology | [all …]
|
D | README-ISA.md | 131 in ACO is done according to the `s_cbranch` doc. 195 ACO doesn't use FLAT load/store on GFX10, so is unaffected. 202 ACO doesn't use FLAT load/store on GFX10, so is unaffected.
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.10.rst | 34 - \[RADV/ACO\] Star Citizen Lighting/Shadow Issue 36 - RADV ACO - ground line corruption in Path of Exile with Vulkan renderer
|
D | 20.2.2.rst | 43 - [RADV/ACO] Star Citizen Lighting/Shadow Issue 118 - aco: ignore the ACO-inserted continue in create_continue_phis()
|
D | 20.3.3.rst | 34 - \[RADV/ACO/SIENNA_CICHLID\] Into the game Shadow of the Tomb Raider the flickering artifacts are …
|
D | 20.0.7.rst | 40 - [RADV/LLVM/ACO/Regression] After mesa commit
|
D | 20.2.1.rst | 34 - RADV ACO - ground line corruption in Path of Exile with Vulkan renderer
|
D | 20.1.7.rst | 38 - [RADV/ACO] Death Stranding cause a GPU hung (*ERROR* Waiting for fences timed out!)
|
D | 20.0.3.rst | 36 - [ACO] Reliable crash with RPCS3 that is not present with LLVM
|
D | 20.1.0.rst | 41 - VK_KHR_8bit_storage for ACO on GFX8+ 42 - VK_KHR_16bit_storage for ACO on GFX8+ (storageInputOutput16 is still 44 - shaderInt16 for ACO on GFX9+ 45 - VK_KHR_shader_float16_int8 for ACO on GFX8+ (shaderFloat16 is still 81 - [RADV/LLVM/ACO/Regression] After mesa commit 108 - ACO: Regression: Texture corruption 180 - [ACO] Reliable crash with RPCS3 that is not present with LLVM 228 - ACO: The Elder Scrolls Online crashes on startup (Navi) 247 - The screen is black when using ACO 3530 - aco: handle when ACO adds new continue edges [all …]
|
D | 20.2.0.rst | 44 - VK_AMD_gpu_shader_half_float on RADV/ACO. 46 - VK_AMD_gpu_shader_int16 on RADV/ACO. 60 - VK_EXT_subgroup_size_control on RADV/ACO. 64 - VK_KHR_shader_subgroup_extended_types on RADV/ACO. 70 - RADV now uses ACO per default as backend 106 - [RADV/ACO] Death Stranding cause a GPU hung (*ERROR* Waiting for fences timed out!) 111 - [ACO] Compiling pipelines from RPCS3's shader interpreter spins forever in ACO code 139 - Ambient light too bright with ACO in AC: Odyssey 240 - ACO: Compiler segfault on 8/16-bit integers. 269 - [RADV/LLVM/ACO/Regression] After mesa commit a3dc7fffbb7be0f1b2ac478b16d3acc5662dff66 all games s… [all …]
|
D | 20.0.0.rst | 43 - VK_KHR_shader_float_controls on RADV/ACO. 44 - GFX6 (Southern Islands) and GFX7 (Sea Islands) support on RADV/ACO. 45 - Wave32 support for GFX10 (Navi) on RADV/ACO. 46 - Compilation of Geometry Shaders on RADV/ACO. 60 - ACO: The Elder Scrolls Online crashes on startup (Navi) 72 - The screen is black when using ACO 690 - ac: Add a shared interface between radv, radeonsi, LLVM and ACO 749 - radv: only flush scalar cache for SSBO writes with ACO on GFX8+ 755 - radv: disable Youngblood app profile if ACO is used 757 - radv: Enable ACO on GFX7 (Sea Islands) [all …]
|
D | 20.3.0.rst | 52 - NGG GS support in ACO 112 - \[RADV/ACO\] Star Citizen Lighting/Shadow Issue 114 - \[RADV/ACO\] ACO build error about SMEM operands 116 - RADV ACO - ground line corruption in Path of Exile with Vulkan renderer 121 - \[RADV/LLVM/ACO\] Serious Sam 4 crashes after first cutscene with ACO backend + flickering black … 162 - \[RADV/ACO\] Death Stranding cause a GPU hung (*ERROR\* Waiting for fences timed out!) 167 - \[ACO\] Compiling pipelines from RPCS3's shader interpreter spins forever in ACO code 840 - radv: Remove conformance warnings with ACO. 4100 - aco: ignore the ACO-inserted continue in create_continue_phis() 4279 - radv,aco: report ACO errors/warnings back via VK_EXT_debug_report [all …]
|
D | 19.3.0.rst | 48 - New compiler backend "ACO" for RADV (RADV_PERFTEST=aco) 49 - VK_EXT_shader_demote_to_helper_invocation on RADV/ACO. 74 - Rename ACO README to README.md 784 ACO compiler 822 - docs/relnotes/new_features.txt: Add note about ACO 2804 - radv/aco: actually disable ACO when unsupported 2828 - radv/aco: disable NGG when ACO is used 3287 - aco: Link ACO with amd/common. 3315 - radv: Enable ACO on Navi.
|
/external/mesa3d/src/amd/compiler/tests/ |
D | README.md | 18 … a `#` but it expects a `%` before the integer in the output. It basically matches a ACO temporary.
|
/external/mesa3d/docs/ |
D | sourcetree.rst | 14 - **common** - common code between RADV, radeonsi and ACO 15 - **compiler** - ACO shader compiler
|
D | envvars.rst | 637 validate the ACO IR at various points of compilation (enabled by 640 validate register assignment of ACO IR and catches many RA bugs
|
/external/mesa3d/ |
D | meson_options.txt | 314 …description : 'Build unit tests. Currently this will build *all* unit tests except the ACO tests, … 320 description : 'Build ACO tests. These require RADV and glslang but not an AMD GPU.'
|
D | meson.build | 298 error('ACO tests require Radv')
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1768 if (const auto *ACO = dyn_cast<AbstractConditionalOperator>(E)) in isGLValueFromPointerDeref() local 1769 return isGLValueFromPointerDeref(ACO->getTrueExpr()) || in isGLValueFromPointerDeref() 1770 isGLValueFromPointerDeref(ACO->getFalseExpr()); in isGLValueFromPointerDeref()
|
D | CGOpenMPRuntime.cpp | 4529 if (auto *ACO = dyn_cast<AbstractConditionalOperator>( in emitReduction() local 4533 RHSExpr = ACO->getCond(); in emitReduction()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | tlds-alpha-by-domain.txt | 17 ACO
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10723 const AbstractConditionalOperator *ACO = in FindTypeTagExpr() local 10726 if (ACO->getCond()->EvaluateAsBooleanCondition(Result, Ctx)) { in FindTypeTagExpr() 10728 TypeExpr = ACO->getTrueExpr(); in FindTypeTagExpr() 10730 TypeExpr = ACO->getFalseExpr(); in FindTypeTagExpr()
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 17803 GRABOVAC ACO 54161 TANACKOVIĆ ACO 57820 VESOVIĆ ACO 61127 ZORICA ACO
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart2.csv | 10738 ,"IT","ACO","Arco","Arco","TN","--3-----","RL","1207",,"4555N 01053E","" 19274 ,"MX","ACO","Atlacomulco de Fabela","Atlacomulco de Fabela","MEX","--3--6--","RL","0907",,"1948N 09… 20519 ,"NI","ACO","Acoyapa","Acoyapa","CO","--3-----","RL","1107",,"1158N 08510W",
|