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

  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
d3d_enums.cpp 34 PIPE_BLENDFACTOR_SRC_COLOR,
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_gldefs.h 12 case PIPE_BLENDFACTOR_SRC_COLOR:
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_inlines.h 122 case PIPE_BLENDFACTOR_SRC_COLOR:
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 96 case PIPE_BLENDFACTOR_SRC_COLOR:
162 case PIPE_BLENDFACTOR_SRC_COLOR:
lp_bld_blend_soa.c 128 case PIPE_BLENDFACTOR_SRC_COLOR:
lp_test_blend.c 254 case PIPE_BLENDFACTOR_SRC_COLOR:
348 case PIPE_BLENDFACTOR_SRC_COLOR:
695 PIPE_BLENDFACTOR_SRC_COLOR,
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c 68 (srcA == PIPE_BLENDFACTOR_SRC_COLOR ||
93 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
105 return (srcRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
123 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
135 return (srcRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
139 (srcA == PIPE_BLENDFACTOR_SRC_COLOR ||
164 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
167 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
288 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
    [all...]
r300_state_inlines.h 69 case PIPE_BLENDFACTOR_SRC_COLOR:
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 43 case PIPE_BLENDFACTOR_SRC_COLOR: return SVGA3D_BLENDOP_SRCCOLOR;
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 55 #define PIPE_BLENDFACTOR_SRC_COLOR 0x2
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 68 return PIPE_BLENDFACTOR_SRC_COLOR;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_blend.c 284 case PIPE_BLENDFACTOR_SRC_COLOR:
453 case PIPE_BLENDFACTOR_SRC_COLOR:
545 case PIPE_BLENDFACTOR_SRC_COLOR:
705 case PIPE_BLENDFACTOR_SRC_COLOR:
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_composite.c 160 blend->rgb_dst = PIPE_BLENDFACTOR_SRC_COLOR;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 516 return PIPE_BLENDFACTOR_SRC_COLOR;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_composite.c 105 blend->rgb_dst = PIPE_BLENDFACTOR_SRC_COLOR;
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 58 case PIPE_BLENDFACTOR_SRC_COLOR:
    [all...]
evergreen_state.c 114 case PIPE_BLENDFACTOR_SRC_COLOR:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 90 case PIPE_BLENDFACTOR_SRC_COLOR:
    [all...]

Completed in 148 milliseconds