| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | blend.h | 293 void Blend(const SWR_BLEND_STATE* pBlendState, argument 305 constColor.x = _simd_broadcast_ss(&pBlendState->constantColor[0]); 306 constColor.y = _simd_broadcast_ss(&pBlendState->constantColor[1]); 307 constColor.z = _simd_broadcast_ss(&pBlendState->constantColor[2]); 308 constColor.w = _simd_broadcast_ss(&pBlendState->constantColor[3]); 317 if (pBlendState->independentAlphaBlendEnable)
|
| H A D | backend_impl.h | 902 const SWR_BLEND_STATE* pBlendState, 926 const SWR_RENDER_TARGET_BLEND_STATE* pRTBlend = &pBlendState->renderTarget[rt]; 950 blendContext.pBlendState = pBlendState; 898 OutputMerger8x2(DRAW_CONTEXT * pDC,SWR_PS_CONTEXT & psContext,uint8_t * (& pColorBase)[SWR_NUM_RENDERTARGETS],uint32_t sample,const SWR_BLEND_STATE * pBlendState,const PFN_BLEND_JIT_FUNC (& pfnBlendFunc)[SWR_NUM_RENDERTARGETS],simdscalar & coverageMask,simdscalar const & depthPassMask,uint32_t renderTargetMask,bool useAlternateOffset,uint32_t workerId) argument
|
| H A D | state.h | 913 const SWR_BLEND_STATE* pBlendState; member in struct:SWR_BLEND_CONTEXT
|
| H A D | api.cpp | 694 void SwrSetBlendState(HANDLE hContext, SWR_BLEND_STATE* pBlendState) argument 697 memcpy(&pState->blendState, pBlendState, sizeof(SWR_BLEND_STATE));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | State.h | 260 BlendState *pBlendState = CastBlendState(hBlendState); local in function:CastPipeBlendState 261 return pBlendState ? pBlendState->handle : NULL;
|
| H A D | OutputMerger.cpp | 558 BlendState *pBlendState = CastBlendState(hBlendState); local in function:CreateBlendState 607 pBlendState->handle = pipe->create_blend_state(pipe, &state); 633 BlendState *pBlendState = CastBlendState(hBlendState); local in function:CreateBlendState1 666 pBlendState->handle = pipe->create_blend_state(pipe, &state); 689 BlendState *pBlendState = CastBlendState(hBlendState); local in function:DestroyBlendState 691 pipe->delete_blend_state(pipe, pBlendState->handle);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | blend_jit.cpp | 460 AlphaTest(const BLEND_COMPILE_STATE& state, Value* pBlendState, Value* ppAlpha, Value* ppMask) argument 463 Value* pRef = VBROADCAST(LOAD(pBlendState, {0, SWR_BLEND_STATE_alphaTestReference})); 591 Value* pBlendState = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_pBlendState}); local in function:BlendJit::Create 592 pBlendState->setName("pBlendState"); 623 constantColor[i] = VBROADCAST(LOAD(pBlendState, {0, SWR_BLEND_STATE_constantColor, i})); 645 AlphaTest(state, pBlendState, pSrc0Alpha, ppMask); 843 Value* sampleMask = LOAD(pBlendState, {0, SWR_BLEND_STATE_sampleMask});
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | blend_jit.cpp | 462 AlphaTest(const BLEND_COMPILE_STATE& state, Value* pBlendState, Value* ppAlpha, Value* ppMask) argument 465 Value* pRef = VBROADCAST(LOAD(pBlendState, {0, SWR_BLEND_STATE_alphaTestReference})); 593 Value* pBlendState = LOAD(pBlendContext, {0, SWR_BLEND_CONTEXT_pBlendState}); local in function:BlendJit::Create 594 pBlendState->setName("pBlendState"); 625 constantColor[i] = VBROADCAST(LOAD(pBlendState, {0, SWR_BLEND_STATE_constantColor, i})); 647 AlphaTest(state, pBlendState, pSrc0Alpha, ppMask); 845 Value* sampleMask = LOAD(pBlendState, {0, SWR_BLEND_STATE_sampleMask});
|