Home
last modified time | relevance | path

Searched refs:MaxColorAttachments (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/main/
Dbuffers.c64 mask = ((1 << ctx->Const.MaxColorAttachments) - 1) << BUFFER_COLOR0; in supported_buffer_bitmask()
542 buffers[output] >= GL_COLOR_ATTACHMENT0 + ctx->Const.MaxColorAttachments)) { in draw_buffers()
Dfbobject.c295 if (i >= ctx->Const.MaxColorAttachments in get_attachment()
1114 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in _mesa_test_framebuffer_completeness()
5080 if (k >= ctx->Const.MaxColorAttachments) { in invalidate_framebuffer_storage()
5128 if (i >= ctx->Const.MaxColorAttachments) in get_fb_attachment()
Dcontext.c636 consts->MaxColorAttachments = MAX_COLOR_ATTACHMENTS; in _mesa_init_constants()
Dmtypes.h3776 GLuint MaxColorAttachments; /**< GL_EXT_framebuffer_object */ member
/external/mesa3d/docs/relnotes/
D11.0.5.rst80 - nouveau: set MaxDrawBuffers to the same value as MaxColorAttachments
D9.1.4.rst220 - st/mesa: initialize Const.MaxColorAttachments
D19.0.0.rst2365 - mesa: return NULL if we exceed MaxColorAttachments in
D19.1.0.rst4423 - mesa: return NULL if we exceed MaxColorAttachments in
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.c264 ctx->Const.MaxColorAttachments = 1; in r100CreateContext()
Dradeon_fbo.c841 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in radeon_validate_framebuffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.c303 ctx->Const.MaxColorAttachments = 1; in r200CreateContext()
Dradeon_fbo.c841 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in radeon_validate_framebuffer()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.c190 ctx->Const.MaxDrawBuffers = ctx->Const.MaxColorAttachments = 1; in nouveau_context_init()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c745 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) { in st_validate_framebuffer()
Dst_extensions.c119 c->MaxDrawBuffers = c->MaxColorAttachments = in st_init_limits()