HomeSort by: relevance | last modified time | path
    Searched defs:rgb_dst_factor (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 88 LLVMValueRef rgb_dst_factor; member in struct:lp_build_blend_aos_context
373 boolean rgb_alpha_same = (state->rgb_src_factor == state->rgb_dst_factor &&
383 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor,
391 alpha_only ? state->alpha_dst_factor : 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_str_blend_factor(blend->rt[0].rgb_dst_factor, TRUE),
124 "rgb_dst_factor", util_str_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...]
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.h 46 enum blend_factor rgb_dst_factor : 4; member in struct:pan_blend_equation
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 88 LLVMValueRef rgb_dst_factor; member in struct:lp_build_blend_aos_context
373 boolean rgb_alpha_same = (state->rgb_src_factor == state->rgb_dst_factor &&
383 dst_factor = lp_build_blend_factor(&bld, state->rgb_dst_factor,
391 alpha_only ? state->alpha_dst_factor : 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_str_blend_factor(blend->rt[0].rgb_dst_factor, TRUE),
124 "rgb_dst_factor", util_str_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...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 350 unsigned rgb_dst_factor:5; /**< PIPE_BLENDFACTOR_x */ member in struct:pipe_rt_blend_state
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 344 unsigned rgb_dst_factor:5; /**< PIPE_BLENDFACTOR_x */ member in struct:pipe_rt_blend_state

Completed in 12 milliseconds