Lines Matching +full:0 +full:x2e00

3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
35 constexpr uint32_t VersionMinorV3 = 0;
60 Default = 0,
64 Unknown = 0xff
69 Private = 0,
75 Unknown = 0xff
80 ByValue = 0,
96 Unknown = 0xff
102 Struct = 0,
114 Unknown = 0xff
212 uint32_t mSize = 0;
214 uint32_t mOffset = 0;
216 uint32_t mAlign = 0;
220 uint32_t mPointeeAlign = 0;
278 uint64_t mKernargSegmentSize = 0;
282 uint32_t mGroupSegmentFixedSize = 0;
285 uint32_t mPrivateSegmentFixedSize = 0;
288 uint32_t mKernargSegmentAlign = 0;
290 uint32_t mWavefrontSize = 0;
292 uint16_t mNumSGPRs = 0;
294 uint16_t mNumVGPRs = 0;
296 uint32_t mMaxFlatWorkGroupSize = 0;
304 uint16_t mNumSpilledSGPRs = 0;
306 uint16_t mNumSpilledVGPRs = 0;
350 /// Consecutive number of VGPRs reserved for debugger use. Must be 0 if
352 uint16_t mReservedNumVGPRs = 0;
354 /// mDebuggerABIVersion is not set or mReservedFirstVGPR is 0. Optional.
462 constexpr uint32_t VersionMinor = 0;
488 R_2E12_COMPUTE_PGM_RSRC1 = 0x2e12,
489 R_2D4A_SPI_SHADER_PGM_RSRC1_LS = 0x2d4a,
490 R_2D0A_SPI_SHADER_PGM_RSRC1_HS = 0x2d0a,
491 R_2CCA_SPI_SHADER_PGM_RSRC1_ES = 0x2cca,
492 R_2C8A_SPI_SHADER_PGM_RSRC1_GS = 0x2c8a,
493 R_2C4A_SPI_SHADER_PGM_RSRC1_VS = 0x2c4a,
494 R_2C0A_SPI_SHADER_PGM_RSRC1_PS = 0x2c0a,
495 R_2E00_COMPUTE_DISPATCH_INITIATOR = 0x2e00,
496 R_A1B3_SPI_PS_INPUT_ENA = 0xa1b3,
497 R_A1B4_SPI_PS_INPUT_ADDR = 0xa1b4,
498 R_A1B6_SPI_PS_IN_CONTROL = 0xa1b6,
499 R_A2D5_VGT_SHADER_STAGES_EN = 0xa2d5,
501 LS_NUM_USED_VGPRS = 0x10000021,
502 HS_NUM_USED_VGPRS = 0x10000022,
503 ES_NUM_USED_VGPRS = 0x10000023,
504 GS_NUM_USED_VGPRS = 0x10000024,
505 VS_NUM_USED_VGPRS = 0x10000025,
506 PS_NUM_USED_VGPRS = 0x10000026,
507 CS_NUM_USED_VGPRS = 0x10000027,
509 LS_NUM_USED_SGPRS = 0x10000028,
510 HS_NUM_USED_SGPRS = 0x10000029,
511 ES_NUM_USED_SGPRS = 0x1000002a,
512 GS_NUM_USED_SGPRS = 0x1000002b,
513 VS_NUM_USED_SGPRS = 0x1000002c,
514 PS_NUM_USED_SGPRS = 0x1000002d,
515 CS_NUM_USED_SGPRS = 0x1000002e,
517 LS_SCRATCH_SIZE = 0x10000044,
518 HS_SCRATCH_SIZE = 0x10000045,
519 ES_SCRATCH_SIZE = 0x10000046,
520 GS_SCRATCH_SIZE = 0x10000047,
521 VS_SCRATCH_SIZE = 0x10000048,
522 PS_SCRATCH_SIZE = 0x10000049,
523 CS_SCRATCH_SIZE = 0x1000004a