Home
last modified time | relevance | path

Searched refs:compileState (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp87 RENDER_TARGET_BLEND_COMPILE_STATE &compileState = in swr_create_blend_state() local
88 state->compileState[target]; in swr_create_blend_state()
91 memcpy(&compileState, in swr_create_blend_state()
92 &state->compileState[0], in swr_create_blend_state()
97 compileState.blendEnable = rt_blend->blend_enable; in swr_create_blend_state()
98 if (compileState.blendEnable) { in swr_create_blend_state()
99 compileState.sourceAlphaBlendFactor = in swr_create_blend_state()
101 compileState.destAlphaBlendFactor = in swr_create_blend_state()
103 compileState.sourceBlendFactor = in swr_create_blend_state()
105 compileState.destBlendFactor = in swr_create_blend_state()
[all …]
Dswr_state.h114 RENDER_TARGET_BLEND_COMPILE_STATE compileState[PIPE_MAX_COLOR_BUFS]; member