Searched refs:AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_SHIFT (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/amd/common/
H A Damd_kernel_code_t.h160 AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_SHIFT = 20, enumerator in enum:amd_code_property_mask_t
162 AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK = ((1 << AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_WIDTH) - 1) << AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_SHIFT,
/external/llvm/lib/Target/AMDGPU/
H A DAMDKernelCodeT.h183 AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_SHIFT = 20, enumerator in enum:amd_code_property_mask_t
185 AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK = ((1 << AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_WIDTH) - 1) << AMD_CODE_PROPERTY_IS_DYNAMIC_CALLSTACK_SHIFT,

Completed in 41 milliseconds