HomeSort by: relevance | last modified time | path
    Searched defs:compileState (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_state.cpp 87 RENDER_TARGET_BLEND_COMPILE_STATE &compileState =
88 state->compileState[target];
91 memcpy(&compileState,
92 &state->compileState[0],
97 compileState.blendEnable = rt_blend->blend_enable;
98 if (compileState.blendEnable) {
99 compileState.sourceAlphaBlendFactor =
101 compileState.destAlphaBlendFactor =
103 compileState.sourceBlendFactor =
105 compileState.destBlendFactor
    [all...]
swr_state.h 114 RENDER_TARGET_BLEND_COMPILE_STATE compileState[PIPE_MAX_COLOR_BUFS];
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_state.cpp 76 RENDER_TARGET_BLEND_COMPILE_STATE &compileState =
77 state->compileState[target];
80 memcpy(&compileState,
81 &state->compileState[0],
86 compileState.blendEnable = rt_blend->blend_enable;
87 if (compileState.blendEnable) {
88 compileState.sourceAlphaBlendFactor =
90 compileState.destAlphaBlendFactor =
92 compileState.sourceBlendFactor =
94 compileState.destBlendFactor
    [all...]
swr_state.h 92 RENDER_TARGET_BLEND_COMPILE_STATE compileState[PIPE_MAX_COLOR_BUFS];

Completed in 7 milliseconds