HomeSort by: relevance | last modified time | path
    Searched refs:MaxComputeVariableGroupSize (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
standalone_scaffolding.cpp 256 ctx->Const.MaxComputeVariableGroupSize[0] = 512;
257 ctx->Const.MaxComputeVariableGroupSize[1] = 512;
258 ctx->Const.MaxComputeVariableGroupSize[2] = 64;
standalone.cpp 142 ctx->Const.MaxComputeVariableGroupSize[0] = 512;
143 ctx->Const.MaxComputeVariableGroupSize[1] = 512;
144 ctx->Const.MaxComputeVariableGroupSize[2] = 64;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
standalone_scaffolding.cpp 256 ctx->Const.MaxComputeVariableGroupSize[0] = 512;
257 ctx->Const.MaxComputeVariableGroupSize[1] = 512;
258 ctx->Const.MaxComputeVariableGroupSize[2] = 64;
standalone.cpp 152 ctx->Const.MaxComputeVariableGroupSize[0] = 512;
153 ctx->Const.MaxComputeVariableGroupSize[1] = 512;
154 ctx->Const.MaxComputeVariableGroupSize[2] = 64;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
compute.c 149 group_size[i] > ctx->Const.MaxComputeVariableGroupSize[i]) {
context.c 660 consts->MaxComputeVariableGroupSize[0] = 512;
661 consts->MaxComputeVariableGroupSize[1] = 512;
662 consts->MaxComputeVariableGroupSize[2] = 64;
mtypes.h 4211 GLuint MaxComputeVariableGroupSize[3]; /* Array of x, y, z dimensions */
get.c 2850 v->value_int = ctx->Const.MaxComputeVariableGroupSize[index];
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
compute.c 151 group_size[i] > ctx->Const.MaxComputeVariableGroupSize[i]) {
context.c 747 consts->MaxComputeVariableGroupSize[0] = 512;
748 consts->MaxComputeVariableGroupSize[1] = 512;
749 consts->MaxComputeVariableGroupSize[2] = 64;
mtypes.h 4074 GLuint MaxComputeVariableGroupSize[3]; /* Array of x, y, z dimensions */
get.c 2722 v->value_int = ctx->Const.MaxComputeVariableGroupSize[index];
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_context.c 868 ctx->Const.MaxComputeVariableGroupSize[0] = max_invocations;
869 ctx->Const.MaxComputeVariableGroupSize[1] = max_invocations;
870 ctx->Const.MaxComputeVariableGroupSize[2] = max_invocations;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c 1687 consts->MaxComputeVariableGroupSize[i] =
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c 1515 consts->MaxComputeVariableGroupSize[i] =

Completed in 75 milliseconds