English Abbreviations
Network
MTL (MAC Transaction Layer)
- GMAC控制器由核心层、MTL(MAC Transaction Layer)层、DMA层和总线接口层构成。
- 核心层连接PHY芯片,管理和PHY芯片之间的通信;MTL层建立物理层和内存之间的数据通道,调整帧传输结构,控制数据流,转换时钟域;DMA层完成数据的传输任务。
Kernel
ACPI (Advanced Configuration and Power Interface) 高级配置和电源接口
- 操作系统电源管理、硬件配置接口
- ACPI定义了系统固件(BIOS、UEFI)和操作系统之间的硬件抽象接口
ISA
Scalar ALU (SALU) instructions operate
the Scalar Condition Code bit (SCC)
| Description | |
|---|---|
| OP | Opcode: instruction to be executed. |
| SDST | Destination SGPR. |
| SSRC0 | First source operand. |
| SSRC1 | Second source operand. |
| SIMM16 | Signed immediate integer constant. |
LLVM
VOP_DPP: second dword for vop1 instructions for specifying data-parallel primitives
Clamp output (钳制输出):
VRay渲染器在渲染时的 输出色域比显示器多,也就是VRay渲染所得到的有些色彩和亮度是显示器无法显示的,会出现不正常的高光区域...
这个选项是解决渲染的图像颜色超出显示器的颜色显示范围的功能;也就是说VRay渲染的图像有些色彩和亮度是显示器无法显示的,显示器就会出现一些不正常的显示区域;
这个功能勾上就可以了,不用改数值;
DAG: LLVM uses DAG—a directed acyclic graph representation for code generation.
VPU
VPU: vision processing unit