Searched refs:MaxComputeWorkGroupSize (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/compiler/glsl/
H A Dstandalone_scaffolding.cpp231 ctx->Const.MaxComputeWorkGroupSize[0] = 1024;
232 ctx->Const.MaxComputeWorkGroupSize[1] = 1024;
233 ctx->Const.MaxComputeWorkGroupSize[2] = 64;
H A Dstandalone.cpp147 ctx->Const.MaxComputeWorkGroupSize[0] = 1024;
148 ctx->Const.MaxComputeWorkGroupSize[1] = 1024;
149 ctx->Const.MaxComputeWorkGroupSize[2] = 64;
H A Dbuiltin_variables.cpp810 state->Const.MaxComputeWorkGroupSize[0],
811 state->Const.MaxComputeWorkGroupSize[1],
812 state->Const.MaxComputeWorkGroupSize[2]);
H A Dglsl_parser_extras.h501 unsigned MaxComputeWorkGroupSize[3]; member in struct:_mesa_glsl_parse_state::__anon15833
H A Dglsl_parser_extras.cpp155 for (unsigned i = 0; i < ARRAY_SIZE(this->Const.MaxComputeWorkGroupSize); i++)
156 this->Const.MaxComputeWorkGroupSize[i] = ctx->Const.MaxComputeWorkGroupSize[i];
H A Dast_to_hir.cpp8084 if (qual_local_size[i] > state->ctx->Const.MaxComputeWorkGroupSize[i]) {
8088 state->ctx->Const.MaxComputeWorkGroupSize[i]);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_extensions.c228 ctx->Const.MaxComputeWorkGroupSize[0] >= 1024) {
H A Dbrw_context.c507 ctx->Const.MaxComputeWorkGroupSize[0] >= 1024) ||
509 ctx->Const.MaxComputeWorkGroupSize[0] >= 128) ||
851 ctx->Const.MaxComputeWorkGroupSize[0] = max_invocations;
852 ctx->Const.MaxComputeWorkGroupSize[1] = max_invocations;
853 ctx->Const.MaxComputeWorkGroupSize[2] = max_invocations;
/external/mesa3d/src/mesa/main/
H A Dcontext.c706 consts->MaxComputeWorkGroupSize[0] = 1024;
707 consts->MaxComputeWorkGroupSize[1] = 1024;
708 consts->MaxComputeWorkGroupSize[2] = 64;
H A Dget.c2347 v->value_int = ctx->Const.MaxComputeWorkGroupSize[index];
H A Dmtypes.h3758 GLuint MaxComputeWorkGroupSize[3]; /* Array of x, y, z dimensions */ member in struct:gl_constants
/external/mesa3d/src/mesa/state_tracker/
H A Dst_extensions.c1198 consts->MaxComputeWorkGroupSize[i] = block_size[i];
1217 MIN2(consts->MaxComputeWorkGroupSize[i],

Completed in 286 milliseconds