Home
last modified time | relevance | path

Searched refs:blend1 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_cc.c93 blend[b].blend1.logic_op_enable = 1; in gen6_upload_blend_state()
94 blend[b].blend1.logic_op_func = in gen6_upload_blend_state()
144 blend[b].blend1.pre_blend_clamp_enable = 1; in gen6_upload_blend_state()
145 blend[b].blend1.post_blend_clamp_enable = 1; in gen6_upload_blend_state()
146 blend[b].blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT; in gen6_upload_blend_state()
150 blend[b].blend1.alpha_test_enable = 1; in gen6_upload_blend_state()
151 blend[b].blend1.alpha_test_func = in gen6_upload_blend_state()
158 blend[b].blend1.dither_enable = 1; in gen6_upload_blend_state()
159 blend[b].blend1.y_dither_offset = 0; in gen6_upload_blend_state()
160 blend[b].blend1.x_dither_offset = 0; in gen6_upload_blend_state()
[all …]
Dgen6_blorp.cpp302 blend->blend1.pre_blend_clamp_enable = 1; in gen6_blorp_emit_blend_state()
303 blend->blend1.post_blend_clamp_enable = 1; in gen6_blorp_emit_blend_state()
304 blend->blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT; in gen6_blorp_emit_blend_state()
306 blend->blend1.write_disable_r = false; in gen6_blorp_emit_blend_state()
307 blend->blend1.write_disable_g = false; in gen6_blorp_emit_blend_state()
308 blend->blend1.write_disable_b = false; in gen6_blorp_emit_blend_state()
309 blend->blend1.write_disable_a = false; in gen6_blorp_emit_blend_state()
Dbrw_structs.h248 } blend1; member
/external/llvm/test/CodeGen/X86/
D2012-07-15-vshl.ll28 …%blend1.i583 = call <8 x float> @llvm.x86.avx.blendv.ps.256(<8 x float> undef, <8 x float> undef, …