Searched refs:MaxColorAttachments (Results 1 – 15 of 15) sorted by relevance
64 mask = ((1 << ctx->Const.MaxColorAttachments) - 1) << BUFFER_COLOR0; in supported_buffer_bitmask()542 buffers[output] >= GL_COLOR_ATTACHMENT0 + ctx->Const.MaxColorAttachments)) { in draw_buffers()
295 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()
636 consts->MaxColorAttachments = MAX_COLOR_ATTACHMENTS; in _mesa_init_constants()
3776 GLuint MaxColorAttachments; /**< GL_EXT_framebuffer_object */ member
80 - nouveau: set MaxDrawBuffers to the same value as MaxColorAttachments
220 - st/mesa: initialize Const.MaxColorAttachments
2365 - mesa: return NULL if we exceed MaxColorAttachments in
4423 - mesa: return NULL if we exceed MaxColorAttachments in
264 ctx->Const.MaxColorAttachments = 1; in r100CreateContext()
841 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in radeon_validate_framebuffer()
303 ctx->Const.MaxColorAttachments = 1; in r200CreateContext()
190 ctx->Const.MaxDrawBuffers = ctx->Const.MaxColorAttachments = 1; in nouveau_context_init()
745 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) { in st_validate_framebuffer()
119 c->MaxDrawBuffers = c->MaxColorAttachments = in st_init_limits()