| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | shaderimage.c | 546 assert(ctx->Const.MaxImageUnits <= MAX_IMAGE_UNITS); 548 if (unit >= ctx->Const.MaxImageUnits) { 800 if (first + count > ctx->Const.MaxImageUnits) { 810 first, count, ctx->Const.MaxImageUnits);
|
| H A D | get.c | 2608 if (index >= ctx->Const.MaxImageUnits) 2619 if (index >= ctx->Const.MaxImageUnits) 2628 if (index >= ctx->Const.MaxImageUnits) 2637 if (index >= ctx->Const.MaxImageUnits) 2646 if (index >= ctx->Const.MaxImageUnits) 2655 if (index >= ctx->Const.MaxImageUnits)
|
| H A D | uniform_query.cpp | 1002 if (unit < 0 || unit >= (int)ctx->Const.MaxImageUnits) {
|
| H A D | texobj.c | 1421 for (i = 0; i < ctx->Const.MaxImageUnits; i++) {
|
| H A D | mtypes.h | 4062 GLuint MaxImageUnits; member in struct:gl_constants
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shaderimage.c | 523 assert(ctx->Const.MaxImageUnits <= MAX_IMAGE_UNITS); 525 if (unit >= ctx->Const.MaxImageUnits) { 810 if (first + count > ctx->Const.MaxImageUnits) { 820 first, count, ctx->Const.MaxImageUnits);
|
| H A D | get.c | 2738 if (index >= ctx->Const.MaxImageUnits) 2749 if (index >= ctx->Const.MaxImageUnits) 2758 if (index >= ctx->Const.MaxImageUnits) 2767 if (index >= ctx->Const.MaxImageUnits) 2776 if (index >= ctx->Const.MaxImageUnits) 2785 if (index >= ctx->Const.MaxImageUnits)
|
| H A D | texobj.c | 1383 for (i = 0; i < ctx->Const.MaxImageUnits; i++) {
|
| H A D | uniform_query.cpp | 1073 if (unit < 0 || unit >= (int)ctx->Const.MaxImageUnits) {
|
| H A D | mtypes.h | 4199 GLuint MaxImageUnits; member in struct:gl_constants
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.h | 568 unsigned MaxImageUnits; member in struct:_mesa_glsl_parse_state::__anon0a67c8d10208
|
| H A D | glsl_parser_extras.cpp | 172 this->Const.MaxImageUnits = ctx->Const.MaxImageUnits;
|
| H A D | builtin_variables.cpp | 957 state->Const.MaxImageUnits);
|
| H A D | ast_to_hir.cpp | 3022 assert(ctx->Const.MaxImageUnits <= MAX_IMAGE_UNITS); 3023 if (max_index >= ctx->Const.MaxImageUnits) { 3026 ctx->Const.MaxImageUnits);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | glsl_parser_extras.h | 560 unsigned MaxImageUnits; member in struct:_mesa_glsl_parse_state::__anonc810e9be0208
|
| H A D | glsl_parser_extras.cpp | 166 this->Const.MaxImageUnits = ctx->Const.MaxImageUnits;
|
| H A D | builtin_variables.cpp | 860 state->Const.MaxImageUnits);
|
| H A D | ast_to_hir.cpp | 2953 assert(ctx->Const.MaxImageUnits <= MAX_IMAGE_UNITS); 2954 if (max_index >= ctx->Const.MaxImageUnits) { 2957 ctx->Const.MaxImageUnits);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 316 { GL_MAX_IMAGE_UNITS, CONTEXT_INT(Const.MaxImageUnits), extra_ARB_shader_image_load_store },
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_extensions.c | 517 c->MaxImageUnits = MAX_IMAGE_UNITS;
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 322 { GL_MAX_IMAGE_UNITS, CONTEXT_INT(Const.MaxImageUnits), extra_ARB_shader_image_load_store_es31 },
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_context.c | 477 ctx->Const.MaxImageUnits = MAX_IMAGE_UNITS;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_extensions.c | 589 c->MaxImageUnits = MAX_IMAGE_UNITS;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_context.c | 539 ctx->Const.MaxImageUnits = MAX_IMAGE_UNITS;
|