Searched refs:VMW_RES_DIRTY_SET (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_so.c | 499 [vmw_view_rt] = VMW_RES_DIRTY_SET, in vmw_view_dirtying() 500 [vmw_view_ds] = VMW_RES_DIRTY_SET, in vmw_view_dirtying() 501 [vmw_view_ua] = VMW_RES_DIRTY_SET, in vmw_view_dirtying()
|
H A D | vmwgfx_execbuf.c | 437 VMW_RES_DIRTY_SET, in vmw_resource_context_res_add() 814 VMW_RES_DIRTY_SET, user_context_converter, in vmw_cmd_cid_check() 864 VMW_RES_DIRTY_SET, user_context_converter, in vmw_cmd_set_render_target_check() 870 VMW_RES_DIRTY_SET, user_surface_converter, in vmw_cmd_set_render_target_check() 909 VMW_RES_DIRTY_SET, user_surface_converter, in vmw_cmd_surface_copy_check() 928 VMW_RES_DIRTY_SET, user_surface_converter, in vmw_cmd_buffer_copy_check() 947 VMW_RES_DIRTY_SET, user_surface_converter, in vmw_cmd_pred_copy_check() 966 VMW_RES_DIRTY_SET, user_surface_converter, in vmw_cmd_stretch_blt_check() 1310 VMW_RES_DIRTY_SET, user_context_converter, in vmw_cmd_begin_gb_query() 1343 VMW_RES_DIRTY_SET, user_context_converte in vmw_cmd_begin_query() [all...] |
H A D | vmwgfx_validation.h | 38 #define VMW_RES_DIRTY_SET BIT(0) macro
|
H A D | vmwgfx_validation.c | 336 node->dirty = (dirty & VMW_RES_DIRTY_SET) ? 1 : 0; in vmw_validation_add_resource() 366 val->dirty = (dirty & VMW_RES_DIRTY_SET) ? 1 : 0; in vmw_validation_res_set_dirty()
|