Searched defs:BlendJit (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 46 struct BlendJit : public Builder struct 48 BlendJit(JitManager* pJitMgr) : Builder(pJitMgr){}; in BlendJit() function 51 void GenerateBlendFactor(SWR_BLEND_FACTOR factor, in GenerateBlendFactor() 163 void Clamp(SWR_FORMAT format, Value* src[4]) in Clamp() 192 void ApplyDefaults(SWR_FORMAT format, Value* src[4]) in ApplyDefaults() 211 void ApplyUnusedDefaults(SWR_FORMAT format, Value* src[4]) in ApplyUnusedDefaults() 225 void Quantize(SWR_FORMAT format, Value* src[4]) in Quantize() 249 void BlendFunc(SWR_BLEND_OP blendOp, in BlendFunc() 321 void LogicOpFunc(SWR_LOGIC_OP logicOp, Value* src[4], Value* dst[4], Value* result[4]) in LogicOpFunc() 460 AlphaTest(const BLEND_COMPILE_STATE& state, Value* pBlendState, Value* ppAlpha, Value* ppMask) in AlphaTest() [all …]
|