HomeSort by relevance Sort by last modified time
    Searched refs:_NumColorDrawBuffers (Results 1 - 25 of 46) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_buffers.c 47 if (fb->_NumColorDrawBuffers > 0) {
intel_pixel_copy.c 70 if (fb->_NumColorDrawBuffers != 1) {
i830_vtbl.c 732 /* this updates the DrawBuffer->_NumColorDrawBuffers fields, etc */
754 || (fb->_NumColorDrawBuffers == 0)) {
758 else if (fb->_NumColorDrawBuffers > 1) {
762 for (i = 0; i < fb->_NumColorDrawBuffers; i++) {
833 fb->_NumColorDrawBuffers);
intel_pixel_bitmap.c 206 if (fb->_NumColorDrawBuffers != 1) {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c 51 for (i = 0; i < fb->_NumColorDrawBuffers; i++)
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 139 framebuffer->nr_cbufs = fb->_NumColorDrawBuffers;
141 for (i = 0; i < fb->_NumColorDrawBuffers; i++) {
st_cb_blit.c 188 for (i = 0; i < drawFB->_NumColorDrawBuffers; i++) {
235 for (i = 0; i < drawFB->_NumColorDrawBuffers; i++) {
st_cb_clear.c 218 ctx->DrawBuffer->_NumColorDrawBuffers : 1;
412 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) {
  /external/mesa3d/src/mesa/swrast/
s_clear.c 180 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
229 && (ctx->DrawBuffer->_NumColorDrawBuffers > 0)) {
s_fragprog.c 228 for (buf = 0; buf < ctx->DrawBuffer->_NumColorDrawBuffers; buf++) {
s_renderbuffer.c 661 for (buf = 0; buf < fb->_NumColorDrawBuffers; buf++) {
692 for (buf = 0; buf < fb->_NumColorDrawBuffers; buf++) {
  /external/mesa3d/src/mesa/main/
framebuffer.c 142 fb->_NumColorDrawBuffers = 1;
149 fb->_NumColorDrawBuffers = 1;
180 fb->_NumColorDrawBuffers = 1;
586 * framebuffer->_NumColorDrawBuffers indicates the number of buffers.
602 * Later, when we're rendering we'll loop from 0 to _NumColorDrawBuffers
610 /* set 0th buffer to NULL now in case _NumColorDrawBuffers is zero */
613 for (output = 0; output < fb->_NumColorDrawBuffers; output++) {
653 * _NumColorDrawBuffers
984 return (fb->_NumColorDrawBuffers >= 1 &&
buffers.c 642 fb->_NumColorDrawBuffers = count;
665 fb->_NumColorDrawBuffers = count;
669 for (buf = fb->_NumColorDrawBuffers; buf < ctx->Const.MaxDrawBuffers; buf++) {
blit.c 244 const GLuint numColorDrawBuffers = drawFb->_NumColorDrawBuffers;
508 for (i = 0; i < drawFb->_NumColorDrawBuffers; i++) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_copy.c 69 if (fb->_NumColorDrawBuffers != 1) {
intel_pixel_draw.c 67 if (ctx->DrawBuffer->_NumColorDrawBuffers != 1) {
brw_wm.c 530 key->nr_color_regions = ctx->DrawBuffer->_NumColorDrawBuffers;
537 key->replicate_alpha = ctx->DrawBuffer->_NumColorDrawBuffers > 1 &&
564 if (brw->gen < 6 && ctx->DrawBuffer->_NumColorDrawBuffers > 1 &&
brw_wm_state.c 55 for (i = 0; i < ctx->DrawBuffer->_NumColorDrawBuffers; i++) {
gen6_cc.c 45 int nr_draw_buffers = ctx->DrawBuffer->_NumColorDrawBuffers;
49 * thread dispatch even if _NumColorDrawBuffers is 0 (for example
gen8_blend_state.c 43 * thread dispatch even if _NumColorDrawBuffers is 0 (for example
48 int nr_draw_buffers = ctx->DrawBuffer->_NumColorDrawBuffers;
intel_pixel_bitmap.c 203 if (fb->_NumColorDrawBuffers != 1) {
brw_wm_surface_state.c 430 for (unsigned i = 0; i < fb->_NumColorDrawBuffers; i++) {
438 return fb->_NumColorDrawBuffers;
465 if (rb_index == fb->_NumColorDrawBuffers)
507 if (rb_index < fb->_NumColorDrawBuffers) {
    [all...]
brw_draw.c 385 for (unsigned i = 0; i < fb->_NumColorDrawBuffers; i++) {
407 for (unsigned i = 0; i < fb->_NumColorDrawBuffers; i++) {
brw_cc.c 208 if (ctx->Color.AlphaEnabled && ctx->DrawBuffer->_NumColorDrawBuffers <= 1) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 190 if (fb->_NumColorDrawBuffers > 0) {
213 if (fb->_NumColorDrawBuffers != 1) {
222 /* this updates the DrawBuffer->_NumColorDrawBuffers fields, etc */
612 for (i = 0; i < fb->_NumColorDrawBuffers; i++) {

Completed in 583 milliseconds

1 2