Searched defs:rgb_dst_factor (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend_aos.c | 81 LLVMValueRef rgb_dst_factor; member in struct:lp_build_blend_aos_context 289 boolean rgb_alpha_same = state->rgb_src_factor == state->rgb_dst_factor && state->alpha_src_factor == state->alpha_dst_factor; 294 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor, 300 state->rgb_dst_factor,
|
H A D | lp_test_blend.c | 71 "rgb_dst_factor\t" 110 blend->rt[0].rgb_dst_factor != blend->rt[0].alpha_dst_factor ? "true" : "false"); 116 util_dump_blend_factor(blend->rt[0].rgb_dst_factor, TRUE), 143 "rgb_dst_factor", util_dump_blend_factor(blend->rt[0].rgb_dst_factor, TRUE), 396 compute_blend_ref_term(blend->rt[0].rgb_dst_factor, blend->rt[0].alpha_dst_factor, 746 const unsigned *rgb_dst_factor; local 758 for(rgb_dst_factor = blend_factors; rgb_dst_factor <= rgb_src_factor; ++rgb_dst_factor) { 800 const unsigned *rgb_dst_factor; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend_aos.c | 81 LLVMValueRef rgb_dst_factor; member in struct:lp_build_blend_aos_context 289 boolean rgb_alpha_same = state->rgb_src_factor == state->rgb_dst_factor && state->alpha_src_factor == state->alpha_dst_factor; 294 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor, 300 state->rgb_dst_factor,
|
H A D | lp_test_blend.c | 71 "rgb_dst_factor\t" 110 blend->rt[0].rgb_dst_factor != blend->rt[0].alpha_dst_factor ? "true" : "false"); 116 util_dump_blend_factor(blend->rt[0].rgb_dst_factor, TRUE), 143 "rgb_dst_factor", util_dump_blend_factor(blend->rt[0].rgb_dst_factor, TRUE), 396 compute_blend_ref_term(blend->rt[0].rgb_dst_factor, blend->rt[0].alpha_dst_factor, 746 const unsigned *rgb_dst_factor; local 758 for(rgb_dst_factor = blend_factors; rgb_dst_factor <= rgb_src_factor; ++rgb_dst_factor) { 800 const unsigned *rgb_dst_factor; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
H A D | p_state.h | 258 unsigned rgb_dst_factor:5; /**< PIPE_BLENDFACTOR_x */ member in struct:pipe_rt_blend_state
|
/external/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 258 unsigned rgb_dst_factor:5; /**< PIPE_BLENDFACTOR_x */ member in struct:pipe_rt_blend_state
|
Completed in 1253 milliseconds