mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
llvmpipe: Remove unused variable.
This commit is contained in:
parent
c3c920ee2c
commit
3ee4ec99ea
1 changed files with 0 additions and 2 deletions
|
|
@ -546,7 +546,6 @@ generate_blend(const struct pipe_blend_state *blend,
|
||||||
struct lp_build_flow_context *flow;
|
struct lp_build_flow_context *flow;
|
||||||
struct lp_build_mask_context mask_ctx;
|
struct lp_build_mask_context mask_ctx;
|
||||||
LLVMTypeRef vec_type;
|
LLVMTypeRef vec_type;
|
||||||
LLVMTypeRef int_vec_type;
|
|
||||||
LLVMValueRef const_ptr;
|
LLVMValueRef const_ptr;
|
||||||
LLVMValueRef con[4];
|
LLVMValueRef con[4];
|
||||||
LLVMValueRef dst[4];
|
LLVMValueRef dst[4];
|
||||||
|
|
@ -561,7 +560,6 @@ generate_blend(const struct pipe_blend_state *blend,
|
||||||
lp_build_mask_begin(&mask_ctx, flow, type, mask);
|
lp_build_mask_begin(&mask_ctx, flow, type, mask);
|
||||||
|
|
||||||
vec_type = lp_build_vec_type(type);
|
vec_type = lp_build_vec_type(type);
|
||||||
int_vec_type = lp_build_int_vec_type(type);
|
|
||||||
|
|
||||||
const_ptr = lp_jit_context_blend_color(builder, context_ptr);
|
const_ptr = lp_jit_context_blend_color(builder, context_ptr);
|
||||||
const_ptr = LLVMBuildBitCast(builder, const_ptr,
|
const_ptr = LLVMBuildBitCast(builder, const_ptr,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue