Home
last modified time | relevance | path

Searched refs:G_00B848_DX10_CLAMP (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h1136 #define G_00B848_DX10_CLAMP(x) (((x) >> 21) & 0x1) macro
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp412 if (G_00B848_DX10_CLAMP(Value) && AMDGPU::isGFX12Plus(*STI)) { in validate()