Home
last modified time | relevance | path

Searched refs:BUFFER_COLOR0 (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dmenums.h126 BUFFER_COLOR0, enumerator
H A Dbuffers.c70 mask = ((1 << ctx->Const.MaxColorAttachments) - 1) << BUFFER_COLOR0; in supported_buffer_bitmask()
231 return BUFFER_COLOR0; in read_buffer_enum_to_index()
H A Dframebuffer.c170 fb->_ColorDrawBufferIndexes[0] = BUFFER_COLOR0; in _mesa_initialize_user_framebuffer()
172 fb->_ColorReadBufferIndex = BUFFER_COLOR0; in _mesa_initialize_user_framebuffer()
H A Dfbobject.c302 assert(BUFFER_COLOR0 + i < ARRAY_SIZE(fb->Attachment)); in get_attachment()
303 return &fb->Attachment[BUFFER_COLOR0 + i]; in get_attachment()
1223 &fb->Attachment[BUFFER_COLOR0 + i]; in do_validate_framebuffer()
1338 att = &fb->Attachment[BUFFER_COLOR0 + i]; in _mesa_test_framebuffer_completeness()
5313 assert(BUFFER_COLOR0 + i < ARRAY_SIZE(fb->Attachment)); in get_fb_attachment()
5314 return &fb->Attachment[BUFFER_COLOR0 + i]; in get_fb_attachment()
H A Dcontext.c664 assert(BUFFER_COLOR0 + MAX_DRAW_BUFFERS <= BUFFER_COUNT); in check_context_limits()
H A Dmtypes.h110 #define BUFFER_BIT_COLOR0 (1 << BUFFER_COLOR0)

Completed in 22 milliseconds