Home
last modified time | relevance | path

Searched refs:COMPPGM1 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTInfo.h56 #define COMPPGM1(name, AccMacro) \ macro
99 COMPPGM1(vgprs, VGPRS),
100 COMPPGM1(sgprs, SGPRS),
101 COMPPGM1(priority, PRIORITY),
102 COMPPGM1(float_mode, FLOAT_MODE),
103 COMPPGM1(priv, PRIV),
104 COMPPGM1(dx10_clamp, DX10_CLAMP),
105 COMPPGM1(debug_mode, DEBUG_MODE),
106 COMPPGM1(ieee_mode, IEEE_MODE),
164 #undef COMPPGM1
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDKernelCodeTInfo.h56 #define COMPPGM1(name, aname, AccMacro) \ macro
77 COMPPGM1(granulated_workitem_vgpr_count, compute_pgm_rsrc1_vgprs, VGPRS),
78 COMPPGM1(granulated_wavefront_sgpr_count, compute_pgm_rsrc1_sgprs, SGPRS),
79 COMPPGM1(priority, compute_pgm_rsrc1_priority, PRIORITY),
80 COMPPGM1(float_mode, compute_pgm_rsrc1_float_mode, FLOAT_MODE), // TODO: s…
81 COMPPGM1(priv, compute_pgm_rsrc1_priv, PRIV),
82 COMPPGM1(enable_dx10_clamp, compute_pgm_rsrc1_dx10_clamp, DX10_CLAMP),
83 COMPPGM1(debug_mode, compute_pgm_rsrc1_debug_mode, DEBUG_MODE),
84 COMPPGM1(enable_ieee_mode, compute_pgm_rsrc1_ieee_mode, IEEE_MODE),
150 #undef COMPPGM1