Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Damd_kernel_code_t.h69AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = ((1 << AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR_WID… enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h96AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = ((1 << AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR_WID… enumerator
DAMDGPUAsmPrinter.cpp1161 Out.code_properties |= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR; in getAmdKernelCode()
1176 Out.code_properties |= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR; in getAmdKernelCode()
/external/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h96AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = ((1 << AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR_WID… enumerator
DAMDGPUAsmPrinter.cpp661 header.code_properties |= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR; in EmitAmdKernelCodeT()
693 header.code_properties |= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR; in EmitAmdKernelCodeT()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUTargetStreamer.cpp63 AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR); in EmitAMDKernelCodeT()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c542 AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR)) { in si_setup_user_sgprs_co_v2()