Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h841 struct SWR_RENDER_TARGET_BLEND_STATE struct
848 static_assert(sizeof(SWR_RENDER_TARGET_BLEND_STATE) == 1, argument
878 SWR_RENDER_TARGET_BLEND_STATE renderTarget[SWR_NUM_RENDERTARGETS];
Dblend.h294 const SWR_RENDER_TARGET_BLEND_STATE* pState, in Blend()
Dbackend_impl.h945 const SWR_RENDER_TARGET_BLEND_STATE* pRTBlend = &pBlendState->renderTarget[rt];
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp85 SWR_RENDER_TARGET_BLEND_STATE &blendState = in swr_create_blend_state()