HomeSort by relevance Sort by last modified time
    Searched refs:alpha_function (Results 1 - 2 of 2) sorted by null

  /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 170 milliseconds