Searched refs:can_tile (Results 1 – 2 of 2) sorted by relevance
501 bool can_tile = is_2d && is_sane_bpp && ((pres->base.bind & ~valid_binding) == 0); in panfrost_should_tile() local504 assert(can_tile); in panfrost_should_tile()508 return can_tile && (pres->base.usage != PIPE_USAGE_STREAM); in panfrost_should_tile()
413 static int can_tile(__isl_keep isl_map *access, struct gpu_array_tile *tile) in can_tile() function1135 else if (!can_tile(acc, group->shared_tile)) in compute_group_bounds_core()1174 if (!can_tile(acc, group->private_tile)) in compute_group_bounds_core()