Home
last modified time | relevance | path

Searched defs:BlendJit (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp45 struct BlendJit : public Builder struct
47 BlendJit(JitManager* pJitMgr) : Builder(pJitMgr){}; in BlendJit() function
50 …ACTOR factor, Value* constColor[4], Value* src[4], Value* src1[4], Value* dst[4], Value* result[4]) in GenerateBlendFactor()
157 void Clamp(SWR_FORMAT format, Value* src[4]) in Clamp()
185 void ApplyDefaults(SWR_FORMAT format, Value* src[4]) in ApplyDefaults()
204 void ApplyUnusedDefaults(SWR_FORMAT format, Value* src[4]) in ApplyUnusedDefaults()
217 void Quantize(SWR_FORMAT format, Value* src[4]) in Quantize()
240 … blendOp, Value* src[4], Value* srcFactor[4], Value* dst[4], Value* dstFactor[4], Value* result[4]) in BlendFunc()
307 void LogicOpFunc(SWR_LOGIC_OP logicOp, Value* src[4], Value* dst[4], Value* result[4]) in LogicOpFunc()
445 …void AlphaTest(const BLEND_COMPILE_STATE& state, Value* pBlendState, Value* ppAlpha, Value* ppMask) in AlphaTest()
[all …]