HomeSort by: relevance | last modified time | path
    Searched refs:PIPE_BLENDFACTOR_SRC_COLOR (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_blend.h 57 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_util.c 95 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_util.c 95 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
pan_blending.c 107 return PIPE_BLENDFACTOR_SRC_COLOR;
146 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_gldefs.h 12 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_gldefs.h 12 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_state_inlines.h 121 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_conv.h 121 return PIPE_BLENDFACTOR_SRC_COLOR;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_state_inlines.h 122 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 107 case PIPE_BLENDFACTOR_SRC_COLOR:
201 case PIPE_BLENDFACTOR_SRC_COLOR:
lp_test_blend.c 213 case PIPE_BLENDFACTOR_SRC_COLOR:
315 case PIPE_BLENDFACTOR_SRC_COLOR:
594 PIPE_BLENDFACTOR_SRC_COLOR,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 107 case PIPE_BLENDFACTOR_SRC_COLOR:
201 case PIPE_BLENDFACTOR_SRC_COLOR:
lp_test_blend.c 213 case PIPE_BLENDFACTOR_SRC_COLOR:
315 case PIPE_BLENDFACTOR_SRC_COLOR:
594 PIPE_BLENDFACTOR_SRC_COLOR,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_state.c 69 (srcA == PIPE_BLENDFACTOR_SRC_COLOR ||
94 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
106 return (srcRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
124 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
136 return (srcRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
140 (srcA == PIPE_BLENDFACTOR_SRC_COLOR ||
165 (dstRGB == PIPE_BLENDFACTOR_SRC_COLOR ||
168 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
301 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
r300_state_inlines.h 68 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib.old/dist/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 ||
307 (dstA == PIPE_BLENDFACTOR_SRC_COLOR ||
r300_state_inlines.h 68 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_translate.h 122 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_state.h 296 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_blend.c 71 return PIPE_BLENDFACTOR_SRC_COLOR;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_translate.h 142 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_state.h 273 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_atom_blend.c 71 return PIPE_BLENDFACTOR_SRC_COLOR;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 74 case PIPE_BLENDFACTOR_SRC_COLOR:
152 case PIPE_BLENDFACTOR_SRC_COLOR:
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
nine_pipe.h 708 case D3DBLEND_SRCCOLOR: return PIPE_BLENDFACTOR_SRC_COLOR/*ALPHA*/;
735 case D3DBLEND_SRCCOLOR: return PIPE_BLENDFACTOR_SRC_COLOR;

Completed in 21 milliseconds

1 2 3