Lines Matching refs:DECL
109 #define AMDGPU_DECLARE_WAIT_EVENTS(DECL) \ argument
110 DECL(VMEM_ACCESS) /* vmem read & write */ \
111 DECL(VMEM_READ_ACCESS) /* vmem read */ \
112 DECL(VMEM_SAMPLER_READ_ACCESS) /* vmem SAMPLER read (gfx12+ only) */ \
113 DECL(VMEM_BVH_READ_ACCESS) /* vmem BVH read (gfx12+ only) */ \
114 DECL(VMEM_WRITE_ACCESS) /* vmem write that is not scratch */ \
115 DECL(SCRATCH_WRITE_ACCESS) /* vmem write that may be scratch */ \
116 DECL(VMEM_GROUP) /* vmem group */ \
117 DECL(LDS_ACCESS) /* lds read & write */ \
118 DECL(GDS_ACCESS) /* gds read & write */ \
119 DECL(SQ_MESSAGE) /* send message */ \
120 DECL(SMEM_ACCESS) /* scalar-memory read & write */ \
121 DECL(SMEM_GROUP) /* scalar-memory group */ \
122 DECL(EXP_GPR_LOCK) /* export holding on its data src */ \
123 DECL(GDS_GPR_LOCK) /* GDS holding on its data and addr src */ \
124 DECL(EXP_POS_ACCESS) /* write to export position */ \
125 DECL(EXP_PARAM_ACCESS) /* write to export parameter */ \
126 DECL(VMW_GPR_LOCK) /* vmem write holding on its data src */ \
127 DECL(EXP_LDS_ACCESS) /* read by ldsdir counting as export */