Searched refs:MaxTessGenLevel (Results 1 – 13 of 13) sorted by relevance
63 MaxTessGenLevel 64
563 int MaxTessGenLevel; member
581 unsigned MaxTessGenLevel; member
188 this->Const.MaxTessGenLevel = ctx->Const.MaxTessGenLevel; in _mesa_glsl_parse_state()
959 add_const("gl_MaxTessGenLevel", state->Const.MaxTessGenLevel); in generate_constants()
259 mResources.MaxTessGenLevel = caps.maxTessGenLevel; in Compiler()
320 resources->MaxTessGenLevel = 64; in InitBuiltInResources()
1243 << ":MaxTessGenLevel:" << mResources.MaxTessGenLevel in setResourceString()
26187 unionArray[0].setIConst(resources.MaxTessGenLevel); in initializeBuiltInVariables()26196 unionArray[0].setIConst(resources.MaxTessGenLevel); in initializeBuiltInVariables()
40138 unionArray[0].setIConst(resources.MaxTessGenLevel); in initializeBuiltInVariables()40147 unionArray[0].setIConst(resources.MaxTessGenLevel); in initializeBuiltInVariables()
732 consts->MaxTessGenLevel = MAX_TESS_GEN_LEVEL; in _mesa_init_constants()
4145 GLuint MaxTessGenLevel; member