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

  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.h 114 enum gen_blend_function rgb_func; member in struct:ilo_state_cc_blend_rt_info
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 62 "rgb_func\t"
92 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false",
98 util_dump_blend_func(blend->rt[0].rgb_func, TRUE),
122 "rgb_func", util_dump_blend_func(blend->rt[0].rgb_func, TRUE),
378 switch (blend->rt[0].rgb_func) {
639 const unsigned *rgb_func; local
649 for(rgb_func = blend_funcs; rgb_func < &blend_funcs[num_funcs]; ++rgb_func) {
690 const unsigned *rgb_func; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 308 unsigned rgb_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state

Completed in 250 milliseconds