Searched refs:MaxComputeVariableGroupSize (Results 1 – 7 of 7) sorted by relevance
257 ctx->Const.MaxComputeVariableGroupSize[0] = 512; in initialize_context_to_defaults()258 ctx->Const.MaxComputeVariableGroupSize[1] = 512; in initialize_context_to_defaults()259 ctx->Const.MaxComputeVariableGroupSize[2] = 64; in initialize_context_to_defaults()
141 ctx->Const.MaxComputeVariableGroupSize[0] = 512; in initialize_context()142 ctx->Const.MaxComputeVariableGroupSize[1] = 512; in initialize_context()143 ctx->Const.MaxComputeVariableGroupSize[2] = 64; in initialize_context()
598 consts->MaxComputeVariableGroupSize[0] = 512; in _mesa_init_constants()599 consts->MaxComputeVariableGroupSize[1] = 512; in _mesa_init_constants()600 consts->MaxComputeVariableGroupSize[2] = 64; in _mesa_init_constants()
155 info->block[i] > ctx->Const.MaxComputeVariableGroupSize[i]) { in validate_DispatchComputeGroupSizeARB()
892 GLuint MaxComputeVariableGroupSize[3]; /* Array of x, y, z dimensions */ member
2878 v->value_int = ctx->Const.MaxComputeVariableGroupSize[index]; in find_value_indexed()
1652 consts->MaxComputeVariableGroupSize[i] = in st_init_extensions()