OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compileState
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/swr/
swr_state.cpp
73
RENDER_TARGET_BLEND_COMPILE_STATE &
compileState
=
74
state->
compileState
[target];
77
memcpy(&
compileState
,
78
&state->
compileState
[0],
83
compileState
.blendEnable = rt_blend->blend_enable;
84
if (
compileState
.blendEnable) {
85
compileState
.sourceAlphaBlendFactor =
87
compileState
.destAlphaBlendFactor =
89
compileState
.sourceBlendFactor =
91
compileState
.destBlendFactor
[
all
...]
swr_state.h
82
RENDER_TARGET_BLEND_COMPILE_STATE
compileState
[PIPE_MAX_COLOR_BUFS];
Completed in 57 milliseconds