HomeSort by relevance Sort by last modified time
    Searched full:draw_rule (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c 61 } else if ((rb_pipe->draw_rule.blocker & flag) &&
68 (void *) rb_pipe->draw_rule.shader[PIPE_SHADER_FRAGMENT],
70 (void *) rb_pipe->draw_rule.shader[PIPE_SHADER_VERTEX],
72 (void *) rb_pipe->draw_rule.surf, 0,
73 (void *) rb_pipe->draw_rule.texture, 0);
75 if (rb_pipe->draw_rule.shader[sh] &&
76 rb_pipe->draw_rule.shader[sh] == rb_pipe->curr.shader[sh])
80 if (rb_pipe->draw_rule.surf &&
81 rb_pipe->draw_rule.surf == rb_pipe->curr.zsbuf)
83 if (rb_pipe->draw_rule.surf
    [all...]
rbug_context.h 74 } draw_rule; member in struct:rbug_context
rbug_core.c 469 rb_context->draw_rule.shader[PIPE_SHADER_VERTEX] = U642VOID(rule->vertex);
470 rb_context->draw_rule.shader[PIPE_SHADER_FRAGMENT] = U642VOID(rule->fragment);
471 rb_context->draw_rule.texture = U642VOID(rule->texture);
472 rb_context->draw_rule.surf = U642VOID(rule->surface);
473 rb_context->draw_rule.blocker = rule->block;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 61 } else if ((rb_pipe->draw_rule.blocker & flag) &&
68 (void *) rb_pipe->draw_rule.shader[PIPE_SHADER_FRAGMENT],
70 (void *) rb_pipe->draw_rule.shader[PIPE_SHADER_VERTEX],
72 (void *) rb_pipe->draw_rule.surf, 0,
73 (void *) rb_pipe->draw_rule.texture, 0);
75 if (rb_pipe->draw_rule.shader[sh] &&
76 rb_pipe->draw_rule.shader[sh] == rb_pipe->curr.shader[sh])
80 if (rb_pipe->draw_rule.surf &&
81 rb_pipe->draw_rule.surf == rb_pipe->curr.zsbuf)
83 if (rb_pipe->draw_rule.surf
    [all...]
rbug_context.h 74 } draw_rule; member in struct:rbug_context
rbug_core.c 469 rb_context->draw_rule.shader[PIPE_SHADER_VERTEX] = U642VOID(rule->vertex);
470 rb_context->draw_rule.shader[PIPE_SHADER_FRAGMENT] = U642VOID(rule->fragment);
471 rb_context->draw_rule.texture = U642VOID(rule->texture);
472 rb_context->draw_rule.surf = U642VOID(rule->surface);
473 rb_context->draw_rule.blocker = rule->block;

Completed in 203 milliseconds