Searched refs:scend (Results 1 – 2 of 2) sorted by relevance
40 uint32_t scend = dev_priv->state.s3d.new_scend; in savage_emit_clip_rect_s3d() local44 scend = (scend & ~SAVAGE_SCISSOR_MASK_S3D) | in savage_emit_clip_rect_s3d()48 scend != dev_priv->state.s3d.scend) { in savage_emit_clip_rect_s3d()54 DMA_WRITE(scend); in savage_emit_clip_rect_s3d()56 dev_priv->state.s3d.scend = scend; in savage_emit_clip_rect_s3d()
89 uint32_t scend, new_scend; member