Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Damd_kernel_code_t.h71 AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h95AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR = ((1 << AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR_WID… enumerator
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()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c663 if (AMD_HSA_BITS_GET(code_object->code_properties, AMD_CODE_PROPERTY_ENABLE_SGPR_DISPATCH_PTR)) { in si_setup_user_sgprs_co_v2()