Home
last modified time | relevance | path

Searched refs:dstBlend (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp245 Value* dstBlend[4]; in BlendFunc() local
249 dstBlend[i] = FMUL(dst[i], dstFactor[i]); in BlendFunc()
255 out[0] = FADD(srcBlend[0], dstBlend[0]); in BlendFunc()
256 out[1] = FADD(srcBlend[1], dstBlend[1]); in BlendFunc()
257 out[2] = FADD(srcBlend[2], dstBlend[2]); in BlendFunc()
258 out[3] = FADD(srcBlend[3], dstBlend[3]); in BlendFunc()
262 out[0] = FSUB(srcBlend[0], dstBlend[0]); in BlendFunc()
263 out[1] = FSUB(srcBlend[1], dstBlend[1]); in BlendFunc()
264 out[2] = FSUB(srcBlend[2], dstBlend[2]); in BlendFunc()
265 out[3] = FSUB(srcBlend[3], dstBlend[3]); in BlendFunc()
[all …]