Searched refs:GLOBAL (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A DVkLayer_MESA_overlay.json5 "type": "GLOBAL",
/xsrc/external/mit/MesaLib/dist/src/intel/nullhw-layer/
H A DVkLayer_INTEL_nullhw.json5 "type": "GLOBAL",
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A DVkLayer_MESA_overlay.json5 "type": "GLOBAL",
/xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/
H A DVkLayer_MESA_device_select.json5 "type": "GLOBAL",
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME-ISA.md213 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 Daco_opt_value_numbering.cpp267 case Format::GLOBAL:
328 case Format::GLOBAL:
H A Daco_opcodes.py66 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 Daco_insert_waitcnt.cpp676 case Format::GLOBAL: {
H A Daco_ir.cpp177 case Format::GLOBAL:
H A Daco_print_ir.cpp479 case Format::GLOBAL:
H A Daco_ir.h90 GLOBAL = 14, enumerator in enum:aco::Format
1174 constexpr bool isGlobal() const noexcept { return format == Format::GLOBAL; }
H A Daco_assembler.cpp508 case Format::GLOBAL: {
H A Daco_validate.cpp615 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 Daco_instruction_selection.cpp4155 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 Dnv50_compute.c384 BEGIN_NV04(push, NV50_CP(GLOBAL(i)), 5);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmain.c96 #define GLOBAL macro
163 INIT GLOBAL VARIABLES SO THE EXTENSION CAN FUNCTION */
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmain.c97 #define GLOBAL macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dassyntax.h275 #define GLOBAL GLOBL macro
901 #define GLOBL GLOBAL
944 #define GLOBL GLOBAL
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dassyntax.h275 #define GLOBAL GLOBL macro
901 #define GLOBL GLOBAL
944 #define GLOBL GLOBAL
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst293 - 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 D19.3.0.rst3290 - aco: Fix GFX9 FLAT, SCRATCH, GLOBAL instructions, add GFX10 support.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst819 * ``GLOBAL`` represents a memory space shared among all the threads
H A Dscreen.rst660 * ``PIPE_COMPUTE_CAP_MAX_GLOBAL_SIZE``: Maximum size of the GLOBAL
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst847 * ``GLOBAL`` represents a memory space shared among all the threads
H A Dscreen.rst769 * ``PIPE_COMPUTE_CAP_MAX_GLOBAL_SIZE``: Maximum size of the GLOBAL

Completed in 70 milliseconds