Home
last modified time | relevance | path

Searched refs:_NumColorDrawBuffers (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c142 framebuffer.nr_cbufs = fb->_NumColorDrawBuffers; in st_update_framebuffer_state()
144 for (i = 0; i < fb->_NumColorDrawBuffers; i++) { in st_update_framebuffer_state()
Dst_cb_clear.c269 ctx->DrawBuffer->_NumColorDrawBuffers : 1; in clear_with_quad()
435 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) { in st_Clear()
Dst_cb_drawpixels.c1548 ctx->DrawBuffer->_NumColorDrawBuffers == 1)) && in blit_copy_pixels()
/third_party/mesa3d/src/mesa/main/
Dframebuffer.c125 fb->_NumColorDrawBuffers = 1; in _mesa_initialize_window_framebuffer()
132 fb->_NumColorDrawBuffers = 1; in _mesa_initialize_window_framebuffer()
168 fb->_NumColorDrawBuffers = 1; in _mesa_initialize_user_framebuffer()
551 for (output = 0; output < fb->_NumColorDrawBuffers; output++) { in update_color_draw_buffers()
599 for (i = 0; i < fb->_NumColorDrawBuffers; i++) { in _mesa_draw_buffer_allocate()
Dbuffers.c793 fb->_NumColorDrawBuffers = count; in _mesa_drawbuffers()
816 fb->_NumColorDrawBuffers = count; in _mesa_drawbuffers()
820 for (buf = fb->_NumColorDrawBuffers; buf < ctx->Const.MaxDrawBuffers; buf++) { in _mesa_drawbuffers()
Dblit.c196 const GLuint numColorDrawBuffers = drawFb->_NumColorDrawBuffers; in validate_color_buffer()
529 for (i = 0; i < drawFB->_NumColorDrawBuffers; i++) { in do_blit_framebuffer()
747 const GLuint numColorDrawBuffers = drawFb->_NumColorDrawBuffers; in blit_framebuffer()
833 for (i = 0; i < drawFb->_NumColorDrawBuffers; i++) { in blit_framebuffer()
Ddraw_validate.c102 unsigned num_color_buffers = ctx->DrawBuffer->_NumColorDrawBuffers; in _mesa_update_valid_to_render_state()
Daccum.c303 for (buffer = 0; buffer < fb->_NumColorDrawBuffers; buffer++) { in accum_return()
Dclear.c200 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) { in clear()
Dff_fragment_shader.cpp315 key->num_draw_buffers = ctx->DrawBuffer->_NumColorDrawBuffers; in make_state_key()
Dmtypes.h2756 GLuint _NumColorDrawBuffers; member