Home
last modified time | relevance | path

Searched refs:MAX_COMBINED_TEXTURE_IMAGE_UNITS (Results 1 – 25 of 49) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
Dconfig.h214 #define MAX_COMBINED_TEXTURE_IMAGE_UNITS (MAX_TEXTURE_IMAGE_UNITS * 6) macro
Dcontext.c497 consts->MaxCombinedTextureImageUnits = MAX_COMBINED_TEXTURE_IMAGE_UNITS; in _mesa_init_constants()
645 assert(ctx->Const.MaxCombinedTextureImageUnits <= MAX_COMBINED_TEXTURE_IMAGE_UNITS); in check_context_limits()
646 assert(ctx->Const.MaxTextureCoordUnits <= MAX_COMBINED_TEXTURE_IMAGE_UNITS); in check_context_limits()
Dshader_types.h542 GLbitfield16 TexturesUsed[MAX_COMBINED_TEXTURE_IMAGE_UNITS];
Dtexstate.c897 BITSET_DECLARE(enabled_texture_units, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in _mesa_update_texture_state()
1102 >= MAX_COMBINED_TEXTURE_IMAGE_UNITS + 1); in _mesa_init_texture()
Duniform_query.cpp2195 GLbitfield TexturesUsed[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; in _mesa_sampler_uniforms_pipeline_are_valid()
2235 if (active_samplers > MAX_COMBINED_TEXTURE_IMAGE_UNITS) { in _mesa_sampler_uniforms_pipeline_are_valid()
2240 active_samplers, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in _mesa_sampler_uniforms_pipeline_are_valid()
Dmtypes.h1324 struct gl_texture_unit Unit[MAX_COMBINED_TEXTURE_IMAGE_UNITS];
3205 struct gl_texture_object SavedObj[MAX_COMBINED_TEXTURE_IMAGE_UNITS][NUM_TEXTURE_TARGETS];
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h83 MAX_COMBINED_TEXTURE_IMAGE_UNITS = MAX_TEXTURE_IMAGE_UNITS + MAX_VERTEX_TEXTURE_IMAGE_UNITS, enumerator
392 gl::BindingPointer<Sampler> sampler[MAX_COMBINED_TEXTURE_IMAGE_UNITS];
395 gl::BindingPointer<Texture> samplerTexture[TEXTURE_TYPE_COUNT][MAX_COMBINED_TEXTURE_IMAGE_UNITS];
DContext.cpp219 for(int sampler = 0; sampler < MAX_COMBINED_TEXTURE_IMAGE_UNITS; sampler++) in ~Context()
249 for(int i = 0; i < MAX_COMBINED_TEXTURE_IMAGE_UNITS; ++i) in ~Context()
1965 case GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: *params = MAX_COMBINED_TEXTURE_IMAGE_UNITS; return true; in getIntegerv()
2154 if(mState.activeSampler > MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1) in getIntegerv()
2163 if(mState.activeSampler > MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1) in getIntegerv()
2172 if(mState.activeSampler > MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1) in getIntegerv()
2181 if(mState.activeSampler > MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1) in getIntegerv()
2190 if(mState.activeSampler > MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1) in getIntegerv()
2231 if(mState.activeSampler > MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1) in getIntegerv()
3896 for(int sampler = 0; sampler < MAX_COMBINED_TEXTURE_IMAGE_UNITS; sampler++) in detachTexture()
[all …]
DShader.cpp179 resources.MaxCombinedTextureImageUnits = MAX_COMBINED_TEXTURE_IMAGE_UNITS; in createCompiler()
DProgram.cpp316 if(logicalTextureUnit < MAX_COMBINED_TEXTURE_IMAGE_UNITS) in getSamplerMapping()
3055 TextureType textureUnitType[MAX_COMBINED_TEXTURE_IMAGE_UNITS]; in validateSamplers()
3057 for(unsigned int i = 0; i < MAX_COMBINED_TEXTURE_IMAGE_UNITS; i++) in validateSamplers()
3068 if(unit >= MAX_COMBINED_TEXTURE_IMAGE_UNITS) in validateSamplers()
3072 …iform (%d) exceeds MAX_COMBINED_TEXTURE_IMAGE_UNITS (%d)", unit, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in validateSamplers()
3103 if(unit >= MAX_COMBINED_TEXTURE_IMAGE_UNITS) in validateSamplers()
3107 …iform (%d) exceeds MAX_COMBINED_TEXTURE_IMAGE_UNITS (%d)", unit, MAX_COMBINED_TEXTURE_IMAGE_UNITS); in validateSamplers()
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_EGL_image_external.txt59 and MAX_COMBINED_TEXTURE_IMAGE_UNITS.
272 MAX_COMBINED_TEXTURE_IMAGE_UNITS, MAX_VERTEX_TEXTURE_IMAGE_UNITS,
701 MAX_COMBINED_TEXTURE_IMAGE_UNITS, MAX_VERTEX_TEXTURE_IMAGE_UNITS, and
748 A) The MAX_COMBINED_TEXTURE_IMAGE_UNITS,
755 MAX_COMBINED_TEXTURE_IMAGE_UNITS, MAX_VERTEX_TEXTURE_IMAGE_UNITS, and
/third_party/openGLES/extensions/OES/
DOES_EGL_image_external.txt69 and MAX_COMBINED_TEXTURE_IMAGE_UNITS.
282 MAX_COMBINED_TEXTURE_IMAGE_UNITS, MAX_VERTEX_TEXTURE_IMAGE_UNITS,
711 MAX_COMBINED_TEXTURE_IMAGE_UNITS, MAX_VERTEX_TEXTURE_IMAGE_UNITS, and
758 A) The MAX_COMBINED_TEXTURE_IMAGE_UNITS,
765 MAX_COMBINED_TEXTURE_IMAGE_UNITS, MAX_VERTEX_TEXTURE_IMAGE_UNITS, and
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js217 MAX_COMBINED_TEXTURE_IMAGE_UNITS: 0x8B4D, property
/third_party/openGLES/extensions/ARB/
DARB_sampler_objects.txt281 MAX_COMBINED_TEXTURE_IMAGE_UNITS.
552 on MAX_COMBINED_TEXTURE_IMAGE_UNITS
DARB_compute_shader.txt962 MAX_COMBINED_TEXTURE_IMAGE_UNITS 96 (6*16), was 80
1073 RESOLVED: Yes, for MAX_COMBINED_TEXTURE_IMAGE_UNITS and
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sampler_objects.txt271 MAX_COMBINED_TEXTURE_IMAGE_UNITS.
542 on MAX_COMBINED_TEXTURE_IMAGE_UNITS
DARB_compute_shader.txt952 MAX_COMBINED_TEXTURE_IMAGE_UNITS 96 (6*16), was 80
1063 RESOLVED: Yes, for MAX_COMBINED_TEXTURE_IMAGE_UNITS and
DARB_geometry_shader4.txt494 MAX_COMBINED_TEXTURE_IMAGE_UNITS texture image units. If the vertex
497 against the MAX_COMBINED_TEXTURE_IMAGE_UNITS limit.
727 use more than MAX_COMBINED_TEXTURE_IMAGE_UNITS texture image units. If the
730 units against the MAX_COMBINED_TEXTURE_IMAGE_UNITS limit.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_EGL_stream_consumer_external.txt50 MAX_COMBINED_TEXTURE_IMAGE_UNITS.
297 MAX_COMBINED_TEXTURE_IMAGE_UNITS, MAX_VERTEX_TEXTURE_IMAGE_UNITS,
/third_party/openGLES/extensions/NV/
DNV_EGL_stream_consumer_external.txt50 MAX_COMBINED_TEXTURE_IMAGE_UNITS.
297 MAX_COMBINED_TEXTURE_IMAGE_UNITS, MAX_VERTEX_TEXTURE_IMAGE_UNITS,
/third_party/openGLES/extensions/IMG/
DIMG_bindless_texture.txt294 the value of MAX_COMBINED_TEXTURE_IMAGE_UNITS...":
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_bindless_texture.txt294 the value of MAX_COMBINED_TEXTURE_IMAGE_UNITS...":
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c406 MAX_COMBINED_TEXTURE_IMAGE_UNITS); in st_init_limits()
/third_party/openGLES/extensions/EXT/
DEXT_geometry_shader4.txt487 MAX_COMBINED_TEXTURE_IMAGE_UNITS texture image units. If the vertex
490 against the MAX_COMBINED_TEXTURE_IMAGE_UNITS limit.
715 use more than MAX_COMBINED_TEXTURE_IMAGE_UNITS texture image units. If the
718 units against the MAX_COMBINED_TEXTURE_IMAGE_UNITS limit.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_geometry_shader4.txt487 MAX_COMBINED_TEXTURE_IMAGE_UNITS texture image units. If the vertex
490 against the MAX_COMBINED_TEXTURE_IMAGE_UNITS limit.
715 use more than MAX_COMBINED_TEXTURE_IMAGE_UNITS texture image units. If the
718 units against the MAX_COMBINED_TEXTURE_IMAGE_UNITS limit.

12