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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.h 43 SWR_BLEND_OP colorBlendFunc;
108 blendState.colorBlendFunc = (SWR_BLEND_OP)0;
blend_jit.cpp 637 BlendFunc<true, false>(state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result);
645 BlendFunc<true, true>(state.blendState.colorBlendFunc, src, srcFactor, dst, dstFactor, result);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
blend.h 308 BlendFunc<true, false>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result);
316 BlendFunc<true, true>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result);
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp 94 compileState.colorBlendFunc =
    [all...]

Completed in 182 milliseconds