HomeSort by: relevance | last modified time | path
    Searched refs:ComputePGMRSrc2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIProgramInfo.h 43 uint64_t ComputePGMRSrc2 = 0;
AMDGPUAsmPrinter.cpp 434 assert(isUInt<32>(PI.ComputePGMRSrc2));
443 KernelDescriptor.compute_pgm_rsrc2 = PI.ComputePGMRSrc2;
573 Twine(G_00B84C_SCRATCH_EN(CurrentProgramInfo.ComputePGMRSrc2)), false);
576 Twine(G_00B84C_USER_SGPR(CurrentProgramInfo.ComputePGMRSrc2)), false);
579 Twine(G_00B84C_TRAP_HANDLER(CurrentProgramInfo.ComputePGMRSrc2)), false);
582 Twine(G_00B84C_TGID_X_EN(CurrentProgramInfo.ComputePGMRSrc2)), false);
585 Twine(G_00B84C_TGID_Y_EN(CurrentProgramInfo.ComputePGMRSrc2)), false);
588 Twine(G_00B84C_TGID_Z_EN(CurrentProgramInfo.ComputePGMRSrc2)), false);
591 Twine(G_00B84C_TIDIG_COMP_CNT(CurrentProgramInfo.ComputePGMRSrc2)),
1242 ProgInfo.ComputePGMRSrc2
    [all...]

Completed in 18 milliseconds