Searched refs:MaxComputeWorkGroupCount (Results 1 – 10 of 10) sorted by relevance
229 ctx->Const.MaxComputeWorkGroupCount[0] = 65535; in initialize_context_to_defaults()230 ctx->Const.MaxComputeWorkGroupCount[1] = 65535; in initialize_context_to_defaults()231 ctx->Const.MaxComputeWorkGroupCount[2] = 65535; in initialize_context_to_defaults()
144 ctx->Const.MaxComputeWorkGroupCount[0] = 65535; in initialize_context()145 ctx->Const.MaxComputeWorkGroupCount[1] = 65535; in initialize_context()146 ctx->Const.MaxComputeWorkGroupCount[2] = 65535; in initialize_context()
807 state->Const.MaxComputeWorkGroupCount[0], in generate_constants()808 state->Const.MaxComputeWorkGroupCount[1], in generate_constants()809 state->Const.MaxComputeWorkGroupCount[2]); in generate_constants()
525 unsigned MaxComputeWorkGroupCount[3]; member
158 for (unsigned i = 0; i < ARRAY_SIZE(this->Const.MaxComputeWorkGroupCount); i++) in _mesa_glsl_parse_state()159 this->Const.MaxComputeWorkGroupCount[i] = ctx->Const.MaxComputeWorkGroupCount[i]; in _mesa_glsl_parse_state()
79 if (num_groups[i] > ctx->Const.MaxComputeWorkGroupCount[i]) { in validate_DispatchCompute()132 if (num_groups[i] > ctx->Const.MaxComputeWorkGroupCount[i]) { in validate_DispatchComputeGroupSizeARB()
711 consts->MaxComputeWorkGroupCount[0] = 65535; in _mesa_init_constants()712 consts->MaxComputeWorkGroupCount[1] = 65535; in _mesa_init_constants()713 consts->MaxComputeWorkGroupCount[2] = 65535; in _mesa_init_constants()
3980 GLuint MaxComputeWorkGroupCount[3]; /* Array of x, y, z dimensions */ member
2541 v->value_int = ctx->Const.MaxComputeWorkGroupCount[index]; in find_value_indexed()
1267 consts->MaxComputeWorkGroupCount[i] = grid_size[i]; in st_init_extensions()