Searched refs:MaxTessGenLevel (Results 1 – 13 of 13) sorted by relevance
63 MaxTessGenLevel 64
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()
666 int MaxTessGenLevel; member
256 mResources.MaxTessGenLevel = caps.maxTessGenLevel; in Compiler()
322 resources->MaxTessGenLevel = 64; in InitBuiltInResources()
1478 << ":MaxTessGenLevel:" << mResources.MaxTessGenLevel in setResourceString()
29573 unionArray[0].setIConst(resources.MaxTessGenLevel); in initializeBuiltInVariables()29582 unionArray[0].setIConst(resources.MaxTessGenLevel); in initializeBuiltInVariables()
38114 unionArray[0].setIConst(resources.MaxTessGenLevel); in initializeBuiltInVariables()38123 unionArray[0].setIConst(resources.MaxTessGenLevel); in initializeBuiltInVariables()
732 consts->MaxTessGenLevel = MAX_TESS_GEN_LEVEL; in _mesa_init_constants()
4145 GLuint MaxTessGenLevel; member