HomeSort by: relevance | last modified time | path
    Searched defs:scend (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm/dist/shared-core/
savage_state.c 33 uint32_t scend = dev_priv->state.s3d.new_scend; local in function:savage_emit_clip_rect_s3d
37 scend = (scend & ~SAVAGE_SCISSOR_MASK_S3D) |
41 scend != dev_priv->state.s3d.scend) {
47 DMA_WRITE(scend);
49 dev_priv->state.s3d.scend = scend;
savage_state.c 33 uint32_t scend = dev_priv->state.s3d.new_scend; local in function:savage_emit_clip_rect_s3d
37 scend = (scend & ~SAVAGE_SCISSOR_MASK_S3D) |
41 scend != dev_priv->state.s3d.scend) {
47 DMA_WRITE(scend);
49 dev_priv->state.s3d.scend = scend;
savage_drv.h 83 uint32_t scend, new_scend; member in struct:__anonf100f37e010a::__anonf100f37e0208
savage_drv.h 83 uint32_t scend, new_scend; member in struct:__anonf100f37e010a::__anonf100f37e0208
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_state.c 45 uint32_t scend = dev_priv->state.s3d.new_scend; local in function:savage_emit_clip_rect_s3d
49 scend = (scend & ~SAVAGE_SCISSOR_MASK_S3D) |
53 scend != dev_priv->state.s3d.scend) {
59 DMA_WRITE(scend);
61 dev_priv->state.s3d.scend = scend;
savage_state.c 45 uint32_t scend = dev_priv->state.s3d.new_scend; local in function:savage_emit_clip_rect_s3d
49 scend = (scend & ~SAVAGE_SCISSOR_MASK_S3D) |
53 scend != dev_priv->state.s3d.scend) {
59 DMA_WRITE(scend);
61 dev_priv->state.s3d.scend = scend;
savage_drv.h 91 uint32_t scend, new_scend; member in struct:__anon1f392d4c010a::__anon1f392d4c0208
savage_drv.h 91 uint32_t scend, new_scend; member in struct:__anon1f392d4c010a::__anon1f392d4c0208

Completed in 28 milliseconds