Searched refs:can_use_upload (Results 1 – 2 of 2) sorted by relevance
550 bool can_use_upload = tex->can_use_upload && in svga_texture_transfer_map() local562 if ((was_rendered_to || is_dirty) && can_use_upload) { in svga_texture_transfer_map()569 if (can_use_upload) in svga_texture_transfer_map()574 if (!map && can_use_upload) { in svga_texture_transfer_map()1102 tex->can_use_upload = svga_texture_transfer_map_can_upload(svgascreen, in svga_texture_create()
68 bool can_use_upload; member