Home | History | Annotate | Download | only in r200

Lines Matching refs:SZ

627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX )				\
629 rmesa->hw.ATOM.cmd_size = SZ; \
630 rmesa->hw.ATOM.cmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
631 rmesa->hw.ATOM.lastcmd = (GLuint *)CALLOC(SZ * sizeof(int)); \
636 rmesa->radeon.hw.max_state_size += SZ * sizeof(int); \