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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_parser_extras.h530 unsigned MaxGeometryShaderInvocations; member in struct:_mesa_glsl_parse_state::__anon0a67c8d10208
H A Dglsl_parser_extras.cpp127 this->Const.MaxGeometryShaderInvocations = ctx->Const.MaxGeometryShaderInvocations;
1881 if (invocations > state->Const.MaxGeometryShaderInvocations) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.h522 unsigned MaxGeometryShaderInvocations; member in struct:_mesa_glsl_parse_state::__anonc810e9be0208
H A Dglsl_parser_extras.cpp121 this->Const.MaxGeometryShaderInvocations = ctx->Const.MaxGeometryShaderInvocations;
1834 if (invocations > state->Const.MaxGeometryShaderInvocations) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_extensions.c449 c->MaxGeometryShaderInvocations =
1310 consts->MaxGeometryShaderInvocations >= 32) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcontext.c651 consts->MaxGeometryShaderInvocations = MAX_GEOMETRY_SHADER_INVOCATIONS;
H A Dmtypes.h2487 * 1 .. Const.MaxGeometryShaderInvocations
3757 GLuint MaxGeometryShaderInvocations; member in struct:gl_constants
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcontext.c561 consts->MaxGeometryShaderInvocations = MAX_GEOMETRY_SHADER_INVOCATIONS;
H A Dmtypes.h2552 * 1 .. Const.MaxGeometryShaderInvocations
3893 GLuint MaxGeometryShaderInvocations; member in struct:gl_constants
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h414 { 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/
H A Dst_extensions.c384 c->MaxGeometryShaderInvocations =
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h420 { GL_MAX_GEOMETRY_SHADER_INVOCATIONS, CONTEXT_INT(Const.MaxGeometryShaderInvocations), extra_ARB_gpu_shader5_or_oes_geometry_shader },

Completed in 44 milliseconds