Searched refs:MaxCombinedShaderOutputResources (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_extensions.c484 c->MaxCombinedShaderOutputResources = c->MaxDrawBuffers;
502 c->MaxCombinedShaderOutputResources +=
516 c->MaxCombinedShaderOutputResources += c->MaxCombinedImageUniforms;
559 if (temp > 0 && c->MaxCombinedShaderOutputResources > temp)
560 c->MaxCombinedShaderOutputResources = temp;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_extensions.c554 c->MaxCombinedShaderOutputResources = c->MaxDrawBuffers;
573 c->MaxCombinedShaderOutputResources +=
588 c->MaxCombinedShaderOutputResources += c->MaxCombinedImageUniforms;
634 if (temp > 0 && c->MaxCombinedShaderOutputResources > temp)
635 c->MaxCombinedShaderOutputResources = temp;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dglsl_parser_extras.h569 unsigned MaxCombinedShaderOutputResources; member in struct:_mesa_glsl_parse_state::__anon0a67c8d10208
H A Dgl_nir_linker.c659 ctx->Const.MaxCombinedShaderOutputResources)
H A Dbuiltin_variables.cpp972 state->Const.MaxCombinedShaderOutputResources);
988 state->Const.MaxCombinedShaderOutputResources);
H A Dglsl_parser_extras.cpp173 this->Const.MaxCombinedShaderOutputResources = ctx->Const.MaxCombinedShaderOutputResources;
H A Dlinker.cpp3441 ctx->Const.MaxCombinedShaderOutputResources)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dglsl_parser_extras.h561 unsigned MaxCombinedShaderOutputResources; member in struct:_mesa_glsl_parse_state::__anonc810e9be0208
H A Dbuiltin_variables.cpp875 state->Const.MaxCombinedShaderOutputResources);
891 state->Const.MaxCombinedShaderOutputResources);
H A Dglsl_parser_extras.cpp167 this->Const.MaxCombinedShaderOutputResources = ctx->Const.MaxCombinedShaderOutputResources;
H A Dlinker.cpp3498 ctx->Const.MaxCombinedShaderOutputResources)
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h365 { GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES, CONTEXT_INT(Const.MaxCombinedShaderOutputResources), extra_ARB_shader_image_load_store_shader_storage_buffer_object_es31 },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h371 { GL_MAX_COMBINED_SHADER_OUTPUT_RESOURCES, CONTEXT_INT(Const.MaxCombinedShaderOutputResources), extra_ARB_shader_image_load_store_shader_storage_buffer_object_es31 },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c456 ctx->Const.MaxCombinedShaderOutputResources =
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_context.c518 ctx->Const.MaxCombinedShaderOutputResources =
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmtypes.h4063 GLuint MaxCombinedShaderOutputResources; member in struct:gl_constants
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmtypes.h4200 GLuint MaxCombinedShaderOutputResources; member in struct:gl_constants

Completed in 161 milliseconds