Searched refs:GBM_BO_USE_LINEAR (Results 1 – 11 of 11) sorted by relevance
27 if (usage & GBM_BO_USE_LINEAR) in gbm_convert_usage()
242 GBM_BO_USE_LINEAR = (1 << 4), enumerator
147 if (format == GBM_FORMAT_YVU420 && (usage & GBM_BO_USE_LINEAR)) in gbm_bo_create()
86 GBM_BO_USE_LINEAR | GBM_BO_USE_SW_READ_RARELY | GBM_BO_USE_SW_WRITE_RARELY; in vkr_get_fd_info_from_allocation_info()88 const uint32_t gbm_bo_use_flags = GBM_BO_USE_LINEAR; in vkr_get_fd_info_from_allocation_info()
41 #define GBM_BO_USE_LINEAR (1 << 4) macro209 cmd_get_reqs.flags = GBM_BO_USE_LINEAR | GBM_BO_USE_SCANOUT; in test_command_submission()
240 GBM_BO_USE_LINEAR = (1 << 4), enumerator
56 pub const GBM_BO_USE_LINEAR: gbm_bo_flags = 16; constant
95 GBM_BO_USE_LINEAR,606 bo = gbm_bo_create(gbm, width, height, GBM_FORMAT_ARGB8888, GBM_BO_USE_LINEAR); in test_dmabuf_map()
432 flags |= GBM_BO_USE_LINEAR; in virgl_gbm_convert_flags()
7730 GBM_FORMAT_R8, GBM_BO_USE_LINEAR); in vrend_create_buffer()7858 gbm_flags |= GBM_BO_USE_LINEAR; in vrend_resource_gbm_init()
1143 if (usage & GBM_BO_USE_LINEAR) in gbm_dri_bo_create()