OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alpha_function
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c
649
dsa->
alpha_function
=
653
dsa->
alpha_function
|= float_to_ubyte(state->alpha.ref_value);
657
dsa->alpha_function_fp16 = dsa->
alpha_function
|
659
dsa->
alpha_function
|= R500_FG_ALPHA_FUNC_8BIT;
664
OUT_CB_REG(R300_FG_ALPHA_FUNC, dsa->
alpha_function
);
686
OUT_CB_REG(R300_FG_ALPHA_FUNC, dsa->
alpha_function
);
[
all
...]
r300_context.h
98
uint32_t
alpha_function
; /* R300_FG_ALPHA_FUNC: 0x4bd4 */
member in struct:r300_dsa_state
/external/mesa3d/src/gallium/drivers/r300/
r300_state.c
649
dsa->
alpha_function
=
653
dsa->
alpha_function
|= float_to_ubyte(state->alpha.ref_value);
657
dsa->alpha_function_fp16 = dsa->
alpha_function
|
659
dsa->
alpha_function
|= R500_FG_ALPHA_FUNC_8BIT;
664
OUT_CB_REG(R300_FG_ALPHA_FUNC, dsa->
alpha_function
);
686
OUT_CB_REG(R300_FG_ALPHA_FUNC, dsa->
alpha_function
);
[
all
...]
r300_context.h
98
uint32_t
alpha_function
; /* R300_FG_ALPHA_FUNC: 0x4bd4 */
member in struct:r300_dsa_state
Completed in 1097 milliseconds