Searched refs:compileState (Results 1 – 2 of 2) sorted by relevance
76 RENDER_TARGET_BLEND_COMPILE_STATE &compileState = in swr_create_blend_state() local77 state->compileState[target]; in swr_create_blend_state()80 memcpy(&compileState, in swr_create_blend_state()81 &state->compileState[0], in swr_create_blend_state()86 compileState.blendEnable = rt_blend->blend_enable; in swr_create_blend_state()87 if (compileState.blendEnable) { in swr_create_blend_state()88 compileState.sourceAlphaBlendFactor = in swr_create_blend_state()90 compileState.destAlphaBlendFactor = in swr_create_blend_state()92 compileState.sourceBlendFactor = in swr_create_blend_state()94 compileState.destBlendFactor = in swr_create_blend_state()[all …]
92 RENDER_TARGET_BLEND_COMPILE_STATE compileState[PIPE_MAX_COLOR_BUFS]; member