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

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 88 LLVMValueRef rgb_dst_factor; member in struct:lp_build_blend_aos_context
361 boolean rgb_alpha_same = (state->rgb_src_factor == state->rgb_dst_factor &&
370 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor,
378 state->rgb_dst_factor,
lp_test_blend.c 64 "rgb_dst_factor\t"
94 blend->rt[0].rgb_dst_factor != blend->rt[0].alpha_dst_factor ? "true" : "false");
100 util_dump_blend_factor(blend->rt[0].rgb_dst_factor, TRUE),
124 "rgb_dst_factor", util_dump_blend_factor(blend->rt[0].rgb_dst_factor, TRUE),
372 compute_blend_ref_term(blend->rt[0].rgb_dst_factor, blend->rt[0].alpha_dst_factor,
641 const unsigned *rgb_dst_factor; local
652 for(rgb_dst_factor = blend_factors; rgb_dst_factor <= rgb_src_factor; ++rgb_dst_factor) {
692 const unsigned *rgb_dst_factor; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 310 unsigned rgb_dst_factor:5; /**< PIPE_BLENDFACTOR_x */ member in struct:pipe_rt_blend_state

Completed in 314 milliseconds