Searched refs:MAX_IMAGE_UNITS (Results 1 – 9 of 9) sorted by relevance
175 #define MAX_IMAGE_UNITS (MAX_IMAGE_UNIFORMS * 6) macro
526 assert(ctx->Const.MaxImageUnits <= MAX_IMAGE_UNITS); in validate_bind_image_texture()
3538 struct gl_image_unit ImageUnits[MAX_IMAGE_UNITS];
138 Modify the description of MAX_IMAGE_UNITS in table 20.47 on p. 404:140 "MAX_IMAGE_UNITS ... No. of units for image load/store/atomics"
148 Modify the description of MAX_IMAGE_UNITS in table 20.47 on p. 404:150 "MAX_IMAGE_UNITS ... No. of units for image load/store/atomics"
158 MAX_IMAGE_UNITS 0x8F38299 (MAX_IMAGE_UNITS). The error INVALID_VALUE is generated if a301 zero or greater than or equal to MAX_IMAGE_UNITS. Note that image672 implementation-dependent constant MAX_IMAGE_UNITS. Unlike texture image686 <unit> is greater than or equal to the value of MAX_IMAGE_UNITS, if1050 …MAX_IMAGE_UNITS Z+ GetIntegerv 8 number of units for 3.9.X …1715 or equal to the value of MAX_IMAGE_UNITS.1721 than or equal to the value of MAX_IMAGE_UNITS.1962 RESOLVED: Yes, we provide a similar set of limits. MAX_IMAGE_UNITS
148 MAX_IMAGE_UNITS 0x8F38289 (MAX_IMAGE_UNITS). The error INVALID_VALUE is generated if a291 zero or greater than or equal to MAX_IMAGE_UNITS. Note that image662 implementation-dependent constant MAX_IMAGE_UNITS. Unlike texture image676 <unit> is greater than or equal to the value of MAX_IMAGE_UNITS, if1040 …MAX_IMAGE_UNITS Z+ GetIntegerv 8 number of units for 3.9.X …1705 or equal to the value of MAX_IMAGE_UNITS.1711 than or equal to the value of MAX_IMAGE_UNITS.1952 RESOLVED: Yes, we provide a similar set of limits. MAX_IMAGE_UNITS
564 c->MaxImageUnits = MAX_IMAGE_UNITS; in st_init_limits()
3036 assert(consts->MaxImageUnits <= MAX_IMAGE_UNITS); in apply_explicit_binding()