HomeSort by relevance Sort by last modified time
    Searched refs:SQ_MAX_PGM_SGPRS (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInsertWaitcnts.cpp 114 // NUM_ALL_VGPRS .. NUM_ALL_VGPRS+SQ_MAX_PGM_SGPRS-1 real SGPRs
119 SQ_MAX_PGM_SGPRS = 256, // Maximum programmable SGPRs across all targets.
334 int32_t SgprScores[SQ_MAX_PGM_SGPRS] = {0};
497 assert(Reg >= RegisterEncoding.SGPR0 && Reg < SQ_MAX_PGM_SGPRS);
500 Result.first < SQ_MAX_PGM_SGPRS + NUM_ALL_VGPRS);
    [all...]
  /external/mesa3d/src/amd/addrlib/gfx9/chip/
gfx9_enum.h     [all...]

Completed in 752 milliseconds