Searched refs:scend (Results 1 – 2 of 2) sorted by relevance
33 uint32_t scend = dev_priv->state.s3d.new_scend; in savage_emit_clip_rect_s3d() local37 scend = (scend & ~SAVAGE_SCISSOR_MASK_S3D) | in savage_emit_clip_rect_s3d()41 scend != dev_priv->state.s3d.scend) { in savage_emit_clip_rect_s3d()47 DMA_WRITE(scend); in savage_emit_clip_rect_s3d()49 dev_priv->state.s3d.scend = scend; in savage_emit_clip_rect_s3d()
83 uint32_t scend, new_scend; member