Home
last modified time | relevance | path

Searched refs:AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/amd/common/
Damd_kernel_code_t.h188 AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK = enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h188AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK = ((1 << AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_WIDTH) - 1)… enumerator
DAMDGPUAsmPrinter.cpp1239 Out.code_properties |= AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK; in getAmdKernelCode()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h188AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK = ((1 << AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_WIDTH) - 1)… enumerator
DAMDGPUAsmPrinter.cpp1304 Out.code_properties |= AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK; in getAmdKernelCode()
/external/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h185AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK = ((1 << AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_WIDTH) - 1)… enumerator
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp87 AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK); in EmitAMDKernelCodeT()