Home
last modified time | relevance | path

Searched refs:MAX_IMAGE_UNITS (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dconfig.h175 #define MAX_IMAGE_UNITS (MAX_IMAGE_UNIFORMS * 6) macro
Dshaderimage.c526 assert(ctx->Const.MaxImageUnits <= MAX_IMAGE_UNITS); in validate_bind_image_texture()
Dmtypes.h3538 struct gl_image_unit ImageUnits[MAX_IMAGE_UNITS];
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_shader_image_atomic.txt138 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"
/third_party/openGLES/extensions/OES/
DOES_shader_image_atomic.txt148 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"
/third_party/openGLES/extensions/ARB/
DARB_shader_image_load_store.txt158 MAX_IMAGE_UNITS 0x8F38
299 (MAX_IMAGE_UNITS). The error INVALID_VALUE is generated if a
301 zero or greater than or equal to MAX_IMAGE_UNITS. Note that image
672 implementation-dependent constant MAX_IMAGE_UNITS. Unlike texture image
686 <unit> is greater than or equal to the value of MAX_IMAGE_UNITS, if
1050MAX_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
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_image_load_store.txt148 MAX_IMAGE_UNITS 0x8F38
289 (MAX_IMAGE_UNITS). The error INVALID_VALUE is generated if a
291 zero or greater than or equal to MAX_IMAGE_UNITS. Note that image
662 implementation-dependent constant MAX_IMAGE_UNITS. Unlike texture image
676 <unit> is greater than or equal to the value of MAX_IMAGE_UNITS, if
1040MAX_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
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c564 c->MaxImageUnits = MAX_IMAGE_UNITS; in st_init_limits()
/third_party/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp3036 assert(consts->MaxImageUnits <= MAX_IMAGE_UNITS); in apply_explicit_binding()