Searched refs:pBlendContext (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | blend_jit.cpp | 589 Value* pBlendContext = &*argitr++; in Create() local 590 pBlendContext->setName("pBlendContext"); in Create() 591 Value* pBlendState = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_pBlendState}); in Create() 593 Value* pSrc = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src}); in Create() 595 Value* pSrc1 = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src1}); in Create() 597 Value* pSrc0Alpha = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_src0alpha}); in Create() 599 Value* sampleNum = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_sampleNum}); in Create() 601 Value* pDst = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_pDst}); in Create() 603 Value* pResult = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_result}); in Create() 605 Value* ppoMask = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_oMask}); in Create() [all …]
|