HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_BLEND_ADD (Results 1 - 20 of 20) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend.c 43 case PIPE_BLEND_ADD:
93 case PIPE_BLEND_ADD:
147 if (func == PIPE_BLEND_ADD) {
177 if (func == PIPE_BLEND_ADD ||
lp_test_blend.c 403 case PIPE_BLEND_ADD:
436 case PIPE_BLEND_ADD:
721 PIPE_BLEND_ADD,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 47 case PIPE_BLEND_ADD:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 155 case PIPE_BLEND_ADD:
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 178 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
181 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
vl_median_filter.c 264 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
267 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
vl_zscan.c 283 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
286 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
vl_idct.c 529 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
532 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
vl_mc.c 399 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
402 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
vl_compositor.c 435 blend.rt[0].rgb_func = PIPE_BLEND_ADD;
438 blend.rt[0].alpha_func = PIPE_BLEND_ADD;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state_inlines.h 45 case PIPE_BLEND_ADD:
r300_state.c 324 if ((eqRGB == PIPE_BLEND_ADD || eqRGB == PIPE_BLEND_REVERSE_SUBTRACT) &&
325 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 65 case PIPE_BLEND_ADD: return SVGA3D_BLENDEQ_ADD;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 74 #define PIPE_BLEND_ADD 0
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 54 return PIPE_BLEND_ADD;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 556 return PIPE_BLEND_ADD;
563 return PIPE_BLEND_ADD;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 779 case PIPE_BLEND_ADD:
812 case PIPE_BLEND_ADD:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 35 case PIPE_BLEND_ADD:
    [all...]
evergreen_state.c 91 case PIPE_BLEND_ADD:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 67 case PIPE_BLEND_ADD:
    [all...]

Completed in 403 milliseconds