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

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.h 530 unsigned MaxGeometryShaderInvocations;
glsl_parser_extras.cpp 127 this->Const.MaxGeometryShaderInvocations = ctx->Const.MaxGeometryShaderInvocations;
1881 if (invocations > state->Const.MaxGeometryShaderInvocations) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h 522 unsigned MaxGeometryShaderInvocations;
glsl_parser_extras.cpp 121 this->Const.MaxGeometryShaderInvocations = ctx->Const.MaxGeometryShaderInvocations;
1834 if (invocations > state->Const.MaxGeometryShaderInvocations) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c 449 c->MaxGeometryShaderInvocations =
1310 consts->MaxGeometryShaderInvocations >= 32) {
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
context.c 564 consts->MaxGeometryShaderInvocations = MAX_GEOMETRY_SHADER_INVOCATIONS;
mtypes.h 2552 * 1 .. Const.MaxGeometryShaderInvocations
3893 GLuint MaxGeometryShaderInvocations;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
context.c 651 consts->MaxGeometryShaderInvocations = MAX_GEOMETRY_SHADER_INVOCATIONS;
mtypes.h 2487 * 1 .. Const.MaxGeometryShaderInvocations
3757 GLuint MaxGeometryShaderInvocations;
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 420 { GL_MAX_GEOMETRY_SHADER_INVOCATIONS, CONTEXT_INT(Const.MaxGeometryShaderInvocations), extra_ARB_gpu_shader5_or_oes_geometry_shader },
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c 384 c->MaxGeometryShaderInvocations =
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 414 { GL_MAX_GEOMETRY_SHADER_INVOCATIONS, CONTEXT_INT(Const.MaxGeometryShaderInvocations), extra_ARB_gpu_shader5_or_oes_geometry_shader },

Completed in 23 milliseconds