Searched refs:private_tile (Results 1 – 2 of 2) sorted by relevance
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()82 if (group->private_tile) in gpu_array_ref_group_type()102 return group->private_tile; in gpu_array_ref_group_tile()796 if (group->private_tile) { in set_depth()797 if (group->private_tile->depth < group->min_depth) in set_depth()798 group->min_depth = group->private_tile->depth; in set_depth()875 gpu_array_tile_free(group->private_tile); in gpu_array_ref_group_free()1168 group->private_tile = gpu_array_tile_create(ctx, n_index); in compute_group_bounds_core()1169 if (!group->private_tile) { in compute_group_bounds_core()[all …]
42 struct gpu_array_tile *private_tile; member