Searched refs:mMaxPatchVertices (Results 1 – 2 of 2) sorted by relevance
805 int mMaxPatchVertices; variable
264 mMaxPatchVertices(resources.MaxPatchVertices), in TParseContext()3237 ASSERT(mMaxPatchVertices > 0); in checkTessellationShaderUnsizedArraysAndSetSize()3238 type->sizeOutermostUnsizedArray(mMaxPatchVertices); in checkTessellationShaderUnsizedArraysAndSetSize()3271 if (outermostSize != static_cast<unsigned int>(mMaxPatchVertices)) in checkTessellationShaderUnsizedArraysAndSetSize()5952 if (intValue < 1 || intValue > mMaxPatchVertices) in parseVertices()