Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/swrast/
Ds_clear.c180 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) { in clear_color_buffers()
229 && (ctx->DrawBuffer->_NumColorDrawBuffers > 0)) { in _swrast_Clear()
Ds_renderbuffer.c663 for (buf = 0; buf < fb->_NumColorDrawBuffers; buf++) { in _swrast_map_renderbuffers()
692 for (buf = 0; buf < fb->_NumColorDrawBuffers; buf++) { in _swrast_unmap_renderbuffers()
Ds_drawpix.c205 if (ctx->DrawBuffer->_NumColorDrawBuffers > 1 || in fast_draw_rgba_pixels()
434 if (ctx->DrawBuffer->_NumColorDrawBuffers > 0) { in draw_rgba_pixels()
Ds_fragprog.c240 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) { in run_program()
/external/mesa3d/src/mesa/main/
Dbuffers.c419 fb->_NumColorDrawBuffers = count; in _mesa_drawbuffers()
442 fb->_NumColorDrawBuffers = count; in _mesa_drawbuffers()
446 for (buf = fb->_NumColorDrawBuffers; buf < ctx->Const.MaxDrawBuffers; buf++) { in _mesa_drawbuffers()
Dframebuffer.c140 fb->_NumColorDrawBuffers = 1; in _mesa_initialize_window_framebuffer()
147 fb->_NumColorDrawBuffers = 1; in _mesa_initialize_window_framebuffer()
175 fb->_NumColorDrawBuffers = 1; in _mesa_initialize_user_framebuffer()
643 for (output = 0; output < fb->_NumColorDrawBuffers; output++) { in update_color_draw_buffers()
Dclear.c212 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) { in _mesa_Clear()
Daccum.c360 for (buffer = 0; buffer < fb->_NumColorDrawBuffers; buffer++) { in accum_return()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_span.c51 for (i = 0; i < fb->_NumColorDrawBuffers; i++) in framebuffer_map_unmap()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) { in intel_check_front_buffer_rendering()
Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) { in do_blit_copypixels()
Dgen6_cc.c42 int nr_draw_buffers = ctx->DrawBuffer->_NumColorDrawBuffers; in gen6_upload_blend_state()
Dbrw_wm_state.c52 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) { in brw_color_buffer_write_enabled()
Dbrw_blorp_blit.cpp259 for (unsigned i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; ++i) { in try_blorp_blit()
264 for (unsigned i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; ++i) { in try_blorp_blit()
Dbrw_wm.c606 key->nr_color_regions = ctx->DrawBuffer->_NumColorDrawBuffers; in brw_wm_populate_key()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) { in intel_check_front_buffer_rendering()
Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) { in do_blit_copypixels()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffers.c75 if (fb->_NumColorDrawBuffers > 0) { in intel_check_front_buffer_rendering()
Di830_vtbl.c756 || (fb->_NumColorDrawBuffers == 0)) { in i830_update_draw_buffer()
760 else if (fb->_NumColorDrawBuffers > 1) { in i830_update_draw_buffer()
764 for (i = 0; i < fb->_NumColorDrawBuffers; i++) { in i830_update_draw_buffer()
835 fb->_NumColorDrawBuffers); in i830_update_draw_buffer()
Dintel_pixel_copy.c99 if (fb->_NumColorDrawBuffers != 1) { in do_blit_copypixels()
Di915_vtbl.c756 } else if (fb->_NumColorDrawBuffers > 1) { in i915_update_draw_buffer()
806 fb->_NumColorDrawBuffers); in i915_update_draw_buffer()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c119 for (i = 0; i < fb->_NumColorDrawBuffers; i++) { in update_framebuffer_state()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_common.c192 if (fb->_NumColorDrawBuffers > 0) { in radeon_check_front_buffer_rendering()
215 if (fb->_NumColorDrawBuffers != 1) { in radeon_draw_buffer()
640 for (i = 0; i < fb->_NumColorDrawBuffers; i++) { in radeonFinish()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_common.c192 if (fb->_NumColorDrawBuffers > 0) { in radeon_check_front_buffer_rendering()
215 if (fb->_NumColorDrawBuffers != 1) { in radeon_draw_buffer()
640 for (i = 0; i < fb->_NumColorDrawBuffers; i++) { in radeonFinish()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c514 if (ctx->DrawBuffer->_NumColorDrawBuffers == 1 in get_line_func()

12