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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.h 43 SWR_BLEND_OP colorBlendFunc;
44 SWR_BLEND_OP alphaBlendFunc;
108 blendState.colorBlendFunc = (SWR_BLEND_OP)0;
109 blendState.alphaBlendFunc = (SWR_BLEND_OP)0;
126 blendState.alphaBlendFunc = (SWR_BLEND_OP)0;
blend_jit.cpp 241 void BlendFunc(SWR_BLEND_OP blendOp, Value* src[4], Value* srcFactor[4], Value* dst[4], Value* dstFactor[4], Value* result[4])
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
blend.h 181 INLINE void BlendFunc(SWR_BLEND_OP blendOp, simdvector &src, simdvector &srcFactor, simdvector &dst, simdvector &dstFactor, simdvector &out)
308 BlendFunc<true, false>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result);
309 BlendFunc<false, true>((SWR_BLEND_OP)pState->alphaBlendFunc, src, srcFactor, dst, dstFactor, result);
316 BlendFunc<true, true>((SWR_BLEND_OP)pState->colorBlendFunc, src, srcFactor, dst, dstFactor, result);
state.h 442 enum SWR_BLEND_OP
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 232 static INLINE SWR_BLEND_OP

Completed in 3019 milliseconds