Home
last modified time | relevance | path

Searched refs:MaxComputeVariableGroupSize (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dstandalone_scaffolding.cpp257 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()
Dstandalone.cpp141 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()
/third_party/mesa3d/src/mesa/main/
Dcontext.c598 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()
Dcompute.c155 info->block[i] > ctx->Const.MaxComputeVariableGroupSize[i]) { in validate_DispatchComputeGroupSizeARB()
Dconsts_exts.h892 GLuint MaxComputeVariableGroupSize[3]; /* Array of x, y, z dimensions */ member
Dget.c2878 v->value_int = ctx->Const.MaxComputeVariableGroupSize[index]; in find_value_indexed()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1652 consts->MaxComputeVariableGroupSize[i] = in st_init_extensions()