Home
last modified time | relevance | path

Searched refs:SWR_TESSELLATION_FACTORS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtessellator.h81 void Tessellate(const SWR_TESSELLATION_FACTORS& tsTessFactors, in Tessellate()
193 … const SWR_TESSELLATION_FACTORS& tsTessFactors, ///< [IN] Tessellation Factors in TSTessellate()
Dstate.h286 struct SWR_TESSELLATION_FACTORS struct
293 SWR_STATIC_ASSERT(sizeof(SWR_TESSELLATION_FACTORS) == 32); argument
298 SWR_TESSELLATION_FACTORS tessFactors;
Dfrontend.cpp1396 SWR_TESSELLATION_FACTORS tessFactors; in TessellationStages()