Searched refs:pBlendContext (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp589 Value* pBlendContext = &*argitr++; local in function:BlendJit::Create
590 pBlendContext->setName("pBlendContext");
591 Value* pBlendState = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_pBlendState});
593 Value* pSrc = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src});
595 Value* pSrc1 = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src1});
597 Value* pSrc0Alpha = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src0alpha});
599 Value* sampleNum = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_sampleNum});
601 Value* pDst = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_pDst});
603 Value* pResult = LOAD(pBlendContext, {
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp591 Value* pBlendContext = &*argitr++; local in function:BlendJit::Create
592 pBlendContext->setName("pBlendContext");
593 Value* pBlendState = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_pBlendState});
595 Value* pSrc = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src});
597 Value* pSrc1 = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src1});
599 Value* pSrc0Alpha = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src0alpha});
601 Value* sampleNum = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_sampleNum});
603 Value* pDst = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_pDst});
605 Value* pResult = LOAD(pBlendContext, {
[all...]

Completed in 6 milliseconds