Home | History | Annotate | Download | only in r200

Lines Matching refs:NM

221 #define CHECK( NM, FLAG, ADD )				\
222 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
229 #define TCL_CHECK( NM, FLAG, ADD ) \
230 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
236 #define TCL_OR_VP_CHECK( NM, FLAG, ADD ) \
237 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
243 #define VP_CHECK( NM, FLAG, ADD ) \
244 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
632 rmesa->hw.ATOM.name = NM; \