Searched refs:dst_rgb (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp307 ir_variable *dst_rgb = f.make_temp(glsl_type::vec3_type, "__blend_dst_rgb"); local in function:calc_blend_result
312 assign(dst_rgb, imm3(0)),
313 assign(dst_rgb, csel(equal(swizzle_xyz(fb),
342 val = blend_multiply(src_rgb, dst_rgb);
345 val = blend_screen(src_rgb, dst_rgb);
348 val = blend_overlay(src_rgb, dst_rgb);
351 val = blend_darken(src_rgb, dst_rgb);
354 val = blend_lighten(src_rgb, dst_rgb);
357 val = blend_colordodge(src_rgb, dst_rgb);
360 val = blend_colorburn(src_rgb, dst_rgb);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp307 ir_variable *dst_rgb = f.make_temp(glsl_type::vec3_type, "__blend_dst_rgb"); local in function:calc_blend_result
312 assign(dst_rgb, imm3(0)),
313 assign(dst_rgb, csel(equal(swizzle_xyz(fb),
343 val = blend_multiply(src_rgb, dst_rgb);
346 val = blend_screen(src_rgb, dst_rgb);
349 val = blend_overlay(src_rgb, dst_rgb);
352 val = blend_darken(src_rgb, dst_rgb);
355 val = blend_lighten(src_rgb, dst_rgb);
358 val = blend_colordodge(src_rgb, dst_rgb);
361 val = blend_colorburn(src_rgb, dst_rgb);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/
H A Dblorp_priv.h308 bool dst_rgb; member in struct:brw_blorp_blit_prog_key
H A Dblorp_blit.c1258 if (key->dst_rgb) {
1431 if (key->dst_rgb) {
2012 wm_prog_key->dst_rgb = true;
/xsrc/external/mit/MesaLib/dist/src/intel/blorp/
H A Dblorp_priv.h360 bool dst_rgb; member in struct:brw_blorp_blit_prog_key
H A Dblorp_blit.c1247 if (key->dst_rgb) {
1451 if (key->dst_rgb) {
2140 key->dst_rgb = true;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_state.c1534 enum pipe_blendfactor dst_rgb = local in function:set_blend_entry_bits
1540 src_rgb != src_alpha || dst_rgb != dst_alpha)
1560 entry->DestinationBlendFactor = (int) dst_rgb;
1616 enum pipe_blendfactor dst_rgb = local in function:crocus_create_blend_state
1622 src_rgb != src_alpha || dst_rgb != dst_alpha)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_state.c938 enum pipe_blendfactor dst_rgb = local in function:iris_create_blend_state
944 src_rgb != src_alpha || dst_rgb != dst_alpha)
968 be.DestinationBlendFactor = dst_rgb;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_state.c1277 enum pipe_blendfactor dst_rgb = local in function:iris_create_blend_state
1283 src_rgb != src_alpha || dst_rgb != dst_alpha)
1309 be.DestinationBlendFactor = (int) dst_rgb;

Completed in 66 milliseconds