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.cpp73 RENDER_TARGET_BLEND_COMPILE_STATE &compileState = in swr_create_blend_state() local
74 state->compileState[target]; in swr_create_blend_state()
77 memcpy(&compileState, in swr_create_blend_state()
78 &state->compileState[0], in swr_create_blend_state()
83 compileState.blendEnable = rt_blend->blend_enable; in swr_create_blend_state()
84 if (compileState.blendEnable) { in swr_create_blend_state()
85 compileState.sourceAlphaBlendFactor = in swr_create_blend_state()
87 compileState.destAlphaBlendFactor = in swr_create_blend_state()
89 compileState.sourceBlendFactor = in swr_create_blend_state()
91 compileState.destBlendFactor = in swr_create_blend_state()
[all …]
Dswr_state.h82 RENDER_TARGET_BLEND_COMPILE_STATE compileState[PIPE_MAX_COLOR_BUFS]; member