Lines Matching refs:EmitIntValue

224   OutStreamer.EmitIntValue(RsrcReg, 4);  in EmitProgramInfoR600()
225 OutStreamer.EmitIntValue(S_NUM_GPRS(MaxGPR + 1) | in EmitProgramInfoR600()
227 OutStreamer.EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4); in EmitProgramInfoR600()
228 OutStreamer.EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4); in EmitProgramInfoR600()
231 OutStreamer.EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4); in EmitProgramInfoR600()
232 OutStreamer.EmitIntValue(RoundUpToAlignment(MFI->LDSSize, 4) >> 2, 4); in EmitProgramInfoR600()
429 OutStreamer.EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4); in EmitProgramInfoSI()
431 OutStreamer.EmitIntValue(KernelInfo.ComputePGMRSrc1, 4); in EmitProgramInfoSI()
433 OutStreamer.EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4); in EmitProgramInfoSI()
434 OutStreamer.EmitIntValue(KernelInfo.ComputePGMRSrc2, 4); in EmitProgramInfoSI()
436 OutStreamer.EmitIntValue(R_00B860_COMPUTE_TMPRING_SIZE, 4); in EmitProgramInfoSI()
437 OutStreamer.EmitIntValue(S_00B860_WAVESIZE(KernelInfo.ScratchBlocks), 4); in EmitProgramInfoSI()
442 OutStreamer.EmitIntValue(RsrcReg, 4); in EmitProgramInfoSI()
443 OutStreamer.EmitIntValue(S_00B028_VGPRS(KernelInfo.VGPRBlocks) | in EmitProgramInfoSI()
446 OutStreamer.EmitIntValue(R_0286E8_SPI_TMPRING_SIZE, 4); in EmitProgramInfoSI()
447 OutStreamer.EmitIntValue(S_0286E8_WAVESIZE(KernelInfo.ScratchBlocks), 4); in EmitProgramInfoSI()
452 OutStreamer.EmitIntValue(R_00B02C_SPI_SHADER_PGM_RSRC2_PS, 4); in EmitProgramInfoSI()
453 OutStreamer.EmitIntValue(S_00B02C_EXTRA_LDS_SIZE(KernelInfo.LDSBlocks), 4); in EmitProgramInfoSI()
454 OutStreamer.EmitIntValue(R_0286CC_SPI_PS_INPUT_ENA, 4); in EmitProgramInfoSI()
455 OutStreamer.EmitIntValue(MFI->PSInputAddr, 4); in EmitProgramInfoSI()