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

  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c 554 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.old/dist/src/mesa/state_tracker/
st_extensions.c 484 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/compiler/glsl/
glsl_parser_extras.h 569 unsigned MaxCombinedShaderOutputResources;
gl_nir_linker.c 659 ctx->Const.MaxCombinedShaderOutputResources)
builtin_variables.cpp 972 state->Const.MaxCombinedShaderOutputResources);
988 state->Const.MaxCombinedShaderOutputResources);
glsl_parser_extras.cpp 173 this->Const.MaxCombinedShaderOutputResources = ctx->Const.MaxCombinedShaderOutputResources;
linker.cpp 3441 ctx->Const.MaxCombinedShaderOutputResources)
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h 561 unsigned MaxCombinedShaderOutputResources;
builtin_variables.cpp 875 state->Const.MaxCombinedShaderOutputResources);
891 state->Const.MaxCombinedShaderOutputResources);
glsl_parser_extras.cpp 167 this->Const.MaxCombinedShaderOutputResources = ctx->Const.MaxCombinedShaderOutputResources;
linker.cpp 3498 ctx->Const.MaxCombinedShaderOutputResources)
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_context.c 518 ctx->Const.MaxCombinedShaderOutputResources =
  /xsrc/external/mit/MesaLib/src/mesa/
get_hash.h 371 { 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/
brw_context.c 456 ctx->Const.MaxCombinedShaderOutputResources =
  /xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h 365 { 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/dist/src/mesa/main/
mtypes.h 4200 GLuint MaxCombinedShaderOutputResources;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 4063 GLuint MaxCombinedShaderOutputResources;

Completed in 35 milliseconds