Home
last modified time | relevance | path

Searched refs:pBlendState (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dblend.h281 void Blend(const SWR_BLEND_STATE *pBlendState, const SWR_RENDER_TARGET_BLEND_STATE *pState, simdvec… in Blend() argument
288 constColor.x = _simd_broadcast_ss(&pBlendState->constantColor[0]); in Blend()
289 constColor.y = _simd_broadcast_ss(&pBlendState->constantColor[1]); in Blend()
290 constColor.z = _simd_broadcast_ss(&pBlendState->constantColor[2]); in Blend()
291 constColor.w = _simd_broadcast_ss(&pBlendState->constantColor[3]); in Blend()
300 if (pBlendState->independentAlphaBlendEnable) in Blend()
Dbackend_impl.h713 …uint8_t* (&pColorBase)[SWR_NUM_RENDERTARGETS], uint32_t sample, const SWR_BLEND_STATE *pBlendState,
726 const SWR_RENDER_TARGET_BLEND_STATE *pRTBlend = &pBlendState->renderTarget[rt];
737 pBlendState,
779 …uint8_t* (&pColorBase)[SWR_NUM_RENDERTARGETS], uint32_t sample, const SWR_BLEND_STATE *pBlendState,
798 const SWR_RENDER_TARGET_BLEND_STATE *pRTBlend = &pBlendState->renderTarget[rt];
824 pBlendState,
Dapi.cpp710 SWR_BLEND_STATE *pBlendState) in SwrSetBlendState() argument
713 memcpy(&pState->blendState, pBlendState, sizeof(SWR_BLEND_STATE)); in SwrSetBlendState()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp445 …void AlphaTest(const BLEND_COMPILE_STATE& state, Value* pBlendState, Value* ppAlpha, Value* ppMask) in AlphaTest()
448 Value* pRef = VBROADCAST(LOAD(pBlendState, { 0, SWR_BLEND_STATE_alphaTestReference })); in AlphaTest()
544 Value* pBlendState = &*argitr++; in Create() local
545 pBlendState->setName("pBlendState"); in Create()
575 … constantColor[i] = VBROADCAST(LOAD(pBlendState, { 0, SWR_BLEND_STATE_constantColor, i })); in Create()
595 AlphaTest(state, pBlendState, pSrc0Alpha, ppMask); in Create()
773 Value* sampleMask = LOAD(pBlendState, { 0, SWR_BLEND_STATE_sampleMask}); in Create()