Lines Matching refs:shared_tile
79 if (group->private_tile && group->shared_tile && in gpu_array_ref_group_type()
80 group->shared_tile->depth < group->private_tile->depth) in gpu_array_ref_group_type()
84 if (group->shared_tile) in gpu_array_ref_group_type()
100 return group->shared_tile; in gpu_array_ref_group_tile()
800 if (group->shared_tile) { in set_depth()
801 if (tile_set_depth(data, group->shared_tile) < 0) in set_depth()
803 if (group->shared_tile->depth < group->min_depth) in set_depth()
804 group->min_depth = group->shared_tile->depth; in set_depth()
874 gpu_array_tile_free(group->shared_tile); in gpu_array_ref_group_free()
1130 group->shared_tile = gpu_array_tile_create(ctx, in compute_group_bounds_core()
1133 if (!group->shared_tile) in compute_group_bounds_core()
1135 else if (!can_tile(acc, group->shared_tile)) in compute_group_bounds_core()
1136 group->shared_tile = in compute_group_bounds_core()
1137 gpu_array_tile_free(group->shared_tile); in compute_group_bounds_core()
1350 if (!groups[i]->shared_tile) in group_common_shared_memory_tile()
1355 if (!groups[j]->shared_tile) in group_common_shared_memory_tile()
1366 if (!group->shared_tile || in group_common_shared_memory_tile()
1367 !smaller_tile(group->shared_tile, in group_common_shared_memory_tile()
1368 groups[i]->shared_tile, in group_common_shared_memory_tile()
1369 groups[j]->shared_tile)) { in group_common_shared_memory_tile()