HomeSort by relevance Sort by last modified time
    Searched defs:alpha_func (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 65 "alpha_func\t"
92 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false",
101 util_str_blend_func(blend->rt[0].alpha_func, TRUE),
125 "alpha_func", util_str_blend_func(blend->rt[0].alpha_func, TRUE),
411 switch (blend->rt[0].alpha_func) {
642 const unsigned *alpha_func; local
650 for(alpha_func = blend_funcs; alpha_func < &blend_funcs[num_funcs]; ++alpha_func) {
693 const unsigned *alpha_func; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_shader.h 83 unsigned alpha_func:4; /**< SVGA3D_CMP_x */ member in struct:svga_compile_key::__anon33941
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 88 uint32_t alpha_func = dsa->alpha_function; local
92 if (is_r500 && (alpha_func & R300_FG_ALPHA_FUNC_ENABLE)) {
98 alpha_func |= R500_FG_ALPHA_FUNC_FP16_ENABLE;
100 alpha_func |= R500_FG_ALPHA_FUNC_8BIT;
107 alpha_func |= R300_FG_ALPHA_FUNC_MASK_ENABLE |
112 OUT_CS_REG(R300_FG_ALPHA_FUNC, alpha_func);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 116 ubyte alpha_func:3; member in struct:si_state_dsa
si_shader.h 443 unsigned alpha_func:3; member in struct:si_ps_epilog_bits
  /external/virglrenderer/src/gallium/include/pipe/
p_state.h 266 unsigned alpha_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 333 unsigned alpha_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state

Completed in 294 milliseconds