Searched refs:Atomic (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h140 unsigned Atomic : 1; /**< atomic only? for TGSI_FILE_BUFFER */ member in struct:tgsi_declaration
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h135 unsigned Atomic : 1; /**< atomic only? for TGSI_FILE_BUFFER */ member in struct:tgsi_declaration
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c113 declaration.Atomic = 0;
148 declaration.Atomic = atomic;
429 full_decl->Declaration.Atomic,
H A Dtgsi_dump.c394 if (decl->Declaration.Atomic)
H A Dtgsi_text.c1459 decl.Declaration.Atomic = 1;
H A Dtgsi_ureg.c1761 out[0].decl.Atomic = atomic;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c113 declaration.Atomic = 0;
148 declaration.Atomic = atomic;
427 full_decl->Declaration.Atomic,
H A Dtgsi_dump.c394 if (decl->Declaration.Atomic)
H A Dtgsi_text.c1459 decl.Declaration.Atomic = 1;
H A Dtgsi_ureg.c1757 out[0].decl.Atomic = atomic;
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json104 "tag" : "Atomic",
105 "heading" : "Atomic Instructions"
2359 "class" : "Atomic",
2371 "class" : "Atomic",
2382 "class" : "Atomic",
2395 "class" : "Atomic",
2410 "class" : "Atomic",
2427 "class" : "Atomic",
2439 "class" : "Atomic",
2451 "class" : "Atomic",
[all...]
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dtgsi.rst2681 Bit 1: Atomic buffers
2692 Atomic opcodes
2706 .. opcode:: ATOMUADD - Atomic integer addition
2721 .. opcode:: ATOMFADD - Atomic floating point addition
2736 .. opcode:: ATOMXCHG - Atomic exchange
2751 .. opcode:: ATOMCAS - Atomic compare-and-exchange
2766 .. opcode:: ATOMAND - Atomic bitwise And
2781 .. opcode:: ATOMOR - Atomic bitwise Or
2796 .. opcode:: ATOMXOR - Atomic bitwise Xor
2811 .. opcode:: ATOMUMIN - Atomic unsigne
[all...]
H A Dscreen.rst531 * ``PIPE_CAP_TGSI_ATOMFADD``: Atomic floating point adds are supported on
562 * ``PIPE_CAP_ATOMIC_FLOAT_MINMAX``: Atomic float point minimum,
574 * ``PIPE_CAP_TGSI_ATOMINC_WRAP``: Atomic increment/decrement + wrap around are supported.
H A Dcontext.rst180 Hardware Atomic buffers
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dtgsi.rst2647 Bit 1: Atomic buffers
2658 Atomic opcodes
2672 .. opcode:: ATOMUADD - Atomic integer addition
2687 .. opcode:: ATOMFADD - Atomic floating point addition
2702 .. opcode:: ATOMXCHG - Atomic exchange
2717 .. opcode:: ATOMCAS - Atomic compare-and-exchange
2732 .. opcode:: ATOMAND - Atomic bitwise And
2747 .. opcode:: ATOMOR - Atomic bitwise Or
2762 .. opcode:: ATOMXOR - Atomic bitwise Xor
2777 .. opcode:: ATOMUMIN - Atomic unsigne
[all...]
H A Dcontext.rst159 Hardware Atomic buffers
H A Dscreen.rst499 * ``PIPE_CAP_TGSI_ATOMFADD``: Atomic floating point adds are supported on
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.4.rst213 [HSW] "Emit ELSE/ENDIF JIP with type D on Gen 7" causes Atomic
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1491 bufferAtomics[i] = decl->Declaration.Atomic;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp1444 bufferAtomics[i] = decl->Declaration.Atomic;

Completed in 145 milliseconds