Searched refs:Atomic (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 140 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 D | p_shader_tokens.h | 135 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 D | tgsi_build.c | 113 declaration.Atomic = 0; 148 declaration.Atomic = atomic; 429 full_decl->Declaration.Atomic,
|
| H A D | tgsi_dump.c | 394 if (decl->Declaration.Atomic)
|
| H A D | tgsi_text.c | 1459 decl.Declaration.Atomic = 1;
|
| H A D | tgsi_ureg.c | 1761 out[0].decl.Atomic = atomic;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 113 declaration.Atomic = 0; 148 declaration.Atomic = atomic; 427 full_decl->Declaration.Atomic,
|
| H A D | tgsi_dump.c | 394 if (decl->Declaration.Atomic)
|
| H A D | tgsi_text.c | 1459 decl.Declaration.Atomic = 1;
|
| H A D | tgsi_ureg.c | 1757 out[0].decl.Atomic = atomic;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 104 "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 D | tgsi.rst | 2681 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 D | screen.rst | 531 * ``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 D | context.rst | 180 Hardware Atomic buffers
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 2647 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 D | context.rst | 159 Hardware Atomic buffers
|
| H A D | screen.rst | 499 * ``PIPE_CAP_TGSI_ATOMFADD``: Atomic floating point adds are supported on
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.4.rst | 213 [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 D | nv50_ir_from_tgsi.cpp | 1491 bufferAtomics[i] = decl->Declaration.Atomic;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_tgsi.cpp | 1444 bufferAtomics[i] = decl->Declaration.Atomic;
|
Completed in 145 milliseconds