| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/ |
| H A D | VkLayer_MESA_overlay.json | 5 "type": "GLOBAL",
|
| /xsrc/external/mit/MesaLib/dist/src/intel/nullhw-layer/ |
| H A D | VkLayer_INTEL_nullhw.json | 5 "type": "GLOBAL",
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| H A D | VkLayer_MESA_overlay.json | 5 "type": "GLOBAL",
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/ |
| H A D | VkLayer_MESA_device_select.json | 5 "type": "GLOBAL",
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | README-ISA.md | 213 VMEM/FLAT/GLOBAL/SCRATCH/DS instruction reads an SGPR (or EXEC, or M0). 247 GLOBAL and SCRATCH are unaffected. 272 VMEM/GLOBAL/SCRATCH instruction, then a branch, then a DS instruction, 273 or vice versa: DS instruction, then a branch, then a VMEM/GLOBAL/SCRATCH instruction.
|
| H A D | aco_opt_value_numbering.cpp | 267 case Format::GLOBAL: 328 case Format::GLOBAL:
|
| H A D | aco_opcodes.py | 66 GLOBAL = 14 variable in class:Format 158 elif self in [Format.FLAT, Format.GLOBAL, Format.SCRATCH]: 1576 GLOBAL = { variable 1636 for (gfx8, gfx10, name) in GLOBAL: 1637 opcode(name, -1, gfx8, gfx10, Format.GLOBAL, InstrClass.VMem, is_atomic = "atomic" in name)
|
| H A D | aco_insert_waitcnt.cpp | 676 case Format::GLOBAL: {
|
| H A D | aco_ir.cpp | 177 case Format::GLOBAL:
|
| H A D | aco_print_ir.cpp | 479 case Format::GLOBAL:
|
| H A D | aco_ir.h | 90 GLOBAL = 14, enumerator in enum:aco::Format 1174 constexpr bool isGlobal() const noexcept { return format == Format::GLOBAL; }
|
| H A D | aco_assembler.cpp | 508 case Format::GLOBAL: {
|
| H A D | aco_validate.cpp | 615 case Format::GLOBAL: 619 "FLAT/GLOBAL/SCRATCH address must be vgpr", instr.get()); 622 "FLAT/GLOBAL/SCRATCH sgpr address must be undefined or sgpr", instr.get()); 625 "FLAT/GLOBAL/SCRATCH result must be vgpr", instr.get()); 628 "FLAT/GLOBAL/SCRATCH data must be vgpr", instr.get());
|
| H A D | aco_instruction_selection.cpp | 4155 create_instruction<FLAT_instruction>(op, global ? Format::GLOBAL : Format::FLAT, 2, 1)}; 6791 create_instruction<FLAT_instruction>(op, global ? Format::GLOBAL : Format::FLAT, 3, 0)}; 6904 op, global ? Format::GLOBAL : Format::FLAT, 3, return_previous ? 1 : 0)};
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_compute.c | 384 BEGIN_NV04(push, NV50_CP(GLOBAL(i)), 5);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvmain.c | 96 #define GLOBAL macro 163 INIT GLOBAL VARIABLES SO THE EXTENSION CAN FUNCTION */
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvmain.c | 97 #define GLOBAL macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| H A D | assyntax.h | 275 #define GLOBAL GLOBL macro 901 #define GLOBL GLOBAL 944 #define GLOBL GLOBAL
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| H A D | assyntax.h | 275 #define GLOBAL GLOBL macro 901 #define GLOBL GLOBAL 944 #define GLOBL GLOBAL
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.0.0.rst | 293 - panfrost: Disable tiling for GLOBAL resources 2797 - aco: fix assembly of FLAT/GLOBAL atomics 2800 - aco: improve FLAT/GLOBAL scheduling 2871 - aco: fix WaR check for >64-bit FLAT/GLOBAL instructions
|
| H A D | 19.3.0.rst | 3290 - aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | context.rst | 819 * ``GLOBAL`` represents a memory space shared among all the threads
|
| H A D | screen.rst | 660 * ``PIPE_COMPUTE_CAP_MAX_GLOBAL_SIZE``: Maximum size of the GLOBAL
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | context.rst | 847 * ``GLOBAL`` represents a memory space shared among all the threads
|
| H A D | screen.rst | 769 * ``PIPE_COMPUTE_CAP_MAX_GLOBAL_SIZE``: Maximum size of the GLOBAL
|