HomeSort by relevance Sort by last modified time
    Searched refs:MaxComputeWorkGroupSize (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/compiler/glsl/
standalone_scaffolding.cpp 231 ctx->Const.MaxComputeWorkGroupSize[0] = 1024;
232 ctx->Const.MaxComputeWorkGroupSize[1] = 1024;
233 ctx->Const.MaxComputeWorkGroupSize[2] = 64;
standalone.cpp 147 ctx->Const.MaxComputeWorkGroupSize[0] = 1024;
148 ctx->Const.MaxComputeWorkGroupSize[1] = 1024;
149 ctx->Const.MaxComputeWorkGroupSize[2] = 64;
glsl_parser_extras.h 501 unsigned MaxComputeWorkGroupSize[3];
builtin_variables.cpp 810 state->Const.MaxComputeWorkGroupSize[0],
811 state->Const.MaxComputeWorkGroupSize[1],
812 state->Const.MaxComputeWorkGroupSize[2]);
    [all...]
glsl_parser_extras.cpp 155 for (unsigned i = 0; i < ARRAY_SIZE(this->Const.MaxComputeWorkGroupSize); i++)
156 this->Const.MaxComputeWorkGroupSize[i] = ctx->Const.MaxComputeWorkGroupSize[i];
    [all...]
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_extensions.c 228 ctx->Const.MaxComputeWorkGroupSize[0] >= 1024) {
brw_context.c 507 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;
    [all...]
  /external/mesa3d/src/mesa/main/
context.c 706 consts->MaxComputeWorkGroupSize[0] = 1024;
707 consts->MaxComputeWorkGroupSize[1] = 1024;
708 consts->MaxComputeWorkGroupSize[2] = 64;
    [all...]
get.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c     [all...]

Completed in 108 milliseconds