Home | History | Annotate | Download | only in R600

Lines Matching refs:EmitIntValue

200   OutStreamer.EmitIntValue(RsrcReg, 4);
201 OutStreamer.EmitIntValue(S_NUM_GPRS(MaxGPR + 1) |
203 OutStreamer.EmitIntValue(R_02880C_DB_SHADER_CONTROL, 4);
204 OutStreamer.EmitIntValue(S_02880C_KILL_ENABLE(killPixel), 4);
207 OutStreamer.EmitIntValue(R_0288E8_SQ_LDS_ALLOC, 4);
208 OutStreamer.EmitIntValue(RoundUpToAlignment(MFI->LDSSize, 4) >> 2, 4);
348 OutStreamer.EmitIntValue(R_00B848_COMPUTE_PGM_RSRC1, 4);
360 OutStreamer.EmitIntValue(ComputePGMRSrc1, 4);
362 OutStreamer.EmitIntValue(R_00B84C_COMPUTE_PGM_RSRC2, 4);
363 OutStreamer.EmitIntValue(S_00B84C_LDS_SIZE(LDSBlocks), 4);
365 OutStreamer.EmitIntValue(RsrcReg, 4);
366 OutStreamer.EmitIntValue(S_00B028_VGPRS(KernelInfo.NumVGPR / 4) |
371 OutStreamer.EmitIntValue(R_00B02C_SPI_SHADER_PGM_RSRC2_PS, 4);
372 OutStreamer.EmitIntValue(S_00B02C_EXTRA_LDS_SIZE(LDSBlocks), 4);
373 OutStreamer.EmitIntValue(R_0286CC_SPI_PS_INPUT_ENA, 4);
374 OutStreamer.EmitIntValue(MFI->PSInputAddr, 4);