Searched refs:countreg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dr6xx_accel.c549 const int countreg = count * (SQ_ALU_CONSTANT_offset >> 2); local in function:r600_set_alu_consts
551 BEGIN_BATCH(2 + countreg);
552 PACK0(ib, SQ_ALU_CONSTANT + offset * SQ_ALU_CONSTANT_offset, countreg);
553 for (i = 0; i < countreg; i++)
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dr6xx_accel.c480 const int countreg = count * (SQ_ALU_CONSTANT_offset >> 2); local in function:r600_set_alu_consts
482 BEGIN_BATCH(2 + countreg);
483 PACK0(SQ_ALU_CONSTANT + offset * SQ_ALU_CONSTANT_offset, countreg);
484 for (i = 0; i < countreg; i++)

Completed in 4 milliseconds