// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "patch.h" #include "feature_adaptive_eval_grid.h" namespace embree { namespace isa { struct PatchEvalGrid { … }; __forceinline unsigned patch_eval_subdivision_count (const HalfEdge* h) { … } template<typename Tessellator> inline void patch_eval_subdivision (const HalfEdge* h, Tessellator tessellator) { … } } }