Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Damd_kernel_code_t.h188 AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK = enumerator
/third_party/skia/third_party/externals/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()