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.cpp258 Value* dstBlend[4]; in BlendFunc() local
262 dstBlend[i] = FMUL(dst[i], dstFactor[i]); in BlendFunc()
268 out[0] = FADD(srcBlend[0], dstBlend[0]); in BlendFunc()
269 out[1] = FADD(srcBlend[1], dstBlend[1]); in BlendFunc()
270 out[2] = FADD(srcBlend[2], dstBlend[2]); in BlendFunc()
271 out[3] = FADD(srcBlend[3], dstBlend[3]); in BlendFunc()
275 out[0] = FSUB(srcBlend[0], dstBlend[0]); in BlendFunc()
276 out[1] = FSUB(srcBlend[1], dstBlend[1]); in BlendFunc()
277 out[2] = FSUB(srcBlend[2], dstBlend[2]); in BlendFunc()
278 out[3] = FSUB(srcBlend[3], dstBlend[3]); in BlendFunc()
[all …]