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

  /external/mesa3d/src/compiler/glsl/
standalone_scaffolding.cpp 235 ctx->Const.MaxComputeVariableGroupSize[0] = 512;
236 ctx->Const.MaxComputeVariableGroupSize[1] = 512;
237 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;
  /external/mesa3d/src/mesa/main/
context.c 729 consts->MaxComputeVariableGroupSize[0] = 512;
730 consts->MaxComputeVariableGroupSize[1] = 512;
731 consts->MaxComputeVariableGroupSize[2] = 64;
    [all...]
api_validate.c     [all...]
get.c     [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_extensions.c     [all...]

Completed in 112 milliseconds