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.cpp46 struct BlendJit : public Builder struct
48 BlendJit(JitManager* pJitMgr) : Builder(pJitMgr){}; in BlendJit() argument
51 …ACTOR factor, Value* constColor[4], Value* src[4], Value* src1[4], Value* dst[4], Value* result[4]) in GenerateBlendFactor()
158 void Clamp(SWR_FORMAT format, Value* src[4]) in Clamp()
186 void ApplyDefaults(SWR_FORMAT format, Value* src[4]) in ApplyDefaults()
205 void ApplyUnusedDefaults(SWR_FORMAT format, Value* src[4]) in ApplyUnusedDefaults()
218 void Quantize(SWR_FORMAT format, Value* src[4]) in Quantize()
241 … blendOp, Value* src[4], Value* srcFactor[4], Value* dst[4], Value* dstFactor[4], Value* result[4]) in BlendFunc()
308 void LogicOpFunc(SWR_LOGIC_OP logicOp, Value* src[4], Value* dst[4], Value* result[4]) in LogicOpFunc()
446 …void AlphaTest(const BLEND_COMPILE_STATE& state, Value* pBlendState, Value* ppAlpha, Value* ppMask) in AlphaTest()
[all …]