Home
last modified time | relevance | path

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

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