Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/common/
H A Damd_kernel_code_t.h53 AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = enumerator
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDKernelCodeT.h96AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = ((1 << AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR_WID… enumerator
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDKernelCodeT.h95AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = ((1 << AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR_WID… enumerator
H A DAMDGPUAsmPrinter.cpp1251 Out.code_properties |= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR; in getAmdKernelCode()
1266 Out.code_properties |= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR; in getAmdKernelCode()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDKernelCodeT.h91AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = ((1 << AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR_WID… enumerator
H A DAMDGPUAsmPrinter.cpp1110 Out.code_properties |= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR; in getAmdKernelCode()
1125 Out.code_properties |= AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR; in getAmdKernelCode()
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.cpp63 AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR); in EmitAMDKernelCodeT()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c667 if (AMD_HSA_BITS_GET(code_object->code_properties, AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR)) { in si_setup_user_sgprs_co_v2()