Searched refs:MaxComputeVariableGroupSize (Results 1 – 8 of 8) sorted by relevance
256 ctx->Const.MaxComputeVariableGroupSize[0] = 512; in initialize_context_to_defaults()257 ctx->Const.MaxComputeVariableGroupSize[1] = 512; in initialize_context_to_defaults()258 ctx->Const.MaxComputeVariableGroupSize[2] = 64; in initialize_context_to_defaults()
142 ctx->Const.MaxComputeVariableGroupSize[0] = 512; in initialize_context()143 ctx->Const.MaxComputeVariableGroupSize[1] = 512; in initialize_context()144 ctx->Const.MaxComputeVariableGroupSize[2] = 64; in initialize_context()
149 group_size[i] > ctx->Const.MaxComputeVariableGroupSize[i]) { in validate_DispatchComputeGroupSizeARB()
741 consts->MaxComputeVariableGroupSize[0] = 512; in _mesa_init_constants()742 consts->MaxComputeVariableGroupSize[1] = 512; in _mesa_init_constants()743 consts->MaxComputeVariableGroupSize[2] = 64; in _mesa_init_constants()
4129 GLuint MaxComputeVariableGroupSize[3]; /* Array of x, y, z dimensions */ member
2835 v->value_int = ctx->Const.MaxComputeVariableGroupSize[index]; in find_value_indexed()
842 ctx->Const.MaxComputeVariableGroupSize[0] = max_invocations; in brw_initialize_cs_context_constants()843 ctx->Const.MaxComputeVariableGroupSize[1] = max_invocations; in brw_initialize_cs_context_constants()844 ctx->Const.MaxComputeVariableGroupSize[2] = max_invocations; in brw_initialize_cs_context_constants()
1618 consts->MaxComputeVariableGroupSize[i] = in st_init_extensions()