Searched refs:GBM_BO_USE_SW_WRITE_OFTEN (Results 1 – 6 of 6) sorted by relevance
97 GBM_BO_USE_SW_WRITE_OFTEN,101 GBM_BO_USE_SCANOUT | GBM_BO_USE_SW_READ_OFTEN | GBM_BO_USE_SW_WRITE_OFTEN,102 GBM_BO_USE_RENDERING | GBM_BO_USE_SW_READ_OFTEN | GBM_BO_USE_SW_WRITE_OFTEN,103 GBM_BO_USE_TEXTURING | GBM_BO_USE_SW_READ_OFTEN | GBM_BO_USE_SW_WRITE_OFTEN,558 GBM_BO_USE_SW_READ_OFTEN | GBM_BO_USE_SW_WRITE_OFTEN); in test_gem_map()
39 if (usage & GBM_BO_USE_SW_WRITE_OFTEN) in gbm_convert_usage()
266 GBM_BO_USE_SW_WRITE_OFTEN = (1 << 11), enumerator
51 #define GBM_BO_USE_SW_WRITE_OFTEN (1 << 11) macro
452 flags |= GBM_BO_USE_SW_WRITE_OFTEN; in virgl_gbm_convert_flags()
63 pub const GBM_BO_USE_SW_WRITE_OFTEN: gbm_bo_flags = 2048; constant