Searched refs:map_mode (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_ttm_buffer.c | 431 vsgt->mode = dev_priv->map_mode; in vmw_ttm_map_dma() 437 switch (dev_priv->map_mode) { in vmw_ttm_map_dma() 512 switch (dev_priv->map_mode) { in vmw_ttm_unmap_dma() 634 if (vmw_be->dev_priv->map_mode == vmw_dma_map_bind) in vmw_ttm_unbind() 647 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_destroy() 670 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_populate() 701 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_unpopulate() 731 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_tt_create()
|
| H A D | vmwgfx_drv.c | 588 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode() 590 dev_priv->map_mode = vmw_dma_map_bind; in vmw_dma_select_mode() 592 dev_priv->map_mode = vmw_dma_map_populate; in vmw_dma_select_mode() 595 (dev_priv->map_mode == vmw_dma_alloc_coherent)) in vmw_dma_select_mode() 598 DRM_INFO("DMA map mode: %s\n", names[dev_priv->map_mode]); in vmw_dma_select_mode() 620 if (dev_priv->map_mode != vmw_dma_phys && in vmw_dma_masks()
|
| H A D | vmwgfx_bo.c | 452 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_bo_acc_size()
|
| H A D | vmwgfx_drv.h | 627 enum vmw_dma_map_mode map_mode; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-builtins.c | 2969 arm_expand_builtin_args (rtx target, machine_mode map_mode, int fcode, in arm_expand_builtin_args() argument 3009 other_mode, map_mode); in arm_expand_builtin_args() 3015 map_mode); in arm_expand_builtin_args() 3042 GET_MODE_NUNITS (map_mode), exp); in arm_expand_builtin_args() 3045 GEN_INT (NEON_ENDIAN_LANE_N (map_mode, INTVAL (op[argc]))); in arm_expand_builtin_args()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm-builtins.cc | 2928 arm_expand_builtin_args (rtx target, machine_mode map_mode, int fcode, in arm_expand_builtin_args() argument 2968 other_mode, map_mode); in arm_expand_builtin_args() 2974 map_mode); in arm_expand_builtin_args() 3007 GET_MODE_NUNITS (map_mode), exp); in arm_expand_builtin_args() 3010 GEN_INT (NEON_ENDIAN_LANE_N (map_mode, INTVAL (op[argc]))); in arm_expand_builtin_args()
|