Home
last modified time | relevance | path

Searched refs:MAX_TEXTURE_IMAGE_UNITS (Results 1 – 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
Dconfig.h112 #define MAX_TEXTURE_IMAGE_UNITS 32 macro
121 …URE_UNITS ((MAX_TEXTURE_COORD_UNITS > MAX_TEXTURE_IMAGE_UNITS) ? MAX_TEXTURE_COORD_UNITS : MAX_TEX…
189 #define MAX_SAMPLERS MAX_TEXTURE_IMAGE_UNITS
210 #define MAX_COMBINED_TEXTURE_IMAGE_UNITS (MAX_TEXTURE_IMAGE_UNITS * 6)
Dcontext.c472 consts->Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits = MAX_TEXTURE_IMAGE_UNITS; in _mesa_init_constants()
552 consts->Program[MESA_SHADER_VERTEX].MaxTextureImageUnits = MAX_TEXTURE_IMAGE_UNITS; in _mesa_init_constants()
555 consts->Program[MESA_SHADER_GEOMETRY].MaxTextureImageUnits = MAX_TEXTURE_IMAGE_UNITS; in _mesa_init_constants()
647 consts->Program[MESA_SHADER_TESS_CTRL].MaxTextureImageUnits = MAX_TEXTURE_IMAGE_UNITS; in _mesa_init_constants()
648 consts->Program[MESA_SHADER_TESS_EVAL].MaxTextureImageUnits = MAX_TEXTURE_IMAGE_UNITS; in _mesa_init_constants()
692 assert(ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits <= MAX_TEXTURE_IMAGE_UNITS); in check_context_limits()
696 assert(ctx->Const.MaxTextureUnits <= MAX_TEXTURE_IMAGE_UNITS); in check_context_limits()
/third_party/mesa3d/src/mesa/program/
Darbprogparse.c114 for (i = 0; i < MAX_TEXTURE_IMAGE_UNITS; i++) { in _mesa_parse_arb_fragment_program()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DShader.cpp180 resources.MaxTextureImageUnits = MAX_TEXTURE_IMAGE_UNITS; in createCompiler()
DProgram.cpp1805 if(index < MAX_TEXTURE_IMAGE_UNITS) in defineUniform()
1835 …foLog("Pixel shader sampler count exceeds MAX_TEXTURE_IMAGE_UNITS (%d).", MAX_TEXTURE_IMAGE_UNITS); in defineUniform()
2398 if(samplerIndex < MAX_TEXTURE_IMAGE_UNITS) in applyUniform1iv()
2500 if(samplerIndex < MAX_TEXTURE_IMAGE_UNITS) in applyUniform1uiv()
2641 for(int index = 0; index < MAX_TEXTURE_IMAGE_UNITS; index++) in unlink()
3062 for(unsigned int i = 0; i < MAX_TEXTURE_IMAGE_UNITS; i++) in validateSamplers()
DContext.h81 MAX_TEXTURE_IMAGE_UNITS = sw::TEXTURE_IMAGE_UNITS, enumerator
83 MAX_COMBINED_TEXTURE_IMAGE_UNITS = MAX_TEXTURE_IMAGE_UNITS + MAX_VERTEX_TEXTURE_IMAGE_UNITS,
DProgram.h303 Sampler samplersPS[MAX_TEXTURE_IMAGE_UNITS];
DContext.cpp1967 case GL_MAX_TEXTURE_IMAGE_UNITS: *params = MAX_TEXTURE_IMAGE_UNITS; return true; in getIntegerv()
3149 …int samplerCount = (samplerType == sw::SAMPLER_PIXEL) ? MAX_TEXTURE_IMAGE_UNITS : MAX_VERTEX_TEXTU… in applyTextures()
/third_party/openGLES/extensions/OES/
DOES_EGL_image_external.txt283 and MAX_TEXTURE_IMAGE_UNITS).
712 MAX_TEXTURE_IMAGE_UNITS)
759 MAX_VERTEX_TEXTURE_IMAGE_UNITS, and MAX_TEXTURE_IMAGE_UNITS parameters
766 MAX_TEXTURE_IMAGE_UNITS remain constant and indicate the state when no
945 Remove stale reference to MAX_TEXTURE_IMAGE_UNITS. Add fix to OpenGL
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_EGL_image_external.txt273 and MAX_TEXTURE_IMAGE_UNITS).
702 MAX_TEXTURE_IMAGE_UNITS)
749 MAX_VERTEX_TEXTURE_IMAGE_UNITS, and MAX_TEXTURE_IMAGE_UNITS parameters
756 MAX_TEXTURE_IMAGE_UNITS remain constant and indicate the state when no
935 Remove stale reference to MAX_TEXTURE_IMAGE_UNITS. Add fix to OpenGL
/third_party/openGLES/extensions/ARB/
DARB_sampler_objects.txt270 MAX_TEXTURE_IMAGE_UNITS-1. <sampler> is the name of a sampler object
427 MAX_TEXTURE_IMAGE_UNITS-1.
553 instead of MAX_TEXTURE_IMAGE_UNITS (bug
DARB_uniform_buffer_object.txt2932 MAX_TEXTURE_IMAGE_UNITS
2939 Ideally, MAX_TEXTURE_IMAGE_UNITS would be called
2942 Also, most implementations use MAX_TEXTURE_IMAGE_UNITS to define
2963 MAX_FRAGMENT_SAMPLERS (= old MAX_TEXTURE_IMAGE_UNITS)
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_sampler_objects.txt260 MAX_TEXTURE_IMAGE_UNITS-1. <sampler> is the name of a sampler object
417 MAX_TEXTURE_IMAGE_UNITS-1.
543 instead of MAX_TEXTURE_IMAGE_UNITS (bug
DARB_uniform_buffer_object.txt2922 MAX_TEXTURE_IMAGE_UNITS
2929 Ideally, MAX_TEXTURE_IMAGE_UNITS would be called
2932 Also, most implementations use MAX_TEXTURE_IMAGE_UNITS to define
2953 MAX_FRAGMENT_SAMPLERS (= old MAX_TEXTURE_IMAGE_UNITS)
DARB_bindless_texture.txt272 equal to the value of MAX_TEXTURE_IMAGE_UNITS. If a sampler uniform value
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js219 MAX_TEXTURE_IMAGE_UNITS: 0x8872, property
/third_party/openGLES/extensions/IMG/
DIMG_bindless_texture.txt191 equal to the value of MAX_TEXTURE_IMAGE_UNITS.
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_bindless_texture.txt191 equal to the value of MAX_TEXTURE_IMAGE_UNITS.
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c195 MAX_TEXTURE_IMAGE_UNITS); in st_init_limits()
/third_party/openGLES/extensions/NV/
DNV_EGL_stream_consumer_external.txt298 and MAX_TEXTURE_IMAGE_UNITS).
DNV_bindless_texture.txt262 equal to the value of MAX_TEXTURE_IMAGE_UNITS. If a sampler uniform value
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_EGL_stream_consumer_external.txt298 and MAX_TEXTURE_IMAGE_UNITS).
DNV_bindless_texture.txt262 equal to the value of MAX_TEXTURE_IMAGE_UNITS. If a sampler uniform value
/third_party/typescript/lib/
Dlib.webworker.d.ts3572 readonly MAX_TEXTURE_IMAGE_UNITS: GLenum; variable
4611 readonly MAX_TEXTURE_IMAGE_UNITS: GLenum; variable
5053 readonly MAX_TEXTURE_IMAGE_UNITS: GLenum; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3552 readonly MAX_TEXTURE_IMAGE_UNITS: GLenum; variable
4591 readonly MAX_TEXTURE_IMAGE_UNITS: GLenum; variable
5033 readonly MAX_TEXTURE_IMAGE_UNITS: GLenum; property

12