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/llvmpipe/
lp_test_blend.c 62 "rgb_func\t"
92 blend->rt[0].rgb_func != blend->rt[0].alpha_func ? "true" : "false",
98 util_str_blend_func(blend->rt[0].rgb_func, TRUE),
122 "rgb_func", util_str_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/virglrenderer/src/gallium/include/pipe/
p_state.h 262 unsigned rgb_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 329 unsigned rgb_func:3; /**< PIPE_BLEND_x */ member in struct:pipe_rt_blend_state

Completed in 295 milliseconds