Home
last modified time | relevance | path

Searched refs:can_tile (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c501 bool can_tile = is_2d && is_sane_bpp && ((pres->base.bind & ~valid_binding) == 0); in panfrost_should_tile() local
504 assert(can_tile); in panfrost_should_tile()
508 return can_tile && (pres->base.usage != PIPE_USAGE_STREAM); in panfrost_should_tile()
/external/llvm-project/polly/lib/External/ppcg/
Dgpu_group.c413 static int can_tile(__isl_keep isl_map *access, struct gpu_array_tile *tile) in can_tile() function
1135 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()