Home
last modified time | relevance | path

Searched refs:alpha_function (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c649 dsa->alpha_function = in r300_create_dsa_state()
653 dsa->alpha_function |= float_to_ubyte(state->alpha.ref_value); in r300_create_dsa_state()
657 dsa->alpha_function_fp16 = dsa->alpha_function | in r300_create_dsa_state()
659 dsa->alpha_function |= R500_FG_ALPHA_FUNC_8BIT; in r300_create_dsa_state()
664 OUT_CB_REG(R300_FG_ALPHA_FUNC, dsa->alpha_function); in r300_create_dsa_state()
686 OUT_CB_REG(R300_FG_ALPHA_FUNC, dsa->alpha_function); in r300_create_dsa_state()
Dr300_context.h98 uint32_t alpha_function; /* R300_FG_ALPHA_FUNC: 0x4bd4 */ member