Searched refs:MaxColorAttachments (Results 1 – 16 of 16) sorted by relevance
283 consts->MaxColorAttachments >= 4 && in compute_version()549 consts->MaxColorAttachments >= 4); in compute_version_es2()
64 mask = ((1 << ctx->Const.MaxColorAttachments) - 1) << BUFFER_COLOR0; in supported_buffer_bitmask()535 buffers[output] >= GL_COLOR_ATTACHMENT0 + ctx->Const.MaxColorAttachments)) { in draw_buffers()
293 if (i >= ctx->Const.MaxColorAttachments in get_attachment()1130 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in _mesa_test_framebuffer_completeness()5126 if (k >= ctx->Const.MaxColorAttachments) { in invalidate_framebuffer_storage()5174 if (i >= ctx->Const.MaxColorAttachments) in get_fb_attachment()
549 consts->MaxColorAttachments = MAX_COLOR_ATTACHMENTS; in _mesa_init_constants()
3852 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
265 ctx->Const.MaxColorAttachments = 1; in r100CreateContext()
841 for (i = -2; i < (GLint) ctx->Const.MaxColorAttachments; i++) { in radeon_validate_framebuffer()
304 ctx->Const.MaxColorAttachments = 1; in r200CreateContext()
190 ctx->Const.MaxDrawBuffers = ctx->Const.MaxColorAttachments = 1; in nouveau_context_init()
773 for (i = 0; i < ctx->Const.MaxColorAttachments; i++) { in st_validate_framebuffer()
119 c->MaxDrawBuffers = c->MaxColorAttachments = in st_init_limits()